.cookie {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 520px;
    text-align: center;
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px rgba(34,60,80,.2);
    box-shadow: 0 0 13px rgba(34,60,80,.2);
    border: 4px solid #ee3330;
    z-index: 1090;
}
.cookie_close{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 0;
    margin: 10px;
    color: #ee3330;
    font-size: 39px;
    cursor: pointer;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: none;
}
.cookie p {
    margin: 0 0 15px;
}

.cookie a {
    color: #ee3330;
}
.cookie_close_btn{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    background-color: #ee3330;
    border: 1px solid #ee3330;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    line-height: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tegBlock a {
    font-family: inherit;
    margin-left: 5px;
    color: #4A4A4A;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    background: white;
    padding: 3px 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.tegBlock a:hover {
    color: #ee3330;
}

.tegBlock {
    padding-bottom:30px;
    width: 100%;
}

@media (max-width: 600px) {
    .table_item_head_cnt .cell_filter {
        display: none;
    }
    .table_item_head_cnt {flex-wrap: wrap;justify-content: center;}
    .tegBlock{display: flex; flex-wrap: wrap;justify-content: center;width: 100%;}
}
@media (max-width: 750px) {
    .popup_city {
        padding-top: 400px;
    }
}

.header-search input, .header-search input:hover, .header-search input:focus {
    border: 1px solid #da2c2c;
}

.catalog-breadcrumbs .bx-breadcrumb > div {
    margin-bottom: 0;
}

.cat_item_cnt .cat_item {
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    border-radius: 5px;
    padding: 0;
    height: 80px;
    transition: all .3s;
}

.cat_item_cnt .cat_item:hover {
    box-shadow: 0 1px 2px 0 rgba(189,189,189,.1),0 3px 3px 0 rgba(189,189,189,.09),0 7px 4px 0 rgba(189,189,189,.05),0 13px 5px 0 rgba(189,189,189,.01),0 21px 6px 0 transparent;
}

.cat_item_cnt .cat_item:hover .cat_item_img img {
    opacity: 0.1;
}

.cat_item_cnt .cat_item:hover .cat_item_img img+span {
    opacity: 1;    
}

.cat_item_cnt .cat_item .cat_item_img span {
    transition: opacity .3s;
}

.cat_item_cnt .cat_item .cat_item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    height: 100%;
    width: 100%;
    line-height: normal;
    padding: 10px;
}

.cat_item_cnt .cat_item .cat_item_title a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.cat_item_cnt .cat_item .cat_item_img a {
    height: 80px;
}

.cat_item_cnt .cat_item .cat_item_img a img {
    position: relative;
	object-fit: contain;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 95px;
	height: 80px;
    transition: all .3s;
    z-index: -1;
}

.cat_item_cnt .cat_item .cat_item_title a:after {
    content: unset;
}

.cat_item_cnt .cat_item .cat_item_img {
    height: 80px
}

.table_item_head.fixed {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.tegBlock {
    padding: 0;
}

.header_cnt {
    z-index: 999;
}

.search-section .prop-smart-filter {
    border: unset;
}

.search-section .load_more {
    display: none;
}

.search-section .table_item_head_cnt .prop-smart-filter > div:after {
    content: unset;
}

.search-section .table_item_head_cell.cell_char div {
    user-select: none;
    pointer-events: none;
    cursor: unset;
}