html{overflow-x: hidden;}
body {
    background-color: #f8f8f8;
    overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.bgc-gradient {
    background: linear-gradient(90deg, #FAD126 0%, #FF544F 100%);
}

.gradient-bgc {
    background: linear-gradient(270deg, #FAD126 0%, #FF544F 100%);
}

.header {
    padding: 16px 0px;
}

.header-btn {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #F8F8F8;
    gap: 12px;
    color: #FF544F;

    /* text-tiny */
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;

}

.div-przyciski {
    display: flex;
    gap: 32px;
}

.header-btn:hover {
    background: #E0E0E0;

}
nav a.abc{
    background:transparent !important;
}
nav a.abc:hover {
  background: transparent !important;
  box-shadow: none !important;
}
.tittle {
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.tytul {
    display: flex;

    text-align: center;
    font-family: "Poppins";
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 115.02%;
    /* 110.419px */
    text-transform: uppercase;
    background: linear-gradient(97deg, #FAD126 -22.95%, #FF544F 122.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
    padding: 0px 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.tekstvip {
    display: flex;
    width: 736px;
    color: #474747;
    text-align: center;
    /* text-regular */
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.formularzbutton {
    border-radius: 16px;
    background: #FF9100;
    color: #FFF;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
    text-decoration: none;
    text-align: center;
    padding: 12px 32px;
    transition: all 0.3s ease-in-out;
    display: flex;
    gap: 20px;
    width: fit-content;
    min-width: 200px;
    justify-content: center;
    border: none;
    outline: none;
}

.wyslijformularz {
    border-radius: 16px;
    background: #ccc; /* Szary kolor dla wyłączonego przycisku */
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
    text-decoration: none;
    text-align: center;
    padding: 12px 32px;
    transition: all 0.3s ease-in-out;
    display: flex;
    gap: 20px;
    width: fit-content;
    min-width: 200px;
    justify-content: center;
    border: none;
    outline: none;
    cursor: not-allowed; /* Kursor wskazujący, że przycisk jest nieaktywny */
    opacity: 0.6; /* Lekka przezroczystość dla stanu wyłączonego */
  }
  
  .wyslijformularz.enabled {
    background: #FF9100; /* Pomarańczowy kolor dla aktywnego przycisku */
    cursor: pointer; /* Kursor wskazujący, że przycisk jest klikalny */
    opacity: 1; /* Pełna widoczność */
  }
  
  .wyslijformularz.enabled:hover {
    background: #FFD5A3; /* Jaśniejszy odcień po najechaniu */
    border-color: #FFD5A3; /* Zmiana koloru obramowania (zgodne z Twoim CSS) */
  }
  
  .wyslijformularz:disabled {
    background: #ccc; /* Wzmocnienie szarego koloru dla stanu disabled */
    cursor: not-allowed;
    opacity: 0.6;
  }

.mid-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.formularzbutton:hover {
    background-color: #FFD5A3;
    /* Nowy kolor po najechaniu */
    border-color: #FFD5A3;
    /* Zmiana koloru obramowania */
}


.col-12.col-lg-8 {
    text-align: center;
}

.phone-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-img-mobile {
    display: none
}

.jak-tekst {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.jakdzialamykontainer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.jak-dzialamy {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.tytulkontener {
    display: flex;
    align-items: center;
    justify-content: start;
    /* width: 10%; */
}

.jak-dzialamy-ikonka {
    width: 40px;
    height: 40px;
    border-radius: 54px;
    background: #FF9100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jak-dzialamy-tekst {
    display: flex;
    flex-direction: column;
    width: 85%;
    align-items: start;
    justify-content: center;
}

.jak-dzialamy-tekst div:nth-child(2) ul li {
    margin: 0;
    color: #474747;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.jak-dzialamy-tekst h6 {
    color: #FF9100;
    font-family: "Poppins";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 27.6px */
}

.jak-dzialamy-tekst p,
.jak-dzialamy-tekst li {
    text-align: left;
}

.margin64 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.margin96 {
    padding: 96px 0;
}

.jak-tekst h4 {
    color: #FF9100;

    /* H4 */
    font-family: "Poppins";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
    text-align: start;

}

.phone-img {
    padding: 164px;
}

.containerzyski{
    display: flex;
  justify-content: start;
  align-items: center;
  gap:16px;
}
.co-zyskujesz{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.containerzyski p{
    color: #474747;
font-family: "Poppins";
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 31.05px */
margin-left:16px;
}
.cozyskujeszwypisz {

    display: flex;
    align-items: center;
    gap: 20px;
}

.cozyskujeszwypisz p {
    margin: 0;
    color: #474747;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 24.3px */
}

.co-zyskujesz-lista {
    display: flex;
    flex-direction: column;
    gap: 32px;
    order: 0;
}

.co-zyskujesz-lista h4 {
    color: #FF9100;

    /* H4 */
    font-family: "Poppins";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
    margin-bottom:32px;
}

.container-co-zyskujesz-lista1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-co-zyskujesz-lista2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.highlight {
    color: #FF9100;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}
.cala-lista li{
    padding-bottom:16px;
    color: #474747;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 135%;
}
.cala-lista li::marker{
    color: #FF9100;
    font-size:25px;
}

.womancall img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 2;
}

.borderorangetop {
    border-top: 1px solid #FF9100;
}

.tytulh3 {
    color: #FFF;

    /* H3 */
    font-family: "Poppins";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
}

.support-section {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    max-width: fit-content;
}



.border-wrapper {
    padding: 16px;
    border-radius: 16px;
    background-color: #fff;
    margin: 0px;
    color: #474747;


    text-align: center;

    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
}

.table-margin {
    margin: 0px;
}

.border-wrapper table {
    border: 1px solid rgba(71, 71, 71, 0.25);

    border-radius: 16px;
    border-collapse: separate;
    width:100%;
    table-layout: fixed;
}
.border-wrapper th, .border-wrapper td{
    min-height: 50px; /* Ustawia minimalną wysokość komórek */
    height: 50px; /* Ustawia stałą wysokość komórek */
}

.border-wrapper table thead tr th,
.border-wrapper table tbody tr td {
    border-bottom: 1px solid rgba(71, 71, 71, 0.25);
    border-right: 1px solid rgba(71, 71, 71, 0.25);
    padding: 0px 15px;
}

.border-wrapper table thead tr th:last-child {
    border-right: 0;
}

.border-wrapper table tbody tr td:last-child {
    border-right: 0px;
}

.border-wrapper table tbody tr:last-child td {
    border-bottom: 0px;
}


.gwiazdka {
    color: #FF9100;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.28px;
}
.border-wrapper-mobile {
    padding: 16px;
    border-radius: 16px;
    background-color: #fff;
    margin: 0px;
    color: #474747;


    text-align: center;

    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    overflow-x:auto;
    max-width:100%;
    -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  display: block;
  width: 100%;
  padding: 16px;
  margin: 0;
    
}
.border-wrapper-mobile table {
    border: 1px solid rgba(71, 71, 71, 0.25);
    min-width:100px;
    border-radius: 8px;
    border-collapse: separate;
    width:max-content;
    table-layout: fixed;
    overflow-x:auto;
}
.border-wrapper-mobile th, .border-wrapper-mobile td{
    min-height: 50px; /* Ustawia minimalną wysokość komórek */
    height: 50px; /* Ustawia stałą wysokość komórek */
}

.border-wrapper-mobile table thead tr th,
.border-wrapper-mobile table tbody tr td {
    border-bottom: 1px solid rgba(71, 71, 71, 0.25);
    border-right: 1px solid rgba(71, 71, 71, 0.25);
    padding: 0px 15px;
}

.border-wrapper-mobile table thead tr th:last-child {
    border-right: 0;
}

.border-wrapper-mobile table tbody tr td:last-child {
    border-right: 0px;
}

.border-wrapper-mobile table tbody tr:last-child td {
    border-bottom: 0px;
}

.wygrub {
    color: #474747;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.32px;
}
.tabela-ciemno-gruby-tekst{
    color: rgba(71, 71, 71, 0.75);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: -0.28px;
}
.tabela-szary-tekst{
    color: rgba(71, 71, 71, 0.75);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
letter-spacing: -0.28px;
}
.tabela-zloty-tekst{
    color: #FF9100;
text-align: center;

/* text-tiny */
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
letter-spacing: -0.28px;
}
.zloty-gruby-napis{
    color: #FF9100;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: -0.28px;
}
.zielony-tekst{
    color: #39D35B;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
letter-spacing: -0.28px;
}

.przypisy {
    color: #FFF;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top:64px;
    margin-bottom:64px;

}
.efekty-naszej-pracy{
    color: #FF9100;

/* H3 */
font-family: "Poppins";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 52.8px */
margin-top:97px;
margin-bottom:64px;
}
.widocznosc-strony{
    color: #474747;
text-align: center;

/* text-regular */
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
letter-spacing: -0.36px;
margin-top:32px;
margin-bottom:32px;
}
a.orange-napis{
    text-decoration: none;
}
.orange-napis{
    color: #FF9100;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%;
letter-spacing: -0.36px;
}
.border-wrapper2 {
    padding: 32px 32px 32px 32px;
    border-radius: 16px;
    background-color: #fff;
    margin: 0px;
    color: #474747;


    text-align: center;

    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    margin-bottom:96px;
}
.border-wrapper2 table {
    border: 1px solid rgba(71, 71, 71, 0.25);

    border-radius: 16px;
    border-collapse: separate;
    width:100%;
    table-layout: fixed;
}
.border-wrapper2 th, .border-wrapper2 td{
    min-height: 50px; /* Ustawia minimalną wysokość komórek */
    height: 50px; /* Ustawia stałą wysokość komórek */
}

.border-wrapper2 table thead tr th,
.border-wrapper2 table tbody tr td {
    border-bottom: 1px solid rgba(71, 71, 71, 0.25);
    border-right: 1px solid rgba(71, 71, 71, 0.25);
    padding: 0px 15px;
}

.border-wrapper2 table thead tr th:last-child {
    border-right: 0;
}

.border-wrapper2 table tbody tr td:last-child {
    border-right: 0px;
}

.border-wrapper2 table tbody tr:last-child td {
    border-bottom: 0px;
}
.once-support{
    color: #474747;
text-align: center;

/* text-regular */
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
letter-spacing: -0.36px;
width:57%;
}
.once-support1{
    display:flex;
    justify-content: center;
    margin-bottom: 64px;
}

.wypelnij-formularz {
    color: #FF9100;
    font-family: "Poppins";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    justify-content: center;
    margin-top: 96px;
}

.odezwiemy-sie-do-ciebie {
    color: rgba(71, 71, 71, 0.75);
    font-family: "Poppins";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    justify-content: center;
}

.dziekujemy {
    margin: 56px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.dziekujemy-za-wypelnienie-formularza {
    color: rgba(71, 71, 71, 0.75);

    /* H6 */
    font-family: "Poppins";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 27.6px */
    display: flex;
    margin: 0px;
}

.nazwa-studio {
    color: #474747;

    /* text-small */
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.32px;
}

.nazwa-studio-main {
    margin: 0px;
    padding: 12px 0px;
}

.nazwa-studio {
    padding-bottom: 10px;
}

.pole-do-wpisania {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 24px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.05);
}

.studio-figura-miasto input {
    background-color: rgba(0, 0, 0, 0.05);
    /* Tło pola z przezroczystością 70% */
    border: none;
    /* Obramowanie pola */
    color: #333;
    /* Kolor tekstu */
    outline: none;
}

.studio-figura-miasto input::placeholder {
    opacity: 0.7;
    /* Ustawia przezroczystość dla tekstu w placeholderze */
}


.studio-figura-miasto input:focus::placeholder {
    opacity: 1;
    /* Ustawia pełną przezroczystość dla tekstu placeholdera podczas fokusu */
}

.formularz-button-rules {
    padding-top: 20px;
    display: flex
}

.formularz-button {
    padding-right: 24px;
}

.rules-button-container {
    padding-right: 8px;
}

.rules-button {
    border-radius: 6px;
    border: 2px solid rgba(71, 71, 71, 0.25);
    background: #F8F8F8;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: -53px;


}

.rules-button-none {
    position: relative;
    opacity: 0;
    width: 100%;
    /* Rozciąga checkbox na cały kontener nadrzędny */
    height: 100%;
    /* Rozciąga checkbox na cały kontener nadrzędny */
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    /* Upewnia się, że checkbox jest na wierzchu */
    cursor: pointer;
    clip-path: inset(0 0 0 0);
}

.rules-button-none:checked + .rules-button::before {
    content: '\2714'; /* Unicode ptaszka ✔ */
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -4px;
    left: -0.5px;
}

.formularz-container {
    margin-left: 196px;
    margin-right: 196px;
    margin-bottom: 96px;
}

.row-formularz {
    width: 100%;
}

.rules-text {
    color: rgba(71, 71, 71, 0.50);

    /* text-tiny */
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    margin-left:8px;

}
.form-checkbox{
    border-radius: 6px;
    border: 2px solid rgba(71, 71, 71, 0.25);
    background: #f8f8f8;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #474747;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }
.form-checkbox:checked{
    color:white;
    background-color: #EF8700;
    border-color:transparent;
}
.form-check-input:focus {
    box-shadow: none;
    outline: none;
  }
.form-check-input[type="checkbox"]{
    border-radius:0.5em;
}
.rules-button-container2{
    display:flex;
}

.footer {
    padding: 32px 160px;
}

.borderwhitebottom {
    border-bottom: 1px solid white;
    margin-top: 16px
}

.social {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: flex-end;

}

.social-ikonka {
    border-radius: 28px;
    background: #FFF;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.polityka {
    color: #FFF;

    /* text-tiny */
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.politykaisociale {
    display: flex;
    margin-top: 16px;
}

.footer-przyciski {
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    align-items: flex-end;
}

.borderwhitetop {
    border-top: 1px solid white;
    padding-top: 16px;
}
.tabela-mobile{
    display:none;
}
.efekty-naszej-pracy-mobile{
    display:none;
}
.no-link-style{
    text-decoration: none;
  color: inherit;
}






@media screen and (max-width:992px) {
    .div-przyciski {
        display: none;
    }
    .tytulh3{
        color: #FFF;
font-family: "Poppins";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 38.4px */
white-space:nowrap;
justify-content: center;
display:flex;
    }
    .once-support{
        width:120%
    }
    .border-wrapper{
        display:flex;
        justify-content: center;
    }
    .border-wrapper table{
        width: 100%;
    }
    .usluga-vip{
        white-space:nowrap;
    }

    .tabela-desktop {
        display: none;
    }

    .tabela-mobile {
        display: block;
    }
    .efekty-naszej-pracy-desktop{
        display:none;
    }
    .efekty-naszej-pracy-mobile{
        display:block;
    }

    .polityka {
        display: flex;
        justify-content: center;
    }

    .social-ikonka {
        width: 42px;
        height: 42px;
    }

    .header-btn {
        width: 100%
    }

    .footer {
        width: 100%;
        box-sizing: content-box !important;
        padding: 32px 0px;
    }

    .footer-przyciski {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 32px;
        gap: 16px;
    }

    .politykaisociale {
        flex-direction: column;
    }

    .social {
        justify-content: center;
        gap: 20px;
        margin-top: 24px;
    }

    .margin96 {
        padding: 84px 0;
    }

    .row-formularz {
        width: auto;
    }

    .container-co-zyskujesz-lista1 {
        margin-bottom: 24px;
    }

    .phone-img {
        display: none;
    }

    .phone-img-mobile {
        display: flex;
    }

    .jak-tekst {
        margin-top: 48px;
    }

    .logo {
        justify-content: center;
    }

    .tytul {
        font-size: 42px;
    }

    .tekstvip {
        color: #474747;
        text-align: center;
        font-family: "Poppins";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.32px;
        width: 100%;
        margin-left: 0px;
    }

    .tytul {
        padding: 0px 0;
        margin-bottom: 32px;
    }

    .formularzbutton {
        width: 40% !important;
        margin-top: 12px;
        font-size: 14px;
    }

    .formularz-button {
        padding-right: 0px;
        justify-content: center;
        display: flex;
        flex: 1 1 100%;
        order: 3;
        margin-top: 24px;
    }

    .wyslijformularz {
        width: 100%;
    }



    .borderorangetop {
        padding-top: 64px;
    }

    .co-zyskujesz-lista {
        order: 1;
    }

    .womancall img {
        order: 2;
    }

    .co-zyskujesz-lista {
        margin-top: 32px;
        margin-bottom: 96px;
    }

    .wypelnij-formularz {
        color: #FF9100;
        font-family: "Poppins";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .container {
        width: 100% !important;
    }

    .odezwiemy-sie-do-ciebie {
        color: rgba(71, 71, 71, 0.75);
        font-family: "Poppins";
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-top: 8px;
        margin-bottom: 56px;
    }

    .formularz-container {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 64px;
    }

    .dziekujemy {
        display: none
    }

    /* formularz i przyciski */
    .formularz-button-rules {
        display: flex;
        flex-wrap: wrap;
    }

    .rules-button-container {
        display: inline-block;
        order: 0;
        margin-right: -19px;
    }

    .rules-text {
        display: inline-block;
        flex: 1;
    }

    .formularzbutton {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .rules-button {
        top: -84px;
    }

    /*formularz i przyciski */
}

@media screen and (max-width:1400px) {
    .div-przyciski {
        flex-direction: column;
    }

    .logo {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:1340px){
    .footer-przyciski{
        flex-direction: column;
    }



}