@media only screen and (min-width: 1400px) and (max-width: 1980px) {

}

@media only screen and (min-width: 1024px) and (max-width: 1200px)  {

}

@media only screen and (min-width: 767px) and (max-width: 991px)  {

    .phone {
        text-align: center;
    }
    
    header {
        padding: 20px 0;
    }

    header .product {
        max-height: 240px;
        margin: 0 auto 50px;
    }

    header .prices {
        width: 100%;
        text-align: center;
    }

    header .discount {
        margin: 20px auto 0;
    }

    .performance .performance-text .btn {
        margin: 35px 0;
    }

    header .prices .new-price,
    .performance .performance-text .prices .new-price {
        font-size: 36px;
    }

    header .prices .price span,
    .performance .performance-text .prices .price span {
        line-height: 62px;
        font-size: 24px;
    }

    header .prices .price,
    .performance .performance-text .prices .price {
        margin-right: 30px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 767px)  {
    .space {
        padding: 35px 0;
    }

    header {
        padding: 20px 0;
    }

    header .discount {
        margin: 20px auto 0;
    }

    .performance .performance-text img {
        margin: 30px auto 0;
    }

    .performance .performance-text .btn {
        margin: 35px 0;
    }

    header .prices {
        text-align: center;
    }

    header .prices .new-price,
    .performance .performance-text .prices .new-price {
        font-size: 36px;
    }

    header .prices .price span,
    .performance .performance-text .prices .price span {
        line-height: 62px;
        font-size: 24px;
    }

    header .prices .price,
    .performance .performance-text .prices .price {
        margin-right: 30px;
    }

    .performance .performance-list {
        padding: 0px 0 0 20px;
    }

    .heading {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 20px 0;
    }

    .heading:before {display: none;}

    .section-02 img {
        display: block;
        float: none;
        margin: 0 auto;
    }

    header .product {
        margin-top: 0;
    }

    .performance .performance-text h3 {
        font-size: 20px;
        line-height: 28px;
        color: #000;
    }

    .performance .performance-list li h4 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .phone {
        text-align: center;
    }
}