    .container .main .chrono  .place-renew-block {
        padding-bottom: 0.6vmin !important;
    }
    .place-block-renew {
        display: flex;
        flex-direction: column;
        height: calc(100% - 0px);
        position: relative;
        border: 1px solid grey;
        background: #fafafa;
        margin: 2px 0.4vmin;
        font-size: 2vmin;
        line-height: 110%;
        padding: 0.1vmin;
        border-radius: 3px;

    }
    @media (min-width: 780px) {
        .place-block-renew {
            font-size: 14px !important;
            /*line-height: 22px !important;*/
        }

    }
    .place-block-renew .place-renew-square-photo {
        overflow: hidden;
        width: calc(100% - 0.4vmin);
        position: relative;
        padding: 0.4vmin;
    }
    .place-block-renew .place-renew-square-photo::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    .place-block-renew .place-renew-square-photo .cropper {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
        background: #f5f5f5 url('/assets/img/ajax-loader.gif') no-repeat center center;
        background-size: auto;
    }

    .place-block-renew .place-renew-square-photo .logo-overlay {
        width: 100%;
        height: 100%;
        pointer-events: none;
        /*background-color: rgba(220, 220, 220, 0.27);*/
        background-size: 70%;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top:0px;
        left: 0px;
    }
    .container .main .chrono .place-block-renew .labels {
        display: block;
        position: absolute;
        text-align: right;
        bottom: 1vmin;
        right: 1vmin;
        max-width: 70%;
    }

    .container .main .chrono .place-block-renew .price {
        position: absolute;
        color: white;
        text-shadow: 1px 1px 1px black;
        bottom: 1vmin;
        left: 1vmin;
        max-width: 30%;
        font-size: 1.5em;
        line-height: 110%;

    }
    .container .main .chrono .place-block-renew .labels .digits {
        color: white;
        display: block;
        background: rgba(0, 0, 0, 0.5);
        /*font-size: 2vmin;*/
        font-size: 1em;
        line-height: 220%;
        max-width: 100%;
        text-shadow: 1px 1px 1px black;
        margin: 0.7vmin;
        padding: 0.5vmin;
        -moz-box-shadow: 5px 4px 0px 0px #000;
        -webkit-box-shadow: 5px 4px 0px 0px #000;
        box-shadow: 5px 4px 0px 0px #000;
        text-align: left;
    }
    .container .main .chrono .place-block-renew .labels .digits div {display: inline-block;}
    .container .main .chrono .place-block-renew .labels .digits img {filter: brightness(1000%); display: inline-block;}
    .container .main .chrono .place-block-renew .label {
        display: inline-block;
        position: unset;
        top: 10px;
        right: 19px;
    }


    .container .main .chrono .place-block-renew .place {
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 1.8em;
        line-height: 150%;
        margin: 0 1vmin;
        text-shadow: 1px 1px 1px white;
        color: black;
        text-align: center;
    }
    .container .main .chrono .place-block-renew .place-phone {
/*        display: block;
        text-align: center;
        font-size: 1.2em;
        line-height: 150%;*/
    }
    .container .main .chrono .place-block-renew .place-phone a {
        color: #666;
        display: block;
        text-align: center;
        font-size: 1.2em;
        line-height: 150%;
        width: 85%;
        margin: 1vmin auto;
        border: 2px solid;
        border-radius: 2px;
        padding: 2px;
        color: #ffab40;

    }

    .container .main .chrono .place-block-renew a.event-img>img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .container .main .chrono .place-block-renew a.event-img>img:hover {
        filter: blur(5px);
    }

    .container .main .chrono .place-block-renew a.event-img {
        display: block;
        width:100%;
        height: 100%;
        overflow: hidden;
        color: #333;
    }

    .place-block-renew .content {
        position: relative;
        margin: 4px;
        flex-grow: 30;
    }
    .place-block-renew .content .category{
        text-transform: uppercase;
        font-weight: 500;
    }
    .place-block-renew .content .item
    {
        font-weight: 500;
        color: #666;
        margin: 1vmin;
    }
    .place-block-renew .content .item .glyphicon-metro img {
        margin-top: -2px;
    }
    .place-block-renew .place-info-renew {
        position: relative;
    }