@media screen and (max-width: 768px) {
    .header-bar {
        background: #FF0000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .guard-medical {
        background: #FF0000;
        border-radius: 8px;
        width: 150px;
        height: 37px;
    }
    .guard-medical span {
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        color: #FFFFFF;
    }
    .guard-medical div {
        font-weight: 600;
        font-size: 15px;
        line-height: 16px;
        text-align: center;
        color: #FFFFFF;
        margin-left: 10px;
    }
    body {
        background: linear-gradient(56.9deg, #FFFFFF 1.09%, #F1F1F1 1.1%, #EAEAEA 109.63%);
        border-radius: 0px;
    }
    .spiwer-box {
        border-radius: 28px;
    }
    .p-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        color: #2B395B;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .productMobile a {
        aspect-ratio: 1/1;
        flex-direction: column;
        justify-content: space-between;
    }
    .productMobile a span {
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        color: #ED1B24;
    }
    .productMobile a picture {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 5px;
    }
    .p-box {
        background: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(82, 130, 255, 0.03);
        border-radius: 12px;
        height: 92px;
        padding: 10px;
    }
    .instantly-delivery {
        height: 150px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .instantly-delivery span {
        font-weight: 500;
        font-size: 14px;
        color: #ED1B24;
    }
    .cargo-stup {
        border-radius: 8px;
        height: 70px;
    }
    .cargo-stup span {
        font-weight: 500;
        font-size: 12px;
        color: #ED1B24;
    }
    .cargo-stup div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .contant-item {
        width: 100%;
        height: 60px;
        display: flex;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        flex-direction: column;
    }
    .contant-item span {
        font-weight: 700;
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 5px;
        display: block;
        width: 100%;
    }
    .bottom-fixed {
        background-color: white;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #ddd;
        z-index: 10;
    }
    .menu-fixed {
        transition: all .5s;
        left: -150%;
        width: 100%;
        top: 0;
        bottom: 0;
        position: fixed;
        z-index: 55;
        background: linear-gradient(56.9deg, #FFFFFF 1.09%, #F4F7FF 109.63%);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .menu-fixed.active {
        left: 0;
    }
    .menu-icon span {
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        color: #2B395B;
    }
    .menu-fixed .katman-ust {
        height: 500px;
        background: #FF0000;
        border-radius: 30px 0px 0px 30px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
        -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    }
    .menu-fixed .katman-alt {
        position: absolute;
        top: 7%;
        bottom: 7%;
        left: 0;
        right: 0;
        background: #FF7D7D;
        border-radius: 30px 0px 0px 30px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
        z-index: -1;
    }
    .mobile-menu-link a {
        font-weight: 500;
        font-size: 18px;
        color: #4F5B79;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-menu-link a.phone {
        margin-top: 15px;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */
        color: #000000;
    }
}