@media (max-width: 1200px) {
    .shopcard img {
        max-width: 200px;
    }
    .shopcard a {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .shopcard img {
        display: none;
    }
    .shopcard a {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .shopcard {
        border: none;
        box-shadow: none;
        display: block;
        min-height: unset;
    }
    .shopcard a {
        width: 100%;
    }
    h3 {
        font-weight: bold;
    }
    .preim {
        font-size: 0.8rem;
    }
}
.tpromo{
    margin-right: 20px;
    margin-left: 20px;
    color:#696969;
}
.tpromo h3 {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.tpromo .addr {
    background: url(/files/u/t/default/img/map.svg) no-repeat;
    background-position: 0px 40%;
    padding-left: 20px;
}
.tpromo .time {
    background: url(/files/u/t/default/img/time.svg) no-repeat;
    background-position: 0px 40%;
    padding-left: 20px;
}
.tpromo .phone {
    color: #000;
    font-size: 1.3rem;
    margin-top: 20px;
}
.tpromo .phone a,.tpromo .phone a:hover {
    color: #000;
}
