@media only screen and (max-width: 360px) {
    body {
        font-size: 14px;
    }

    .container {
        width: 100%;
    }

    .main-title {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }

    .block-main-title {
        display: flex;
        justify-content: center;
    }

    .main-title:after {
        width: 5rem;
        height: 4px;
    }

    .section-path {
        margin-top: 7rem;
    }

    .big-title {
        font-size: 2.1rem;
        text-align: center;
    }


    /* MENU */
    .block-header {
        display: block;
        padding: 0.5rem 0;
    }

    .block-header .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .block-header .container>a {
        padding-left: 1.2rem;
    }

    .block-header .menu-icon {
        display: block;
        padding: 0 1.2rem;
    }

    .block-header .logo {
        height: 2.5rem;
    }

    .block-menu a::after {
        background-color: #fff;
    }

    .section-product .product-item {
        width: 50%;
    }

    .section-product .product-item img {
        height: 3rem;
        padding: .5rem;
    }

    .section-product .product-item .product-item-content {
        margin: .3rem .5rem;
    }

    .section-benefit .item-benefit .content-benefit {
        display: none;
    }

    .popup-order .product-step .step-label {
        font-size: .9rem;
    }

    .popup-order .product-desc {
        margin-top: .2rem;
        font-size: .8rem;
    }

    .sub-item .sub-item-content {
        padding: 1rem;
    }

    .sub-item .sub-item-content .sub-price {
        font-size: 1.8rem;
        margin: .5rem 0;
    }

    .sub-item .sub-item-content .sub-input .btn-updown {
        width: 35px;
        height: 35px;
    }

    .sub-item .sub-item-content .sub-button {
        margin-top: 1rem;
    }

    .sub-item .sub-item-content .sub-button label:before {
        width: 16px;
        height: 16px;
        margin-right: 70px;
    }

    .popup-order .product-step .step-label {
        display: none;
    }

    .list-pay .pay-item {
        width: 33.33%;
    }

    .popup-order .popup-scroll {
        max-height: 80vh;
    }

    .pay-detail .pay-detail-item {
        padding: 0;
    }

    .pay-detail .pay-detail-item .pay-detail-label {
        margin-top: .5rem;
    }

    .popup-success svg {
        width: 80px;
    }

    .alert-lager {
        margin-top: 1rem;
        margin-bottom: .5rem;
        font-size: 1rem;
        text-align: center;
    }

    .alert-small {
        font-size: .8rem;
        text-align: center;
    }

    .list-pay .pay-item input+label {
        zoom: .7;
    }

    .popup-order {
        width: calc(100vw - 40px);
    }

    .popup-order .popup-content {
        padding: 25px 20px;
    }

    .popup-order .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-order .product-step .step-item {
        margin-right: 0;
        margin-left: 0;
    }

    .popup-order .product-step .step-item .step-number::after {
        display: none;
    }

    .popup-scroll .header-title {
        margin-top: .5rem;
        margin-bottom: 10px;
    }

    .sub-item .sub-item-content .sub-button input:checked+label {
        padding-left: 40px;
    }

    .sub-item .sub-item-content .sub-button input:checked+label:before {
        margin-right: 90px;
    }

    .popup-order .popup-close svg {
        height: 15px;
        width: 15px;
    }

    .popup-order .product-header img {
        max-height: 20px;
    }

    .section-body .link-product {
        display: none;
    }

    .block-main-content {
        margin-left: 0;
        min-height: calc(100vh - 9rem - 26px);
    }

    .section-benefit {
        display: none;
    }

    .section-benefit .block-content .fas {
        font-size: 1rem;
    }

    .section-benefit .item-benefit .title-benefit {
        font-size: .8rem;
        padding-bottom: 0;
    }

    .section-benefit .item-benefit .block-text {
        padding-left: 10px;
    }

    .section-benefit .block-content {
        margin: 0 8px;
        flex-direction: column;
        padding: 0;
    }

    .section-benefit .item-benefit {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .section-benefit .item-benefit:last-child {
        border-bottom: 0;
    }

    .section-path {
        margin-top: 5rem;
    }

    .section-product {
        margin-top: 2.2rem;
    }

    .section-benefit .item-benefit {
        padding: 15px 24px;
    }

    .block-header .block-menu .mail span:first-child {
        display: none;
    }

    .block-header .block-menu .chat span:last-child {
        display: none;
    }

    .block-header .block-menu .mail span, .block-header .block-menu .chat span, .block-header .block-menu a {
        font-size: .9rem;
    }

    .section-footer .img-paymentfooter {
        width: 40px;
    }
}


@media only screen and (max-width: 480px) and (min-width: 361px) {
    body {
        font-size: 14px;
    }

    .container {
        width: 100%;
    }

    .main-title {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }

    .block-main-title {
        display: flex;
        justify-content: center;
    }

    .main-title:after {
        width: 5rem;
        height: 4px;
    }

    .section-path {
        margin-top: 7rem;
    }

    .big-title {
        font-size: 2.1rem;
        text-align: center;
    }


    /* MENU */
    .block-header {
        display: block;
        padding: 0.5rem 0;
    }

    .block-header .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .block-header .container>a {
        padding-left: 1.2rem;
    }

    .block-header .menu-icon {
        display: block;
        padding: 0 1.2rem;
    }

    .block-header .logo {
        height: 2.5rem;
    }

    .block-menu a::after {
        background-color: #fff;
    }

    .section-product .product-item {
        width: 50%;
    }

    .section-product .product-item img {
        height: 3rem;
        padding: .5rem;
    }

    .section-product .product-item .product-item-content {
        margin: .3rem .5rem;
    }

    .section-benefit {
        display: none;
    }

    .section-benefit .item-benefit .content-benefit {
        display: none;
    }

    .popup-order .product-step .step-label {
        font-size: .9rem;
    }

    .popup-order .product-desc {
        margin-top: .2rem;
        font-size: .8rem;
    }

    .sub-item .sub-item-content {
        padding: 1rem;
    }

    .sub-item .sub-item-content .sub-price {
        font-size: 1.8rem;
        margin: .5rem 0;
    }

    .sub-item .sub-item-content .sub-input .btn-updown {
        width: 35px;
        height: 35px;
    }

    .sub-item .sub-item-content .sub-button {
        margin-top: 1rem;
    }

    .sub-item .sub-item-content .sub-button label:before {
        width: 16px;
        height: 16px;
        margin-right: 70px;
    }

    .popup-order .product-step .step-label {
        display: none;
    }

    .list-pay .pay-item {
        width: 25%;
    }

    .popup-order .popup-scroll {
        max-height: 80vh;
    }

    .pay-detail .pay-detail-item {
        padding: 0;
    }

    .pay-detail .pay-detail-item .pay-detail-label {
        margin-top: .5rem;
    }

    .popup-success svg {
        width: 80px;
    }

    .alert-lager {
        margin-top: 1rem;
        margin-bottom: .5rem;
        font-size: 1rem;
        text-align: center;
    }

    .alert-small {
        font-size: .8rem;
        text-align: center;
    }

    .list-pay .pay-item input+label {
        zoom: 1;
    }

    .list-pay .pay-item input+label img {
        width: 100%;
        object-fit: contain;
    }

    .list-pay .pay-item .pay-content input:checked+label::before {
        width: 8px;
        height: 8px;
    }

    .popup-order {
        width: calc(100vw - 40px);
    }

    .popup-order .popup-content {
        padding: 25px 20px;
    }

    .popup-order .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-order .product-step .step-item {
        margin-right: 0;
        margin-left: 0;
    }

    .popup-order .product-step .step-item .step-number::after {
        display: none;
    }

    .popup-scroll .header-title {
        margin-top: .5rem;
        margin-bottom: 10px;
    }

    .sub-item .sub-item-content .sub-button input:checked+label {
        padding-left: 40px;
    }

    .sub-item .sub-item-content .sub-button input:checked+label:before {
        margin-right: 90px;
    }

    .popup-order .popup-close svg {
        height: 15px;
        width: 15px;
    }

    .popup-order .product-header img {
        max-height: 30px;
    }

    .section-body .link-product {
        display: none;
    }

    .block-main-content {
        margin-left: 0;
        min-height: calc(100vh - 9rem - 26px);
    }

    .section-benefit .block-content .fas {
        font-size: 1rem;
    }

    .section-benefit .item-benefit .title-benefit {
        font-size: .8rem;
        padding-bottom: 0;
    }

    .section-benefit .item-benefit .block-text {
        padding-left: 10px;
    }

    .section-benefit .block-content {
        margin: 0 8px;
        flex-direction: column;
        padding: 0;
    }

    .section-benefit .item-benefit {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .section-benefit .item-benefit:last-child {
        border-bottom: 0;
    }

    .section-path {
        margin-top: 5rem;
    }

    .section-product {
        margin-top: 2.2rem;
    }

    .list-pay .pay-item .pay-content {
        padding: 5px;
    }

    .section-benefit .item-benefit {
        padding: 15px 24px;
    }

    .block-header .block-menu .chat span:last-child {
        display: none;
    }

    .block-header .block-menu .mail span, .block-header .block-menu .chat span, .block-header .block-menu a {
        font-size: .9rem;
    }

    .section-footer .img-paymentfooter {
        width: 40px;
    }
}


@media only screen and (max-width: 600px) and (min-width: 481px) {
    body {
        font-size: 15px;
    }

    .container {
        width: 100%;
    }

    .main-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .block-main-title {
        display: flex;
        justify-content: center;
    }

    .main-title:after {
        width: 5rem;
        height: 4px;
    }

    .section-path {
        margin-top: 5rem;
    }

    .section-product {
        margin-top: 2.5rem;
    }

    .big-title {
        font-size: 2.3rem;
        text-align: center;
    }

    /* MENU */
    .section-home .block-header {
        display: block;
    }

    .section-home .block-header .container {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .section-home .block-header .container>a {
        padding-left: 1.6rem;
    }

    .section-home .block-header .menu-icon {
        display: block;
        padding: 0 1.6rem;
    }


    .block-header .logo {
        height: 2.5rem;
    }

    .block-menu a::after {
        background-color: #fff;
    }

    .section-product .product-item {
        width: 33.33%;
    }

    .section-product .product-item img {
        height: 3rem;
    }

    .section-product .product-item img {
        padding: .5rem;
    }

    .section-product .product-item .product-item-content {
        margin: .2rem .5rem;
    }

    .section-benefit .item-benefit .content-benefit {
        display: none;
    }

    .popup-order .product-step .step-label {
        font-size: .9rem;
    }

    .popup-order .product-desc {
        margin-top: .2rem;
        font-size: .8rem;
    }

    .sub-item .sub-item-content {
        padding: 1rem;
    }

    .sub-item .sub-item-content .sub-price {
        font-size: 1.8rem;
        margin: .5rem 0;
    }

    .sub-item .sub-item-content .sub-input .btn-updown {
        width: 35px;
        height: 35px;
    }

    .sub-item .sub-item-content .sub-button {
        margin-top: 1rem;
    }

    .sub-item .sub-item-content .sub-button label:before {
        width: 18px;
        height: 18px;
        margin-right: 70px;
    }

    .popup-order .product-step .step-label {
        display: none;
    }

    .list-pay .pay-item {
        width: 25%;
    }

    .list-pay .pay-item input+label {
        zoom: .7;
    }

    .popup-order {
        width: 90vw;
    }

    .popup-order .popup-content {
        padding: 30px;
    }

    .section-body .link-product {
        display: none;
    }

    .block-main-content {
        margin-left: 0;
        min-height: calc(100vh - 11rem - 0px);
    }

    .popup-scroll .header-title {
        margin-top: 1rem;
    }

    .section-benefit {
        display: none;
    }

    .section-benefit .block-content .fas {
        font-size: 1.2rem;
    }

    .section-benefit .item-benefit .title-benefit {
        font-size: .8rem;
        padding-bottom: 0;
    }

    .section-benefit .item-benefit .block-text {
        padding-left: 12px;
    }

    .section-benefit .block-content {
        margin: 0 8px;
    }

    .popup-order .popup-close svg {
        width: 18px;
        height: 18px;
    }

    .pay-detail .pay-detail-item {
        padding: 0;
    }

    .pay-detail .pay-detail-item .pay-detail-label {
        margin-top: 1rem;
    }

    .popup-success svg {
        width: 90px;
    }

    .alert-lager {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    .alert-small {
        font-size: .9rem;
        text-align: center;
    }
}


@media only screen and (max-width: 800px) and (min-width: 601px) {
    body {
        font-size: 14px;
    }

    .section-path {
        margin-top: 7rem;
    }

    .main-title {
        font-size: 1.8rem;
        margin-bottom: .5rem;
    }

    .section-product {
        margin-top: 2rem;
    }

    .big-title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .sub-content-title {
        margin: 2.8rem 0 3.5rem;
    }

    .section-games {
        background-position: left;
    }

    .section-product .product-item {
        width: 25%;
    }

    .section-product .product-item img {
        height: 3.5rem;
        padding: .5rem;
    }

    .section-product .product-item .product-item-content {
        margin: .4rem;
    }

    .section-benefit .item-benefit .content-benefit {
        display: none;
    }

    .popup-order .product-step .step-label {
        font-size: .9rem;
    }

    .popup-order .product-desc {
        margin-top: .2rem;
    }

    .sub-item .sub-item-content {
        padding: 1rem;
    }

    .sub-item .sub-item-content .sub-price {
        font-size: 1.8rem;
        margin: .5rem 0;
    }

    .sub-item .sub-item-content .sub-input .btn-updown {
        width: 35px;
        height: 35px;
    }

    .sub-item .sub-item-content .sub-button {
        margin-top: 1rem;
    }

    .sub-item .sub-item-content .sub-button label:before {
        width: 18px;
        height: 18px;
        margin-right: 70px;
    }

    .popup-order .product-step .step-label {
        display: none;
    }

    .list-pay .pay-item {
        width: 20%;
    }

    .list-pay .pay-item input+label {
        zoom: .7;
    }

    .popup-order {
        width: 90vw;
    }

    .popup-order .popup-content {
        padding: 30px;
    }

    .section-body .link-product {
        display: none;
    }

    .block-main-content {
        margin-left: 0;
    }

    .block-header .block-menu .chat span:last-child {
        display: none;
    }

    .section-benefit .block-content .fas {
        font-size: 1.5rem;
    }

    .section-benefit .item-benefit .block-text {
        padding-left: 10px;
    }

    .section-benefit .item-benefit .title-benefit {
        padding-bottom: 0;
    }

    .popup-scroll .header-title {
        margin-top: 1rem;
        margin-bottom: 10px;
    }

    .pay-detail .pay-detail-item {
        padding: 0;
    }

    .pay-detail .pay-detail-item .pay-detail-label {
        margin-top: 1rem;
    }

    .popup-order .popup-close svg {
        width: 18px;
    }

    .popup-success svg {
        width: 90px;
    }

    .alert-lager {
        margin-top: 1rem;
        margin-bottom: .5rem;
        font-size: 1.2rem;
    }

    .alert-small {
        font-size: .9rem;
        text-align: center;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 801px) {
    body {
        font-size: 14px;
    }

    .section-path {
        margin-top: 6.5rem;
    }

    .main-title {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }

    .big-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .sub-content-title {
        margin: 2.8rem 0 4.5rem;
    }

    .section-games {
        background-position: left;
    }


    /* Header */
    .container {
        width: 90%;
    }

    .section-home {
        margin: 0 1.43rem;
    }

    .block-header {
        padding: 1.2rem 0;
    }

    .block-header .container {
        padding: 0 1.43rem;
    }

    .block-header .logo {
        height: 2.5rem;
    }

    .section-product .product-item {
        width: 25%;
    }

    .section-product .product-item img {
        height: 4rem;
        padding: .8rem;
    }

    .section-benefit .item-benefit .content-benefit {
        font-size: 0.8rem;
    }

    .section-benefit .item-benefit {
        padding: 8px;
    }

    .section-benefit .item-benefit .block-text {
        padding-left: 12px;
    }

    .section-benefit .item-benefit .title-benefit {
        font-size: 0.8rem;
    }

    .popup-order .product-step .step-label {
        font-size: .9rem;
    }

    .popup-order .product-desc {
        margin-top: .2rem;
    }

    .sub-item .sub-item-content {
        padding: 1rem;
    }

    .sub-item .sub-item-content .sub-price {
        font-size: 1.8rem;
        margin: .5rem 0;
    }

    .sub-item .sub-item-content .sub-input .btn-updown {
        width: 35px;
        height: 35px;
    }

    .sub-item .sub-item-content .sub-button {
        margin-top: 1rem;
    }

    .sub-item .sub-item-content .sub-button label:before {
        width: 18px;
        height: 18px;
        margin-right: 70px;
    }

    .popup-order .product-step .step-label {
        display: none;
    }

    .list-pay .pay-item {
        width: 20%;
    }

    .list-pay .pay-item input+label {
        zoom: 1;
    }

    .list-pay .pay-item input+label img {
        width: 100%;
    }

    .list-pay .pay-item .pay-content {
        padding: 5;
    }

    .popup-order {
        width: 80vw;
    }

    .popup-order .popup-content {
        padding: 30px;
    }

    .section-body .link-product {
        display: none;
    }

    .block-main-content {
        margin-left: 0;
    }

    .section-product .product-item .product-item-content {
        margin: .4rem;
    }

    .popup-order .popup-close {
        right: 20px;
        top: 20px;
    }

    .popup-close svg {
        width: 18px;
    }

    .popup-scroll .header-title {
        margin-top: 1rem;
        margin-bottom: 10px;
    }

    .pay-detail .pay-detail-item {
        padding: 0;
    }

    .pay-detail .pay-detail-item .pay-detail-label {
        margin-top: 1rem;
    }

    .popup-success svg {
        width: 100px;
    }

    .alert-lager {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }

    .alert-small {
        text-align: center;
    }
}


@media only screen and (max-width: 1299px) and (min-width: 1025px) {
    body {
        font-size: 14px;
    }

    .section-path {
        margin-top: 6.5rem;
    }

    .main-title {
        font-size: 1.6rem;
        margin-bottom: 4px;
    }

    .big-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .sub-content-title {
        margin: 2.8rem 0 4.5rem;
    }



    /* Home */

    .container {
        width: 90%;
    }

    .section-home {
        margin: 0 1.43rem;
    }

    .block-header .container {
        padding: 0 1.43rem;
    }

    .block-header .logo {
        height: 3rem;
    }

    .section-product .product-item {
        width: 25%;
    }

    .section-product .product-item img {
        height: 4rem;
        padding: .8rem;
    }

    .section-product .product-item .product-item-content {
        margin: .4rem;
    }

    .section-benefit .item-benefit .content-benefit {
        font-size: 0.8rem;
    }

    .section-benefit .item-benefit .block-text {
        padding-left: 12px;
    }

    .section-benefit .item-benefit {
        padding: 12px;
    }

    .popup-order .product-step .step-label {
        font-size: .9rem;
    }

    .popup-order .product-desc {
        margin-top: .5rem;
    }

    .sub-item .sub-item-content {
        padding: 1rem;
    }

    .sub-item .sub-item-content .sub-price {
        font-size: 1.4rem;
        margin: .5rem 0;
    }

    .sub-item .sub-item-content .sub-input .btn-updown {
        width: 35px;
        height: 35px;
    }

    .sub-item .sub-item-content .sub-button {
        margin-top: 1rem;
    }

    .sub-item .sub-item-content .sub-button label:before {
        width: 18px;
        height: 18px;
        margin-right: 70px;
    }

    .popup-order {
        width: 80vw;
    }
}


@media only screen and (max-width: 1599px) and (min-width: 1300px) {
    body {
        font-size: 14px;
    }

    .section-path {
        margin-top: 7rem;
    }

    .main-title {
        font-size: 1.5rem;
    }

    .big-title {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }

    .sub-content-title {
        margin: 2.8rem 0 4.5rem;
    }



    /* Menu */
    .block-header .logo {
        height: 3.75rem;
    }

    .section-product .product-item img {
        height: 4rem;
        padding: .7rem;
    }

    .section-product .product-item .product-item-content {
        margin: .4rem;
    }

    .popup-order {
        width: 80vw;
    }

    .popup-order .product-desc {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1600px) {
    body {
        font-size: 16px;
    }

    .popup-order {
        width: 80vw;
    }

    .section-product .product-item img {
        padding: .8rem;
    }

    .list-pay .pay-item {
        width: 14.28%;
    }
}

@media only screen and (min-width: 1681px) {
    body {
        font-size: 16px;
    }

    .popup-order {
        width: 80vw;
    }

    .section-product .product-item img {
        padding: .8rem;
    }

    .list-pay .pay-item {
        width: 10%;
    }
}