/*
 * strona główna
 *
 * Style dotąd osadzone w <style> podstron: index.html, engver/indexeng.html.
 */

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

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

    .main-contact-navigation_main-contact-start {
        width: 250px;
        height: 150px;
        position: absolute;
        background-color: var(--white);
        box-shadow: 0px 5px 10px 5px var(--light_gray);
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 125px;
    }

    .othermain {
        display: flex;
        height: auto;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
    }

    .imageleft {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .imageleft img {
        height: 200px;
        width: auto;
        background-size: cover;
    }

    .textright {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .textright b {
        color: var(--dark_red);
        font-size: 10px;
        font-family: "PlayFair";
    }

    .textright h2 {
        font-size: 15px;
        font-family: "PlayFair";
        padding-left: 50px;
        padding-right: 50px;
    }

    .textright p {
        font-size: 10px;
        font-family: "PlayFair";
        padding-left: 75px;
        padding-right: 75px;
    }

    .textleft {
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        order: 2;
    }

    .textleft b {
        color: var(--dark_red);
        font-size: 10px;
        font-family: "PlayFair";
        margin-top: 50px;
    }

    .textleft li {
        font-size: 10px;
        text-align: left;
        font-family: "PlayFair";
        padding-left: 75px;
        padding-right: 75px;
    }

    .textleft ul {
        list-style: none;
    }

    .textleft ul li::before {
        content: "\2022";
        color: var(--dark_red);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    .imageright {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
    }

    .imageright img {
        height: 200px;
        width: auto;
        background-size: cover;
    }

    .main-about-owner {
        background-image: none;
        background-size: cover;
        width: 100%;
        height: 500px;
        opacity: 0.8;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-about-owner-block {
        width: 100%;
        height: 500px;
        background-color: var(--white);
        z-index: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-about-owner-row {
        width: 80%;
        height: 450px;
        background-color: var(--white);
        box-shadow: 5px 5px 5px 5px var(--light_gray);
        position: absolute;
        margin-top: 25px;
        text-align: center;
        margin-left: 0;
    }

    .main-about-owner-row b {
        color: var(--dark_red);
        margin: 5px;
        font-size: 10px;
        font-family: "PlayFair";
    }

    .main-about-owner-row .owner-quote {
        text-align: center;
        font-weight: bold;
        font-family: "PlayFair";
        font-size: 10px;
    }

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

    .main-about-owner-row2 p {
        font-family: "Poppins";
        font-size: 8px;
        z-index: 100;
        color: var(--black);
        padding-left: 20px;
        padding-right: 20px;
    }

    .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;
    }
}

@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;
    }

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

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

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

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

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

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

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

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

    .main-contact-navigation_main-contact-start {
        width: 375px;
        height: 200px;
        position: absolute;
        background-color: var(--white);
        box-shadow: 0px 5px 10px 5px var(--light_gray);
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 200px;
    }

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

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

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

    .main-contact-navigation_main-contact-text a:hover {
        padding: 12px 21px 12px 21px;
    }

    .othermain {
        display: flex;
        height: auto;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
    }

    .imageleft {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .imageleft img {
        height: 350px;
        width: auto;
        background-size: cover;
    }

    .textright {
        width: 100%;
        text-align: center;
        margin-top: 75px;
    }

    .textright b {
        color: var(--dark_red);
        font-size: 15px;
        font-family: "PlayFair";
    }

    .textright h2 {
        font-size: 22px;
        font-family: "PlayFair";
        padding-left: 50px;
        padding-right: 50px;
    }

    .textright p {
        font-size: 15px;
        font-family: "PlayFair";
        padding-left: 65px;
        padding-right: 65px;
    }

    .textleft {
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        order: 2;
    }

    .textleft b {
        color: var(--dark_red);
        font-size: 15px;
        font-family: "PlayFair";
        margin-top: 50px;
    }

    .textleft li {
        font-size: 15px;
        text-align: left;
        font-family: "PlayFair";
        padding-left: 65px;
        padding-right: 65px;
    }

    .textleft ul {
        list-style: none;
    }

    .textleft ul li::before {
        content: "\2022";
        color: var(--dark_red);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    .imageright {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
    }

    .imageright img {
        height: 350px;
        width: auto;
        background-size: cover;
    }

    .main-about-owner {
        background-image: none;
        background-size: cover;
        width: 100%;
        height: 500px;
        opacity: 0.8;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-about-owner-block {
        width: 100%;
        height: 500px;
        background-color: var(--white);
        z-index: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-about-owner-row {
        width: 80%;
        height: 450px;
        background-color: var(--white);
        box-shadow: 5px 5px 5px 5px var(--light_gray);
        position: absolute;
        margin-top: 25px;
        text-align: center;
        margin-left: 0;
    }

    .main-about-owner-row b {
        color: var(--dark_red);
        margin: 5px;
        font-size: 15px;
        font-family: "PlayFair";
    }

    .main-about-owner-row .owner-quote {
        text-align: center;
        font-weight: bold;
        font-family: "PlayFair";
        font-size: 15px;
    }

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

    .main-about-owner-row2 p {
        font-family: "Poppins";
        font-size: 12px;
        z-index: 100;
        color: var(--black);
        padding-left: 20px;
        padding-right: 20px;
    }

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

    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);
    }
}
