.popup-window.popup-window-with-titlebar{
	height:auto!important;
}
.popup-window .bx_bt_button{
	display: flex;
    flex-direction: row;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    padding: 13px 42px;
    gap: 10px;
    background: #EE1C24;
    border-radius: 6px;
	cursor:pointer;   
	margin: 0 20px;
}

.reklama-box{
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 5;
}

.reklama-box-inner{
    letter-spacing: .2px;
    background-color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    line-height: 16px;
    padding: 2px 8px;
    align-items: center;

    border-radius: 6px;
    box-sizing: border-box;

    display: inline-flex;
    justify-content: center;

    color: rgba(0, 0, 0, 0.48);
    position:relative;
}

.reklama-box-info{
    position:absolute;
    top: 25px;
    right:10px;
    background-color: #fff;
    font-size: 12px;
    padding: 7px 8px;
    border-radius: 3px;
    width:120px;
    display:none;
}

.reklama-box:hover .reklama-box-info{
    display:block;
}
.header__regions_count {
    margin-top: 6px;
}
.category-list-item{
	max-width: inherit;
}
.category-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.catalog__list-child:not(:last-child) {
    margin-bottom: 5px;
    margin-bottom: 12px;
	width: max-content;
}
.maps_inner{margin-bottom:20px}
@media screen and (min-width: 1450px) {
    .podbor-box-inside-pin,header{
		padding-bottom: 20px;
	}
	
}

@media screen and (max-width: 1024px) {
	.brands .swiper-pagination, .services .swiper-pagination {
		bottom: -10px !important;
	}
	._orientationRight__g05H7.wrap__QtyVx {
		right: 0;
		bottom: 70px;
	}
	.mobile__menu_notification{display:none;}
}

.services .pin-services-item{    box-shadow: none;}
.services .pin-services-item img {
       width: 100px;
    height: 100px;
    position: initial;
    /* top: 35%; */
    /* left: 42%; */
    transform: translate(0%, 0%);
    text-align: center;
    margin: 0 auto;
}
.services .pin-services-item a{
    background: #eaeaea;
    box-shadow: none;
	width:100%;
	margin: 0px;
    text-align: center;
}
.services .pin-services-item a span {
    text-align: center;
    margin: 10px auto;
    right: 0;
    left: 0;
}

.header__phone_select > ul > li{position:relative;}
.header__phone_select > ul > li:after{
    content: '';
    display: block;
    background: inherit;
    border-radius: 1px;
    position: absolute;
    right: -19px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #000000 transparent transparent transparent;
}
footer .footer__list a {
	
    color: #FFFFFF;
}

@media screen and (max-width: 1470px) {
	footer h4 {
		font-size: 16px;
	}
	footer li, footer a, footer p {
		font-size: 14px;
	}
}.sw-review-bottom .swiper-pagination{
	bottom: -10px !important;
	left: 0;
	right: 0;
	width: max-content !important;
	margin: 0 auto;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	transform: none !important;
}
.sw-review-bottom .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	width: 12px !important;
	height: 12px !important;
	display: inline-block;
	background: #000;
	opacity: .2;
	border-radius: 5px !important;
	margin: 0 4px !important;
}
.sw-review-bottom .swiper-pagination-bullet-active{
	
	width: 25px !important;
	height: 12px !important;
	display: inline-block;
	background: #000 !important;
	opacity: 1;
	border-radius: 5px !important;
	margin: 0 4px !important;

}

.bx_breadcrumbs li {display: inline-block;list-style-type:none;position:relative;margin-right:10px;}
.bx_breadcrumbs li:not(:last-child):after{content:'/';position:absolute;right:-8px;}
