@media all and (max-width: 1400px) {
body {
    font-size: 16px;
}
.navbar-expand-lg .navbar-nav li {
    padding-right: 40px;
}

}

@media all and (max-width: 1200px) {
.branding {
    max-width: 200px;
}
.phone a {
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
}
.intro-text p {
    font-size: 20px;
}
.intro-text h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

}

@media all and (max-width: 960px) {
#header .phone {
    display: none;
}
.navbar {
    order: 3;
}
.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") center center no-repeat;
}
.navbar-toggler {
    padding: 0px;
    border: 0px;
    box-shadow: unset;
    outline: none;
}
#navbarNavOffcanvas {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.navbar-expand-lg .navbar-nav li {
    padding: 10px;
}
.form-flex {
    flex-direction: column;
    align-items: center;
}
#intro .form-flex .form-item,
.form-item {
    margin-bottom: 15px;
}
.serv-wrapper {
    flex-direction: column;
    align-items: center;
}
.serv-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91px;
    margin-bottom: 15px;
}
.footer-left .form-action {
    justify-content: center;
}
}

@media all and (max-width: 767px) {
#menu-wrapper .callback {
    display: none;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 14px;
}
.location svg, .worktime svg {
    margin-right: 10px;
    max-width: 20px;
}
.worktime,
.location {
    margin-top: 15px;
}
.intro-text h1 {
    font-size: 24px;
}
.intro-text p {
    font-size: 16px;
    margin-bottom: 20px;
}
#header {
    padding: 10px 0px;
}
h2 {
    font-size: 28px;
}
.form-flex {
    margin: 0px;
}
.footer-logo {
    padding-top: 30px;
    padding-bottom: 20px;
}
.copyright {
    font-size: 13px;
    text-align: center;
    padding-bottom: 20px;
}
.social {
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
}
.social a {
    margin: 0px 10px;
}
}