#wmkc {
    position: fixed;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
    font-family: var(--fontfamily, Arial);
    z-index: 9999
}

#wmkc * {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.1
}

.wmkc-img {
    display: block;
    width: 46px;
    height: 46px;
    background: var(--color, #0186fc) url(../images/online.webp) center no-repeat;
    box-shadow: 0 0 9px 0 rgba(99, 99, 99, .11);
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto 4px
}

.wmkc-list {
    padding: 10px 0;
    width: 50px;
    margin: 0;
    position: relative;
    background: linear-gradient(180deg, var(--color, #0186fc) 0, var(--color1, var(--color, #0186fc)) 100%);
    border-radius: 25px
}

.wmkc-icon {
    display: inline-block;
    background: url(../images/wmkc-ico26.webp) no-repeat;
    width: 28px;
    height: 28px;
    transform: scale(.9)
}

.wmkc-list>li {
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 4px 0;
    margin: 0;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.wmkc-list>li:last-child {
    margin: 0
}

.wmkc-itemcont {
    position: absolute;
    top: 10px;
    right: 100%;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: top .2s, opacity .2s;
    min-width: 220px;
    padding-right: 20px
}

.wmkc-itemcont .wmkc-itemcont-box {
    box-shadow: 0 0 7px 0 rgba(80, 80, 80, .17);
    background-color: #fff;
    padding: 15px;
    position: relative;
    border-radius: 4px
}

.wmkc-itemcont .wmkc-itemcont-box::after {
    content: '';
    position: absolute;
    top: 15px;
    right: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(-45deg);
    box-shadow: 7px 7px 7px 0 rgba(80, 80, 80, .17)
}

.wmkc-itemcont .wmkc-title {
    white-space: nowrap;
    color: #0b2640;
    font-weight: 600;
    font-size: 16px !important;
    margin-bottom: 6px
}

.wmkc-itemcont a {
    color: #808e9b;
    text-decoration: none;
    transition: all .1s linear
}

.wmkc-itemcont a:hover {
    color: #333
}

.wmkc-itemcont .wmkc-hint {
    color: #808e9b;
    margin-top: 10px;
    font-size: 14px !important
}

.wmkc-list>li:hover .wmkc-itemcont {
    top: 0;
    opacity: 1;
    visibility: visible
}

.wmkc-itemcont>div a {
    border: 0
}

.wmkc-list-img {
    display: flex;
    align-items: flex-start
}

.wmkc-itemcont p {
    margin: 0;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px
}

.wmkc-itemcont a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1
}

.wmkc-wechat-img {
    width: 120px;
    background: #f3f5f9;
    border-radius: 8px;
    border: 1px solid #e1e6f0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px
}

.wmkc-wechat-img a {
    display: block;
    max-width: 100%;
    font-weight: 400
}

.wmkc-wechat-img:last-child {
    margin-right: 0
}

.wmkc-wechat-img img {
    display: block;
    width: 100px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.wmkc-wechat-img p {
    margin-top: 5px
}

.wmkc-list-img.single {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 10px
}

.wmkc-list-img.single .wmkc-wechat-img {
    width: 150px;
    background: 0 0;
    border: none;
    padding: 0
}

.wmkc-list-img.single .wmkc-wechat-img img {
    width: 145px
}

.wmkc-list-img.single .wmkc-wechat-img p {
    color: #666;
    margin-top: 5px
}

.wmkc-list>li .wmkc-itemico {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s linear;
    border-radius: 50%
}

.wmkc-list>li .wmkc-itemico:hover {
    background: rgba(255, 255, 255, .2)
}

.wmkc-whatsapp .wmkc-icon {
    background-position: -62px -60px
}

.wmkc-skype .wmkc-icon {
    background-position: -111px -60px
}

.wmkc-teams .wmkc-icon {
    background-position: -109px -112px
}

.wmkc-vkontakte .wmkc-icon {
    background-position: -158px -60px
}

.wmkc-email .wmkc-icon {
    background-position: -15px -114px
}

.wmkc-wechat .wmkc-icon {
    background-position: -62px -113px
}

.wmkc-list>li:first-child {
    border-radius: 4px 4px 0 0;
    border: 0
}

.wmkc-list>li:last-child {
    border-radius: 0 0 4px 4px
}

@media (max-width:768px) {
    #wmkc {
        display: none
    }
}