@media (max-width: 575.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: 1;
    }
    .custom-shop:hover > img {
        transition: all ease-in 0.45s;
        opacity: 0.5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 23%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 25px;
    } 
    .data-secondary {
        font-size: 10px;
    }
    .vipinfo{
        font-size: 10px;
        font-weight: bold;
        color: #f4a633;
        margin-left: 0px;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 120px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(/app/modules/module_block_main_servers_monitoring/img/vip.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: absolute;
        right: 11px;
        top: 35px;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 94px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: 1;
    }
    .custom-shop:hover > img {
        transition: all ease-in 0.45s;
        opacity: 0.5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 28px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 240px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(/app/modules/module_block_main_servers_monitoring/img/vip.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: relative;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: 1;
    }
    .custom-shop:hover > img {
        transition: all ease-in 0.45s;
        opacity: 0.5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 24px;
    } 
    .vipinfo{
        font-size: 12px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 155px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(/app/modules/module_block_main_servers_monitoring/img/vip.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: absolute;
        right: 6px;
        top: 34px;
        font-size: 12px;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 107px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 8px 0;
        border-radius: 6px;
        position: absolute;
        top: -1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: 1;
    }
    .custom-shop:hover > img {
        transition: all ease-in 0.45s;
        opacity: 0.5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 5px;
        color: rgb(255 255 255);
        margin-top: 40px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 186px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(/app/modules/module_block_main_servers_monitoring/img/vip.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: absolute;
        right: 7px;
        top: 30px;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: 1;
    }
    .custom-shop:hover > img {
        transition: all ease-in 0.45s;
        opacity: 0.5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
        color: rgb(255 255 255);
        margin-top: 35px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 240px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(/app/modules/module_block_main_servers_monitoring/img/vip.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: relative;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}
@media (min-width: 1500px) {
    .custom-shop {
        width: 100%;
        height: 96px;
    }
    .custom-shop > img {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        transition: all ease-out 0.45s;
        opacity: 1;
    }
    .custom-shop:hover > img {
        transition: all ease-in 0.45s;
        opacity: 0.5;
    }
    .server-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 15px;
    }
    .data-basic {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 75%;
    }
    .data-basic__group {
        position: absolute;
        left: 25px;
        bottom: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
    } 
    .vipinfo{
        font-size: 14px;
        font-weight: bold;
        color: #f4a633;
        background: linear-gradient(90deg, #f4a63338, transparent);
        padding: 6px 11px;
        border-radius: 6px;
        max-width: 240px;
        text-align: center;
        transition: .7s;
    }
    .vipinfo:hover {
        background-color: #f4a63338;
        transition: .7s;
    }
    .buy-vip  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        background-color: #141732;
        transition: .7s ease;
    }
    .buy-vip:hover  {
        font-size: 15px;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 9px;
        border-radius: 6px;
        transition: .7s ease;
        background-color: #ff6044;
        cursor: pointer;
    }
    .right {
        display:flex;
        border: 1px solid #f4a633;
        padding: 5px 9px;
        border-radius: 4px;
        font-weight: 700;
    }
    .right::after {
        transform: translate(-50%, -57%);
        left: 50%;
        top: 50%;
    }
    .right {
        position: relative;
        overflow: hidden;
    }
    .right::after {
        content: "";
        position: absolute;
        display: block;
        width: 17px;
        height: 17px;
        background: url(/app/modules/module_block_main_servers_monitoring/img/vip.svg) no-repeat 50%/cover;
        left: -20%;
        margin-left: 5px;
        transition: 0.25s ease;
    }
    .right span {
        color: #f4a633;
        transition: 0.25s ease;
    }
    .right:hover span {
            margin-left: 20px;
    }
    .right:hover:after {
        left: 20px;
    }
    .right::after {
        left: 120%;
    }
    .right:hover span {
        margin-left: 0;
        margin-right: 20px;
    }
    .right:hover:after {
        left: calc(100% - 20px);
    }
    .tooltiptwo {
        position: relative;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: rgb(0 0 0 / .5);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 1px;
        right: 105%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}