.h-slider_top {
    margin: 0 -0 40px 0;
    padding: 30px 30px 50px 30px;
    background: var(--c-h-t-w);
    border-radius: 6px;
}

.sl-promo__left.three {
    width: calc(100% - 280px);/* width: calc(100% - 560px);*/
}

.sl-promo__left.three .h-slider_w {
    min-height: auto;
    height: 100%;
}

.h-slider__des {
    z-index: 2;
}

.home-promo-right {
    width: 250px;/*width: 530px;*/
    display: flex;
    justify-content: space-evenly;
}

.sl-promo__right.three {
    margin-right: 15px;
    width: calc(35% - 15px);
    min-width: 250px;
}

.sl-promo__right.three:last-child {
   /* margin-left: 15px;
    width: calc(35% - 15px);*/
    margin-left: 0;
    width: calc(35%);
    margin-right: 0;

}

@media screen and (max-width: 1080px) {
    .sl-promo__left.three {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}

.r-photos .photo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.r-photos .photo-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.r-photos .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.r-photos .photo-item:hover .photo-text {
    opacity: 1;
    background: rgba(16, 18, 21, 0.6);
}

.r-photos .photo-item .photo-text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    color: #EBF2F7;
    display: flex;
    align-items: center;
    font-size: 25px;
    text-align: center;
    flex-direction: column;
    padding-top: 50%;
}

.r-photos .photo-item .photo-text span {
    margin-top: 30px;
    font-size: 14px;
}

.b-blog-header__button {
    background-color: #fff;
    border: 1px solid #ebebec;
    border-radius: var(--h-c-r);
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 50px;
    position: relative;
    transition: all .3 sease-out;
}

.b-blog-header__title {
    font-weight: var(--font-weight);
    white-space: nowrap;
}

.b-blog-header__title a {
    text-decoration: none;
}

.view-fav-com__item.p-view-new {
    position: absolute;
}

.view-fav-com__item.p-view-new {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: auto;
    right: 0;
    width: 100%;
    transition: all .2 sease -out;
    z-index: 3;
    bottom: 30px;
}

.products__item:hover .view-fav-com .p-view {
    display: none;
}

.products__item:hover .view-fav-com__item.p-view-new {
   /* opacity: 0;
    visibility: visible;*/
}

.view-fav-com__item.p-view-new {
    background: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 5px; */
    /* position: relative; */
    transition: all .3 sease-out;
    width: 100%;
    height: 100%;
    flex: none;
    top: 0;
    z-index: 3;
    bottom: 30px;
    right: 0;

}
.view-fav-com {
    z-index: 4;
}

@media screen and (max-width: 580px) {
    .h-products__promo-2, .h-products__promo-3, .h-products__promo-4, .h-products__promo-5 {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .h-products__right-2, .h-products__right-3, .h-products__right-4, .h-products__right-5 {
        width: 100%;
    }
}

.m-menu-blog {
    display: flex;
    align-items: center;
    background-color: var(--c-m-b-b);
    border-radius: 5px;
    border: none;
    color: var(--c-m-b-b-t);
    height: 45px;
    margin-bottom: 20px;
}

.m-menu-blog__title {
    flex: 1;
    text-transform: uppercase;
    font-weight: 500;
}

.m-menu-blog__title a {
    color: #fff;
    text-decoration: none;
}

.m-menu-blog__arrow {
    flex: none;
    padding: 0 19px;
    color: var(--c-m-b-b-s);
}

.m-menu-blog__bars {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
}

.m-menu-blog__bars svg {
    font-size: 1.125rem;
    width: 18px;
    height: 18px;
    fill: var(--c-m-b-b-th);
}


.shop-regions-window__wrapper {
    border-radius: 6px;
    opacity: 0.95;
}

.product__stocks_row .stocks strong.current-stock {
    margin-left: 0;
    margin-top: 30px;
    /* font-weight: bold; */
    font-size: 14px;
}

.product__stocks_row .stocks__stock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #0000001f;
}

.product__stocks_row .stocks__stock:last-child {
    border: none;
}

.products__item-img {
    width: 100%;
    padding-top: 50%;
}

.r-reviews__item-header {
    padding: 10px;
}

.p-reviews__rating-rate {
    color: #727272;
    margin-right: 10px;
}

.r-reviews__item-rating_mt {
    margin-top: 5px;
}

.h-slider__l-mobile {
    font-size: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.p-day__item .h-news__item-text {
    position: relative;
    height: 60px;
    margin-bottom: 0;
    overflow: hidden;
}

.p-day__cart {
    position: relative;
    bottom: unset;
    width: auto;
}

.p-day__item {
    justify-content: space-between;
}


/*
.p-day__item {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.p-day__item .h-news__item-text {
    position: absolute;
    bottom: 0;
}

.p-day__cart {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}

@media screen and (max-width: 1760px) {
    .p-day__item .h-news__item-text {
        height: 100px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1690px) {
    .p-day__item .h-news__item-text {
        height: 80px;
    }
}

@media screen and (max-width: 1660px) {

}*/

.h-slider__bg {
    display: none;
}

@media screen and (max-width: 1340px) {
    .sl-promo__right.three {
      /*  min-width: 270px;*/
    }
}

@media screen and (max-width: 1230px) {
    .sl-promo__right.three {
        min-width: 250px;
    }
}

@media screen and (max-width: 1150px) {
    .sl-promo__right.three {
        min-width: 230px;
    }
}

@media screen and (max-width: 1080px) {
    .h-slider__bg {
        display: block;
    }

    .home-promo-right .in-blocks__title {
        display: none;
    }

    .home-promo-right {
        width: 100%;
    }

    .sl-promo__right.three {
        margin-right: 15px;
        width: calc(50% - 15px);
    }

    .sl-promo__right.three:last-child {
        margin-left: 15px;
        width: calc(50% - 15px);
    }
}

.p-day__title {
    margin-bottom: 10px;
}

.h-news__item-date {
    margin-top: 10px;
}

@media screen and (max-width: 510px) {
    .sl-promo__right.three {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .sl-promo__right.three:last-child {
        display: none;
    }

    .home-promo-right {
        flex-direction: column;
    }
}

.news-v-1__author-img {
    display: none;
}

button.pnotice__buttonView {
    border: none;
    padding: 15px 10px;
    background: #e7e5a6;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.header__address:hover .header__address-name {
    color: #ccc;
}
