h1 {
    font-weight: 400;
}
.cat-list__link:hover {
    color: #d72c20;
}
.item-preview__photo-wrp img {
    /*max-height: 258px;*/
    /*max-width: 258px;*/
}
.item-preview__photo-wrp {
    height: 25rem;
}

.item-preview__bottom-panel {
    min-height: 52px;
}

@media print, (min-width: 1024px) {
    .h__menu-link {
        font-size: 1.06rem;
        color: #fff;
        margin: 0.8rem 1rem;
    }
    #notify_links {
        float:right;
    }
}

#notify_links a {
    margin-left: 10px;
}

@media print, (max-width: 768px) {
    .item-preview__photo-wrp img {
        max-height: 100%;
        max-width: 100%;
    }
    .item-preview__photo-wrp {
        height: 15rem;
    }

    .pagination--bordered .pagination__link {
        padding: .6rem .7rem;
    }

    #notify_links a {
        font-size: 0.8em;
    }

}
@media print, (min-width: 1400px) {
    .item-list--with-sidebar .item-list__item {
        width: calc((100% - 5rem)/4);
    }
    .item-list--with-sidebar-5 .item-list__item {
        width: calc((100% - 5rem)/5);
    }
}
.item-preview__header {
    height: 8.5rem;
    overflow: hidden;
}

a.tab-headers__btn {
    text-decoration: none;
}

.slider-pagination__bullet:before {
    width: 1.6rem;
    height: 1.6rem;
}
.tab-headers-sale__btn {
    background-color: #d72c20;
    color:white;
    padding: 10px;
}
.tab-headers-sale__btn:hover {
    color: black;
}
.pagination {
    margin-bottom: 30px;
}
.text-page {
    font-size: 1.6rem;
    line-height: 1.7em;
}

.eu_lta1, .eu_lta2 {
    padding-top:20px;
    text-align: center;
}
.eu_lta1 img, .eu_lta2 img {
    max-width: 130px;
}
@media (max-width: 1023px) {
    .eu_lta1 img {
        display: none;
    }
}
@media (min-width: 1024px) {
    .eu_lta2 img {
        display: none;
    }
}
.welcome__item {
    padding: 0;
    border-left: 0;
    width: 100% !important;
    color: #808080;
    font-size: 1.4rem !important;
}
.welcome--main {
 max-width: 100%;
}
.welcome__header {
    color: #808080;
    font-size: 2.6rem !important;
}
@media print, (min-width: 1024px) {
    .welcome__header {
        margin-bottom: 2.8rem;
    }
    .main-slide__img {
        height: 22rem;
    }
}
.slider-btn {
    height: 3rem;
}
@media print, (max-width: 768px) {
    .slider-pagination__bullet:before {
        width: 0.8rem;
        height: 0.8rem;
    }
}
.catalog__filters-header {
    text-align: center;
}
.postifizip {
    width: 25%;
}
@media print, (max-width: 768px) {
    .postifizip {
        width: 75%;
    }
}
.postifizip-btn {
    height: 40px;
    max-height: 40px;
    padding: 0.6rem;
}
.postifizip2 {
    width: 25%;
}
@media print, (max-width: 768px) {
    .postifizip2 {
        width: 75%;
    }
}
.postifizip2-btn {
    height: 40px;
    max-height: 40px;
    padding: 0.6rem;
}
.postifizip3 {
    width: 25%;
}
@media print, (max-width: 768px) {
    .postifizip3 {
        width: 75%;
    }
}
.postifizip3-btn {
    height: 40px;
    max-height: 40px;
    padding: 0.6rem;
}