.tovar_feature_tab a.active:hover { color: #333 !important; cursor: default !important }

.top_line a { color: white }
#jivo_chat_widget_container { display: none !important }

.search-item a { color: #008AD1 }

.pager_ul li {
    display: inline;
}
.pager_ul {
    float: left;
    margin: 0 25px;
}
.pager {
    display: table;
    margin: 0 auto 50px;
}
.pager_left {
    float: left;
    font: 12px Arial;
    color: #5d727f;
    text-align: right;
    width: 80px;
}
.pager_right {
    float: right;
    font: 12px Arial;
    color: #5d727f;
    text-align: left;
    width: 80px;
}
.pager_ul a {
    font: 20px Arial;
}
.pager_ul li {
    padding: 7px 10px 4px;
}
.pager_ul li.active {
    background: #fff;
    border: 1px solid #bbd6e1;
    box-shadow: 3px 3px 5px -2px #bbd6e1;
}
.pager_ul li.active a {
    text-decoration: none;
    color: #000;
}

#footer { padding-top: 40px;clear:both; }
#footer.footer_page { padding-top: 35px }
.footer_txt_blue { margin-top: 24px }

.tovar_feature_tab li {
	margin-bottom: 10px;
	margin-right: -7px;
}

.tovar_feature_tab a {
	border: 1px solid #2273ba !important;
}

.tovar_feature_tab a.active {
	border: 1px solid #BED1E5 !important;
}

.tovar_feature_tab a, .tovar_feature_tab a.active {
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.telegramPopup{
    font-family: "Inter", sans-serif;
    display: none;
    position: fixed;
    right: 367px;
    bottom: 0;
    height: 107px;
    z-index: 100;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.435%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    background: url("../images/telegram_popup.jpg") no-repeat top right;
    background-size: contain;
}
.telegramPopup:before{
    content: '';
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 116, 182, 1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.telegramPopupWrapper{
    padding: 19px 18px 23px 18px;
    z-index: 2;
    position: relative;
}
.telegramPopupWrapper .closeButton{
    position: absolute;
    top: 10px;
    right: 7px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: url("../images/small_close.svg") no-repeat center;
    background-size: contain;
}
.telegramPopupWrapper .closeButton:hover{
    opacity: 0.8;
}
.telegramPopup .title{
    margin-bottom: 13px;
}
.telegramPopup .buttonWrapper{
    display: flex;
    gap: 7px;
    align-items: end;
}
.telegramPopup .buttonWrapper a{
    display: block;
    line-height: 0;
    width: 123px;
    height: 24px;
    line-height: 24px;
    background: #0594FA;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.telegramPopup .buttonWrapper a:hover{
    background: #007bd1;
}