@media(min-width: 992px) and (max-width: 1199px){
    .logo{
        font-size: 35px;
    }
    .header-nav ul li a{
        font-size: 13px;
    }
    .header-bottom{
        padding: 5px 0;
    }
    h3, .h3{
        font-size: 24px;
    }
    .mpv-block h3, .mpv-block .h3{
        margin-bottom: 30px !important;
    }
    .mpv-text p{
        font-size: 14px;
    }
    .sticky-header .header-nav ul li a{
        font-size: 11px !important;
        border:0 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width: 991px){
   .header-nav{
       display: none !important;
   }
    button#responsive-menu-button{
        background: transparent;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .adress {
        font-size: 12px;
    }
    .akcii-main{
        padding: 30px 0;
    }
    .header-nav ul li {
        margin-left: 10px;
    }

    .header-nav ul li a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .logo {
        font-size: 24px;
    }

    .header-bottom {
        padding: 5px 0;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .mpv-block h3, .mpv-block .h3 {
        margin-bottom: 30px !important;
    }

    .mpv-text p {
        font-size: 14px;
        line-height: 17px;
    }

    .mpv-block img {
        margin-bottom: 30px;
    }

    .pochemu-container {
        padding: 20px 0 40px;
    }

    .testi-text p {
        font-size: 16px;
    }
    .adress-footer, .rejim{
        font-size: 12px;
    }
    #content{
        min-height: 66vh;
    }
}
@media (max-width: 767px) {
    .adress {
        margin-bottom: 20px;
        font-size: 11px;
        text-align: center;
    }

    .top-header .telegram {
        display: none;
    }

    .top-header .phones-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .social-links {
        text-align: center;
    }

    h3, .h3 {
        font-size: 23px;
    }
    .mpv-block h3{
        margin-top: 15px;
        font-size: 19px;
        margin-bottom: 20px !important;
    }
    h4, .h4{
        font-size: 17px;
    }
    .mpv-text p{
        font-size: 13px;
        line-height: 1.2;
    }
    .mpv-block{
        padding-bottom: 0;
    }
    .testi-text p{
        font-size: 12px;
        line-height: 1.2;
    }
    .testi-text{
        background: 0;
        padding: 0;
        border-radius: 0;
    }
    .testi-carousel{
        padding: 0;
    }
    #footer{
        text-align: center;
    }
    .copyright{
        margin-bottom: 20px;
    }
    .adress-footer, .rejim{
        text-align: center;
    }
    .phones-footer{
        text-align: center;
    }
    .email-footer{
        text-align: center;
        margin-bottom: 20px;
    }
    .copyright{
        margin-top: 20px;
    }
    h1, .h1{
        font-size: 25px;
    }
    p{
        font-size: 13px;
        line-height: 1.2;
    }
    .contacts-page .social-links{
        text-align: center !important;
    }
    .rmp_menu_trigger{
        float: right;
        margin-top: 0 !important;
    }
}
