@media (min-width: 1200px) {
    body {
        margin: 0;
        padding: 0;
    }

    .header {
        height: 100px;
        width: 100vw;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .logo {
        height: 111px;
        width: 350px;
        position: absolute;
        left: 50px;
        margin-top: 25px;
    }

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nav_menu { 
        position: absolute;
        right: 0;
        padding-top: 40px;
        padding-right: 40px;
    }

    .nav_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .nav_menu ul li {
        margin: 0 20px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 20px;
    }

    .nav_menu ul li a {
        text-decoration: none;
        color: white;
    }

    .nav_menu ul li a {
        text-decoration: none;
        color: black;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .nav_menu ul li a:hover {
        transform: scale(1.2);
    }

    .logo .tel {
        height: 30px;
        width: 320px;
        position: absolute;
        bottom: 0;
        margin-left: 30px;
    }

    .logo .img {
        height: 70px;
        width: 320px;
        position: absolute;
        top: 0;
        margin-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block .gif {
        width: 475px;
        height: 595px;
        /* background-color: #2d2d2d; */
        margin-left: 130px;
        margin-top: 61px;
        border-radius: 20px;
        /* box-shadow: 0 0 20px 1px black; */
    }

    .block .form {
        position: absolute;
        right: 130px;
        height: 400px;
        width: 300px;
        background-color: #B31DDB;
        top: 28%;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px black;
        margin-top: 0px;
    }

    .block .form .span {
        display: flex;
        text-align: center;
        margin-top: 20px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 24px;
    }

    .order_form {
        display: flex;
        flex-direction: column;
        width: 300px;
        margin: 0 auto;
        margin-left: 10%;
    }

    .field {
        width: 75%;
        height: 30px;
        margin-top: 5px;
        background-color: #B31DDB;
        color: black;
        border: none;
        border-bottom: 1px solid black;
        outline: none;
    }

    .field::placeholder {
        color: black;
    }

    .button {
        width: 170px;
        height: 40px;
        border: none;
        font-size: 16px;
        color: white;
        background-color: #000;
        border-radius: 50px;
        box-shadow: 0 0 10px 1px black;
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 11.5%;
    }

    .fspan {
        font-size: 16px;
        display: flex;
        margin-top: 15px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .fs {
        font-size: 14px;
        display: flex;
        margin-top: 5px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
    }

    .title span {
        color: #B31DDB;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

    .propos {
        width: 350px;
        height: 500px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin-top: 35px;
        transition: transform 0.3s ease;

    }

    .propos:not(:last-child) {
        margin-right: 100px;
    }

    .proposition {
        display: flex;
        justify-content: center;
    }

    .propos:hover {
        transform: scale(1.03);
    }

    .block {
        margin-top: -50px;
    }

    .logo .img span {
        font-family: "Permanent Marker", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
    }

    path {
        color: #B31DDB;
    }

    .tel .phone {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 20px;
        display: flex;
        margin-top: -35px;
        margin-left: 60px;
    }

    svg.bi.bi-telephone-fill {
        margin-left: 18px;
    }

    .image {
        width: 320px;
        background-color: #000;
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        margin: auto; /* Цей рядок забезпечить центрування блоку по горизонталі */
        margin-top: 15px;
        border-radius: 10px;
    }
    
    .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .title_block {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 27px;
    }

    button.about {
        border: none;
        color: #fff;
        background-color: #000;
        width: 200px;
        height: 40px;
        border-radius: 100px;
        box-shadow: 0 0 10px 1px black;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 16px;
        /* margin-left: 25%; */
        margin-top: 5%;
        
    }

    .gif img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    hr {
        border: none;
        border-top: 1.5px solid black;
        margin-top: 60px;
    }

    .description1 span {
        display: flex;
        justify-content: center;
        text-align: center;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 20px;
        margin-top: 40px;
    }

    .title {
        margin-top: -20px;
    }

    .block1 {
        position: relative; /* Встановлюємо відносне позиціонування, щоб використати як посилання для абсолютного позиціонування .why3 */
        text-align: center; /* Вирівнюємо вміст по центру */
    }
    
    .wrapper {
        display: flex; /* Використовуємо Flexbox для гнучкого розташування елементів */
        justify-content: center; /* Вирівнюємо по центру по горизонталі */
        margin-bottom: 60px; /* Відступ між why1 і why2 */
        margin-top: 30px;
    }
    
    .block1 .why1,
    .block1 .why2 {
        width: 500px;
        height: 250px;
        margin: 0 125px; /* Встановлюємо відступи між блоками */
    }
    
    /* .block1 .why1 {
        background-color: #2d2d2d;
    }
    
    .block1 .why2 {
        background-color: #00bc04;
    } */
    
    .block1 .why3 {
        /* background-color: red; */
        width: 500px;
        height: 250px;
        display: block; /* Зробіть елемент блоковим */
        margin: 0 auto; /* Встановіть автоматичні відступи по горизонталі для центрування */
    }
    
    .why1 .title1, .why2 .title1, .why3 .title1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 30px;
    }
    .why1 .des1, .why2 .des1, .why3 .des1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        color: #000;
        font-size: 25px;
        margin-top: 30px;
    }
    
    .footer {
        height: 200px;
        /* background-color: #2d2d2d; */
        border-top: 1.5px solid black;
        margin-top: 60px;
        position: relative;
        left: 0;
        width: 100%;
        bottom: 0;
    }

    .logofooter {
        /* background-color: #B31DDB; */
        width: 350px;
        height: 110px;
        margin-top: 25px;
        margin-left: 50px;
    }

    .masage {
        display: flex; /* Використовуємо Flexbox для розташування елементів в рядок */
        justify-content: space-between; /* Рівномірно розподіляємо простір між елементами */
        width: 350px;
        position: absolute;
        right: 50px;
        margin-top: -85px;
    }
    
    .masage > div {
        width: 70px; /* Розмір блоків */
        height: 70px;
        /* background-color: #00bc04; Колір фону */
        margin-right: px; /* Відступ між блоками */
    }
    
    .masage > div:last-child {
        margin-right: 0; /* Забираємо відступ праворуч в останнього елемента */
    }

    .fb img, .tg img, .inst img, .tt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .masage > div img {
        width: 100%; /* Заповнюємо батьківський контейнер */
        height: 100%;
        display: block; /* Прибираємо проміжний простір */
        transition: transform 0.2s ease; /* Додаємо плавну анімацію для зміни розміру */
    }
    
    .masage > div:hover img {
        transform: scale(1.1); /* Збільшуємо зображення при наведенні на нього курсора */
    }

    .logofooter img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .footerdes {
        display: flex;
        justify-content: center;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 20px;
        margin-top: 20px;
    }

    .titleaddress {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 20px;
    }

    .descaddress {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        color: #000;
        font-size: 16px;
    }
    
    .address {
        position: absolute;
        right: 75px;
        margin-top: -550px;
        width: 500px;
        text-align: center;
    }

    .img1 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 30px;
    }

    .img2 {
        height: 300px;
        width: 92%;
        display: flex;
        margin: 0 auto;
    }

    .img3 {
        height: 300px;
        width: 92%;
        display: flex;
        margin: 0 auto;
        margin-top: 30px;
    }


    .img21,


    .img21 {
        height: 300px;
        width: 500px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
    .img22 {
        height: 300px;
        width: 1200px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img31 {
        height: 300px;
        width: 1000px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
    .img32 {
        height: 300px;
        width: 700px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img4 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 60px;
    }

    .img1 img, .img21 img, .img22 img, .img31 img, .img32 img, .img4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .img31 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        object-position: center -60px; /* Пересуваємо фото вниз на 20px */
    }

    .img21 img {
        object-position: center -70px;
        
    }
    .nav_menu { 
        position: absolute;
        right: 0;
        padding-top: 40px;
        padding-right: 40px;
    }

    .nav_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .nav_menu ul li {
        margin: 0 20px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
    }

    .nav_menu ul li a {
        text-decoration: none;
        color: white;
    }

    .nav_menu ul li a {
        text-decoration: none;
        color: black;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .nav_menu ul li a:hover {
        transform: scale(1.2);
    }
    



    

    

}


/* Стилі для гамбургер кнопки */
.hamburger-menu {
    display: none;
    cursor: pointer;
}

.hamburger-menu div {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}







@media (min-width: 1400px) {
    .img22 {
        height: 300px;
        width: 750px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img31 {
        height: 300px;
        width: 550px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
}

@media (min-width: 1600px) {
    .img22 {
        height: 300px;
        width: 930px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img31 {
        height: 300px;
        width: 730px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
}

@media (min-width: 1800px) {
    .img22 {
        height: 300px;
        width: 1110px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img31 {
        height: 300px;
        width: 910px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
}

@media (min-width: 1920px) {
    .img22 {
        height: 300px;
        width: 1220px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img31 {
        height: 300px;
        width: 1020px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
}





@media (min-width: 992px) {}

@media (min-width: 768px) {}

@media (max-width: 480px) {
    .nav_menu ul {
        display: flex;
        list-style: none;
        padding: 0;
    }
    
    .nav_menu li {
        margin-right: 10px;
    }
    
    .nav_menu a {
        text-decoration: none;
        color: black;
    }
    
    .hamburger-menu {
        display: none;
    }


    body {
        margin: 0;
        padding: 0;
    }

    .header {
        height: 100px;
        width: 100vw;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .logo {
        height: 60px;
        width: 200px;
        position: absolute;
        left: 25px;
        margin-top: 40px;
    }

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nav_menu {
        position: absolute;
        right: 0;
        padding-top: 22px;
        /* padding-right: 15px; */
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .nav_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .nav_menu ul li {
        margin: -10px 6px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
    }

    .nav_menu ul li a {
        text-decoration: none;
        color: white;
    }

    .nav_menu ul li a {
        text-decoration: none;
        color: black;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .nav_menu ul li a:hover {
        transform: scale(1.2);
    }

    .logo .tel {
        height: 30px;
        width: 320px;
        position: absolute;
        bottom: 0;
        margin-left: 30px;
    }

    .logo .img {
        height: 70px;
        width: 320px;
        position: absolute;
        top: 0;
        margin-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block .gif {
        width: 475px;
        height: 595px;
        /* background-color: #2d2d2d; */
        margin-left: 130px;
        margin-top: 61px;
        border-radius: 20px;
        /* box-shadow: 0 0 20px 1px black; */
    }

    .block .form {
        position: absolute;
        right: 130px;
        height: 400px;
        width: 300px;
        background-color: #B31DDB;
        top: 28%;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px black;
        margin-top: 0px;
    }

    .block .form .span {
        display: flex;
        text-align: center;
        margin-top: 20px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 24px;
    }

    .order_form {
        display: flex;
        flex-direction: column;
        width: 300px;
        margin: 0 auto;
        margin-left: 10%;
    }

    .field {
        width: 75%;
        height: 30px;
        margin-top: 5px;
        background-color: #B31DDB;
        color: black;
        border: none;
        border-bottom: 1px solid black;
        outline: none;
    }

    .field::placeholder {
        color: black;
    }

    .button {
        width: 170px;
        height: 40px;
        border: none;
        font-size: 16px;
        color: white;
        background-color: #000;
        border-radius: 50px;
        box-shadow: 0 0 10px 1px black;
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 11.5%;
    }

    .fspan {
        font-size: 16px;
        display: flex;
        margin-top: 15px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .fs {
        font-size: 14px;
        display: flex;
        margin-top: 5px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
    }

    .title span {
        color: #B31DDB;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }

    .propos {
        width: 350px;
        height: 500px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin-top: 35px;
        transition: transform 0.3s ease;

    }

    .propos:not(:last-child) {
        margin-right: 100px;
    }

    .proposition {
        display: flex;
        justify-content: center;
    }

    .propos:hover {
        transform: scale(1.03);
    }

    .block {
        margin-top: -50px;
    }

    .logo .img span {
        font-family: "Permanent Marker", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
    }

    path {
        color: #B31DDB;
    }

    .tel .phone {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 20px;
        display: flex;
        margin-top: -35px;
        margin-left: 60px;
    }

    svg.bi.bi-telephone-fill {
        margin-left: 18px;
    }

    .image {
        width: 320px;
        background-color: #000;
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        margin: auto; /* Цей рядок забезпечить центрування блоку по горизонталі */
        margin-top: 15px;
        border-radius: 10px;
    }
    
    .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .title_block {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 27px;
    }

    button.about {
        border: none;
        color: #fff;
        background-color: #000;
        width: 200px;
        height: 40px;
        border-radius: 100px;
        box-shadow: 0 0 10px 1px black;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 16px;
        /* margin-left: 25%; */
        margin-top: 5%;
        
    }

    .gif img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    hr {
        border: none;
        border-top: 1.5px solid black;
        margin-top: 60px;
    }

    .description1 span {
        display: flex;
        justify-content: center;
        text-align: center;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 20px;
        margin-top: 40px;
    }

    .title {
        margin-top: -20px;
    }

    .block1 {
        position: relative; /* Встановлюємо відносне позиціонування, щоб використати як посилання для абсолютного позиціонування .why3 */
        text-align: center; /* Вирівнюємо вміст по центру */
    }
    
    .wrapper {
        display: flex; /* Використовуємо Flexbox для гнучкого розташування елементів */
        justify-content: center; /* Вирівнюємо по центру по горизонталі */
        margin-bottom: 60px; /* Відступ між why1 і why2 */
        margin-top: 30px;
    }
    
    .block1 .why1,
    .block1 .why2 {
        width: 500px;
        height: 250px;
        margin: 0 125px; /* Встановлюємо відступи між блоками */
    }
    
    /* .block1 .why1 {
        background-color: #2d2d2d;
    }
    
    .block1 .why2 {
        background-color: #00bc04;
    } */
    
    .block1 .why3 {
        /* background-color: red; */
        width: 500px;
        height: 250px;
        display: block; /* Зробіть елемент блоковим */
        margin: 0 auto; /* Встановіть автоматичні відступи по горизонталі для центрування */
    }
    
    .why1 .title1, .why2 .title1, .why3 .title1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 30px;
    }
    .why1 .des1, .why2 .des1, .why3 .des1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        color: #000;
        font-size: 25px;
        margin-top: 30px;
    }
    
    .footer {
        height: 200px;
        /* background-color: #2d2d2d; */
        border-top: 1.5px solid black;
        margin-top: 60px;
        position: relative;
        left: 0;
        width: 100%;
        bottom: 0;
    }

    .logofooter {
        /* background-color: #B31DDB; */
        width: 210px;
        height: 65px;
        margin-top: 35px;
        margin-left: 91px;
    
    }

    .masage {
        display: flex;
        justify-content: space-between;
        width: 350px;
        position: absolute;
        right: 20px;
        margin-top: -85px;
    }
    
    .masage > div {
        width: 45px; /* Розмір блоків */
        height: 45px;
        /* background-color: #00bc04; Колір фону */
        margin-right: px; /* Відступ між блоками */
    }
    
    .masage > div:last-child {
        margin-right: 0; /* Забираємо відступ праворуч в останнього елемента */
    }

    .fb img, .tg img, .inst img, .tt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .masage > div img {
        width: 100%; /* Заповнюємо батьківський контейнер */
        height: 100%;
        display: block; /* Прибираємо проміжний простір */
        transition: transform 0.2s ease; /* Додаємо плавну анімацію для зміни розміру */
    }
    
    .masage > div:hover img {
        transform: scale(1.1); /* Збільшуємо зображення при наведенні на нього курсора */
    }

    .logofooter img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .footerdes {
        display: flex;
        justify-content: center;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000;
        font-size: 12px;
        margin-top: 20px;
    
    }

    .titleaddress {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 20px;
    }

    .descaddress {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        color: #000;
        font-size: 16px;
    }
    
    .address {
        position: absolute;
        right: 75px;
        margin-top: -550px;
        width: 500px;
        text-align: center;
    }

    .img1 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
    }

    .img2 {
        height: 300px;
        width: 92%;
        display: flex;
        margin: 0 auto;
    }

    .img3 {
        height: 300px;
        width: 92%;
        display: flex;
        margin: 0 auto;
        margin-top: 30px;
    }


    .img21,


    .img21, .img21 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        /* left: 4%; */
    }
    .img22 {
        height: 300px;
        width: 0px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img31 {
        height: 149px;
        width: 0px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
    .img32 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        /* right: 6%; */
    }

    .img4 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 60px;
    }

    .img1 img, .img21 img, .img22 img, .img31 img, .img32 img, .img4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .img31 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        object-position: center -60px; /* Пересуваємо фото вниз на 20px */
    }

    .img21 img {
        object-position: center -70px;
    }
}

@media (max-width: 320px) {

    .nav_menu ul {
        display: flex;
        list-style: none;
        padding: 0;
    }
    
    .nav_menu li {
        margin-right: 10px;
    }
    
    .nav_menu a {
        text-decoration: none;
        color: black;
    }
    
    .hamburger-menu {
        display: none;
    }


    body {
        margin: 0;
        padding: 0;
    }

    .header {
        height: 100px;
        width: 100vw;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .logo {
        height: 60px;
        width: 200px;
        position: absolute;
        left: 25px;
        margin-top: 40px;
    }

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nav_menu { 
        position: absolute;
        right: 0;
        padding-top: 22px;
        padding-right: 15px;
    }

    .nav_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .nav_menu ul li {
        margin: -10px 8px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;

    }

    .nav_menu ul li a {
        text-decoration: none;
        color: white;
    }

    .nav_menu ul li a {
        text-decoration: none;
        color: black;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .nav_menu ul li a:hover {
        transform: scale(1.2);
    }

    .logo .tel {
        height: 30px;
        width: 320px;
        position: absolute;
        bottom: 0;
        margin-left: 30px;
    }

    .logo .img {
        height: 70px;
        width: 320px;
        position: absolute;
        top: 0;
        margin-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block .gif {
        width: 475px;
        height: 595px;
        /* background-color: #2d2d2d; */
        margin-left: 130px;
        margin-top: 61px;
        border-radius: 20px;
        /* box-shadow: 0 0 20px 1px black; */
    }

    .block .form {
        position: absolute;
        right: 130px;
        height: 400px;
        width: 300px;
        background-color: #B31DDB;
        top: 28%;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px black;
        margin-top: 0px;
    }

    .block .form .span {
        display: flex;
        text-align: center;
        margin-top: 20px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 24px;
    }

    .order_form {
        display: flex;
        flex-direction: column;
        width: 300px;
        margin: 0 auto;
        margin-left: 10%;
    }

    .field {
        width: 75%;
        height: 30px;
        margin-top: 5px;
        background-color: #B31DDB;
        color: black;
        border: none;
        border-bottom: 1px solid black;
        outline: none;
    }

    .field::placeholder {
        color: black;
    }

    .button {
        width: 170px;
        height: 40px;
        border: none;
        font-size: 16px;
        color: white;
        background-color: #000;
        border-radius: 50px;
        box-shadow: 0 0 10px 1px black;
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 11.5%;
    }

    .fspan {
        font-size: 16px;
        display: flex;
        margin-top: 15px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .fs {
        font-size: 14px;
        display: flex;
        margin-top: 5px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
    }

    .title span {
        color: #B31DDB;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 35px;
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }

    .propos {
        width: 350px;
        height: 500px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin-top: 35px;
        transition: transform 0.3s ease;

    }

    .propos:not(:last-child) {
        margin-right: 100px;
    }

    .proposition {
        display: flex;
        justify-content: center;
    }

    .propos:hover {
        transform: scale(1.03);
    }

    .block {
        margin-top: -50px;
    }

    .logo .img span {
        font-family: "Permanent Marker", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
    }

    path {
        color: #B31DDB;
    }

    .tel .phone {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 20px;
        display: flex;
        margin-top: -35px;
        margin-left: 60px;
    }

    svg.bi.bi-telephone-fill {
        margin-left: 18px;
    }

    .image {
        width: 320px;
        background-color: #000;
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        margin: auto; /* Цей рядок забезпечить центрування блоку по горизонталі */
        margin-top: 15px;
        border-radius: 10px;
    }
    
    .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .title_block {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 27px;
    }

    button.about {
        border: none;
        color: #fff;
        background-color: #000;
        width: 200px;
        height: 40px;
        border-radius: 100px;
        box-shadow: 0 0 10px 1px black;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 16px;
        /* margin-left: 25%; */
        margin-top: 5%;
        
    }

    .gif img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    hr {
        border: none;
        border-top: 1.5px solid black;
        margin-top: 60px;
    }

    .description1 span {
        display: flex;
        justify-content: center;
        text-align: center;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 20px;
        margin-top: 40px;
    }

    .title {
        margin-top: -20px;
    }

    .block1 {
        position: relative; /* Встановлюємо відносне позиціонування, щоб використати як посилання для абсолютного позиціонування .why3 */
        text-align: center; /* Вирівнюємо вміст по центру */
    }
    
    .wrapper {
        display: flex; /* Використовуємо Flexbox для гнучкого розташування елементів */
        justify-content: center; /* Вирівнюємо по центру по горизонталі */
        margin-bottom: 60px; /* Відступ між why1 і why2 */
        margin-top: 30px;
    }
    
    .block1 .why1,
    .block1 .why2 {
        width: 500px;
        height: 250px;
        margin: 0 125px; /* Встановлюємо відступи між блоками */
    }
    
    /* .block1 .why1 {
        background-color: #2d2d2d;
    }
    
    .block1 .why2 {
        background-color: #00bc04;
    } */
    
    .block1 .why3 {
        /* background-color: red; */
        width: 500px;
        height: 250px;
        display: block; /* Зробіть елемент блоковим */
        margin: 0 auto; /* Встановіть автоматичні відступи по горизонталі для центрування */
    }
    
    .why1 .title1, .why2 .title1, .why3 .title1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 30px;
    }
    .why1 .des1, .why2 .des1, .why3 .des1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        color: #000;
        font-size: 25px;
        margin-top: 30px;
    }
    
    .footer {
        height: 200px;
        /* background-color: #2d2d2d; */
        border-top: 1.5px solid black;
        margin-top: 60px;
        position: relative;
        left: 0;
        width: 100%;
        bottom: 0;
    }

    .logofooter {
        /* background-color: #B31DDB; */
        width: 210px;
        height: 65px;
        margin-top: 35px;
        margin-left: 91px;
    
    }

    .masage {
        display: flex;
        justify-content: space-between;
        width: 350px;
        position: absolute;
        right: 20px;
        margin-top: -85px;
    }
    
    .masage > div {
        width: 45px; /* Розмір блоків */
        height: 45px;
        /* background-color: #00bc04; Колір фону */
        margin-right: px; /* Відступ між блоками */
    }
    
    .masage > div:last-child {
        margin-right: 0; /* Забираємо відступ праворуч в останнього елемента */
    }

    .fb img, .tg img, .inst img, .tt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .masage > div img {
        width: 100%; /* Заповнюємо батьківський контейнер */
        height: 100%;
        display: block; /* Прибираємо проміжний простір */
        transition: transform 0.2s ease; /* Додаємо плавну анімацію для зміни розміру */
    }
    
    .masage > div:hover img {
        transform: scale(1.1); /* Збільшуємо зображення при наведенні на нього курсора */
    }

    .logofooter img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .footerdes {
        display: flex;
        justify-content: center;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 12px;
        margin-top: 20px;
    
    }

    .titleaddress {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #000;
        font-size: 20px;
    }

    .descaddress {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 200;
        font-style: normal;
        color: #000;
        font-size: 16px;
    }
    
    .address {
        position: absolute;
        right: 75px;
        margin-top: -550px;
        width: 500px;
        text-align: center;
    }

    .img1 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 30px;
    }

    .img2 {
        height: 300px;
        width: 92%;
        display: flex;
        margin: 0 auto;
    }

    .img3 {
        height: 300px;
        width: 92%;
        display: flex;
        margin: 0 auto;
        margin-top: 30px;
    }


    .img21,


    .img21 {
        height: 300px;
        width: 345px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
    .img22 {
        height: 300px;
        width: 0px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img31 {
        height: 149px;
        width: 0px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        left: 4%;
    }
    .img32 {
        height: 300px;
        width: 345px;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto;
        margin-top: 30px;
        position: absolute;
        right: 4%;
    }

    .img4 {
        height: 300px;
        width: 92%;
        background-color: #B31DDB;
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #000;
        margin: 0 auto; /* Автоматичні відступи по горизонталі для відцентровування */
        margin-top: 60px;
    }

    .img1 img, .img21 img, .img22 img, .img31 img, .img32 img, .img4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .img31 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        object-position: center -60px; /* Пересуваємо фото вниз на 20px */
    }

    .img21 img {
        object-position: center -70px;
    }
}