@media (max-width:1350px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .add-block {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
        justify-content: space-between;
    }
}

@media (max-width:1075px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .all-memu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .contact-block {
        display: flex;
        flex-direction: row;
        border-left: 0px solid #dbdff0;
        padding: 10px 40px 10px 20px;
    }

    .catalog-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 75px 0px;
    }

    .catalog-group {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        align-items: center;
    }

    .big-subcell {
        width: 90%;
    }

    .card-section {
        padding: 75px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-top {
        display: flex;
        max-width: 1000px;
        flex-direction: column;
    }

    .card-photos {
        display: flex;
        flex-direction: row;
        column-gap: 20px;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .card-detales {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 50px;
    }

    .card-detales-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-photoblock {
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 50px;
    }
}

@media (max-width:625px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .menu-line {
        display: none;
    }

    .mobmenu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .promo-b {
        width: 100%;
        display: none;
    }

    .promo-s {
        width: 100%;
        display: flex;
    }

    .add-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .add-img {
        max-width: 350px;
        margin-right: 0px;
        width: 100%;
    }

    .add-text {
        text-align: center;
    }

    .big-subcatalog-preview {
        width: 100%;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .big-subcatalog-text {
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}