@media screen and (max-width: 1100px) {
    .big_title{
        font-size: 70px!important;
    }
    .primary_text{
        font-size: 45px!important;
        text-align: left;
    }
    .md_title{
        font-size: 64px!important;
    }

    .md_text{
        font-size: 36px;
        font-weight: 300!important;
    }
    .phone{
        font-weight: 800!important;
    }
    .local-title span{
        font-size: 48px!important;
    }
    .local-title span i{
        width: 32px !important;
        margin: 35px 35px 35px 0;
        align-self: end;
    }
    .local-text{
        font-size: 32px!important;
        height: 100%!important;
    }
    .punct{
        flex-direction: column;
        font-size: 42px;
    }
    .prise_font{
        font-size: 64px!important;
        font-weight: 300!important;
    }
    .footer .footer-title{
        font-size: 60px!important;
    }
    .puncts{
        font-size: 42px!important;
    }
    .footer #phone-2{
        font-size: 42px!important;
    }
}

#phone-2{
    padding: 10px 2px 10px 0;
    font-size: 20px;
    font-weight: 800;

}

.big_title,
.md_title,
.md_text,
.local-title,
.footer-title,
.punct{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-transform: none;
}

.footer-title,
.local-title{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-style: inherit;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    line-height: 1.1;
    height: 20%;
    justify-content: left;
}
.footer-title i,
.local-title i{
    margin: 0 10px 0 0;
}
.local-text{
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0;
}

.puncts{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0 30px 0;
    font-size: 14px;
}

.puncts hr{
    margin: 10px;
}

.punct{
    padding: 0 10px 0 10px;
    justify-content: left;
}

.prise_font{
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
}

.black{
    color: #000000;
}

.B{
    font-weight: 800!important;
}

.big_title{
    font-family: "Tahoma",sans-serif;
    font-weight: 800;
    font-size: 43px;
    line-height: 1em;
    letter-spacing: 0;
}

.md_title{
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0;
}

.md_text{
    font-family: "Roboto",sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 600;
}

.big_title div,
.md_title div{
    width: 90%;
}

.black_text{
    color: black;
}

.big_title hr {
    width: 64px;
    opacity: 1;
    position: relative;
    margin-left: 0;
    right: 32px;
    border: 2px solid #c4c0db;
}

.primary_text{
    display: flex;
}

.primary_text span{
    justify-content: space-around;
}

p{
    margin: 0 auto;
    width: 90%;
}

span[class='yellow']{
    color: #c4c0db;
}