html {
overflow-x: hidden;
scroll-behavior: smooth;
    font-size:16px;
    line-height:1.5;
}
body {
        width: 100%;
    background: url(img/glowne.webp) no-repeat right center;
    background-size: 50%;
    background-attachment: fixed;
    background-color: #050505;
font-family:"Lexend",sans-serif;
font-weight:400;
margin:0px;
padding:0px; 
transition-duration:0.4s;
overflow-x: hidden;
    z-index: 0;
    min-height: 100%;
    }

.body_main {
    overflow: hidden !important;
}
.gradient_dark {
    margin: 0;
    padding: 0;
    background: linear-gradient(to left, transparent 0%, #000 55%);
}
.lexend-<uniquifier> {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
p {
    letter-spacing: 1px;
    font-size: 1rem;
}
#header_main {
opacity: 0;
transition: opacity 2s ease-in-out;
}

/* header */

header {
    transition: top 0.5s ease-in-out;
background: #000;
width:100%;
height:170px;
z-index: 1000;
position: fixed;
    top: 0;
}
.dark {
    background-color: #050505;
    transition: 0.5s ease-in-out;
}

header .container-fluid {
    width: 85%;
        margin: 0 auto;
height: 100%;
}
    .top-brand img {
        width: 290px;
        height: auto;
            }
.responsive img {
    opacity: 0;
}
.top-brand{
        line-height: 0;
            }
.topnav {
height: 100%;
}
.topnav {
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.topnav > .main-menu {
margin:0px;
padding:0px;
border: none;
display:none;
}
@media (min-width:1280px) {
.topnav > .main-menu, .topnav > .main-menu:hover, .site-scrolled .topnav > .main-menu, .site-scrolled .topnav > .main-menu:hover {
display:block;
margin:0px;
padding:0px;
}
}
.topnav.responsive > .main-menu {
display: block;
}
.topnav > .main-menu > li {
margin:0px 0px 0px 36px;
padding:0px;
list-style:none;
display:inline-block;
}
.topnav > .main-menu > li > a, .site-scrolled .topnav > .main-menu > li > a {
font-size:16px;
font-weight:300;
color:#ffffff;
text-decoration: none;
    letter-spacing: 1px;
line-height:16px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
position: relative;
}
.topnav > .main-menu > li > a:hover, .site-scrolled .topnav > .main-menu > li > a:hover {
font-size:18px;
font-weight:400;
line-height:18px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#ffffff ;/*#C3A861*/
text-decoration: none;
}
.topnav .main-menu:hover > li a, .site-scrolled .topnav > .main-menu:hover > li a {
opacity: .5;
transition: 0.3s;
line-height:18px;
}
.topnav .main-menu > li:hover a, .site-scrolled .topnav > .main-menu > li:hover a {
opacity: 1;
transition: 0.3s;
line-height:18px;
}
header a:after, header a:hover::after {
display: none;
}
.jezyk span{
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px #fff solid;
}
@media (max-width:1280px){
    .jezyk span {
        margin:10px 0 10px 0;
        display: block;
        float: right;
        border-left: 0;
        width: 50px;
        border-bottom: 1px #fff solid;
    }
    .jezyk_niemiecki {
        clear: both;
    }
}
.main-menu > li > a {
position: relative;
line-height:18px;
}
.burger {
display:none;
}
.burger {
width:54px;
height:54px;
line-height:49px;
right:14px;
top: 23px;
z-index: 9999;
display: block;
position: absolute;
transition-duration:.3s;
border:none !important;
padding:9px 0px 0px 14px;
}
@media (min-width:992px) {
.burger {
top:28px;
}
}
@media (min-width: 1280px) {
.burger {
display: none;
}
}
.burger:after,
.burger:before,
.burger div, .burger:hover:after {
background: #fff;
border-radius:0px;
content: '';
display: block !important;
width:23px;
height: 2px;
margin: 5px 0;
transition: all .2s ease-in-out;
left:unset;
bottom:unset;
position: unset;
}
.responsive .burger:before {
background-color:#fff;
transform: translateY(7px) rotate(135deg);
border-radius:0%;
}
.responsive .burger:after {
background-color:#fff;
transform: translateY(-7px) rotate(-135deg);
border-radius:0%;
}
.responsive .burger div {
background-color:#fff;
transform: scale(0);
border-radius:0%;
}
.topnav.responsive .burger:after, .topnav.responsive .burger:before, .topnav.responsive .burger div, .topnav.responsive  .burger:hover:after {
background: #fff;
}
.topnav.responsive {
width:100%;
height: 100%;
top:0px;
bottom:0px;
left:0px;
right:0px;
position: fixed; z-index: 9998;
background: #000;
overflow:hidden;
transition: .3s;
}
@media (min-width:576px) {
.topnav.responsive {
width:70%;
left:unset;
}
}
@media (min-width:768px) {
.topnav.responsive {
width:70%;
}
}
@media (min-width: 576px) {
    .topnav.responsive {
        width: 100%;
        left: unset;
    }
}
.topnav.responsive .main-menu {
width: 100%;
display: block;
margin:140px 0px 0px 0px;
}
.topnav.responsive .main-menu li {
margin:20px 30px 20px 30px;
text-align: right;
display:block;
}
.topnav.responsive .main-menu li a, .topnav.responsive .main-menu li a:hover {
font-size:36px;
line-height: 36px;
color:#fff;
display: block;
}

/*--strona_glowna--*/

h1 {        
        color: white;
        font-weight: 200;
    line-height: 1.1em;
    font-size: 2rem;
    }
@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
    }
}
@media (min-width: 1024px) {
    h1 {
        font-size: 3.5rem;
    }
}
@media (min-width: 1600px) {    
h1 {
        font-size: 4rem;
    margin-bottom: 50px;
    margin-top: 0;
    }
}
.kolor_zloty {
    color: #C3A861;
}
    .strona_glowna {
            align-items: center;
            /*height: calc(100vh - 170px);*/
        width: 85%;
        margin: 0 auto;
        /*padding-top: 170px;*/
        padding: 170px 0 170px 0;
    }
