.card_name, .card_telephone {
    position: absolute;
    font-weight: bold;
    font-size: 22px;
    bottom: 0px;
    right: 20px;
    left: 20px;
}

.card .card-img-overlay {
    background-image: linear-gradient(to top,rgba(0,0,0,0.5),transparent);
    max-height: calc(100% - 85px);
/*    max-height: calc(100% - 44px);*/
/*    max-height: 240px;*/
    padding: 0px;
}

.card .card-img {
    max-height: 240px;
}

.infowrap {
    white-space: nowrap;
}

.infover {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sdvig {
    position: fixed;
    margin-top: 56px;
}

.sdvig_ {
    width: 100%;
    padding-left: 30px;
}


@media (max-width: 1200px) {
    .card_name {
        
    }
}

@media (max-width: 992px) {
    .card_name {

    }
}

@media (max-width: 767px) {
    .sdvig4 {
        top: 14px;
        right: 25px;
        position: absolute;
        font-size: 18px!important;
    }
}

@media (max-width: 317px) {
    .sdvig {
        margin-top: 109px;
    }
    .sdvig1 {
        left: 87px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .sdvig2 {
        padding-top: 6.4rem!important;
    }
    .sdvig3 {
        margin-top: 53px;
    }
}
