
    ._vs-popup_info p {
    font-weight: 700;
    background: var(--cms-c-yellow);
    width: fit-content;
    padding: 1rem;
}
    ._vs-popup_header span {
    box-sizing: content-box;
    border: 1px solid;
    width: 26px;
    border-radius: 50%;
    padding: 15px;
    aspect-ratio: 1;
}

._block {
    width: 100%;
}

._vs-block_item-footer {
    display: flex
;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
._vs-popup_header{
    padding: 0!important;
    align-items: flex-start!important;
}
    ._mainbanner._vs._sportove::before{
        background: #f6f6f6;
    }
        ._vs-block_content-inner {
       background: white;
    margin: unset;
    position: sticky !important;
    /* top: 10%; */
    width: 500px;
    right: 0 !important;
    left: unset;padding:20px;
    overflow: auto;
    height: 100%;
    border-radius: 0;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;}

    #app > ._mainbanner
 {
top: 0; 
width: 100%;
z-index: 99;
}
._vs-block_content.active {
    display: flex
;
    justify-content: flex-end;
}

._vs-block_item>._vs-popup_info p {
    font-weight: 700;
    background: unset!important;
    width: fit-content;
    padding: 0 !important;
}
._vs-block_item-header {
        border-bottom: 1px solid var(--vp-color-border-quiet);
    padding-bottom: 15px;
}
._vs-block_content {
    z-index: 999999999!important;
}
    ._sportove ._mainbanner._vs::before {
    background: #f6f6f6;
}
.btn_swipe._btn-active{
    color: white;
    background: var(--cms-c-blue);
}
.btn_swipe i{
    background: white;
    border-radius: 50%;
    padding:6px;
}
button._vs-block_btn {
    border-radius: 500px;
    border: 1px solid black;
    padding: 8px 18px;
}
    .btn_swipe {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        position: absolute;
    z-index: 999999;
    /* top: 52%; */
    background: var(--cms-c-dark-blue);
    color: white;
    margin: 0 auto;
    left: 0;
    bottom: -25px;
    right: 0;
    /* border: 3px solid var(--cms-c-blue); */
    width: fit-content;
    padding: 0.4rem 0.4rem;
    padding-left: 1rem;
    border-radius: calc(100px / 3);
    font-size: 1rem;
    font-weight: 500;
    }
    ._lp_container {
    position: relative;

    }

    ._vs-block_content-inner ul li p{
        font-size: 1rem;
    padding: 0.5rem 0;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

._vs-block_content-inner ul {
    padding: 0;
}
._vitalsport,
._sportove {
    top: 50%;
    left: 0;
  width: 100%;
  transition: transform 0.5s ease;
}
@media screen and (max-width:599px) {
    ._vitalsport, ._sportove {
    top: 40%;
}


.btn_swipe {
            padding: 0.8rem;
        font-size: 0.8rem;
        bottom: -30px;
}
 ._block {
        grid-template-areas: "a" !important;
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
}

body.no-scroll {
    overflow: hidden;
}
._vs-popup_header h3 {
    font-size: 2rem !important;
    font-weight: 700;
    padding: 0 !important;
    
}

@media screen and (max-width: 599px) {
   ._vs-popup_header h3 {
    font-size: 1.4rem !important;
    }
    ._vs-block_content-inner h4 {
    font-size: 1.2rem!important;
    }._vs-popup_header span {
    width: 24px;
    border-radius: 50%;
    padding: 10px;
    aspect-ratio: 1;
    margin-left: 10px;
}
    
}
