.oldprice{
    color: #8e91a0;
    position: relative;
    font-size:12px;
}
.oldprice .oldprice_p{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.oldprice .oldprice_p:before{
    content: "";
    border-top: 2px solid red;
    height: 1px;
    position: absolute;
    top:50%;
    width: 100%;
}
.item-body .oldprice .item-price,
.oldprice{
    color: #8e91a0;
}
.oldprice .item-price .creditprice{
    color: #8e91a0;
    position: relative;
}
.oldprice .item-price .creditprice:before{
    content: "";
    border-top: 2px solid red;
    height: 1px;
    position: absolute;
    top:50%;
    width: 100%;
}
.licon.bl_action_i {
    background: url(/images/action.png) 0 0 no-repeat;
    border-radius: unset;
    width: 44px;
    height: 43px;
    background-size: 100%;
}
.item-price .creditprice {
    display: inline-block;
}
body .fancybox-is-open .fancybox-bg{
    opacity: .57;
}
.geo-block_pop{
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .15);
    border-radius: 12px;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fff;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px;
    color: #333;
    cursor: default;
}
.geo-block_pop_title{}
.geo-block_pop_but{
    display: flex;
    justify-content: start;
    gap: 12px;
    flex-direction: row;
    margin-top: 12px;
}
.geo-block_pop_span1{
    box-sizing: border-box;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-family: inherit;
    line-height: 100%;
    justify-content: center;
    padding: 10px 19px;
    text-align: center;
    outline: none;
    position: relative;
    user-select: none;
    color: #fff;
    background-image: linear-gradient(to top, #fc8507, #ffa218);
    font-weight: bold;
    border: none;
    height: 44px;
}
.geo-block_pop_span2{
    box-sizing: border-box;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-family: inherit;
    line-height: 100%;
    justify-content: center;
    padding: 10px 19px;
    text-align: center;
    outline: none;
    position: relative;
    user-select: none;
    background-color: #f7f7f7;
    border: none;
    height: 44px;
}
.image-wrapper img,
img,
.catalog-section-childs img{
	max-width:100%;
	height:auto;
}