@media (max-width: 992px) {
    .strona_glowna {
        padding: 100px 0 100px 0;
        transition: 0.5s ease-in-out;
    }
}
@media (min-width: 1600px) {    
.strona_glowna {
        padding: 270px 0 270px 0;
    }
}
.strona_glowna p {
    padding-bottom: 50px;
    color: white;
    font-weight: 200;
    width: 60%;
}
.o_nas p {
    padding-bottom: 50px;
    color: white;
    font-weight: 200;
    width: 50%;
}
.link span {
    color:  #C3A861;
    font-weight: 300;
    line-height: 100px;
    float: left;
    padding-left: 20px;
}
@media (max-width:768px){
    .strona_glowna .link {
        margin-left: -20px;
    }
    .link span {
    padding-left: 0;
}
}
.strona_glowna .circle {
    transform: rotate(90deg);
    float: left;
}
.link {
    height: 100px;
}

/* zakres działań */

.zakres_dzialan h2 {
    font-weight: 200;
    color: #ffffff;
    font-size: 32px;
    padding-bottom: 50px;
    margin: 0;
}
@media (min-width: 768px) {
    .zakres_dzialan h2 {
        font-size: 3rem;
    }
}
@media (min-width: 1024px) {
    .zakres_dzialan h2 {
        font-size: 3.5rem;
    }
}
    .zakres_dzialan {
    background: linear-gradient(to bottom, transparent 0%, #323538 50%);
        display: block;
        padding-left:7vw;
        padding-right:7vw;
        height: 100%;
        padding-top: 50px;
    }
.dzialanie {
    display: grid;
    flex: 0 0 auto;
        width: 25%;
}
.dzialanie_o_nas {
    display: grid;
    flex: 0 0 auto;
        width: 33%;
}
.tresc_zakres_dzialan {
    padding-bottom: 100px;
        display: flex;
    flex-wrap: wrap;
}
.uslugi {
    flex-wrap: wrap;
    justify-content: center;
    padding: 17px;
}
.padding_left {
    padding-left: 0;
}
.padding_right {
    padding-right: 0;
}
.dzialanie_zdjecie {
        z-index: 2;
    display: block;
    width: 100%;
    height: 425px;
    background-color: #333333; 
}
.dzialanie1 {
    background: url(img/spawanie.webp) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    width: 100%;
    margin: 0;
    padding: 0;
}
.dzialanie2 {
    background: url(img/rozbudowy.webp) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
}
.dzialanie3 {
    background: url(img/spozywcze.webp) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
}
.dzialanie4 {
    background: url(img/rafineria.webp) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
}
.dzialanie_zdjecie img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.dzialanie_tresc{
}
.dzialanie_tresc h3 {
    padding-top: 50px;
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 400;
}
.dzialanie_tresc p {
    padding-top: 20px;
    color: white;
    font-weight: 200;
}

/* haslo 1 */

.haslo_1 {
    width: 100%;
    background: #000000;
    background: url(img/haslo_1_zdjecie.webp) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0;
    padding: 0;
}
.tresc_haslo_1 {
    height: 800px;
    display: flex;
            justify-content: left;
            align-items: center;
    margin: 0;
    padding-left: 7vw;
}
.tresc_haslo_1 p {
    margin: 0;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 150;
    width: 50%;
}
@media (min-width: 1600px) {    
.tresc_haslo_1 p {
        font-size: 4rem;
    
    }
}
.tresc_haslo_1 span {
    color:  #C3A861;
}

/*--klienci--*/

.klienci {
    width: 100%;
    height: 900px;
    background: #ffffff;
}
.klienci_naglowek {
    padding-left:7vw;
    padding-right:7vw;
    padding-bottom: 200px;
    padding-top: 100px;
}
@media (max-width:525px){
    .klienci_naglowek {
        padding: 60px;
    }
}
.klienci h2 {
    font-weight: 200;
    color: #000000;
    font-size: 3.5rem;
    padding-bottom: 50px;
    margin: 0;
    line-height: 1.1;
    float: left;
}
.klienci .link {
    float: right;
}
.group {
    display: flex;
    gap: 60px;
    padding-right: 20px;
    will-change: transform; 
    animation: scrolling 20s linear infinite;
}
.klienci_logo {
  width: 340px;
  height: 340px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.klienco_logo img {
    width: 340px;
    height: 340px;
}
.animacja_logo_klienci {
  width: 100%;
    height: 400px;
  overflow: hidden;
  position: relative;
}
 .carousel {
      > * {
      flex: 0 0 100%;
    }
     width: 100%;
    overflow: hidden;
    display: flex;
    &:hover .group {
      animation-play-state: paused;
    }
  }
@keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

/* haslo 2 */

.haslo_2 {
    max-width:100%;
    margin: 0 auto;
    height: 800px;
}
.haslo_2_tresc {
    width:80%;
    margin: 0 auto;
    height: 800px;
}
.haslo_2_czesc_1 {
    float: left;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(50% - 1px);
    border-right: 1px solid #ffffff;
    background: linear-gradient(to left, transparent 40%, #000 70%);
}
.haslo_2_czesc_2 {
    float: right;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width:50%;
    background: linear-gradient(to right, transparent 40%, #000 70%);
}
.haslo_2_czesc_1 .tresc_haslo_2 {
    height: 55%;
    position: relative;
    width: 60%;
}
.haslo_2_czesc_2 .tresc_haslo_2 {
    height: 55%;
    position: relative;
    width: 60%;
}
.tresc_haslo_2 h3 {
    display: block;
padding-bottom: 60px;
    margin: 0;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 200; 
}
.tresc_haslo_2 span {
    color:  #C3A861;
}
.haslo_2 p {
    color: white;
    font-weight: 200;
}
.haslo_2_czesc_1 .circle {
    transform: rotate(90deg);
    float: left;
}
.tresc_kontakt {
}
.tresc p{
    margin: 0;
    font-weight: 200;
}
.rodo_informacja {
    padding-top: 20px;
}
.rodo_informacja p {
    font-weight: 200 !important;
    font-size: 0.9rem !important;
}
.rodo_informacja a {
    font-size: 0.9rem !important;
    
}
.tresc span {
    margin: 0;
}
.padding_bottom {
    padding-bottom: 30px;
}
.haslo_2_czesc_1 .tresc {
    width: calc(100% - 150px);
    position: absolute;
    right: 0;
    bottom: 0;
}
.haslo_2_czesc_1 .link {
    position: absolute;
    left: 0;
    bottom: 0;
}
.haslo_2_czesc_2 .link {
    position: absolute;
    right: 0;
    bottom: 0;
}
.haslo_2_czesc_2 .link span{
    padding-left: 0;
    padding-right: 20px;
}
.video-background {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
    z-index: -1;
    margin: 0;
    padding: 0;
}
.youtube-video {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
@media (max-width:1400px){
    .haslo_2, .haslo_2_czesc_1, .haslo_2_czesc_2, .video-background {
    height: 700px;
}
}
    @media (max-width:1250px){
    .haslo_2, .haslo_2_czesc_1, .haslo_2_czesc_2, .video-background {
    height: 600px;
}
}
        @media (max-width:1060px){
    .haslo_2, .haslo_2_czesc_1, .haslo_2_czesc_2, .video-background {
    height: 500px;
}
}
            @media (max-width:900px){
    .haslo_2, .haslo_2_czesc_1, .haslo_2_czesc_2, .video-background {
    height: 450px;
}
}

@media (min-width: 768px) {
    .tresc_haslo_2 h3 {
        font-size: 3rem;
    }
}
@media (min-width: 1024px) {
    .tresc_haslo_2 h3 {
        font-size: 3.5rem;
    }
}

/*-- strona główna kontakt --*/
.strona_glowna_kontakt {
    width:100%;
    margin: 0 auto;
    height:100vh;
    background: #ffffff;
}

/*--.strona_glowna_kontakt {
    width:100%;
    margin: 0 auto;
    height: calc(100vh - 170px);
    background: #ffffff;
    margin-top: 170px;
}--*/
.margin_top_0{
    margin-top: 0;
}
.kontakt_czesc_1 {
    background: #323538;
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width:60%;
}
.kontakt_czesc_1 p {
    color: white;
}
.kontakt_czesc_1 a {
    color: #C3A861;
    text-decoration: none;
}
.kontakt_czesc_1 a:hover {
    color: white;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
}
.kontakt_czesc_2 {
    background: #ffffff;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    width:40%;
}
.kontakt_czesc_2 .kontakt_dane{
    margin:0 auto;
    padding:30px 30px 30px;
    position: relative;
}
.kontakt_czesc_1 h3 {
    display: block;
padding-bottom: 60px;
    margin: 0;
    color: #fff;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 200; 
}
.arrow_button {
    width: 50px !important;
}
.circle_formularz {
    float: left;
}
button {
    background: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.span_formularz {
    color: #C3A861;
    font-weight: 300;
    float: left;
    line-height: 100px;
}
@media (min-width: 768px) {
    .kontakt_czesc_1 h3 {
        font-size: 2rem;
    }
    
}
@media (min-width: 1224px) {
    .kontakt_czesc_1 h3 {
        font-size: 2.5rem;
    }
}
@media (min-width: 1600px) {    
.kontakt_czesc_1 h3 {
        font-size: 4rem;
    
    }
}
.kontakt_czesc_1 h4 {
    display: block;
padding-bottom: 20px;
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 400;
}
.kontakt_czesc_1 h4::first-letter {
    text-transform: uppercase;
}
.tresc_strona_glowna_kontakt {
    height: 80%;
    position: relative;
    width: 60%;
}

.tresc_strona_glowna_kontakt .tresc{
    position: absolute;
    left: 0;
    bottom: 0;
}
.kontakt_dane_czesc {
    padding: 30px 0 10px 0;
    position: relative !important;
    bottom: 0;
}
.kontakt_dane_czesc img{
    padding-right: 10px;
    filter: brightness(0) invert(1);
    bottom: 0;
}
.kontakt_dane h5 {
    margin: 0;
    padding: 0;
    display: block;
    margin: 0;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 200;
}
.kontakt_czesc_2 .kontakt_dane p, .kontakt_czesc_2 .kontakt_dane a, .kontakt_czesc_1 a, .kontakt_czesc_1 p{
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
}
.kontakt_dane img {
    padding-right: 10px;
    vertical-align: middle;
}
.kontakt_dane a:hover {
    color: #C3A861;
    transition: all 0.5s ease-in-out;
    
}
.kontakt_czesc_2 .kontakt_dane a {
    text-decoration: none;
    color: #000;
}
.kontakt_czesc_2 .kontakt_dane a:hover {
    color: #C3A861;
    transition: all 0.5s ease-in-out;
}

/* formularz kontaktowy */

form {
            max-width: 80%;
            margin: 0 auto;
        }
        label {
            display: block;
            margin: 50px 0 5px;
        }
        input[type="text"], input[type="email"], input[type="file"], input[type="tel"], textarea {
            width: 100%;
            padding: 10px;
            margin: 5px 0 15px;
            border-bottom: 1px solid #000;
            border-top: 0;
            border-left: 0;
            border-right: 0;
        }
        input[type="checkbox"] {
            margin-right: 10px;
        }
.zgody {
    font-size: 12px;
    font-weight: 300;
}
.zgody a {
    font-size: 12px !important;
    font-weight: 600 !important;
    
}
    @media (max-width: 1440px) {
  .kontakt_czesc_1 {
    height:600px;
    width:100%;
}
    .kontakt_czesc_2 {
    height: 900px;
    width: 100%;
}
    form {
    max-width: 62%;
    margin: 0 auto;
}

}
@media (max-height: 850px) {
  .kontakt_czesc_1 {
    height:600px;
    width:100%;
}
    .kontakt_czesc_2 {
    height: 900px;
    width: 100%;
}
    form {
    max-width: 62%;
    margin: 0 auto;
}

}
    @media (max-width: 1440px) {
  .kontakt_czesc_1 {
    height:600px;
    width:100%;
}
    .kontakt_czesc_2 {
    height: 900px;
    width: 100%;
}
    form {
    max-width: 62%;
    margin: 0 auto;
}
        

}
/* responsive */

@media (max-width:1440px){
    body {
        background-size: 60%;
    }
    .dzialanie {
    width: 50%;
}
    .dzialanie_tresc p {
    padding-bottom: 50px;
}
    .zakres_dzialan h2, .tresc_haslo_1 p, .klienci h2  {
        font-size: 3rem;
    }
    .dzialanie_zdjecie {
    width: 100%;
    height: 325px;
}
    .tresc_haslo_1 {
    height: 600px;
}
    .klienci {
    width: 100%;
    height: 750px;
    background: #ffffff;
}
    .klienci_naglowek {
    padding-bottom: 150px;
}
        .tresc_strona_glowna_kontakt {
    height: 75%;
    position: relative;
    width: 60%;
}
}
@media (max-width:1367px){
    body {
        background-size: 70%;
    }

    header {
height:100px;
    transition: 0.5s ease-in-out;
}
    .haslo_2_czesc_1 .tresc_haslo_2, .haslo_2_czesc_2 .tresc_haslo_2  {
    width: 65%;
}
       .haslo_2 {
    background: #000;
        height: auto;
}
    .haslo_2_czesc_1{
    float: none;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 80px 0 80px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}
    .tresc_haslo_2 {
        margin: 0 auto;
    }
    iframe {
        display: none;
    }
            .haslo_2_czesc_2 .link{
    height: auto;
}
    .haslo_2_czesc_2 .link span {
    padding: 0;
    width: 100%;
    text-align: center;
        line-height: 3;
}
    .haslo_2_czesc_1 .tresc {
        text-align: center;
    width:100%;
    position: relative;
    right: 0;
    bottom: 0;
        padding-bottom: 20px;
}
    .haslo_2_czesc_1 .link {
        width: 100%;
    position: relative;
        margin: 0 auto;
}
    .haslo_2 .circle {
        position: relative;
    margin: 0 auto;
    float: none;
    }
    .haslo_2_czesc_2 {
    float: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    width:100%;
        padding: 80px 0 80px 0;
}
.haslo_2_czesc_1 .tresc_haslo_2 {
    height: 55%;
    position: relative;
    width: 60%;
}
.haslo_2_czesc_2 .tresc_haslo_2 {
    height: 55%;
    position: relative;
    width: 60%;
}
    .haslo_2_czesc_2 .link {
    position: relative;
    right: 0;
    bottom: 0;
}
    .tresc_haslo_2 h3 {
        text-align: center;
        font-size: 1.8rem;
        padding-bottom: 30px;
    }
    .strona_glowna_kontakt {
}
    .kontakt_czesc_1 {
}
        .kontakt_czesc_2 {
}
    .kontakt_czesc_1 p {
    font-size: 1.2rem;
}

}
@media (max-width:1024px){
    body {
        background-size: 80%;
    }
}
@media (max-width:992px){
    .tresc_haslo_1 p {
    font-size: 2.5rem;
    width: 60%;
}
        .zakres_dzialan h2, .tresc_haslo_1 p, .klienci h2 {
        font-size: 2.5rem;
    }
            .tresc_strona_glowna_kontakt {
    height: 75%;
    position: relative;
    width: 60%;
}
    .kontakt_czesc_2 .kontakt_dane h5, .kontakt_czesc_2 .kontakt_dane p, .kontakt_czesc_2 .kontakt_dane a {
    font-size: 1.2rem;
    line-height: 1.5;
}
    
}
@media (max-width:768px){
    html {
        font-size: 15px;
    }
     body {
        background: none;
    background-color: #000;
    }
        .gradient_dark {
    background: linear-gradient(to top, transparent 0%, #000 99%);
}
    .top-brand img {
        width: 230px;
        height: auto;
        padding-left: 10px;
        margin-top: 31px;
            }
    .topnav {
        display: block;
    }
    h1 {
        text-align: center;
        font-size: 1.8rem;
    }
    .strona_glowna {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100vh - 150px);
    }
        .strona_glowna p {
    padding-bottom: 0;
    font-weight: 200;
    width: 100%;
        text-align: center;
}
     .strona_glowna .link {
        margin-left: 0;
    }
    .strona_glowna .link span {
        float: right;
    }
        .strona_glowna .circle {
    float: right;
}
    .zakres_dzialan h2 {
        text-align: center;
        font-size: 1.6rem;
    }
    .uslugi {
        padding: 0;
    }
    .dzialanie {
        width: 100%;
    }
        .tresc_zakres_dzialan {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
    .dzialanie_tresc {
                width: 80%;
        margin: 0 auto;
    }
    .dzialanie_tresc h3 {
    padding-top: 20px;
        text-align: center;
    color: #ffffff;
    font-weight: 400;
}
    .dzialanie_tresc p {
    padding-top: 0;
    color: white;
    font-weight: 200;
        text-align: center;
}
    .dzialanie_zdjecie {
    width: 80%;
    height: 325px;
        margin: 0 auto;
}
        .haslo_1 {
        width: 100%;
    background: #000000;
    background: url(img/haslo_1_zdjecie.webp) no-repeat right center;
       
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0;
    padding: 0;
    }
    .tresc_haslo_1 {
        background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    padding: 0;
        margin: 0;
    width: 100%;
        height: 50vh;
}
    .tresc_haslo_1 p {
        text-align: center;
        font-size: 1.8rem;
        width: 80%;
    }
    .klienci h2 {
        text-align: center;
        font-size: 1.8rem;
    }
        .klienci {
        height: 520px;
    }
        .klienci_naglowek {
        padding-bottom: 0;
    }
    .klienci_logo {
  width: 240px;
  height: 240px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.klienci_logo img {
    width: 240px;
    height: 240px;
}
    .animacja_logo_klienci {
  width: 100%;
    height: 275px;
  overflow: hidden;
  position: relative;
}
 
        .strona_glowna_kontakt {
    height: auto;
}
    
        .kontakt_czesc_1 {
    float: none;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 80px 0 80px 0;
    width: 100%;
    border-bottom: 1px solid #000;
}
    .kontakt_czesc_1 h3 {
        font-size: 1.8rem;
    }
        .tresc_strona_glowna_kontakt {
    height: auto;
    position: relative;
        margin: 0 auto;
    width: 80%;
}
    
    .kontakt_czesc_1 h3 {
        text-align: center;
        font-size: 1.8rem;
        padding-bottom: 30px;
    }
    .tresc_strona_glowna_kontakt .tresc {
    position: relative;
        text-align: center;
        margin: 0 auto;
   
}
    .kontakt_czesc_1 h4 {
        text-align: center';
padding-bottom: 20px;
    margin: 0;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 400;
    
}
    .kontakt_czesc_2 {
        background: #fff;
        padding: 50px 0 50px 0;
        text-align: center;
    float: none;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 80%;
}
   .kontakt_czesc_2 .kontakt_dane {
        
    }
    .kontakt_czesc_2 .kontakt_dane p,  .kontakt_czesc_2 .kontakt_dane a, .kontakt_czesc_1 a {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 400;
}
    .kontakt_dane img {
        scale:0.8;
    }
    .kontakt_dane img {
    padding-right: 5px;
}
    .link {
                position: relative;
        right: 0;
        bottom: 0;
        height: auto;
                margin-top: 30px;
    }
        .circle {
        position: relative;
        margin: 0 auto;
        float: none;
    }
    .link span {
        padding: 0;
        width: 100%;
        text-align: center;
        line-height: 1;
    }
    .kontakt_dane_czesc {
    padding: 20px 0 20px 0;
}


    .kontakt_dane_czesc {
    position: relative;
    
}
    .span_formularz {
    color: #C3A861;
    font-weight: 300;
    float: none;
    line-height: 1px;
}
        form {
        max-width: 100%;
        margin: 0 auto;
    }
}