/*
 * cenniki: ryczałt, PKPiR, PIT
 *
 * Style dotąd osadzone w <style> podstron: cennik_ryczalt.html, cennik_PKPiR.html, cennik_PIT.html, engver/cennikeng_ryczalt.html, engver/cennikeng_PKPiR.html, engver/cennikeng_PIT.html.
 */

@media (max-width: 767px) {
    .main-bg {
        width: 100%;
        height: 50vh;
        object-fit: contain;
    }

    .main-price {
        width: 100%;
        height: 300px;
        background-color: var(--white);
        display: flex;
        justify-content: space-evenly;
        position: relative;
    }

    .main-price_name_one {
        width: 150px;
        height: 300px;
        background-color: var(--white);
        box-shadow: 0px 5px 10px 5px var(--dark_white);
        margin-top: -45px;
    }

    .main-price_name_one b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 7px;
        margin-top: 10px;
    }

    .main-price_name_one .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 7px;
    }

    .main-price_name_one-title {
        display: grid;
        text-align: center;
        width: 100%;
        height: 20%;
    }

    .main-price_name_one-price {
        display: grid;
        width: 100%;
        height: 40%;
    }

    .main-price_name_one-price b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10px;
    }

    .main-price_name_one-price .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 40px;
        margin: 0;
    }

    .main-price_name_one-price #one {
        text-align: start;
        margin-left: 25px;
        margin-top: 10px;
    }

    .main-price_name_one-price #one_down {
        text-align: start;
        margin-left: 25px;
        margin-top: 20px;
    }

    .main-price_name_one-price #two {
        text-align: end;
        margin-right: 40px;
        margin-top: 40px;
    }

    .main-price_name_one-price #three {
        text-align: center;
    }

    .main-price_name_one-description {
        text-align: center;
        width: 100%;
        height: 40%;
    }

    .main-price_name_one-description p {
        color: var(--light_gray);
        margin-top: 15%;
        font-size: 8px;
        font-family: "Playfair";
        margin-right: 10px;
        margin-left: 10px;
    }

    .main-price_name_two {
        width: 150px;
        height: 300px;
        background-color: var(--white);
        box-shadow: 0px 5px 10px 5px var(--dark_white);
        margin-top: -45px;
    }

    .main-price_name_two-price {
        display: grid;
        width: 100%;
        height: 40%;
    }

    .main-price_name_two-price b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10px;
    }

    .main-price_name_two-price .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 40px;
        margin: 0;
    }

    .main-price_name_two-price #one {
        text-align: start;
        margin-left: 25px;
        margin-top: 10px;
    }

    .main-price_name_two-price #one_down {
        text-align: start;
        margin-left: 25px;
        margin-top: 20px;
    }

    .main-price_name_two-price #two {
        text-align: end;
        margin-right: 20px;
        margin-top: 20px;
    }

    .main-price_name_two-price #three {
        text-align: center;
        font-size: 40px;
        font-family: "PlayFair";
    }

    .main-price_name_two b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 7px;
        margin-top: 10px;
    }

    .main-price_name_two-title {
        display: grid;
        text-align: center;
        width: 100%;
        height: 20%;
    }

    .main-price_name_two .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 7px;
    }

    .main-price_name_two-price b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10px;
    }

    .main-price_name_two-description {
        text-align: center;
        width: 100%;
        height: 40%;
    }

    .main-price_name_two-description p {
        color: var(--light_gray);
        margin-top: 5%;
        font-size: 8px;
        font-family: "Playfair";
        margin-right: 10px;
        margin-left: 10px;
    }

    .main-informations {
        width: 100%;
        height: 200px;
        background-color: var(--white);
        text-align: center;
    }

    .main-informations_spacer {
        width: 100%;
        height: 50px;
    }

    .main-informations b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 7px;
        margin-top: 25px;
    }

    .main-informations p {
        color: var(--black);
        margin-top: 1%;
        font-size: 12px;
        font-family: "Playfair";
    }

    .main-informations #spacer {
        border-bottom: 1px solid var(--dark_red);
        width: 20%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }

    .main-full-price-list_spacer {
        width: 100%;
        height: 150px;
        text-align: center;
    }

    .main-full-price-list_table {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .main-full-price-list_table_spacer {
        width: 100%;
        height: 150px;
        text-align: center;
        margin-top: 5%;
    }

    .main-full-price-list_table_spacer p {
        width: 80%;
        font-family: "Poppins";
        font-size: 7px;
        color: var(--light_gray);
        margin-left: auto;
        margin-right: auto;
    }

    .main-FAQ {
        width: 100%;
        height: auto;
        background-color: var(--darkgray);
    }

    .main-FAQ_spacer {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .main-FAQ_spacer h3 {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 7px;
        padding-top: 35px;
    }

    .main-FAQ_spacer h2 {
        color: var(--white);
        font-size: 22px;
        font-family: "Poppins";
    }

    .main-FAQ_spacer #spacer {
        border-bottom: 1px solid var(--dark_red);
        width: 10%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }

    .main-FAQ_block {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .main-FAQ_first-block {
        width: 40%;
        height: auto;
        text-align: center;
    }

    .main-FAQ_first-block img {
        margin-top: 5%;
        width: 16px;
        height: 16px;
    }

    .main-FAQ_first-block h2 {
        color: var(--white);
        font-size: 6px;
        font-family: "Poppins";
    }

    .main-FAQ_first-block p {
        color: var(--light-white);
        font-size: 6px;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 10%;
        line-height: 150%;
    }

    .main-FAQ_first-question {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 20%;
    }

    .main-FAQ_first-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_first-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_second-block {
        width: 40%;
        height: auto;
        text-align: center;
    }

    .main-FAQ_second-block img {
        margin-top: 5%;
        width: 16px;
        height: 16px;
    }

    .main-FAQ_second-block h2 {
        color: var(--white);
        font-size: 6px;
        font-family: "Poppins";
    }

    .main-FAQ_second-block p {
        color: var(--light-white);
        font-size: 6px;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 10%;
        line-height: 150%;
    }

    .main-FAQ_second-question {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 40%;
    }

    .main-FAQ_second-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_second-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_third-question {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 20%;
    }

    .main-FAQ_third-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_third-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_fourth-question {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 20%;
    }

    .main-FAQ_fourth-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_fourth-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_fifth-question {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 20%;
        position: relative;
        padding-bottom: 20%;
    }

    .main-FAQ_fifth-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_fifth-question_text {
        width: 70%;
        height: 100%;
    }

    .main-contact-navigation_red-spacer {
        width: 100%;
        height: 100px;
        background-color: var(--dark_red);
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .start {
        display: none;
    }

    .start p {
        font-size: 60%;
        max-width: 700px;
        max-height: 30px;
    }

    .buttonlinks {
        display: none;
    }

    .logo-mn {
        margin-left: auto;
    }

    .mobile-menu {
        display: flex;
    }

    .main-bg {
        width: 100%;
        height: 75vh;
        object-fit: contain;
    }

    .main-bg_title-h h1 {
        padding-top: 0%;
    }

    .main-bg_title-h {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 0.75em;
        position: relative;
    }

    .main-bg_title-text h2 {
        color: var(--white);
        font-size: 1.5em;
        font-family: "PlayFair";
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .main-bg_title-text {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
    }

    .main-bg_title-p p {
        color: var(--white);
        font-size: 1em;
        font-family: "Poppins";
        font-style: oblique;
    }

    .main-bg_title-p {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
    }

    .main-price {
        width: 100%;
        height: 450px;
        background-color: var(--white);
        display: flex;
        justify-content: space-evenly;
        position: relative;
    }

    .main-price_name_one {
        width: 225px;
        height: 450px;
        background-color: var(--white);
        box-shadow: 0px 5px 10px 5px var(--dark_white);
        margin-top: -60px;
    }

    .main-price_name_one b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 11px;
        margin-top: 15px;
    }

    .main-price_name_one .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 11px;
    }

    .main-price_name_one-title {
        display: grid;
        text-align: center;
        width: 100%;
        height: 20%;
    }

    .main-price_name_one-price {
        display: grid;
        width: 100%;
        height: 40%;
    }

    .main-price_name_one-price b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px;
    }

    .main-price_name_one-price .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 60px;
        margin: 0;
    }

    .main-price_name_one-price #one {
        text-align: start;
        margin-left: 35px;
        margin-top: 15px;
    }

    .main-price_name_one-price #one_down {
        text-align: start;
        margin-left: 35px;
        margin-top: 30px;
    }

    .main-price_name_one-price #two {
        text-align: end;
        margin-right: 60px;
        margin-top: 60px;
    }

    .main-price_name_one-price #three {
        text-align: center;
    }

    .main-price_name_one-description {
        text-align: center;
        width: 100%;
        height: 40%;
    }

    .main-price_name_one-description p {
        color: var(--light_gray);
        margin-top: 15%;
        font-size: 12px;
        font-family: "Playfair";
        margin-right: 20px;
        margin-left: 20px;
    }

    .main-price_name_two {
        width: 225px;
        height: 450px;
        background-color: var(--white);
        box-shadow: 0px 5px 10px 5px var(--dark_white);
        margin-top: -60px;
    }

    .main-price_name_two-price {
        display: grid;
        width: 100%;
        height: 40%;
    }

    .main-price_name_two-price b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px;
    }

    .main-price_name_two-price .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 60px;
        margin: 0;
    }

    .main-price_name_two-price #one {
        text-align: start;
        margin-left: 35px;
        margin-top: 20px;
    }

    .main-price_name_two-price #one_down {
        text-align: start;
        margin-left: 35px;
        margin-top: 30px;
    }

    .main-price_name_two-price #two {
        text-align: end;
        margin-right: 30px;
        margin-top: 23px;
    }

    .main-price_name_two-price #three {
        text-align: center;
        font-size: 60px;
        font-family: "PlayFair";
    }

    .main-price_name_two b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 11px;
        margin-top: 15px;
    }

    .main-price_name_two-title {
        display: grid;
        text-align: center;
        width: 100%;
        height: 20%;
    }

    .main-price_name_two .price-text {
        color: var(--black);
        font-family: "PlayFair";
        font-size: 22px;
    }

    .main-price_name_two-price b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px;
    }

    .main-price_name_two-description {
        text-align: center;
        width: 100%;
        height: 40%;
    }

    .main-price_name_two-description p {
        color: var(--light_gray);
        margin-top: 15%;
        font-size: 12px;
        font-family: "Playfair";
        margin-right: 15px;
        margin-left: 15px;
    }

    .main-informations {
        width: 100%;
        height: 300px;
        background-color: var(--white);
        text-align: center;
    }

    .main-informations_spacer {
        width: 100%;
        height: 75px;
    }

    .main-informations b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 11px;
        margin-top: 32px;
    }

    .main-informations p {
        color: var(--black);
        margin-top: 1%;
        font-size: 18px;
        font-family: "Playfair";
    }

    .main-informations #spacer {
        border-bottom: 2px solid var(--dark_red);
        width: 20%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
    }

    .main-FAQ {
        width: 100%;
        height: 1050px;
        background-color: var(--darkgray);
    }

    .main-FAQ_spacer {
        width: 100%;
        height: 225px;
        text-align: center;
    }

    .main-FAQ_spacer h3 {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 11px;
        padding-top: 55px;
    }

    .main-FAQ_spacer h2 {
        color: var(--white);
        font-size: 33px;
        font-family: "Poppins";
    }

    .main-FAQ_spacer #spacer {
        border-bottom: 2px solid var(--dark_red);
        width: 10%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
    }

    .main-FAQ_block {
        width: 100%;
        height: 750px;
        display: flex;
        justify-content: center;
    }

    .main-FAQ_first-block {
        width: 40%;
        height: 750px;
        text-align: center;
    }

    .main-FAQ_first-block img {
        margin-top: 5%;
        width: 24px;
        height: 24px;
    }

    .main-FAQ_first-block h2 {
        color: var(--white);
        font-size: 75%;
        font-family: "Poppins";
    }

    .main-FAQ_first-block p {
        color: var(--light-white);
        font-size: 75%;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 15%;
        line-height: 150%;
    }

    .main-FAQ_first-question {
        width: 100%;
        height: 225px;
        display: flex;
        justify-content: center;
    }

    .main-FAQ_first-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_first-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_second-block {
        width: 40%;
        height: 750px;
        text-align: center;
    }

    .main-FAQ_second-block img {
        margin-top: 5%;
        width: 24px;
        height: 24px;
    }

    .main-FAQ_second-block h2 {
        color: var(--white);
        font-size: 75%;
        font-family: "Poppins";
    }

    .main-FAQ_second-block p {
        color: var(--light-white);
        font-size: 75%;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 15%;
        line-height: 150%;
    }

    .main-FAQ_second-question {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        margin-top: 30%;
    }

    .main-FAQ_second-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_second-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_third-question {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
    }

    .main-FAQ_third-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_third-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_fourth-question {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
    }

    .main-FAQ_fourth-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_fourth-question_text {
        width: 70%;
        height: 100%;
    }

    .main-FAQ_fifth-question {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
    }

    .main-FAQ_fifth-question_img {
        width: 30%;
        height: 100%;
    }

    .main-FAQ_fifth-question_text {
        width: 70%;
        height: 100%;
    }

    .main-contact-navigation {
        width: 100%;
        height: 300px;
        background-color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-contact-navigation_main-contact {
        width: 175px;
        height: 150px;
        position: absolute;
        background-color: var(--white);
        box-shadow: 0px 5px 10px 2px var(--light_gray);
        display: flex;
        align-items: center;
    }

    .main-contact-navigation_red-spacer {
        width: 100%;
        height: 100px;
        background-color: var(--dark_red);
        position: relative;
    }

    .main-contact-navigation_main-contact-text b {
        color: var(--dark_red);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 6px;
    }

    .main-contact-navigation_main-contact-text p {
        color: var(--black);
        margin-top: 10px;
        font-size: 12px;
        font-family: "Playfair";
    }

    .main-contact-navigation_main-contact-text a {
        color: var(--white);
        text-decoration: none;
        border: 1px solid var(--dark_red);
        padding: 5px 12px 5px 15px;
        background-color: var(--dark_red);
        font-family: "PlayFair";
        font-size: 10px;
        transition: all 0.3s ease;
    }

    .main-contact-navigation_main-contact-text a:hover {
        padding: 8px 14px 8px 14px;
    }

    footer {
        width: 100%;
        height: 300px;
        background-color: var(--darkgray);
        display: flex;
        justify-content: center;
    }

    .logo-ft_one img {
        width: 90%;
        height: auto;
    }

    .navigation-ft_one .footer-title {
        color: var(--dark_red);
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .navigation-ft_two a {
        color: var(--white);
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        transition: all 0.2s ease;
    }

    .navigation-ft_two p {
        margin: 5px;
    }

    .navigation-ft_two a:hover {
        border-bottom: 1px solid white;
        padding-bottom: 3px;
        font-size: 12px;
        transition: all 0.2s ease;
    }

    .information-ft_one .footer-title {
        color: var(--dark_red);
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .information-ft_two p {
        color: var(--white);
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .contact-ft_one .footer-title {
        color: var(--dark_red);
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .contact-ft_two .footer-title {
        color: var(--white);
        font-size: 12px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin: 0;
    }

    .contact-ft_two a {
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: var(--light_gray);
        transition: all 0.2s ease;
    }

    .contact-ft_two a:hover {
        border-bottom: 1px solid var(--light_gray);
        padding-bottom: 2px;
        font-size: 12px;
    }

    .contact-ft_two p {
        margin: 0px 0px 0px 0px;
    }

    .contact-ft_three .footer-title {
        color: var(--white);
        font-size: 12px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin: 0;
    }

    .contact-ft_three p {
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: var(--light_gray);
    }
}
