body
{
    background-color: black;
    color: white;
    margin: 0;
    padding: 5%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.nav
{
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-color: black;
    position: fixed;
    transition: right 0.3s ease;
    right: -768px;
    top: 0px;
    z-index: 5;
}
.nav.active 
{ 
    right: 0px;
}
.nav-links
{
    list-style: none;
    margin: 60% 0 0 5%;
}
.tab-link
{
    margin-bottom: 8%;
}
.tab-link a
{
    text-decoration: none;
    width: fit-content;
    font-size: 6vw;
    color: rgb(192, 190, 190);
}
.burger.hidden
{
    transform: translateY(-100%);
}
.burger.hidden
{
    transform: translateY(-100%);
}
.burger 
{
    display: block;
    position: fixed;
    top: 1%;
    right: 4%;
    font-size: 8vw;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
}
.close
{
    display: none;
    position: fixed;
    top: 1.4%;
    right: 5%;
    font-size: 8vw;
    z-index: 1;
    cursor: pointer;
}
.container-offer-main h1
{
    text-align: center;
    font-size: 9vw;
    margin: 20% auto 20%;
}
.container-offer-main h2
{
    text-align: center;
    font-size: 5.5vw;
    color: rgb(157, 38, 38);
    padding-top: 20%;
}
.container-offer-main p
{
    font-size: 5vw;
    line-height: 1.3;
    padding-left: 7%;
    border-left: 2px solid white;
}
.text-and-image
{
    margin-bottom: 30%;
}
.text-and-image1
{
    margin-bottom: 30%;
}
.image img
{
    width: 100%;
}
.image-girl img
{
    width: 100%;
}
.text h1
{
    color: rgb(230, 44, 44);
}
.text p
{
    font-size: 5vw;
    line-height: 1.5;
}
.button
{
    font-size: 5vw;
    padding: 2.5% 6.5%;
    font-weight: bold;
    background-color: rgb(55, 167, 167);
    color: rgb(255, 255, 255);
    border-style: none;
}
.container-end
{
    padding: 10% 0 5% 0;
    border-top: 1px solid rgb(209, 205, 205);
}
.footer-tel
{
    margin-bottom: 1vh;
}
.footer-tel a
{
    text-decoration: none;
    color:rgb(177, 57, 107);
}
.footer-adrress p
{
    line-height: 1.5;
}
.footer-open-hours p
{
    line-height: 1.5;
}
@media screen and (width > 769px)
{
    .burger
    {
        display: none !important;
    }
    .close
    {
        display: none !important;
    }
    .nav
    {
        width: 100%;
        min-height: auto;
        background-color: rgb(0, 0, 0, 0);
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .nav-links
    {
        margin: 3% 0 0 40%;
        padding: 0;
        display: flex;
        flex-direction: row;
    }
    .tab-link
    {
        margin: 0 3% 0 3%;
    }
    .tab-link a
    {
        font-size: 1.4vw; 
        color: white;
    }
    .container-offer-main h1
    {
        font-size: 5vw;
        margin: 10% auto 15%;
    }
    .container-offer-main p
    {
        font-size: 2.2vw;
        padding-left: 5%;
    }
    .container-offer-main h2
    {
        font-size: 2.3vw;
        padding-top: 10%;
    }
    .text-and-image
    {
        display: flex;
        margin-bottom: 18%;
    }
    .text-and-image1
    {
        margin-bottom: 18%;
        display: flex;
        flex-direction: row-reverse;
    }
    .image
    {
        width: 48%;
        margin-top: 5%;
    }
    .image-girl img
{
    width: 70%;
}
    .text
    {
        flex: 1;
        padding: 0 4% 0 4%;
    }
    .text h1
    {
        font-size: 2.2vw;
    }
    .text p
    {
        font-size: 1.5vw;
    }
    .button
    {
        font-size: 2vw;
        padding: 1.2% 5.2%;
    }
}