#button-contact-vr .button-contact .phone-vr:nth-child(1)  .phone-vr-circle-fill{
    background:#ff0000e0;
    background-color: rgba(230, 8, 8, 0.7);
}



#button-contact-vr .button-contact .phone-vr:nth-child(1) .phone-vr-img-circle {
     background:#ff0000e0;
}

.backtotop {
    cursor: pointer;
    background: #666666;
    bottom: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 3;
    border-radius: 4px;
}

.backtotop svg {
    width: 28px;
    height: 22px;
    margin-bottom: -8px;
}

.backtotop svg path {
    stroke: #fff;
}

.backtotop svg {
    width: 26px;
    height: 18px;
    margin-bottom: -1px;
}


#button-contact-vr {
    bottom: 55px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 3;
    right: 10px;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}


.phone-vr-circle-fill {
    width: 70px;
    height: 70px;
    top: 6px;
    left: 6px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    line-height: 40px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

.phone-vr-img-circle a {
    display: flex;
    line-height: 37px;
    padding: 6px;
    align-items: center;
    justify-content: center;
}

#viber-vr .phone-vr-circle-fill.hotline-icon {
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
}

#viber-vr .hotline-icon .phone-vr-img-circle{
        background-color: #e60808;
}

.phone-vr-img-circle a img {
    width: 36px;
    height: 36px;
}

.phone-vr-img-circle svg {
    fill: #ffffff;
    width: 38px;
    height: 44px;
    margin-top: 8px;
}

.phone-vr-img-circle svg path {
    stroke: #fff;
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}


.box-footer-section-member .page-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px 0px;
}

.box-footer-section-member .footer {
    border-radius: 6px;
    color: #9cb2a8;
}

.box-footer-section-member .top-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #11302d;
}

.box-footer-section-member .benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.box-footer-section-member .benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -3px;
    position: relative;
}

.box-footer-section-member .benefit-icon::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #f7ab35;
    border-bottom: 2px solid #f7ab35;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}

.box-footer-section-member .benefit h4 {
    font-size: 16px;
    line-height: 20px;
    color: #f1f6f3;
    font-weight: 700;
    margin-bottom: 2px;
}

.box-footer-section-member .benefit p {
    font-size: 12px;
    line-height: 16px;
    color: #7f978d;
}

.box-footer-section-member .main-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr 1fr;
    gap: 10px;
    padding: 20px 0 14px;
    border-bottom: 1px solid #11302d;
}

.box-footer-section-member .brand-block .logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    width: 200px;
}

.box-footer-section-member .logo-box {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #2ea15f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.box-footer-section-member .logo-text h3 {
    font-size: 28px;
    line-height: 28px;
    color: #f2f7f4;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.box-footer-section-member .logo-text span {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #849b90;
    letter-spacing: 1px;
    margin-top: 2px;
}

.box-footer-section-member .brand-desc {
    font-size: 14px;
    line-height: 26px;
    color: #d4e1d9;
    max-width: 340px;
    margin-bottom: 14px;
}

.box-footer-section-member .subscribe-title {
    font-size: 15px;
    color: #f2f7f4;
    margin-bottom: 15px;
    font-weight: 600;
    padding-top: 20px;
}



.box-footer-section-member .subscribe-wrap {
    display: flex;
    width: 100%;
    max-width: 340px;
    margin-bottom: 14px;
}

.box-footer-section-member .subscribe-wrap input {
    width: 100%;
    height: 40px;
    border: 1px solid #304741;
    border-right: none;
    background: #0d1e1c;
    color: #e8f0ec;
    padding: 0 12px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    outline: none;
    font-size: 15px;
}

.box-footer-section-member .subscribe-wrap input::placeholder {
    color: #5f756c;
}

.box-footer-section-member .subscribe-wrap button {
    width: 118px;
    height: 40px;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #f59f24;
    color: #0d1815;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.box-footer-section-member .app-title {
    color: #f2f7f4;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.box-footer-section-member .store-wrap {
    /* display: flex; */
    gap: 8px 30px;
    flex-wrap: wrap;
    color: #ffff;
}

.box-footer-section-member .store-btn {
    height: 38px;
    min-width: 134px;
    padding: 0 14px;
    border: 1px solid #334944;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #edf4ef;
    font-size: 13px;
    text-decoration: none;
    background: #0a1715;
}

.box-footer-section-member .store-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #203b35;
    border: 1px solid #45645c;
}

.box-footer-section-member .menu-col h5 {
    color: #f2f7f4;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left !important;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.box-footer-section-member .menu-col a {
    display: block;
    color: #b8c9c1;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 1px;
}

.box-footer-section-member .menu-col a:hover {
    color: #ecf5f0;
}

.box-footer-section-member .meta-section {
    padding: 14px 0 0;
}

.box-footer-section-member .meta-section h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    padding-bottom: 0px;
    font-size: 17px;
}

/* reset ul */

.box-footer-section-member .meta-section ul {
    list-style: none;
    margin: 0;
    padding: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    border-bottom: 1px solid #11302d;
    font-size: 14px;
}

/* item */

.box-footer-section-member .meta-section ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #b6c7bf;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
}

.box-footer-section-member .meta-title {
    font-size: 15px;
    color: #e5efe9;
    margin-bottom: 8px;
    font-weight: 600;
}

.box-footer-section-member .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #11302d;
}

.box-footer-section-member .chips span {
    font-size: 13px;
    color: #8fa79d;
    white-space: nowrap;
}

