.copyright-block {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 10px 
}
.footer-bottom-text {
    font-size: 13px;
    display: inline-block;
    color: rgb(155, 165, 175);
}

.select2-container {
    display: block;
}
.row > [id^="bx_incl_area"] {
    width: 100%;
}
.product-detail-slider__slide.product-detail-slider__slide_fullsize {
    background-size: auto 100%;
}
.product-card-desc__title:hover {
    color: #e5481d;
}
.product-detail-slider__pag.disabled {
    display: none;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.breadcrumb__item {
    margin-right: 0.7em;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb__item a {
    color: #e5481d;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb__item a:hover {
    color: #000;
}
.breadcrumb__item .fa {
    margin-right: 0.3em;
}

.arrow_wrap {
    display: none;
    position: relative;
}
.arrow_up {
    display: block;
    position: fixed;
    padding: 19px 0 0 13px;
    left: 32px;
    bottom: 32px;
    width: 57px;
    height: 57px;
    cursor: pointer;
    background-color: #E5481D;
    z-index: 10;
}
.arrow_up svg{
    display: block;
    position: relative;
    z-index: 3;
}
.arrow_up::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 11px;
    width: 100%;
    height: 100%;
    background-color: #E5481D;
    transform: skew(-20deg);
}
.pagination {

}
.pagination {

}
.pagination__title {

}
.pagination__nav {
    display: flex;
    flex-wrap: wrap;
}
.pagination__nav a,
.pagination__nav span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #dad6ce;
    background-color: transparent;
    color: #dad6ce;
}
.pagination__nav a:hover {
    background-color: #e5481d;
    border-color: #e5481d;
    color: #fff;
}
.pagination__nav span {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.icons-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.icons-list__item {
    margin: 0 0 30px;
}
.icons-list__item:last-child {
    margin-bottom: 0;
}

.product-detail__sku {
    bottom: 106px;
    left: 39.6%;
}
@media (min-width: 1200px) {
    .product-detail__sku {
        left: 44.1%;
    }
}
@media (max-width: 991px) {
    .product-detail__sku {
        left: 10px;
    }
}
@media (max-width: 575px) {
    .product-detail__sku {
        right: 0;
        left: 0;
        padding-left: 23px;
    }
    .product-detail__title {
        font-size: 38px;
    }
}


/* TASK 30813 */
@media (max-width: 425px) {
    .product-detail__title {
        word-break: normal;
        font-size: 9vw;
    }
}
/* TASK 30813  end*/

.header-mobile {
    box-shadow: 0 11px 38.7px 4.3px rgb(67 59 36 / 13%);
}
/* sku detail */
.product-detail__line-sku {
    position: absolute;
    z-index: 10;
    bottom: 43px;
    left: 37.8%;
    padding: 11px 35px 12px 32px;
    background-color: #F0EFEC;
    background: linear-gradient(-64deg,transparent 21px,#F0EFEC 22px,#F0EFEC calc(100% - 21px),transparent calc(100% - 20px))
}
.sku-line {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}
.sku-line__title {
    margin-right: 1em;
    color: #000;
    font-weight: 500;
}
.sku-line__item {
    padding: 0 0.6em;
    color: #e5481d;
    font-weight: 700;
    cursor: pointer;
}
.sku-line__item:hover {
    color: #000;
}
.sku-line__item.active {
    color: #cec9bf;
}
@media (min-width: 1200px) {
    .product-detail__line-sku {
        left: 42.4%;
    }
}
@media (max-width: 991px) {
    .product-detail__line-sku {
        left: 10px;
    }
}
@media (max-width: 575px) {
    .product-detail__line-sku {
        right: 0;
        left: 0;
        padding-left: 23px;
        bottom: 0;
    }
}
@media (max-width: 408px) {
    .sku-line__title {
        width: 100%;
    }
}
/* sku detail - end */
.side-card__photo+.side-card__main {
    padding-top: 26px;
}
.search-result {
    margin-top: 80px;
}
.search-result__item {
    margin-bottom: 38px;
}
.search-result__nav {
    margin-top: 30px;
}
.search-result-item {

}
.search-result-item__path {
    margin-bottom: 0.4em;
    color: #DAD6CE;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.search-result-item__title {
    display: block;
    color: #E5481D;
    font-size: 30px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .search-result {
        margin-top: 40px;
    }
    .search-result__item {
        margin-bottom: 15px;
    }
    .search-result-item__path {
        font-size: 12px;
    }
    .search-result-item__title {
        font-size: 20px;
    }
}

.menu-section__name {
    /*word-break: break-all;*/
}
/*.vertical-menu__list {*/
    /*max-height: 605px;*/
    /*overflow: hidden;*/
/*}*/
.simple-slider__item img {
    max-width: 100%;
}
.product-card__img_no-photo {
    background-size: auto;
    background-color: #fff;
}
.subscribe__message {
    margin-bottom: 0.6em;
    font-size: 14px;
}
.header-fix-basket {
    max-width: 110px;
}
.icon-link__text {
    white-space: nowrap;
}
.catalog-brand-logo {
    margin-bottom: 20px;
    max-width: 220px;
}
.catalog-brand-logo img {
    display: block;
    max-width: 100%;
}
.catalog-lead p:last-child {
    margin-bottom: 0;
}

.catalog-panel>.row {
    width: 100%;
}
.catalog-brands-slider {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}
/*.catalog-brands-slider__item {*/
    /*margin-right: 2em;*/
    /*width: 200px;*/
/*}*/
.brand-slide__link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.brand-slide__name {
    display: block;
}
.brand-slide__name svg {
    margin-left: 9px;
}
.brand-slide__name svg path {
    fill: #e5481d;
}
.brand-slide__img {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 80px;
}
.brand-slide__img img {
    display: block;
    width: auto!important;
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1);
    transition-duration: .2s;
}
.brand-slide__link:hover .brand-slide__img img {
    filter: none;
}
.brand-slide__link:hover .brand-slide__name svg path {
    fill: #000;
}
.catalog-brands-slider__next,
.catalog-brands-slider__prev {
    position: absolute;
    z-index: 5;
    top: 55px;
    /*margin-top: -17px;*/
}
.catalog-brands-slider__prev {
    left: -38px;
}
.catalog-brands-slider__next {
    right: -38px;
}
@media (max-width: 767px) {
    .catalog-brands-slider {
        padding: 0 30px;
    }
    .catalog-brands-slider__prev {
        left: 0;
    }
    .catalog-brands-slider__next {
        right: 0;
    }
    .brand-slide__link {
        text-align: center;
    }
    .brand-slide__img {
        justify-content: center;
    }
}

.sku-list__card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*.sku-list__card:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*z-index: 1;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*transform: skewX(-26deg);*/
/*}*/

.big-product-card__img-sticker svg {
    margin-left: 15px;
}

@media (min-width: 576px) {
    .big-product-card__img-sticker {
        display: flex;
        flex-direction: column;
    }
    .big-product-card__img-sticker svg {
        margin: 0 0 20px 0;
    }
}

.form-group.error label {
    color: #e60707;
}
.form-group.error input {
    border-color: #e60707;
}


.card__content_big {
    height: 200px;
}
.card__content_big .card__tags {
    height: 60px;
}

.detail-card_simple .detail-card__props {
    max-width: 300px;
}
.props__item_mb-big {
    margin-bottom: 20px;
}
.property-column {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.43;
}
.property-column__title {
    color: #cbc7be;
}
.property-column__value {
    color: #000;
}

.form__bottom {
    margin-top: 20px;
}
.form__img {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .copyright-block {
        width: 100%;
        padding: 0 36px 30px;
        margin: 80px 0 20px;
        align-items: center;
        flex-flow: row;
        justify-content: space-between;
    }
    .form__img {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .form__img {
        margin-bottom: 50px;
    }
}
@media (min-width: 992px) {
    .catalog-panel_zero + .catalog-panel:before {
        right: 0;
        left: -330px;
    }
    .catalog-panel_zero:before {
        right: -91px;
        left: -239px;
    }
}

.catalog-brands-slider__arrows .arrow.disabled,
.cards-slider__arrows .arrow.disabled,
.product-slider__arrows .arrow.disabled {
    display: none;
}
.product-card__img {
    background-color: #fff;
}
.basket__items .basket-search-not-found {
    position: static;
    margin: 30px auto 0;
    max-width: 50%;
    transform: none;
}
.basket__items .basket-search-not-found-icon {
    margin-top: 50px;
}
.detail-card__buttons > [id$="basket_actions"] {
    width: 47%;
}
.detail-card__buttons > [id$="basket_actions"] > .detail-card__buy {
    width: 100%;
}

.sku-list-wrap:last-child .product-detail__sku {
    bottom: 0;
    left: 35.6%;
}
@media (min-width: 1200px) {
    .sku-list-wrap:last-child .product-detail__sku {
        left: 40.5%;
    }
}
@media (max-width: 991px) {
    .sku-list-wrap:last-child .product-detail__sku {
        bottom: 0;
        left: 10px;
    }
}
.product-card-desc__button.small-text {
    font-size: 12px;
}

.footer-contacts__links a:hover {
    color: #fff;
}
