/* For screens between 1200px and 1500px */
@media (min-width: 1200px) and (max-width: 1600px) {
    .saqartveloo,
    .description {
        left: 20px; /* Reduce left positioning */
        width: 18em; /* Make slightly narrower */
        height: 380px; /* Reduce height if needed */
        bottom: calc(50% - 100px);
    }
}

@media (max-width: 1300px) {
    body {
        flex-direction: column;
    }
    .map {
        width: 100%;
        margin: 0 auto; /* Выравнивание по центру */
        position: relative;
        text-align: center;
    }


    .common-box {
        display: block;
        position: relative;
        bottom: 0;
        left: 5%;
        width: 90%;
        height: auto;
        z-index: 1;
        box-shadow: 0 0 32px 10px #ccc;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .saqartveloo {
        text-align: center;
    }



    .description img {
        display: block; /* Делаем изображение блочным элементом */
        margin: 0 auto; /* Отцентровываем изображение по горизонтали */
        width: 170px;
        height: auto; /* Поддержание пропорций изображения */
    }

    .saqartveloo img {
        display: block; /* Делаем изображение блочным элементом */
        margin: 0 auto; /* Отцентровываем изображение по горизонтали */
        width: 179px;
        height: auto; /* Поддержание пропорций изображения */

    }
    .h1 {
        margin-top: 0; /* Отцентровываем изображение по горизонтали */
        margin-bottom: 0; /* Отцентровываем изображение по горизонтали */
    }


    #soundToggleButton {
        display: none;
    }


    /*#soundToggleButton.off {*/
    /*    background-image: url("../images/speakers/speaker_on_small-yfYeDNc.svg"); !* Путь к изображению с выключенным звуком *!*/
    /*    background-color: white; !* Установка цвета фона *!*/
    /*}*/

    svg,
    .svg {
        margin-top: -10px;
        margin-left: 3px;
    }

    .responsive-image {
        z-index: 2; /* Поверх блока с описанием */
        margin-top: -5px;
    }


    .custom_text_media{
        display: block;
    }
    .custom-text{
        display: none;
    }


    .contact_button{
        position: absolute;
        top: 10px;
        right: 10px;
    }


}


@media (max-width: 777px) {

    .menu-container {
        top: 35px;
        right: 30px;
        font-size: small

    }

    @media (max-width: 600px) {

        .menu-container {
            top: 30px;
            right: 25px;
            font-size: small

        }

        .custom_text_media {
            font-size: 1.2em;


        }

        .contact_button {
            max-width: 20%;
            padding: 1px 5px;
            font-size: small
        }

    }
    @media (max-width: 450px) {
        .menu-container {
            top: 15px;
            right: 10px;
            font-size: small
        }

        .menu-button {
            padding: 3px 10px;
        }

        .custom_text_media {
            font-size: 0.8em;
        }

        .contact_button {
            max-width: 25%;
            padding: 1px 1px;
            font-size: smaller;
        }


    }
    @media (max-width: 280px) {
        .menu-container {
            top: 3px;
            right: 1px;
            font-size: small
        }

        .custom_text_media {
            font-size: 0.6em;
        }

        /*#facebookButton {*/
        /*    top: 10px;*/
        /*}*/
    }
}
