/*
.bs-price__barber:last-of-type::after, .price__content__barber:last-of-type::after {
    content: '₽';
}
.bs-price__barber:last-of-type::after, .price__content__barber:last-of-type::after {
    content: 'BR';
}
.bs-price__barber:last-of-type::after, .price__content__barber:last-of-type::after {
    content: '€';
}
.bs-price__barber:last-of-type::after, .price__content__barber:last-of-type::after {
    content: 'TN';
}
*/
.moldova .bs-price__barber:last-of-type::after, .moldova .price__content__barber:last-of-type::after {
    content: 'L' !important;
}
.armenia .bs-price__barber:last-of-type::after, .armenia .price__content__barber:last-of-type::after {
    content: '֏' !important;
}
.uzbekistan .bs-price__barber:last-of-type::after, .uzbekistan .price__content__barber:last-of-type::after {
    content: 'Soʻm' !important;
    font-family: "bebasneueregular", sans-serif;
    right: -65px;
}
.belarus .bs-price__barber:last-of-type::after, .belarus .price__content__barber:last-of-type::after {
    content: 'BYN' !important;
    right: -50px !important;
}



body.moldova .bs-price__price, .price__content__price {
    justify-content: center;
}
body.moldova .bs-price, body.moldova .price__content{
    background-image: url(/local/templates/topgun_new/img/bg_md.png);
}
.moldova_ru .bs-price__barber:last-of-type::after, .moldova_ru .price__content__barber:last-of-type::after {
    content: 'L' !important;
}
body.moldova_ru .bs-price__price, .price__content__price {
    justify-content: center;
}


body.armenia .bs-price__price, .price__content__price {
    justify-content: center;
}
body.armenia .bs-price, body.armenia .price__content{
    background-image: url(/local/templates/topgun_new/img/bg_am.jpeg);
}
.armenia_ru .bs-price__barber:last-of-type::after, .armenia_ru .price__content__barber:last-of-type::after {
    content: '֏' !important;
}
body.armenia_ru .bs-price__price, .price__content__price {
    justify-content: center;
}


.line_nservices{
    border-bottom: 1px solid red;
    position: absolute;
    width: 100%;
    top: 46%;
}
.name_nservices{
    position: absolute;
    color: red;
    bottom: -8px;
}
@media screen and (max-width: 992px) {
    .name_nservices {
        bottom: -2px;
        font-size: 12px;
    }
}


.bs-price__row .bs-price__service {
	position: relative;
}
.bs-price__row .bs-price__service.nservice p {
	color: #6f6f6f;
}
.nservice-block {
    width: 100%;
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    font-family: "bebasneuebook", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: red;
}
.nservice-block::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: red;
}
.nservice-block > div {
    flex-shrink: 0;
    line-height: 1;
    margin-left: 10px;
    margin-right: 8px;
}
.nservice-block span {
    font-family: "bebasneuebold", sans-serif;
}
@media (max-width: 991px) {
    .nservice-block {
        flex-direction: column;
        align-items: flex-start;
        font-size: 10px;
    }
    .nservice-block > div {
        margin-left: 0;
        margin-right: 0;
        margin-top: 8px;
    }
}
