@media (max-width: 768px) {

    .h1, h1 {
        font-size: 1.4rem;
    }

    .h2, h2 {
        font-size: 1.2rem;
    }

    .h3, h3 {
        font-size: 1rem;
    }

    .service__item .btn {
        width: 100%;
    }

    .fullimg {
        max-height: 648px;
    }

    .header-menu {
        display: none;
    }

    .mobile-header-contacts {
        display: none;
    }

    .flexbox-header-adress {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        padding-top: 1.5rem;
    }

    .header-adress {
        margin-right: 0px;
        padding-bottom: 25px;
    }

    .header-title {
        max-width: 100%;
    }

    .header-title h1 {
        font-size: 2.0rem;
    }

    .icon-mobile, .text-mobile {
        text-align: center;
    }


    .d-flex {
        display: block !important;
    }

    table {
        font-size: 12px;
    }

    table thead {
        font-size: 10px;
    }

    .fullimg-2 {

    }

    .mobile-none {
        display: none;
    }

    .mobile-banner, .mobile-contacts-page {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-button-contacts {
        margin-left: 0px !important;
        width: 100%;
    }

    .btn-mobile {
        width: 100%;
        padding-left: 2px!important;
        padding-right: 2px!important;
    }

    .mobile-banner .display-4 {
        font-size: 2.5rem;
    }

    .dl, ol, ul {
        margin-left: 1.5rem;
    }

    .banner-name .btn {
        width: 100%;
    }

    .container .btn-warning {
        width: 100%;
    }

}

@media (max-width: 325px) {

    .fullimg {
        max-height: 695px;
    }

}