menu, ol, ul {
	list-style: inherit;
}
.page-header {
	z-index: 500 !important;
}


.product-thumbs {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
}


.page-footer a:hover {
    color: #CDB291!important;
}

.product-thumb, .swiper-slide .rounded15, .product-color, .catalog-item .catalog-item-photos-holder, .index-blend {
    background: rgb(233 233 233 / 50%);
}

.index-blend img {
    mix-blend-mode: multiply;
}

.product-media img {
    object-fit: fill;
}

input[type='number'] {
    -moz-appearance: textfield;
}

#allrecords div {
    box-sizing: content-box!important;
}

@media screen and (max-width: 725px) {
    #allrecords div {
        box-sizing: border-box!important;
    }
}

.expand-block .form-checkbox span {
    font-size: 12px;
}

.contacts-map {
    margin-top: 40px
}

.page-contacts .page-content {
    padding-bottom: 0;
}

.text-h1.text-center {
    display: block;
}

.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px !important;
}

.bx-breadcrumb .bx-breadcrumb-item {
    white-space: unset !important;
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
}

.bx-breadcrumb i {
    line-height: 1 !important;
    margin-right: 7px !important;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item > span {
    color: #989898;
}

.sections__title,
.catalog__title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.sections-search__list {
    margin-bottom: 20px;
}

.sections-search__list .sections-search__list-item {
    margin-bottom: 10px;
}

.sections-search__list .sections-search__list-item:last-child {
    margin-bottom: 0px;
}

.sections-search__list .sections-search__list-item a {
}

.sections-search__list .sections-search__list-item a:hover {
    text-decoration: none
}

.catalog-item .catalog-item-photo img.out {
    display: block
}

.picture-holder img, .catalog-item-photo img {
    max-width: 100%;
}

.catalog-item .catalog-item-photo picture.over { display: none; }

@media (hover:hover) {
    .catalog-item:hover .catalog-item-photo picture.out { display:none; }
    .catalog-item:hover .catalog-item-photo picture.over { display:block; }
}

.header-contacts {
    padding-right: 20px;
}

.header-contacts__phone {

}

.header-contacts__email {

}

.header-contacts__phone a,
.header-contacts__email a {
    white-space: nowrap;
}

.header-contacts__phone a:hover,
.header-contacts__email a:hover {
    color: #CDB291;
}