@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"); *, ::before, ::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    transition: all 0.4s ease 0s;
}

:root {
    --nav-color: white;
    --side-nav: #010718;
    --text-color: black;
    --search-bar: #f2f2f2;
    --search-text: #010718;
}

body {
    background-color: var(--body-color);
}

body.dark {
    --body-color: #18191a;
    --nav-color: #242526;
    --side-nav: #242526;
    --text-color: #ccc;
    --search-bar: #242526;
}

body.dark nav {
    border: 1px solid rgb(57, 56, 56);
}

body.dark .search-field input {
    color: var(--text-color);
}

body.dark .search-field i {
    color: var(--text-color);
}

:root {
    --kolortlajasnyniebieski: #e1f5f6;
    --kolorloga: #5AD5E5;
    --borderek: solid 1px #E2E2E2;
}

html {
    scroll-behavior: smooth;
}

body {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-style: normal;
}

.navigation__menu {
    width: 100%;
    position: absolute;
    display: flex;
    padding: 12px;
    place-content: center space-between;
    flex-direction: column;
    align-items: flex-start;
    top: 0px;
    z-index: 2;
    background: rgb(225, 245, 246);
    min-height: 380px;
    transform: translateY(-690px) scale(0);
    transition: transform 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px;
}

.navigation__menu a {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 60px;
    text-align: left;
    letter-spacing: -0.03em;
    color: rgb(0, 0, 0);
}

.cont_page {
    transition: transform 0.7s ease 0s;
}

.header_info {
    display: flex;
    flex-direction: column;
    place-content: center;
    align-items: center;
    transition: transform 0.7s ease 0s;
    position: relative;
}

.header_text, .dlaczego_fortepian {
    display: flex;
    flex-direction: column;
    place-content: center space-between;
    align-items: center;
    position: relative;
    min-height: 310px;
    padding: 20px;
}

.header_text {
    max-width: 600px;
    padding: 10px 2rem 0px;
}

.header_text p {
    margin-top: 10px;
}

h1, h2 {
    font-family: Inter-se, sans-serif;
    font-weight: 600;
    font-size: 7.6vw;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--text-color);
}

.dalszaczesctekstu h2 {
    font-family: Inter-se, sans-serif;
    font-weight: 600;
    margin-top: 10px;
    font-size: 7.6vw;
    line-height: 111%;
    letter-spacing: -0.03em;
    color: var(--text-color);
}

h2 {
    font-size: 9.6vw;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: rgb(0, 0, 0);
}

.regulamin {
    padding: 100px 30px 150px;
    border-bottom: 1px solid rgb(226, 226, 226);
}

.regulamin h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 111%;
    text-align: left;
    letter-spacing: -0.03em;
    color: var(--text-color);
}

.regulamin p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: var(--text-color);
}

.podkreslnikstrong {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em;
}

.regulaminowe li, .regulamin p, .podkreslnikstrong, .regulaminowe li a {
    font-size: 1.1rem;
    line-height: 1.6rem;
}

ul {
    list-style-type: style;
    margin-left: 20px;
}

.adregulaul {
    list-style-type: disc;
    margin-left: 13px;
}

li {
    margin-top: 10px;
    color: black;
    font-size: 3.9vw;
    line-height: 4.5vw;
}

p, .toregulamin {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: var(--text-color);
}

.toregulamin {
    color: rgb(255, 101, 132);
}

