body
{
    background-color: black;
    color: white;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.burger.hidden
{
    transform: translateY(-100%);
}
.burger 
{
    display: block;
    position: fixed;
    top: 1%;
    right: 3.7%;
    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;
}
.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);
}
.up-girl
{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: right;
}
.text
{
    position: absolute;
    text-align: right;
    top: 16%;
    right: 4%;
}
.text h1
{
    font-size: 7vw;
    color: red;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #ff0000, 0 0 20px #ff4500, 0 0 30px #ff6347;
}
.text p
{
    font-size: 6vw;
    font-weight: 400;
    line-height: 1.4em;
}
.check-offer-button
{  
    background-color: rgb(55, 167, 167);      
    padding: 3.7% 4.7%;      
    border: none;                    
    cursor: pointer;          
    font-size: 4vw;
    transition: background-color 0.3s ease;
}
.check-offer-button:hover 
{
    background-color: #e94d4d;
}
.check-offer-button a
{
    color: white; 
    font-weight: bold;
    text-decoration: none;
}
.container-about
{
    padding: 4%;
}
.main-text
{
    text-align: left;
}
.main-text h2
{
    font-size: 7vw;
    padding-top: 5%;
    font-weight: 300;
    color: rgb(230, 44, 44);
}
.main-text p
{
    font-size: 5vw;
    line-height: 1.4;
}
.photo-galery
{
    width: 100%;
    margin-top: 25%;
    position: relative;
}
.photo-galery img
{
    width: 50%;
}
.img-girl
{
    position: absolute;
    border: 1px solid white;
}
.img1 
{ 
    top: 27vw; 
    left: 3vw; 
    z-index: 3; 
}
.img3 
{ 
    top: 0;
    left: 33vw; 
    z-index: 2; 
}
.img2
{ 
    top: 57vw; 
    right: 2vw; 
    z-index: 1; 
}
.offers
{
    margin-top: 150%;
}
.offer-vip
{
    min-height: 300px;
    margin: 7.5vw 5vw;
    background-color: brown;
    border: 0.5vw solid white;
}
.offer-vip h3
{
    font-size: 6vw;
    padding-left: 3%;
}
.offer-vip p
{
    padding: 0 3% 0 3%;
    font-size: 5vw;
}
.offer
{
    min-height: 300px;
    margin: 8vw 5vw;
    background-color: brown;
    border: 0.5vw solid white;
}
.offer-vip-text h2
{
    text-align: center;
    padding: 7% 5% 16% 5%;
    font-size: 5.5vw;
    color: rgb(157, 38, 38);
}
.offer h3
{
    font-size: 6vw;
    padding-left: 3%;
}
.offer p
{
    padding: 0 3% 0 3%;
    font-size: 5vw;
}
.button-offer
{
    margin:3% 3%;
    font-size: 3.5vw;
    padding: 3.3% 7.7%;
}
.button-offer a
{
    text-decoration: none;
    font-weight: bold;
    color: black;
}
.title-text-girls
{
    width: fit-content;
    margin: 30% 5% 12% 5%;
    text-align: center;
}
.title-text-girls h1
{
    font-size: 8vw;
    font-weight: 500;
}
.girl
{
    margin: 9%; 
}
.girl img
{
    width: 100%;
}
.container-end
{
    padding: 10% 0 5% 5%;
    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 (460px < width <= 768px)
{
    .burger 
    {
        font-size: 7vw;
    }
    .close
    {
        font-size: 7vw; 
    }
    .text
    {
        top: 16%;
        right: 4%;
    }
    .text h1
    {
        font-size: 30px;
    }
    .text p
    {
        font-size: 30px;
        line-height: 1.3em;
    }
    .check-offer-button
    {          
        padding: 17px 19px;            
        font-size: 18px;
    }

}
@media screen and (width > 769px)
{
    .burger
    {
        display: none !important; 
    }
    .close
    {
        display: none !important;
    }
    .nav
    {
        width: 100%;
        min-height: 0;
        background-color: rgb(0, 0, 0, 0);
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .nav-links
    {
        height: auto;
        margin: 3% 0 0 40%;
        padding: 0;
        display: flex;
        flex-direction: row;
    }
    .nav-links li.img
    {
        margin: 0 20% 0 0;
    }
    .tab-link
    {
        margin: 0 3% 0 3%;
    }
    .tab-link a
    {
        font-size: 1.4vw; 
        color: white;
    }
    .up-girl
    {
        height: 100vh; 
        object-position: 0 0;
    }
    .text
    {
        text-align: left;
        padding-left: 3%;
    }
    .text h1
    {
        font-size: 3.8vw;
    }
    .text p
    {
        width: 50%;
        font-size: 1.8vw;
        line-height: 1.5em;
    }
    .check-offer-button
    {          
        padding: 1% 1.4%;            
        font-size: 1.2vw;
    }
    .container-about
    {
        display: flex;
        padding-top: 7%;
    }
    .main-text
    {
        width: 43%;
        text-align: left;
        padding: 0 4% 0 2%;
    }
    .main-text h2
    {
        font-size: 3vw;
        padding-top: 10%;
        font-weight: 300;
    }
    .main-text p
    {
        font-size: 1.6vw;
        line-height: 1.4;
    }
    .photo-galery
    {
        flex: 1;
        margin: 0;
    }
    .photo-galery img
    {
        width: 40%;
    }
    .img1 
    { 
        top: 10vw; 
        left: 0; 
    }
    .img3 
    { 
        top: 0;
        left: 13vw; 
    }
    .img2
    { 
        top: 16vw; 
        left: 22vw; 
    }
    .offers
    {
        margin-top: 20%;
    }
    .offer-vip-text h2
    {
        padding: 0 5% 5% 5%;
        font-size: 2.3vw;
    }
    .offer-down
    {
        display: flex;
    }
    .offer-vip
    {
        min-height: 0vh;
        margin: 8vw 5vw;
        background-color: brown;
        border: 0.5vw solid white;
    }
    .offer-vip h3
    {
        font-size: 2vw;
        padding-left: 3%;
    }
    .offer-vip p
    {
        padding: 0 3% 2% 3%;
        font-size: 1.7vw;
    }
    .offer
    {
        margin: 0vw 1vw;
        border: 0.3vw solid white;
    }
    .offer h3
    {
        font-size: 2vw;
        padding-left: 3%;
    }
    .offer p
    {
        padding: 0 3% 0 3%;
        font-size: 1.7vw;
    }
    .button-offer
    {
        margin:3% 3%;
        font-size: 1.5vw;
        padding: 2.3% 5.7%;
    }
    .title-text-girls
    {
        margin: 20% auto 12%;
    }
    .title-text-girls h1
    {
        font-size: 3vw;
        font-weight: 500;
    }
    .girls
    {
        width: 100%;
        padding-bottom: 10%;
    }
    .girl
    {
        width: 27%;
        margin: 3%;
        display: inline-block; 
    }
}
