.ya-share2__badge .ya-share2__icon
{
    width: 36px !important;
    height: 36px !important;
    background-size: 36px 36px !important;
}

.regModal .response
{
    color: #f03434;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}

.seares-filter__select li
{
    white-space: inherit;
}

.jq-selectbox li
{
    padding: 0 !important;
}
.jq-selectbox li:hover
{
    background: none;
    color: #FF87FA;
}

.search-cat-card
{
    background: #fff;
}

.search-cat-card__amount
{
    font-weight: normal;
}

/*Catalog Filter More*/

.seares-filter__more {
    font-size: 14px;
    border-bottom: #FF87FA dashed 1px;
    color: #ff87fa;
    cursor:  pointer;
    display: inline-block;
    margin-left: auto;
    position:  relative;
    bottom:  15px;
}
.seares-filter__wrap {
    display: none;
    text-align: right;
    margin-bottom: 30px;
}
.seares-filter__wrap.active {
    display: block;
}
.seares-filter__more:hover {
    border-bottom:  none;
}
#filterWrap {
    padding-right: 163px;
}
#filterWrap.fixed-height{
    max-height: 50px;
    overflow: hidden;
}
.catalog-wrap .seares-filter {
    margin-bottom: 10px;
}
.seares-filter__reset {
    text-align: right;
    margin-bottom: 15px;
    display: none;
}
.seares-filter__drop {
    position: static;
    margin-left: auto;
    padding: 0 15px;
    margin-top: 0;
    font-size: 14px;
    width: 155px;
    height: 37px;
}

.filter-inactive {
    opacity: 0 !important;
    height: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.seares-filter__reset .filter-inactive {
    opacity: 1 !important;
    height: auto !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.seares-filter__select {
    width: 175px;
    margin-top: 4px;
    margin-right: 30px;
}

@media screen and (max-width: 1200px){
    .seares-filter_cat {
        padding-right: 0;
    }
}

.seares-filter__reset-desk {
    position: absolute;
}
.jq-selectbox__select-text {
    font-size: 17px;
}

@media screen and (max-width: 768px){
    .seares-filter_cat {
        padding-right: 0;
    }
    .seares-filter__reset {
        display: block;
    }
    .seares-filter__reset-desk {
        display: none !important;
    }
    #filterWrap {
        padding-right: 0;
    }
	.seares-filter__select {
		margin-top: 10px;
	}
    .seares-wrap.catalog-cont form {
       width: 100%;	
	}
	.seares-filter_cat .seares-filter__range-wr {
		margin-top: 16px;
	}
	.seares-filter_cat_item {
		margin-bottom: 20px;
	}
}

select {
    border-color: rgba(255,255,255,0);
}

#IPOL_OZON_injectHere .IPOL_OZON_pvzAddr
{
    font-size: 13px;
}
#IPOL_OZON_injectHere .btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    color: #fff;
    fill: #fff;
    font-size: 13px;
    text-transform: uppercase;
    width: 240px;
    height: 50px;
    transition: 0.3s;
    margin-top: 1rem;
}

.more-button-prev
{
display:none;
}