@media screen and (max-width: 992px) {
    .custom-container {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    .header--nav ul {
        display: none !important;
    }

    .header--nav {
        align-items: center !important;
    }

    .navigation__nav .custom-container>div>img {
        display: none;
    }

    .navigation__nav {
        padding-top: 30px;
    }

    .fullscreen--bottomer {
        display: none;
    }

    .navigation__nav .custom-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-bottom: 30px;
    }

    .fullscreen-ul {
        gap: 40px;
    }

    .navigation__nav .gap-75 {
        margin-top: auto;
        gap: 30px;
        justify-content: space-between !important;
    }

    .landing--pattern {
        display: none;
    }

    .landing--button {
        max-width: 100%;
    }

    .landing-logotype {
        margin-top: 130px;
        margin-bottom: 90px;
    }

    section.landing .h-100 .mt-auto {
        flex-direction: column;
        align-items: center !important;
        gap: 30px;
    }

    section.contact {
        min-height: 100vh;
        height: auto;
    }

    .contact__container {
        flex-direction: column-reverse;
        margin-top: 40px;
        gap: 30px;
        align-items: center;
    }

    .contact--form {
        width: 100%;
        gap: 20px;
    }

    .contact .credits {
        margin-top: 40px;
    }

    .contact--form button {
        margin-inline: auto;
        ;
    }

    .contact__container iframe {
        width: 100%;
    }

    .about--smallflex {
        flex-direction: column;
        align-items: unset;
    }

    .about img {
        max-width: 100%;
    }

    .about--smallflex div.d-flex {
        padding: 0;
    }

    .about--bigflex {
        flex-direction: column-reverse;
        align-items: unset;
    }

    .about--bigflex p {
        padding: 0;
    }

    section.about>.custom-container {
        padding-top: 50px;
    }

    .company__info__container {
        margin-top: 50px;
        height: unset;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .company__info {
        flex-direction: column;
        gap: 30px;
    }

    .company__info p {
        text-align: center;
    }

    .company--credits {
        flex-direction: column;
        align-items: center;
    }

    .company__info--item {
        gap: 10px;
    }

    .navigation__nav .header-button {
        margin-top: 30px !important;
    }

    .projects--left {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        min-height: 100vh;

    }

    .s1-logo {
        display: none;
    }

    .projects .s1 {
        width: 100%;
        display: none;
    }

    section.projects>.projects--item {
        flex-direction: column;
    }

    .s1-pagination {
        top: 140px;
    }

    .projects .projects--left>.pe-90 {
        padding-right: 20px;
    }

    .projects .projects--left>.pe-90:last-of-type {
        margin-top: auto !important;

    }

    .projects .projects--left>.pe-90>a {
        width: calc(100% - 20px);
    }

    .projects--credit {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .projects--left h1 {
        line-height: 18px;
        padding-bottom: 10px;
        flex-shrink: 0;
    }

    .apartment--left {
        padding-left: 20px;
        padding-block: 20px;
        max-width: 100%;
        min-height: 480px;
        height: auto;
    }

    .project--left-building {
        margin-left: 0 !important;
        width: 100% !important;
        height: auto;
        padding-right: 20px;

    }

    section.apartment {
        flex-direction: column-reverse;
    }

    .apartment--right {

        padding-inline: 0;
        padding-top: 150px;
        padding-bottom: 50px;
        height: auto;
        min-height: auto;
    }

    .apartment .back {
        left: 20px;
    }

    .apartment .back i {
        font-size: 40px;
    }

    .apartment--img--cont {
        width: 100%;
    }

    .apartment--img {
        width: 100% !important;
        height: auto;
    }

    .apartment--left .pe-90.mt-auto {
        padding-right: 20px;
    }

    .header-button {
        display: unset !important;
    }

    .header-button+.language-switcher--container {
        display: none !important;
    }

    .project__inner--header {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .sartulebi {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        row-gap: 10px;
        margin-top: 40px;
    }

    .sartulebi li a {
        border: 1px solid #D8BA98;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #676767;
        padding: 10px;
        width: 140px;
        height: 50px;
        color: white;
    }

    section.project__inner {
        height: auto;
        min-height: 100vh;
    }

    .sartulebi li:first-child,
    .sartulebi li:last-child,
    .sartulebi li:nth-child(2) {
        display: none;
    }

    #mapster_wrap_0 {
        margin-top: 150px;
    }

    .project__inner--building,
    #mapster_wrap_0 {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover !important;
    }

    .scroll-on-mobile {
        overflow-x: scroll;
        position: relative;
        scrollbar-width: none;
        /* Firefox and other non-webkit browsers */
        -webkit-scrollbar-width: none;
        /* Webkit-based browsers */
        width: 100%;
        flex-shrink: 0;
    }

    .scroll-on-mobile::-webkit-scrollbar {
        width: 0.1em;
        /* You can adjust the width to control the scrollbar size */
    }

    .scroll-on-mobile::-webkit-scrollbar-thumb {
        background-color: transparent;
        /* Hide the scrollbar thumb */
    }

    .scroll-on-mobile h1 {
        position: fixed;
        left: 20px;
    }

    .map_container.map_floor {
        margin-left: 50px !important;
        margin-top: 100px !important;
    }
    .scroll-on-mobile .map_container.map_floor canvas{
        max-width: 100%;
    }
    .custom-container > .d-flex.h-100 > .gap-35{
        align-items: center;
    }
    .flex-smm-column{
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .sartuli--sartul{
        display: none;
    }
}