

/* Start:/local/templates/dveri_v3/components/bitrix/catalog/penniless/style.css?17712651204331*/
.banner_shops{
    margin: 20px 0;
}
.banner_shops img{
    width: 100%;
}
.banner_shops__inner{
    position: relative;
}
.banner_shops__inner::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}
.banner_shops__btn{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    height: 52px;
    background: #FF8332;
    padding: 0px 29px;
    gap: 10px;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Inter Medium';
    border-radius: 26px;
    cursor: pointer;
    border: 1px solid #FF8332;
    color: #ffffff;
}

.neva .contacts_page {
    margin-top: 12px!important;
    margin-bottom: 150px!important;
}

.banner_shops__btn:hover {
    background: #fff;
    color: #FF8332;
}

.contacts_page_n__left{
    width: 380px;
}
.contacts_page_n__left img{
    width: 100%;
}
.c_ya_map{
    flex: 1;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item-text .ballon_header{
    margin: 0 0 10px;
    font-size: 14px;
    width: auto !important;
}
.ymaps-2-1-79-b-cluster-tabs.ymaps-2-1-79-b-cluster-content {
    min-height: 360px !important;
}
.ballon_header{
    margin: 0 0 10px;
    font-size: 14px;
    width: 214px!important;
}
.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content>ymaps{
    height: auto!important;
    min-width: 214px!important;
    max-width: 365px !important;
}
.banner_shops img {
    border-radius: 10px;
    flex: 1;
    border: 1px solid transparent;
}
.banner_shops img {
    border-radius: 10px;
    flex: 1;
    border: 1px solid transparent;
}

.banner_shops img.desktop {display:block;}
.banner_shops img.mobile {display:none;}
.banner_shops__title{
    position: absolute;
    right: 40px;
    top: 25%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 50%;
}
.banner_shops__title-main{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
}
.banner_shops__title-sub{
    font-size: 16px;
    line-height: 1.4;
}
.breadcrumbs_block .bl_inn{
    max-width: 1340px !important;
    padding: 0 10px;
}
.breadcrumbs_block{
    margin-bottom: -30px;
}
@media only screen and (max-width: 1023px) {
    .banner_shops img.desktop {display:none;}
    .banner_shops img.mobile {display:block;}

}
@media only screen and (max-width: 767px) {
    .neva .breadcrumbs_block {
        margin-bottom:0;
    }
}

/* Карточка магазина на странице penniless */
.contacts_page_n__item--card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.contacts_page_n__item--card .contacts_page_n__item--img {
    position: relative;
    padding-top: 100%; /* квадрат */
}

.contacts_page_n__item--card .contacts_page_n__item--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .3s ease;
}

.contacts_page_n__item--card .contacts_page_n__item--info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9f9f9;
    color: #fff;
    padding: 18px 25px;
    max-height: 70px; /* видно только заголовок */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: max-height .35s ease, background .3s ease;
}

.contacts_page_n__item--card .contacts_page_n__item--wt {
    margin-top:6px;
    margin-bottom: 6px;
}

.banner_shops img.desktop {
    max-height: 250px;
}

.neva .content_block .contacts_page_n__item--card .contacts_page_n__item--wt h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.contacts_page_n__item--card .contacts_page_n__item--bottom {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    opacity: 0;
    transition: opacity .2s ease .1s;
    padding-top: 10px;
    margin-top: 10px;
}

.contacts_page_n__item--card:hover .contacts_page_n__item--info {
    max-height: 100%;
    background: #f9f9f9;
}

.contacts_page_n__item--card:hover .contacts_page_n__item--bottom {
    opacity: 1;
}

.contacts_page_n__item--card:hover .contacts_page_n__item--img img {
    filter: brightness(0.5);
}
/* End */


/* Start:/local/templates/dveri_v3/components/bitrix/news.list/penniless/style.css?1771265120789*/
.banner_shops__btn.mobile {
    display: none;
}

/* Мобильная версия */
@media only screen and (max-width: 767px) {
    .banner_shops__btn.desktop {
        display: none;
    }

    .banner_shops__btn.mobile {
        display: flex;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 40px;
        margin-bottom: -10px;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
    }

    .banner_shops__title {
        position: absolute;
        right: 0;
        top: 50%;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .banner_shops__title-main {

        font-size: 18px;
    }
}
/* End */
/* /local/templates/dveri_v3/components/bitrix/catalog/penniless/style.css?17712651204331 */
/* /local/templates/dveri_v3/components/bitrix/news.list/penniless/style.css?1771265120789 */
