@media all and (min-width: 768px) {
    .header-contacts__chat {
        display: inline-block;
    }

    .header-tiny {
        border-bottom: 1px solid #544f6d;
    }

    .header-tiny .header-logo {
        max-width: 150px;
    }

    .header-tiny .header-contacts {
        padding-top: 10px;
    }

    .header-tiny .header-contacts__phone {
        padding-top: 3px;
        padding-bottom: 1px;
        font-size: 15px;
    }

    .header-tiny .common-button, .header-tiny .header-contacts__chat {
        background: transparent;
        box-shadow: none;
    }

    .header-tiny .header-contacts__chat {
        margin-left: 16px;
    }

    .header-tiny .common-button span {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 2px;
        color: #544f6d;
        padding-left: 4px;
        text-shadow: none;
        border-left: none;
    }

    .header-tiny .header-nav>ul {
        margin-top: 6px;
    }

    .header-tiny .header-nav>ul>li>a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .header-tiny .header-order {
        padding-left: 0;
        padding-right: 0;
    }

    .header-tiny .header-order a {
        background: linear-gradient(180deg, #f6b900, #ff7e00);
        padding: 6px 15px 6px;
        color: #fff;
        border-bottom: 0;
        font-weight: 500;
        border-radius: 4px;
        transition: none;
    }

    .header-tiny .header-order a:hover {
        color: #fff;
        background: linear-gradient(180deg, #f6cb1e, #ff940d);
        text-shadow: 0 1px 2px #7d3900;
        border-bottom: 0;
    }
}

@media all and (min-width: 1200px) {

}

@media all and (max-width: 1199px) {
    body {
        padding-top: 119px;
    }

    .intro-button__order, .intro-button a {
        padding: 10px 14px;
        font-size: 1rem;
    }

    .about-testimonials {
        padding-right: 30px;
    }

    .header-nav>ul>li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-nav>ul>li>a {
        font-size: 13px;
    }
}

@media all and (max-width: 991px) {
    body {
        padding-top: 109px;
    }

    .about .hdr {
        font-size: 21px;
    }

    .discount-link {
        font-size: 1.08rem;
    }

    .intro-title {
        font-size: 2.4rem;
        margin-top: 40px;
    }

    .intro-button {
        padding-bottom: 40px;
    }

    .intro-features {
        padding-bottom: 25px;
    }

    .contacts-localization {
        display: none;
    }

    .header-nav>ul {
        margin-top: 5px;
    }

    .header {
        padding: 0 0 7px;
        /*position: static;*/
    }

    .header-contacts__order {
        display: block;
    }

    .mobile, .mobile-button {
        display: block;
    }

    .header-contacts {
        padding-top: 28px;
    }

    .header-logo {
        max-width: 142px;
        margin: 16px 0 0 50px;
    }

    .steps {
        padding-bottom: 0;
    }

    .content {
        padding-top: 30px;
    }

    .entry {
        padding-bottom: 0;
    }

    .content-title, .content h1 {
        font-size: 1.9rem;
    }

    .intro-features__item {
        line-height: 1.45em;
    }

    .widget-order {
        padding-top: 34px;
    }

    .header-nav ul li {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media all and (max-width: 767px) {

    .header-contacts {
        padding-top: 10px;
    }

    .about-testimonials {
        margin-top: 40px;
        padding: 0 48px;
    }

    body {
        padding: 96px 0 0;
    }

    .steps-inner {
        padding-top: 12px;
    }

    .steps-inner .steps-bg-mobile {
        background: url("../images/steps-line-mobile.png") top 120px left 50% no-repeat;
    }

    .steps-bg-mobile {
        background: url("../images/steps-line-mobile-white.png") top 120px left 50% no-repeat;
    }

    .steps-item:first-of-type:after {
        width: 100%;
    }

    .steps-item:after {
        width: 50%;
        left: 50%;
    }

    .steps-item:nth-child(2):after {
        display: none;
        width: 108%;
        left: -54%;
        top: 162px;
        transform: rotate(-21deg);
    }

    .discount {
        padding-bottom: 25px;
    }

    .discount-item {
        margin-bottom: 30px;
    }

    .content-title, .content h1, .steps-title {
        line-height: 1.5em;
        font-size: 1.8rem;
    }

    .about .hdr {
        font-size: 18px;
        line-height: 1.5em;
    }

    .footer-menu {
        min-height: 0;
        margin-bottom: 30px;
        margin-top: 10px;
        border-right: 0;
    }

    .footer-title {
        padding: 10px 0 0;
    }

    .footer-divider {
        display: none;
    }

    .footer-cert {
        text-align: center;
    }

    .footer-cert__icon {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer-cert span {
        display: none;
    }
}

@media all and (max-width: 560px) {
    .intro-title {
        font-size: 2rem;
        margin-top: 30px;
    }

    .intro-features__item {
        line-height: 1.25em;
        font-size: 0.94286rem;
    }

    .intro-button__order, .intro-button a {
        font-size: 0.94286rem;
        padding: 9px 16px;
    }

    .header-contacts__phone, .testimonials-item .label, .testimonials-avatar {
        display: none;
    }

    .testimonials-item .rating {
        text-align: left;
    }

    .testimonials-footer {
        margin-bottom: 6px;
    }

    .about .hdr a {
        margin: 0;
    }

    .header-contacts {
        padding-top: 5px;
    }

    .common-button {
        margin: 5px 0 5px 10px;
    }

    .discount-subtitle {
        font-size: 1.51429rem;
    }

    .counters .counter .num {
        font-size: 20px;
    }

    .counters .counter {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .entry-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}