body
{
    background-color: rgb(231, 226, 226);
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.contact-adrress-nav-main
{
    width: 100%;
}
.contact-adrress-nav
{
    width: 86%;
    border-bottom: 1px solid rgb(134, 131, 131);
    display: flex;
    margin: auto;
    padding: 8% 0 5% 0;
}
.contact-adrress
{
    width: 50%;
    display: flex;
}
.tel
{
    margin-left: 2.5vw;
}
.tel-nr
{
    font-size: 3vw;
    color: black;
}
.tel-text
{
    font-size: 3.5vw;
    color:rgb(108, 105, 105);
}
.adrress
{
    margin-left: 2.5vw;
    font-size: 3vw;
}
.adrress-street
{
    color: black;
}
.adress-city
{
    font-size: 3.5vw;
    color:rgb(108, 105, 105);
}
.menu-and-social
{
    margin: 8% 0 0 60%;
}
.menu
{
    display: flex;
    background-color: black;
    width: 22vw;
    padding: 3%;
}
.menu img
{
    width: 5vw;
    margin-right: 15px;
}
.menu p
{
    color: white;
    font-size: 4vw;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid white; 
    font-weight: bold;
}
.nav-links-menu
{
    display: none;
}
.nav-links-menu.active
{
    display: block;
    width: 100%;
    min-height: 45%;  
    color: white;
}
.nav-links
{
    list-style: none;  
    margin-top: 10%;
}
.tab-link
{
    margin: 3% 0 3% 0;
    width: fit-content;
}
.tab-link a
{
    text-decoration: none;
    color: black;
    font-size: 4vw;
}
.in-ours-offer-main
{
    display: flex;
    padding: 10% 0 0 5%;
}
.in-ours-offer
{
    width: 50%;
    padding-bottom: 5%;
}
.in-ours-offer h6
{
    font-size: 3vw;
    margin: 0;
    padding: 0;
}
.in-ours-offer h1
{
    font-size: 6vw;
}
.in-ours-offer p
{
    font-size: 3.8vw;
}
.in-ours-offer-img
{
    display: 1;
}
.in-ours-offer-img img
{
    width: 90%;
}
#arrow-left
{
    margin-right: 15%;
}
.team-image
{
    width: 95%;
    margin: auto;
    padding: 10% 0 10% 0;
}
.team-image img
{
    width: 100%;
}
.about-us
{
    padding: 0 3% 10% 3%;
}
.about-us h1
{
    font-size: 5.6vw;
}
.main-container-offer
{
    width: 100%;
}
.main-container-title h1
{
    font-size: 5vw;
    width: fit-content;
    margin: auto;
    padding-bottom: 3%;
}
.container-offer
{
    width: 90%;
    margin: auto;
    padding-bottom: 10%;
    flex-direction: column;
}
.offer
{
    margin: 10% 0 15% 0;
    position: relative;
}
.offer img
{
    width: 90%;
}
.offer-text
{
    position: absolute;
    text-align: center;
    width: 80%;
    top: 75%;
    left: 15%;
    font-size: 3vw;
    padding-bottom: 5%;
    background-color: rgb(255, 255, 255);
    border-right: 1px solid black;
    border-bottom: 1px solid black; 
}
.offer-text h2
{
    width: 70%;
    margin: auto;
    padding: 5% 0 7% 0;
    font-size: 5vw;
}
.img
{
    margin: 25% 15% 15%;
}
.img img
{
    width: 100%;
}
.main-container-footer
{
    width: fit-content; 
    margin: auto;
    line-height: 2;
    padding: 0 5% 5% 5%;
    text-align: end;
}
.footer-adrress p
{
    font-size: 4vw;
    font-weight: 400;
}
.footer-adrress a
{
    text-decoration: none;
    color: black;
}
.footer-rules-information a
{
    text-decoration: underline;
    color: black;
    font-weight: 600;
    font-size: 3.6vw;
}
.copy
{
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 3.2vw;
    text-align: center;
}
