@media (max-width:1170px) {
    .catalog-image {
        width: 225px;
        height: 225px;
    }
}

@media (max-width:942px) {
    .catalog-gallery {
        flex-wrap: wrap;
    }
}

@media (max-width:855px) {
    .menus {
        display: none;
    }

    .hamburger-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}




@media (max-width:768px) {
    .menu-overlay {
        right: -100%;
        width: 100%;
    }
    .footer-map{
        width: 100%;
    }

    #languageMenu {
        right: -100%;
    }

    .header {
        background-color: #0a0a0a;
    }

    .footer {
        height: auto;
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .footer-right-contacts {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width:715px) {


    .catalog-image {
        width: 300px;
        height: 300px;
    }
}

@media (max-width:636px) {
    .catalog-image {
        width: 250px;
        height: 250px;
    }
}


@media (max-width:535px) {


    .catalog-image {
        width: 225px;
        height: 225px;
    }

    .header-three .header-info{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .header-three .header-info-left{
        width: 100%;
        text-align: center;
    }


}


@media (max-width:485px) {


    .catalog-image {
        width: 100%;
        height: 438px;
    }
}

@media (max-width:400px) {

    .catalog-image {
        height: 350px;
    }

    .header-three .header-info-left p{
        font-size: 10px;
    }

    .catalog-title h2 {
        font-size: 40px;
    }

    .header-info-left a {
        font-size: 13px;
    }
    .header-info-left p {
        font-size: 13px;
    }
    .header-info-right p{
        font-size: 13px;
    }

}

@media(max-width: 320px) {
    .header-info-left a {
        font-size: 10px;
    }
    .header-info-left p {
        font-size: 10px;
    }
    .header-info-right p{
        font-size: 10px;
    }
}
