
.support-popup{
    pointer-events: auto;
}
.support-popup .fancybox-bg {

}
/*.support-popup .fancybox-slide--iframe{
    padding: 0;
}
.support-popup .fancybox-slide--iframe .fancybox-content{
    width: 95%;
    max-width: 500px;
}*/
.support-popup .fancybox-content {
    background:#fff;
    overflow:visible;
    border-radius: 0;
    /*box-shadow: 0 0 15px 0 rgba(236, 0, 140, 0.2);*/
}

.support-popup.fancybox-container {

}
.support-popup button[data-fancybox-close]{
    padding: 0;
    top: 0px;
    right: 0px;
    color: #000000;
    height: 44px;
    width: 44px;
}
.support-popup button[data-fancybox-close] svg {
    width: 85%;
}

.support-popup .fancybox-slide--html .fancybox-content {
    width: 95%;
    max-width: 450px !important;
    padding: 0 !important;
}







#vnt-menu-fix{
    position: fixed;
    right:10px;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
}
#vnt-menu-fix.left {
    right: unset;
    left:10px;
}
#vnt-menu-fix > ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#vnt-menu-fix > ul > li{
    margin: 5px 0;
    position: relative;
}
#vnt-menu-fix > ul > li > a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 45px;
    height: 45px;

    font-size: 23px;
    line-height: 26px;
    position: relative;
    border-radius: 100%;
    /*background: #970000;
    border:solid 1px #970000;*/
    color: #fff;
}
#vnt-menu-fix > ul > li > a.icon {
    background: #d82727;
    border:solid 1px #d82727;
}
#vnt-menu-fix > ul > li > a > span {

}
#vnt-menu-fix > ul > li > a > span > img {
    width: 100%;
}
#vnt-menu-fix  > ul > li > a:hover{
    /*color:#ffffff;
    background: #970000;
    border-color: #970000;*/
}
#vnt-menu-fix  > ul > li > a.icon:hover {
    color:#ffffff;
    background: #d82727;
    border-color: #d82727;
}
#vnt-menu-fix  > ul  > li.gotopFx {
    /*display: none;*/
}
#vnt-menu-fix  > ul  > li.gotopFx a{
    background: #eeeeee;
    border:solid 1px #eeeeee;
    color: #333333;
    font-size: 18px;
}
#vnt-menu-fix > ul > li.gotopFx a:hover{
    color: #ffffff;
    background: #970000;
    border:solid 1px #970000;
}

.support-content {
    min-width: 350px;
    /*position: absolute;
    top: 0%;
    right: 0;*/
    background: #fff;

    color: #000;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    border: solid 2px #ed4337;
    border-radius: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -mos-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*visibility: hidden;
    opacity: 0;
    z-index: 999;*/
}
/*#vnt-menu-fix.left  .support-content {
    right: unset;
    left: 0;
}*/
.support-content .phoneTitle{
    padding: 10px 15px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    text-transform:uppercase;
    font-weight: bold;
}
.support-content .phoneInfo{
    padding: 10px 15px;
}
.support-content .list-call {
    list-style: none;

}
.support-content .list-call li{
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

    margin: 0 -5px;
}
.support-content .list-call li:last-child {
    border-bottom: 0;
}
.support-content .list-call li > div {
    padding: 0 5px;
    white-space: nowrap;
}
.support-content .list-call li a{
    font-size: 14px;
    font-weight: bold;
    color: #d82727;
}

/*
.show .support-content {
    opacity: 1;
    visibility: initial;
    right: 60px;
}
#vnt-menu-fix.left .show .support-content {
    right: unset;
    left: 60px;
}
.support-content:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ed4337;
    position: absolute;
    left: 100%;
    top: 10px;
}

#vnt-menu-fix.left .support-content:before  {
    border-left: none;
    border-right: 10px solid #ed4337;
    left: unset;
    right: 100%;
}
*/
@media screen and (max-width: 991px){


}



/* vhtoa */
.vhtoa{
    position: relative;
}
.vhtoa::before{
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #ed1c24;
    opacity: 0.5;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.vhrung{
    display: block;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) 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(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}
@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}
/*  */
@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(1.1) skew(1deg);
        opacity: .3
    }
    100% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .1
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(1.1) skew(1deg);
        opacity: .3
    }
    100% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .1
    }
}
@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(1.1) skew(1deg);
        opacity: .3
    }
    100% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .1
    }
}
@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(1.1) skew(1deg);
        opacity: .3
    }
    100% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .1
    }
}