.box-footer-section-member .sub-row {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 22px;
    padding: 14px 0;
    border-bottom: 1px solid #11302d;
    font-size: 14px;
}

.box-footer-section-member .sub-row ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.box-footer-section-member .sub-row li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 56px;
    padding: 0 18px;
    margin: 0 0px 10px 0;
    border-radius: 8px;
    border: 1px solid #4a5b56;
    background: rgba(255, 255, 255, .02);
    color: #f3f7f5;
    font-size: 10px;
    font-weight: 800;
    transition: .2s;
}

.box-footer-section-member .sub-row h3 {
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 17px;
}

.box-footer-section-member .small-line {
    font-size: 14px;
    line-height: 23px;
    color: #8ea79d;
}

.box-footer-section-member .small-line b {
    color: #e4eee8;
    font-weight: 600;
}

.box-footer-section-member .pay-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.box-footer-section-member .badge {
    border: 1px solid #3a514b;
    background: #0b1a18;
    color: #c6d7cf;
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
}

.box-footer-section-member .cert-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #11302d;
}

.box-footer-section-member .cert-left {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
}

.box-footer-section-member .cert-left li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 9px;
    margin: 0 8px 0px 0;
    border-radius: 50px;
    border: 1px solid #4a5b56;
    background: rgba(255, 255, 255, .02);
    color: #f3f7f5;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transition: .2s;
    gap: 0px 5px;
}

.box-footer-section-member .cert-pill {
    border: 1px solid #445c56;
    background: #0b1a18;
    color: #e7f0eb;
    border-radius: 14px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.box-footer-section-member .social {
    display: flex;
    gap: 8px;
}

.box-footer-section-member .social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0d1e1c;
    border: 1px solid #35504a;
    color: #d5e2dc;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.box-footer-section-member .bottom-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-top: 12px;
    font-size: 14px;
    color: #7f968c;
    flex-wrap: wrap;
}

.box-footer-section-member .bottom-row a {
    font-weight: 700px;
    color: #ffffff;
}

.box-footer-section-member .bottom-links {
    display: flex;
    flex-direction: row;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.box-footer-section-member .bottom-links li {
    display: flex;
    align-items: center;
}

.box-footer-section-member .bottom-links a {
    text-decoration: none;
    color: #80978e;
    white-space: nowrap;
}

.box-footer-section-member .bottom-links li {
    display: inline-block;
    list-style: none;
}

.box-footer-section-member .bottom-links li {
    margin-right: 17px;
}

@media (max-width: 980px) {
    .home-section-affiliate .stat-value {
        font-size: 20px;
    }

    .home-section-affiliate .content li {
        font-size: 14px;
    }

    .box-footer-section-member .sub-row img {
        /* width: 28px; */
    }

    .box-footer-section-member .store-wrap .cs-row .row {
        flex-wrap: unset;
    }

    .box-footer-section-member .store-wrap .cs-col {
        width: max-content;
    }

    .box-footer-section-member .main-grid .menu-col {
        margin-bottom: 20px;
    }

    .box-footer-section-member .brand-block {
        margin-bottom: 20px;
    }

    .box-footer-section-member .top-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-footer-section-member .main-grid {
        grid-template-columns: 1fr;
        display: block;
    }

    .box-footer-section-member .brand-block {
        grid-column: -1;
    }

    .box-footer-section-member .sub-row {
        grid-template-columns: 1fr;
    }

    .box-footer-section-member .cert-row {
        flex-direction: column;
        align-items: start;
    }

    .box-footer-section-member .sub-row {
        display: block;
    }

    .box-footer-section-member .cert-left li {
        margin-bottom: 5px;
    }

    .box-footer-section-member .sub-row ul {
        display: block;
    }
}

@media (max-width: 640px) {
    .box-footer-section-member .page-wrap {
        padding: 10px 0px;
    }

    .box-footer-section-member .footer {
        padding: 14px 0px;
    }

    .box-footer-section-member .top-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .box-footer-section-member .main-grid {
        display: block;
    }

    .box-footer-section-member .brand-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .box-footer-section-member .menu-col h5 {
        font-size: 18px;
    }

    .box-footer-section-member .menu-col a {
        font-size: 14px;
        line-height: 26px;
    }

    .box-footer-section-member .bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }
}


section.box-footer-section-member {
    background: linear-gradient(180deg, #031716 0%, #021211 100%);
}

.menu-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.menu-col h3 {
    color: #f2f7f4;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.menu-col h3:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #fff;
    bottom: 0;
}


section.box-footer-section-member .col-md-6.cs-col img {
    height: 34px;
}

.cs-row {
    display: block;
}

.box-footer-section-member .store-wrap h3 {
    width: 100%;
}

.box-footer-section-member .menu-col h5:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #fff;
    bottom: 0;
}

.menu-col ul li {
    font-size: 14px;
}

.box-footer-section-member .store-wrap ul li {
    display: block;
    border: unset;
    height: 50px;
    width: auto;
    padding: unset;
    background: unset;
}

.box-footer-section-member .store-wrap ul {
    overflow: unset;
}

.box-footer-section-member .cert-left li img {
    width: 17px;
    filter: invert(55%) sepia(90%) saturate(2000%) hue-rotate(5deg) brightness(105%) contrast(95%);
}

.footer-section {
    font-size: 14px;
}
@media(max-width:990px){
    .sub-row-item {
        padding-bottom: 14px;
    }
    
    .store-wrap ul {
        display: flex !important;
    }
    .box-footer-section-member .bottom-links li {
        margin-right: 8px;
    }
}