@keyframes wsunpowoli {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.cookies {
    position: fixed;
    width: 100%;
    min-height: 100px;
    background-color: var(--kolorloga);
    display: flex;
    place-content: center;
    font-size: 8px;
    align-items: center;
    text-align: center;
    color: white;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    padding: 15px;
    bottom: 0px;
    animation: 0.5s ease 0s 1 normal forwards running wsuncookies;
}

.wylacz {
    position: absolute;
    cursor: pointer;
    height: 40px;
    top: -10%;
    right: 0%;
    width: 40px;
    border-radius: 50%;
    outline: none;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.wylaczcookies {
    height: 3px;
    position: absolute;
    transform: rotate(45deg);
    background-color: var(--kolorloga);
    width: 20px;
}

.wylaczcookies:nth-child(2) {
    height: 3px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: var(--kolorloga);
    width: 20px;
}

@keyframes wsuncookies {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.cookies p {
    font-size: 13px;
    color: white;
}

.logo_container {
    position: relative;
    left: 10%;
    top: 5%;
}

.dark-light {
    display: none;
}

.logo {
    height: 61px;
    min-width: 71px;
    background-image: url("./img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.glowny_header {
    min-height: 800px;
    overflow: hidden;
}

.wplywowy {
    min-height: 300px;
}

.wplywowy h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wplywowy p {
    padding: 10px 2rem 0px;
}

.header_img__info {
    background-size: cover;
    display: none;
}

.header_figure_conor {
    display: flex;
    place-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 230px;
}

.header_figure_conor:nth-child(1) {
    margin-top: 30px;
}

img {
    max-width: 100%;
    display: block;
}

.header_figure_conor {
    position: relative;
}

.header_figure_conor::before {
    content: "";
    position: absolute;
    background-image: url("./img/kropeczki.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: -3%;
    left: -6%;
    z-index: 1;
    height: 100px;
    width: 79.63px;
}

.header_figure_conor::after {
    content: "";
    position: absolute;
    background-image: url("./img/kropeczki.svg");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -3%;
    right: -11%;
    z-index: 1;
    height: 100px;
    width: 79.63px;
}

.button_czytaj_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19px 46px;
    margin-top: 20px;
    gap: 10px;
    outline: none;
    flex: 0 1 auto;
    cursor: pointer;
    min-width: 280px;
    max-width: 301px;
    height: 64px;
    font-family: inter;
    background: transparent;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    border: 1px solid rgb(90, 213, 229);
    color: rgb(90, 213, 229);
    transition: all 0.5s ease 0s;
}

.button_czytaj_header:hover {
    background: rgb(90, 213, 229);
    color: rgb(255, 255, 255);
}

@keyframes wlecpiotrek {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dlaczego_fortepian {
    background-color: rgb(225, 245, 246);
    min-height: 500px;
    position: relative;
}

.dlaczego_fortepian h2, .dlaczego_fortepian p {
    color: black;
}

.atykuly_fredzio {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.kontaktowa {
    padding-top: 130px;
    background-color: var(--kolortlajasnyniebieski);
}

.formularz_kontakt {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center;
}

.formularz_kontakt h2, .mapsjeszczeraz h2 {
    text-align: center;
    font-size: 1.5rem;
}

.inpucik, textarea {
    position: relative;
    background: none;
    outline: none;
    min-width: 280px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}

.inpucik:hover {
    border-bottom: solid 1px var(--kolorloga);
}

.inputname::before {
    content: "imie";
    position: absolute;
    height: 5px;
    width: 5px;
    top: 0px;
    font-size: 2rem;
}

textarea {
    margin-bottom: 20px;
    overflow: hidden;
}

.sendas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 46px;
    gap: 10px;
    width: 149px;
    background: rgb(90, 213, 229);
    outline: none;
    border-radius: 100px;
    font-family: Inter;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    align-self: center;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: rgb(255, 255, 255);
    border: none;
    flex: 0 0 auto;
    order: 0;
}

.polityka {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-self: center;
}

.checkons {
    outline: none;
    margin-left: 5px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.26);
}

.kontakt {
    min-height: 500px;
    background-image: url("./paskiback.svg");
    background-size: cover;
    max-width: 100%;
    display: block;
    position: relative;
}

.mapsjeszczeraz p {
    align-self: flex-start;
    margin-bottom: 5px;
}

.mapsjeszczeraz {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    padding-bottom: 90px;
}

.mapsjeszczeraz .mapkaframe {
    width: 100%;
    min-height: 210px;
    box-shadow: rgba(0, 0, 0, 0.26) 1px 1px 12px;
}

.kontakt_form {
    padding: 90px 30px 30px;
}

.kontakt_form h2 {
    text-align: left;
}

.atykuly_fredzio::before {
    content: "";
    background-color: rgb(225, 245, 246);
    width: 170%;
    height: 190px;
    transform: rotate(-5deg) translateY(10px);
}

.atykuly_fredzio::after {
    content: "";
    background-color: rgb(225, 245, 246);
    bottom: 0%;
    z-index: -1;
    width: 120%;
    height: 190px;
    transform: rotate(-5deg) translateY(-50%);
}

.article_text {
    padding: 10px 1rem 0px;
    display: flex;
    place-content: center flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.article_text p {
    margin-top: 5px;
}

.czytaj_more, .czytaj_moremetoda, .czytaj_moremetodawhite {
    margin-top: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: rgb(90, 213, 229);
    position: relative;
    cursor: pointer;
}

.resztametody {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.czytaj_moremetoda, .czytaj_moremetodawhite {
    font-size: 18px;
    margin-top: 10px;
    transition: color 0.3s ease 0s;
}

.czytaj_moremetodawhite {
    color: white;
}

.czytaj_more:nth-child(2) {
    padding-bottom: 55px;
}

.czytaj_moremetoda:hover {
    color: rgb(90, 213, 229);
}

.czytaj_more::before, .czytaj_moremetoda::before, .czytaj_moremetodawhite::before {
    content: "";
    bottom: -55%;
    width: 25%;
    position: absolute;
    height: 1.5px;
    background-color: rgb(90, 213, 229);
}

.czytaj_moremetodawhite::before {
    background-color: white;
}

.czytaj_moremetoda::before, .czytaj_moremetodawhite::before {
    content: "";
    left: 50%;
    width: 45%;
    transform: translateX(-50%);
}

.metoda_info {
    min-height: 500px;
    background-image: url("https://wallpapers-fenix.eu/full/141203/105054802.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.metoda_info::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    background-color: rgba(255, 255, 255, 0.9);
}

.metoda_info {
    padding-top: 100px;
}

.info {
    padding: 30px;
    display: flex;
    align-items: center;
    place-content: center;
    flex-direction: column;
}

.obrazek {
    min-height: 300px;
    margin-top: 30px;
    display: flex;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.metoda_img_fred {
    width: 280px;
    height: 280px;
}

h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 111%;
    text-align: center;
    letter-spacing: -0.03em;
    margin-top: 10px;
    color: rgb(10, 9, 9);
}

.box_info {
    min-width: 285px;
    max-width: 325px;
    min-height: 383.41px;
    position: relative;
    margin-top: 150px;
    background: rgb(44, 185, 194);
    box-shadow: rgb(44, 185, 194) 0px 10.7615px 16.6314px;
    border-radius: 23.4797px;
}

.box_info::before {
    content: "";
    background-image: url("./img/czytanka.webp");
    background-size: 80%;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center center;
    width: 380px;
    height: 210px;
    background-repeat: no-repeat;
}

.info_dla_text {
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 80%;
    transform: translateY(-80%);
    color: white;
    display: flex;
    place-content: center;
    align-items: center;
    flex-direction: column;
}

.info_dla_text h3, .info_dla_text p {
    margin-top: 10px;
    color: white;
}

.obrazek h2 {
    color: black;
}

.obrazek p, .info_dla_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: black;
    letter-spacing: -0.03em;
}

.cennik h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

.cennik .kosztjakiesinne {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.cennik {
    margin-top: 150px;
    min-height: 750px;
    background-size: contain;
    max-width: 100%;
    background-color: var(--kolortlajasnyniebieski);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    position: relative;
    display: flex;
    align-content: center;
    overflow: visible;
    flex-direction: column;
    align-items: center;
}

.cennik p {
    max-width: 400px;
}

.casadepala::before {
    content: "";
    background-image: url("./img/nutki.svg");
    background-size: contain;
    height: 335px;
    width: 335px;
    background-position: center center;
    display: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1%;
}

.cennik::before {
    content: "";
    background-image: url("./img/nutki.svg");
    background-size: contain;
    height: 135px;
    width: 135px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -5%;
    right: 0%;
}

.cennik::after {
    content: "";
    background-image: url("./img/pianodocennika.svg");
    background-size: 100%;
    height: 70%;
    display: none;
    max-width: 450px;
    min-width: 15%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 90%;
    transform: translateY(-90%) translateX(0px) scale(1.9);
    left: 0px;
}

.info_cenn_boxy p {
    font-weight: 500;
    min-width: 109px;
    font-size: 15px;
    line-height: 32px;
    align-self: center;
    align-items: center;
    text-align: right;
    letter-spacing: -0.03em;
    color: rgb(10, 9, 9);
}

.info_cennik_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
}

.info_cennik_text h3 {
    margin-bottom: 10px;
}

.info_cennik_text p {
    margin-top: 10px;
    font-weight: bold;
    color: black;
}

.info_cennik_text .tekscik_cenniks {
    margin-top: 20px;
    font-weight: normal;
}

.cenyabout {
    font-weight: 600;
    font-size: 3vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: -0.03em;
}

.godzina_cennik {
    font-style: normal;
    font-weight: 600;
    font-size: 3vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgb(255, 255, 255);
}

.info_cenn_boxy {
    display: flex;
    margin-top: 10px;
    position: relative;
    align-items: center;
    gap: 30px;
}

.box {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    min-width: 40vw;
    min-height: 59px;
    background: white;
    border: var(--borderek);
    border-radius: 8.73468px;
}

.promas {
    background: rgb(255, 101, 132);
    border: 1px solid rgb(222, 57, 91);
    box-shadow: rgba(255, 101, 132, 0.46) 0px 4px 5px 5px;
}

.flexnanoweboxy_cennik {
    display: flex;
    place-content: center space-around;
    margin-top: 10px;
    align-items: center;
    align-self: center;
    gap: 10px;
}

.boxik_small {
    display: flex;
    flex-direction: column;
    place-content: center;
    align-items: center;
    background-color: white;
    min-width: 25vw;
    min-height: 80px;
    border-radius: 8.73468px;
    padding: 7px;
    border: var(--borderek);
}

.boxik_small span {
    color: var(--kolorloga);
}

.boxik_small .cena_cennika {
    text-transform: uppercase;
}

.dowiedz_sie_cennik {
    height: 36px;
    border-radius: 100px;
    background: transparent;
    outline: none;
    margin-top: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 3vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    cursor: pointer;
}

.dowiedz_sie_cennik a {
    color: var(--kolorloga);
}

.box .dowiedz_sie_cennik {
    border: 1px solid var(--kolorloga);
    color: var(--kolorloga);
    transition: all 0.3s ease 0s;
}

.box .dowiedz_sie_cennik:hover > a {
    color: white;
}

.box .dowiedz_sie_cennik:hover {
    background-color: var(--kolorloga);
}

.promas .dowiedz_sie_cennik a {
    color: white;
}

.promas .dowiedz_sie_cennik:hover {
    background-color: white;
}

.promas .dowiedz_sie_cennik:hover > a {
    color: black;
}

.promas .dowiedz_sie_cennik {
    border: 1px solid white;
    color: white;
    transition: all 0.3s ease 0s;
}

.box span {
    color: var(--kolorloga);
}

.promas span {
    color: rgb(255, 255, 255);
}

.za_lekcje {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4vw;
    line-height: 3vw;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgb(255, 255, 255);
}

.cena_cennika {
    font-style: normal;
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgb(255, 255, 255);
}

.sbox {
    background: rgb(90, 213, 229);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: rgb(90, 213, 229) 0px 5.67754px 8.73468px;
    border-radius: 8.73468px;
}

.gwiazdka {
    color: rgb(90, 213, 229);
}

.warunek_info_cen {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    place-content: center;
}

.warunek_info_cen h3 {
    text-align: left;
    align-self: flex-start;
}

.tekscik_cenniks {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    align-self: center;
    margin-top: 90px;
    line-height: 21px;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgb(10, 9, 9);
}

.warunek_info_cen .wieksze_cennik {
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.divek1_cennik_text_flex {
    margin-top: 10px;
    display: flex;
    place-content: center;
    align-items: center;
}

.alelast {
    margin-top: 20px;
    border-bottom: none;
    font-size: 20px;
    text-align: center;
}

.divek1_cennik_text_flex p {
    font-size: 11px;
}

.info_cennik_text .alelast {
    font-weight: normal;
}

.nutka {
    background-image: url("./img/music.png");
    background-size: 100%;
    transform: translateY(-290px);
    z-index: -1;
    height: 50px;
    width: 50px;
}

.obok_footera {
    padding: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    align-content: center;
}

.stopka {
    border-top: 1px solid rgb(57, 57, 57);
    margin-top: 50px;
    display: flex;
    min-height: 50px;
    justify-content: flex-end;
    min-width: 20%;
}

.akordeon_piotra {
    margin-top: 100px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
    display: flex;
    align-items: center;
    place-content: center;
    width: 100%;
}

.dawajstrzalke {
    position: fixed;
    bottom: 5%;
    right: 5%;
    height: 38px;
    padding: 30px;
    width: 38px;
    background-color: rgb(90, 213, 229);
    color: white;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    border: none;
    transition: all 0.6s ease 0s;
    animation: 1s ease 0s infinite alternate none running sobiemalej;
    place-content: center;
    align-items: center;
    display: none;
    opacity: 1;
}

.pokaz {
    display: flex;
    animation: 0.6s ease 0s 1 normal none running wsunsobiestrzalke;
}

.niepokazuj {
    display: none;
}

@keyframes wsunsobiestrzalke {
    0% {
        transform: translateY(800px);
    }

    100% {
        transform: translateY(0px);
    }
}

.dawajstrzalke .fas {
    color: white;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes sobiemalej {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

.akor_rozwin {
    height: 38px;
    display: inline-block;
    width: 38px;
    background-color: rgb(90, 213, 229);
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    border: none;
    transition: all 0.6s ease 0s;
}

.rozwiniety {
    border: 1px solid rgb(219, 219, 219);
    background-color: transparent;
}

.linia {
    display: inline-block;
    background-color: white;
    height: 25px;
    width: 3px;
    transition: transform 0.3s ease 0s;
}

.przyjeta {
    transform: rotate(90deg);
    background-color: rgb(90, 213, 229);
}

.srodkowa {
    opacity: 0;
}

.linia .linia {
    transform: rotate(90deg);
}

.przyciski {
    display: flex;
    flex-direction: column;
}

.rozwijka {
    display: flex;
    margin-top: 20px;
    min-width: 280px;
    justify-content: space-between;
}

.rozwijka:nth-child(2), .rozwijka:nth-child(3) {
    padding-top: 20px;
    border-top: 1px solid rgb(226, 226, 226);
}

.rozwijka:nth-child(3) {
    padding-bottom: 20px;
}

.text_rozwijka {
    margin-left: 10px;
    max-width: 260px;
}

.text_rozwijka h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    display: contents;
    letter-spacing: -0.03em;
    color: var(--text-color);
}

.mapka {
    display: flex;
    place-content: center;
    align-items: center;
    position: relative;
}

.mapkaframe {
    max-width: 100%;
}

.hide_acrd {
    display: none;
}

.uniq_p, .uniq_p_sec {
    margin-top: 10px;
    animation: 0.6s ease 0s 1 normal none running wsunpiotras;
}

@keyframes wsunpiotras {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.map_google {
    height: 260px;
    width: 260px;
    position: relative;
}

.footer_columns {
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    min-width: 280px;
    place-content: space-between;
    align-items: center;
}

.footer_kolumna {
    display: flex;
    min-width: 280px;
    flex-direction: column;
    place-content: space-between;
    min-height: 410px;
    align-items: center;
}

.footer_text_kontent {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_text_kontent:nth-child(2) {
    min-height: 110px;
}

.kontakt_details, .fejs {
    display: flex;
    place-content: center;
    align-items: center;
}

.fas, .fab {
    margin-right: 15px;
    font-size: 18px;
    color: rgb(90, 213, 229);
}

.footer_text_kontent h4 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 19px;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
}

.regulaminowe a {
    color: var(--kolorloga);
    font-size: 18px;
    text-decoration: underline;
}

.malutke_lekcje {
    color: red;
    font-size: 0.5rem;
    text-align: center;
}

.footer_text_kontent p, .footer_text_kontent a {
    font-size: 18px;
}

.footer_text_kontent:nth-child(2) {
    margin-bottom: 50px;
}

.copyright {
    min-width: 100%;
    display: flex;
    min-height: 25px;
    color: var(--text-color);
    justify-content: center;
    align-items: center;
}

.uniq_p_thr {
    margin-top: 10px;
}

.menu {
    margin-bottom: 30px;
}

.paddingowywplyw {
    padding: 10px 2rem 0px;
}

.hide_and_seek_conor {
    display: none;
    animation: 2s ease 0s 1 normal forwards running wlecpiotrek;
    opacity: 0;
}

.bigger_header, .bigdlaczego, .bigzpais {
    display: none;
}

.comp_nav {
    display: none;
    min-width: 711px;
}

nav {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 100%;
    background-color: var(--nav-color);
    z-index: 100;
}

nav .nav-bar {
    position: relative;
    height: 100%;
    border-radius:2rem;
    
    max-width: 1000px;
    width: 100%;
    background-color: var(--nav-color);
    margin: 0px auto;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    place-content: center space-between;
}

nav .nav-bar .sidebarOpen {
    color: var(--text-color);
    font-size: 4vw;
    padding: 10px;
    cursor: pointer;
    display: none;
}

nav .nav-bar .logo a {
    font-size: 25px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
}

.logo {
    position: relative;
}

.logo a {
    position: absolute;
    height: 100%;
    width: 100%;
}

.menu .logo-toggle {
    display: none;
}

.nav-bar .nav-links li {
    margin: 0px 5px;
    cursor: pointer;
    list-style: none;
}

.nav-bar .darkLight-searchBox {
    display: flex;
    align-items: center;
}

.nav-links a {
    position: relative;
    font-weight: bold;
    color: var(--text-color);
    text-decoration: none;
}

.nav-links a:hover {
    color: rgb(90, 213, 229);
}

.nav-links a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: var(--text-color);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.nav-links a:hover a::before {
    opacity: 1;
}

.darkLight-searchBox .dark-light {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-light {
    display: none;
}

.darkLight-searchBox .searchToggle {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}

.dark-light i {
    position: absolute;
    color: var(--text-color);
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.dark-light i.sun {
    opacity: 0;
    pointer-events: none;
}

.darkLight-searchBox {
    display: none;
}

.searchToggle i.cancel {
    opacity: 0;
    pointer-events: none;
}

.dark-light.active i.sun {
    opacity: 1;
    pointer-events: auto;
}

.dark-light.active i.moon {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 790px) {
    nav .nav-bar .sidebarOpen {
        display: block;
    }

    .nav-bar {
        flex-direction: row-reverse;
    }

    .menu {
        position: fixed;
        height: 100%;
        min-width: 98vw;
        left: -100%;
        top: 0px;
        padding: 20px;
        background-color: var(--nav-color);
        z-index: 100;
        transition: all 0.1s ease 0s;
        box-shadow: rgba(0, 0, 0, 0.2) 12px 0px 12px -6px;
    }

    .menu .logo-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav.active .menu {
        left: 0%;
    }

    nav.active .nav-bar .navLogo a {
        opacity: 0;
        transition: all 0.3s ease 0s;
    }

    .logo-toggle .siderbarClose {
        color: var(--text-color);
        font-size: 3rem;
        cursor: pointer;
    }

    .nav-bar .nav-links li {
        margin-top: 50px;
    }
}

@keyframes lekkowsun {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

nav .nav-bar .sidebarOpen {
    font-size: 3rem;
}

@media only screen and (max-width: 290px) {
    .box {
        width: 60px;
    }
}

@media only screen and (max-width: 330px) {
    .box {
        width: 80px;
    }

    .header_info {
        padding: 1px;
    }

    .dlaczego_fortepian {
        padding: 0px;
    }

    .button_czytaj_header {
        min-width: 230px;
    }

    img {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 380px) {
    .cennik h3 {
        font-size: 23px;
        min-width: 100px;
    }
}

.cont_page {
    margin-top: 100px;
}

@media only screen and (min-width: 500px) {
    .boxik_small {
        padding: 20px;
        height: 130px;
        width: 150px;
    }

    .boxik_small .malutke_lekcje {
        font-size: 0.6rem;
    }

    .regulaminowe li, .regulamin p, .podkreslnikstrong {
        font-size: 2.8vw;
        line-height: 3.5vw;
    }

    .box {
        min-height: 150px;
        align-items: center;
        place-content: center;
    }

    .smaller_head, .smalldlaczego, .smallezpais {
        display: none;
    }

    .dowiedz_sie_cennik {
        font-size: 2vw;
        display: flex;
        place-content: center;
        align-items: center;
        padding: 20px;
    }

    .bigger_header, .bigdlaczego, .bigzpais {
        display: block;
        max-height: 500px;
    }

    .akordeon_piotra {
        justify-content: center;
    }

    .metoda_img_fred {
        height: 300px;
        width: 300px;
    }

    .tekscik_cenniks {
        font-size: 18px;
        line-height: 24px;
    }
}

.infotexcik2 {
    display: flex;
    flex-direction: column;
}

.czytaj_moremetoda {
    width: fit-content;
}

.akor_rozwin {
    flex-shrink: 0;
    margin-left: 5px;
}

@media only screen and (min-width: 700px) {
    .header_text, .dlaczego_fortepian .article_text {
        max-width: 600px;
        padding: 10px 2rem 0px;
    }

    .footer_kolumna {
        flex-direction: row;
        min-width: 600px;
    }

    .paddingowywplyw h1 {
        max-width: 400px;
    }

    .bigger_header, .bigdlaczego, .bigzpais {
        display: block;
        max-height: none;
    }

    .przyciski {
        align-self: flex-start;
    }

    .kontaktowa {
        padding: 150px 50px;
    }

    .mapsjeszczeraz .mapkaframe {
        height: 500px;
        width: 500px;
    }

    .regulaminowe li, .regulamin p, .podkreslnikstrong {
        font-size: 2vw;
        line-height: 2.8vw;
    }

    .regulamin h3 {
        margin-top: 100px;
    }

    .boxik_small {
        padding: 20px;
        height: 150px;
        width: 150px;
    }

    .paddingowywplyw, .regulamin {
        padding: 0px 50px;
    }

    .paddingowywplyw p {
        font-size: 20px;
        line-height: 30px;
    }

    .header_info, .dlaczego_fortepian, .obok_footera {
        flex-direction: row-reverse;
        padding: 50px;
        justify-content: space-around;
    }

    .paddingowywplyw {
        justify-content: space-between;
    }

    .obok_footera {
        flex-flow: row-reverse wrap;
    }

    .info_text {
        padding-left: 50px;
    }

    .box {
        justify-content: center;
        min-height: 200px;
    }

    .dowiedz_sie_cennik {
        align-self: center;
        font-size: 2vw;
        min-height: 50px;
        margin-top: 20px;
        width: 220px;
    }

    .obrazek, .akordeon_piotra {
        flex-direction: row;
    }

    .przyciski {
        padding-left: 100px;
    }

    .alsecondobraz {
        flex-direction: row-reverse;
    }

    .metoda_img_fred {
        align-self: flex-start;
    }

    .secflex {
        align-self: flex-start;
    }

    .obrazek {
        min-width: 700px;
    }

    .atykuly_fredzio::before {
        transform: rotate(-2deg) translateY(10px);
    }

    .atykuly_fredzio::after {
        transform: rotate(-2deg) translateY(-55px);
    }

    .header_figure_conor {
        align-self: flex-start;
    }

    .glowny_header {
        min-height: auto;
    }

    .obrazek {
        max-width: 600px;
    }

    .box_info {
        margin-top: 0px;
        margin-left: 50px;
    }

    .dlaczego_fortepian:nth-child(1) {
        flex-direction: row;
    }

    h1, h3, h2 {
        font-size: 5.5vw;
    }

    .zapisol {
        align-self: flex-start;
    }
}

@media only screen and (min-width: 790px) {
    .nav-bar .nav-links {
        display: flex;
    }

    nav .nav-bar .sidebarOpen {
        font-size: 3rem;
    }

    .menu {
        min-width: 700px;
    }

    .menu .nav-links {
        place-content: space-between;
    }
}

@media only screen and (min-width: 900px) {
    .box {
        justify-content: center;
        min-height: 260px;
    }

    .boxik_small .malutke_lekcje {
        font-size: 0.8rem;
    }

    .dowiedz_sie_cennik {
        align-self: center;
        font-size: 2vw;
        height: 60px;
        margin-top: 20px;
        width: 290px;
    }
}

@media only screen and (min-width: 1100px) {
    .regulamin {
        padding: 0px 250px;
    }

    .cennik::before {
        content: "";
        background-image: url("./img/nutki.svg");
        background-size: contain;
        height: 235px;
        width: 235px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: -5%;
        right: 0%;
    }

    .regulaminowe li, .regulamin p, .podkreslnikstrong {
        font-size: 1.5vw;
        line-height: 2vw;
    }

    .paddingowywplyw {
        padding: 50px;
    }

    .paddingowywplyw h1 {
        font-size: 6vw;
        min-width: 500px;
    }

    .boxik_small {
        min-height: 13vw;
        min-width: 14vw;
    }

    .boxik_small .za_lekcje {
        font-size: 1.5vw;
        line-height: normal;
    }

    .toregulamin, .uniq_p, .uniq_p_thr {
        font-size: 20px;
        line-height: 30px;
    }

    .text_rozwijka h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .boxik_small .cena_cennika {
        font-size: 2.5vw;
        line-height: 4vw;
    }

    .godzina_cennik {
        line-height: normal;
        font-size: 1vw;
    }

    .box {
        justify-content: center;
        min-height: 300px;
        min-width: 10vw;
    }

    .godzina_cennik {
        line-height: normal;
        font-size: 1vw;
    }

    .box {
        padding: 50px;
        height: 300px;
        width: 20vw;
    }

    .dowiedz_sie_cennik {
        font-size: 1vw;
        height: 64px;
        margin-top: 20px;
        min-width: 140px;
        max-width: 180px;
    }

    .cennik p {
        font-size: 20px;
        margin-top: 20px;
        line-height: 30px;
    }

    h1, h2, .cennik h3 {
        font-size: 4vw;
    }

    .obrazek {
        min-width: 900px;
    }

    .obrazek {
        min-width: 1000px;
    }

    .metoda_img_fred {
        height: 380px;
        width: 380px;
    }

    .article_text {
        align-self: flex-start;
    }

    .zniknijlater {
        display: none;
    }

    .menu-icon:checked + label, .menu-icon:not(:checked) + label {
        display: none;
    }

    .header_text {
        align-items: flex-start;
    }

    .comp_nav {
        display: flex;
    }

    .comp_nav .link__nav {
        animation: 0.5s ease 0s 1 normal forwards running lekkowsun;
    }

    .header_info {
        margin-top: 100px;
    }

    .header_figure_conor {
        margin-top: 0px;
    }

    .header_text p {
        font-size: 20px;
        line-height: 30px;
    }

    .article_text p, .obrazek p, .info_dla_text p {
        font-size: 20px;
        line-height: 30px;
        max-width: 600px;
    }
}

@media only screen and (min-width: 1560px) {
    .header_figure_conor {
        flex-shrink: 1;
    }

    nav .nav-bar {
        max-width: 1200px;
    }

    .menu {
        min-width: 1000px;
    }
}

@media only screen and (min-width: 1560px) {
    .regulaminowe li, .regulamin p, .podkreslnikstrong {
        font-size: 1vw;
        line-height: 1.5vw;
    }

    .regulamin {
        padding: 50px 350px 150px;
    }

    .paddingowywplyw h1 {
        font-size: 4vw;
        min-width: 500px;
    }

    .cennik .kosztjakiesinne {
        font-size: 3vw;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .boxik_small {
        max-height: 169px;
        min-width: 269px;
    }

    .boxik_small .za_lekcje {
        font-size: 1vw;
        line-height: normal;
    }

    .boxik_small .cena_cennika {
        font-size: 2vw;
        line-height: 3vw;
    }

    .godzina_cennik {
        line-height: normal;
        font-size: 1vw;
    }

    .box {
        padding: 50px;
        height: 300px;
        width: 20vw;
    }

    .wieksze_cennik {
        width: 500px;
    }

    .dowiedz_sie_cennik {
        max-width: 320px;
        max-height: 100px;
        font-size: 18px;
    }

    .metoda_img_fred {
        height: 480px;
        width: 480px;
    }

    .obrazek {
        min-width: 1400px;
    }

    .akordeon_piotra {
        justify-content: space-evenly;
        max-width: 1400px;
    }

    h1, h3, h2 {
        font-size: 3.5vw;
    }

    .zapisol {
        align-self: flex-start;
    }
}

@media only screen and (min-width: 1700px) {
    .header_info, .dlaczego_fortepian, .info {
        padding: 50px 300px;
    }

    .casadepala::before {
        display: block;
    }

    .paddingowywplyw {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 350px;
    }

    .mapkaframe {
        width: 600px;
        height: 600px;
    }

    .text_rozwijka {
        min-width: 600px;
    }

    .przyciski {
        min-width: 600px;
    }

    .cennik::after {
        display: flex;
        animation: 3s ease 0s 1 normal forwards running wsunfajnieorgany;
    }

    .tekscik_cenniks {
        min-width: 600px;
    }

    .kosztjakiesinne {
        align-self: flex-start;
        margin-right: 55px;
    }

    .dlaczego_fortepian {
        place-content: center space-between;
        align-items: center;
    }

    .dlaczego_fortepian .article_text {
        max-width: 700px;
    }

    .za_lekcje {
        font-size: 1.5rem;
    }
}

@keyframes wsunfajnieorgany {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.promotion {
    background: rgb(255, 101, 132);
    display: flex;
    place-content: center;
    align-items: center;
    height: 20px;
    color: white;
}

.promotion span {
    color: rgb(255, 255, 255);
}

.promotion .stronger_text_without_seo {
    color: rgb(255, 255, 255);
    font-weight: 800;
}
