@media screen and (max-width: 768px) {
    .header__contacts-address {
        font-size: 13px;
        line-height: 12px;
    }

    .header__contacts-phone-tel {
        font-size: 18px;
        line-height: 12px;
    }

    .about-page__chair {
        display: none !important;
    }

    .about-page__main {
        padding-right: 0;
        width: 100%;
    }

    .about-contact__action {
        margin-left: 0 !important;
    }

    .about-page__info {
        padding-top: 5% !important;
    }

    .about-page__info.about-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-contact__phone-social {
        margin-left: 0px;
        margin-top: 14px;
        margin-bottom: 15px;
        text-align: center;
    }

    .services__image {
        padding-top: 25%;
    }

    .services__text-title {
        line-height: 32px;
    }


    .header__contacts-address {
        display: none !important;
    }

    .header__contacts {
        flex-direction: column !important;
    }

    .header__fixed {
        height: 100px !important;
    }

    .hide-on-768 {
        display: none;
    }

    .header__menu-item a {
        padding: 5px 10px;
        text-align: center;
    }

    .header__menu-list {
        margin-top: 5px;
    }

    .header__menu-item a {
        font-size: 14px;
    }

    .header__contacts-action button.popup_element {
        height: 30px;
        display: flex;
        align-items: center;
        margin-top: 8px;
    }

    .our-service__item {
        width: 50%;
    }

    .store-block {
        width: 100%;
    }

    .other-block__img {
        display: none;
    }

    .other__title {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .store-block__inner {
        padding: 7.5px 15px;
    }

    .other-block__info {
        width: 100%;
    }
    .store {
        padding: 30px 0 4% 0;
    }

    .ciura ul {
        padding-left: 20px;
        list-style: none;
    }

    .ciura ul li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 14px;
    }

   .ciura ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 10px;
        height: 10px;
        background-color: #026CEF;
        border-radius: 50%;
    }

    .highlight {
        font-weight: bold;
    }

    .faq__man {
        display: none;
    }

    .faq__list {
        padding: 0 !important;
    }

    .faq__list-wrap {
        padding: 0 !important;
    }

    .contact {
        margin-top: 10px;
    }

    .step__info {
        width: 100%;
    }

    .step__man {
        display: none;
    }

    .prices-table {
        align-items: flex-start;
    }

    .prices-table table {
        width: 100%;
    }

    .prices-table__man {
        display: none;
    }
}