.important_page
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}

.section_header
{
    text-align: center;
}

.section_header h1
{
    font-size: 2rem;
    margin-bottom: 25px;
}

.section_header h4, .section_header .description_section
{
    font-weight: normal;
}

.cards
{
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cards a, .cards article
{
    color: black;
    text-decoration: none;
}

.cards svg
{
    height: 75px;
}

.recomendation .cards img
{
    height: 75px;
    width: 75px;
    border-radius: 50%;
    box-shadow: 5px 0 10px -3px black;
}

.cards > .single_card
{
    text-align: center;
    max-width: 300px;
    transition: transform .5s;
}

.cards > .single_card:hover 
{
    transform: scale(1.1);
}

.cards > .single_card > .name
{
    font-weight: bold;
    font-size: 1.25rem;
    margin: 25px 0 15px 0;
}

.cards > .single_card > .description
{
    margin-top: 10px;
}

.cards > .single_card > .second_description
{
    color: rgb(100, 100, 100);
    font-size: 75%;
    margin-bottom: 5px;
}

.cards > .single_card > .description > .source
{
    display: block;
    color: rgb(100, 100, 100);
}

.find_us
{
    background: url("../file/core/poland_flag.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    width: 100%;
    padding: 75px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.find_us > .logo
{
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.85);
}

.find_us > .logo img
{
    height: 150px;
    filter: drop-shadow(0 0 10px);
}

.find_us > .logo a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-shadow: 1px 0 1px black, -1px 0 1px black, 0 1px 1px black, 0 -1px 1px black;
}

.recomendation
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    display: none;
}

.catering
{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}

.catering_cards
{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.catering .catering_cards img
{
    width: 400px;
    max-width: 90%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 10px -3px grey;
    margin-bottom: 25px;
}

.recomendation .single_card:hover
{
    transform: none;
}

.contact_home
{
    width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    background: url("../file/core/dumpling.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-sizing: border-box;
}

.contact_home > .contact_info
{
    color: white;
}

.contact_home > .contact_info h2 
{
    font-size: 2rem;
    margin-bottom: 25px;
    text-shadow: 0 0 4px black;
    color: white;
}

.contact_home > .contact_info h4, .contact_home > .contact_info .contactSH  
{
    text-shadow: 0 0 2px black;
    margin: 5px 0;
    font-weight: bold;
}

.contact_home > .contact_info p 
{
    color: white;
    text-shadow: 0 0 2px black;
    margin-bottom: 20px;
}

.contact_home > .contact_info img
{
    border-radius: 10px;
}

.contact_home > .contact_form form
{
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 40px 35px 20px 35px;
    box-shadow: 0 2px 10px -4px black;
}

.contact_home > .contact_form form header
{
    text-align: center;
    background-color: #f391b3;
    padding: 20px 0;
    border-radius: 5px;
    position: absolute;
    top: -30px;
    left: 10%;
    width: 80%;
    box-sizing: border-box;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 2px 10px -4px black;
    
}

.contact_home > .contact_form form label
{
    display: block;
    margin: 35px 0;
}

.contact_home > .contact_form form input
{
    border: none;
    outline: none;
    border-bottom: 2px solid lightgray;
    padding: 5px 0;
}

.contact_home > .contact_form form input:focus
{
    border-color: #f391b3;
}

.contact_home > .contact_form form input[type=submit]
{
    text-align: center;
    background-color: #f391b3;
    padding: 15px 20px;
    color: white;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 6px -2px gray;
}

.contact_home > .contact_form form .nameemail
{
    display: flex;
    justify-content: space-between;
}
 
.contact_home > .contact_form form .nameemail input
{
    width: 40%;
}


.contact_home > .contact_form form .nameemail .name
{
    margin-right: 30px;
}

.contact_home > .contact_form form .subject, .contact_home > .contact_form form .message
{
    box-sizing: border-box;
    width: 100%;
}

.contact_home > .contact_form form .subject input
{
    width: 100%;
}

.contact_home > .contact_form form .message input
{
    width: 100%;
    height: 100px;
    display: flex;
}

.contact_home > .contact_form form .submit
{
    display: flex;
    justify-content: flex-end;
}

.slider > .single_slide_home
{
    align-items: flex-end !important;
}

.slider > .single_slide_home p
{
    font-size: 2rem !important;
    color: black !important;
    margin-bottom: 50px !important;
    text-shadow: 1px 0 1px white, -1px 0 1px white, 0 1px 1px white, 0 -1px 1px white !important;
}

.slider > .single_slide_home span
{
    font-size: 1rem !important;
}