/* Контейнер */
.seo-city-tags {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.seo-city-tags li {
    display: inline-block;
}

/* TAG */
.seo-city-tags li a {
    display: inline-block;
    height: 26px;
    margin: 0 15px 15px 0;
    padding: 0 14px 0 18px;
    white-space: nowrap;
    position: relative;

   background: linear-gradient(73deg, #fff813 0%, #00a6ff 100%);

    color: #ffffff;

    font: 600 13px/26px Arial, sans-serif;
    text-decoration: none;

    border-radius: 4px 8px 8px 4px;

    /* легка глибина */
    box-shadow: 0 2px 6px rgba(80, 120, 200, 0.25);

    transition: all 0.18s ease;
}
 .seo-city-tags li a:before {   background: linear-gradient(90deg, #7b2cbf 0%); }
/* Носик */
.seo-city-tags li a:before

 {
    content: '';
    position: absolute;
    top: 7px;
    left: -4px;
    width: 11px;
    height: 11px;
    background: #ecf224;
    border-radius: 0 0 0 3px;
 transform: scale(1, 1.5) rotate(45deg); }

/* Отвір */
.seo-city-tags li a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 4px;
    width: 5px;
    height: 5px;

    background: rgba(255,255,255,0.95);
    border-radius: 50%;

    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

/* Hover */
.seo-city-tags li a:hover {
    background: linear-gradient(90deg, #7b2cbf 0%, #6ec9f5 100%);
    box-shadow: 0 4px 10px rgba(80, 120, 200, 0.35);
}

/* Active */
.seo-city-tags li a:active {
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
 .seo-city-tags li a:hover:before{   background: linear-gradient(90deg, #7b2cbf 0%); }
 
 .text-metod
 {
    color: hsl(199.53deg 14.68% 24.44%) !important;
}
.info_bar .icms-svg-icon
 {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
        fill: lab(35 -14.13 -26.57)!important;
    width: 1em;
}
.bi_user a {
    color: #044f73;
}


