@media (min-width: 1550.98px) {
    .container{
        max-width: 1248px;
    }
}
@media (max-width: 1199.98px) {
    .box-button::after,
    br{
        display: none;
    }
}
@media (max-width: 991.98px) {
    .footer-bottom,
    .copyright{
        text-align: center;
    }
    .menu-footer,
    .copyright{
        margin-top: 15px;
    }
    .box-button-inner{
        padding: 15px;
    }
    .warning-box{
        margin-bottom: 20px;
    }
    .step-group::after{
        display: none;
    }
    .product-grey{
        margin-top: 0;
    }
}
@media (max-width: 767.98px) {
    .font-100,
    h1,h2,.font-64,.font-48{
        font-size: 40px;
        line-height: 45px;
    }
    h3, .font-40{
        font-size: 30px;
        line-height: 35px;
    }
    .wrapper-video{
        border-width: 5px;
        border-radius: 10px;
    }
    .box-grey .img-absolute{
        left: -10px;
        top: -10px;
    }
    .box-white,
    .box-grey{
        padding: 15px;
        border-radius: 15px;
    }
    .w-756.mx-auto{
        margin-bottom: 30px!important;
    }
    .btn{
        padding: 20px;
        font-size: 24px;
        line-height: 1;
    }
}
@media (max-width: 575.98px) {
    .box-lock{
        display: block;
        padding: 15px;
        border-radius: 15px;
        margin-bottom: -30px!important;
    }
    .box-lock img{
        display: block;
        margin: 0 auto 20px;
    }
    .product-special,
    .product-grey,
    .product-item{
        padding: 15px;
        border-radius: 15px;
    }
    .product-special{
        margin-top: 0;
    }
    .product-special .img-product{
        margin-top: 0;
    }
}