

/* Start:/local/templates/hm_2023/components/b1team/hm.shop.list/.default/style.css?17376578884466*/


.b1t-hm-sl-d .item .photo {
    height: 0px;
    overflow: hidden;
    padding-top: 66.75%;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b1t-hm-sl-d .item .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    max-width: 600px;
}

.b1t-hm-sl-d .item .address {
    font-size: 18px;
    color: #000;
}

.b1t-hm-sl-d .item .coordinates {
    display: inline-block;
    
    position: relative;
  
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.005em;

    color: #3B99DD;
    border-bottom: 1px dashed currentColor;

    cursor: pointer;
    
    margin-bottom: 10px;

}

.b1t-hm-sl-d .item .props {
    margin-top: 25px;
}

.b1t-hm-sl-d .item .prop {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.b1t-hm-sl-d .item .prop .icon{
    position: absolute;
    top: 50%;
    left: 0px;
    
    font-size: 20px;
    color: #FF6F2D;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1t-hm-sl-d .item .prop .icon.b1t-fi-metro {
    font-size: 17px;
    color: #0855A1;
}

.b1t-hm-sl-d .item .prop a{
    font-size: inherit;
    color: inherit;
    border-bottom: 0px;
}


@media (min-width: 768px) {
    .b1t-hm-sl-d .item .data  {
        display: table;
        width: 100%;
    }
    
    .b1t-hm-sl-d .item .data .left-cell,
    .b1t-hm-sl-d .item .data .right-cell {
        display: table-cell;
        vertical-align: top;
    }
    
    .b1t-hm-sl-d .item .data .left-cell{
        width: 445px;
        padding-right: 45px;
    }
    

}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-sl-d .item .data .left-cell{
        width: 275px;
        padding-right: 30px;
    }
    
    .b1t-hm-sl-d .item .text {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .b1t-hm-sl-d .item .address {
        font-size: 16px;
    }

    .b1t-hm-sl-d .item .coordinates {
        font-size: 12px;
    }
    
    .b1t-hm-sl-d .item .props {
        margin-top: 15px;
    }
    
    .b1t-hm-sl-d .item .props .row {
        margin: 0px -5px;
    }
    
    .b1t-hm-sl-d .item .props .row > div{
        padding: 0px 5px;
    }
    
    .b1t-hm-sl-d .item .prop {
        font-size: 15px;
        padding-left: 26px;
        margin-bottom: 10px;
    }
    
    .b1t-hm-sl-d .item .prop .icon{
        font-size: 16px;
    }
    
    .b1t-hm-sl-d .item .prop .icon.b1t-fi-metro {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .b1t-hm-sl-d .item .photo {
        margin-bottom: 25px;
    }
    
    .b1t-hm-sl-d .item .text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .b1t-hm-sl-d .item .address {
        font-size: 16px;
    }

    .b1t-hm-sl-d .item .coordinates {
        font-size: 12px;
    }
    
    .b1t-hm-sl-d .item .props {
        margin-top: 20px;
    }
    
    .b1t-hm-sl-d .item .prop {
        font-size: 14px;
        padding-left: 26px;
        margin-bottom: 10px;
    }
    
    .b1t-hm-sl-d .item .prop .icon{
        font-size: 16px;
    }
    
    .b1t-hm-sl-d .item .prop .icon.b1t-fi-metro {
        font-size: 14px;
    }
}

/*
    Нет выставочного зала
*/

.b1t-hm-sl-d .item .no-showroom {
    
    background: #F0F3F6;
    border: 1px solid #FF6F2D;
    
    padding: 10px 20px;
    
    margin-top: 30px;
    
    text-align: center;
    font-size: 18px;
    color: #000;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-sl-d .item .no-showroom {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-sl-d .item .no-showroom { 
        margin-top: 20px;
    }
    
    .b1t-hm-sl-d .item .no-showroom {
        font-size: 14px;
    }
}

/*
    Карта
*/

.b1t-hm-sl-d .item .map-wrap {
    position: relative;
    margin-top: 30px;
    height: 0px;
    overflow: hidden;
    padding-top: 41.6%;
}

.b1t-hm-sl-d .item .map {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-sl-d .item .map-wrap {
        padding-top: 49.4%;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-sl-d .item .map-wrap {
        margin-top: 20px;
        padding-top: 53.7%;
    }
}


/* End */
/* /local/templates/hm_2023/components/b1team/hm.shop.list/.default/style.css?17376578884466 */
