.catalog_page .right_block{
	margin-right:32px;
	width: 100%;
	float:left;
	position:relative;
	zoom:1;
	z-index:390;
	padding-top:0;
	}
.catalog_page .left_block{
	float:right;
	}
.side_RIGHT .catalog_page .section-content-wrapper.with-leftblock.with-rightblock,.catalog_page .section-content-wrapper.with-leftblock.with-rightblock{
	width:calc(100% - 554px)!important;
	loat:left;
	}
	.popup .form.ASK, .form_block .form.ASK {
    
    background: #fff;
}
.logo-row .logo {
    max-width: 250px;
}
.personal_wrapper .orders_wrapper .sale-order-list-inner-row div.sale-order-list-cancel-container {
	display:none;
}
.bx_searche .bx_item_block {
    min-height: 40px;
}
.bx_searche .bx_item_block > .maxwidth-theme {
	min-height: 40px;
}
.detail.partners .sections_wrap_detail.r-point-partner .section-detail-list {
	max-height: 140px;
    overflow: auto;
}
.catalog-filter-block-body.rp {
	max-height: 250px;
    overflow: auto;
    padding: 0 10px;
}
.bx_filter.compact .bx_filter_parameters_box.rpoint-box {
	width: 100%;
}
.bx_filter_parameters_box.rpoint-box .rpoint-filter-block.bx_filter_block {
	position: relative;
	display: block!important;
	max-height: 250px;
    overflow: auto;
}
.bx_filter_parameters_box.rpoint-box  .rpoint-filter-block.bx_filter_block .bx_filter_parameters_box_container{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.bx_filter_parameters_box.rpoint-box  .rpoint-filter-block.bx_filter_block .bx_filter_parameters_box_container .label_block{
	margin: 0px 5px 5px;
    border: #d0cfcf solid 1px;
    padding: 1px 15px;
    border-radius: 5px
}
.bx_filter_parameters_box.rpoint-box  .rpoint-filter-block.bx_filter_block .bx_filter_parameters_box_container .label_block label{
	margin: 0px 0px 3px;
	padding-left: 5px;
    padding-top: 6px;
}
.danger-banner {
	position: fixed;
    top: 5px;
    display: block;
	font-weight: 600;
    z-index: 1000;
    right: 20px;
    background: #dc2f2f;
	padding: 10px 20px;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: #000 0 10px 15px -10px;
}

.buttons-block {
	
}
#buttons-block {
	width:0;
	height:0;
	opacity:0;
	position:fixed;
	top: 140px;
    left: calc(50% - 200px);
	transition: opacity 1.2s;
	
}
#buttons-block.visible {
	display: block;
    width: 400px;
    height: 400px;
    opacity: 1;
   
    z-index: 100000;
    background: white;
    padding: 20px;
    box-shadow: #dc2f2f 0 5px 25px -5px;
	transition: opacity 1.2s;
}
#buttons-block button.close {
	font-size: 14px;
    color: #777;
    opacity: 1;
    font-weight: 500;
}
#buttons-block h4 {
	text-align: center;
}

#buttons-block p {
	text-align: center;
	line-height: 1;
    font-size: 12px;
    font-weight: 500;
}
.btn2blck {
	text-align: center;
}

.btn2blck button{
	width: 300px;
    max-width: 100%;
    margin: 4px auto;
    border: #bbbbbb solid 1px;
    background: white;
    color: #333333;
    height: 60px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 18px;
    border-radius: 15px;
    font-weight: 500;
    box-shadow: #000 0 5px 4px -5px;
	transition: background color .6s;
}
.btn2blck button:hover {
	border: #bbbbbb solid 1px;
    background: #dc2f2f;
    color: #fff;
	transition: background color .6s;
}

.btn2blck button.checcked {
	border: #bbbbbb solid 1px;
    background: #dc2f2f;
    color: #fff;
	transition: background color .6s;
}

.select-pay {
	position: fixed;
    bottom: 40px;
    z-index: 10000;
    right: 0;
    width: 90px;
}

.select-pay button{
	background: #dc2f2f;
    color: #fff;
    border: none;
    line-height: 1.2;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 20px 0 0 20px;
}
.header__top-part {
    
    z-index: 2;
}
.rp-summ {
	font-size: 12px;
    position: absolute;
    left: -36px;
    background: #dc2f2f;
    border-radius: 6px 0 0 6px;
    text-align: center;
    color: #fff;
    top: -10px;
    display: block;
    width: 100px;
}
.header-cart .basket_fly .opener, .basket_fly_forms .opener {

    overflow: visible;
}
@media (min-width: 992px) {
	
	.item-views.bottom_banners .col-md-12 .img_inner span {
		height: 380px;
		background-size: contain;
		background-position: top;
	}

}
@media (max-width: 415px) {
	.banner-home-rpoint  img{
	max-width: 100%;
	width: 100%;
    height: auto;
	}
}