.event-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}

.event-title {
    font-size: 18px;
    text-decoration: underline !important;
}

.place-title h1 {
    font-size: 2em !important;
    color: #473f94;
    margin-bottom: 0;
}

#afisha {
    position: relative;
}

#afisha .load {
    margin-top: 150px;
}

#afisha_loader {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 100500;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa, .fab, .far {
    font-size: 18px !important;
    color: #464646;
    margin-bottom: 5px;
}

.adv-card {
    position: relative;
}

.adv-card-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(90, 82, 157, .4);
    color: #ffffff;
    padding: 10px 20px 45px;
}

.adv-card-text-title {
    font-size: 146%;
}

.adv-card-text-description {
    font-size: 13px;
}

.place-media-icons {
    margin: 0 -7px;
}

.place-media-icons a {
    padding: 7px;
    margin: 0;
}

.photos-row {
    margin: 0 !important;
}

.photos-row, .photos-col {
    padding: 3px;
    position: relative;
}

.photos-more {
    position: absolute;
    z-index: 2;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: rgba(0, 0, 0, .5);
    transition: 0.3s;
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
    padding: .25em;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.photos-more:hover {
    background: rgba(0, 0, 0, .6);
    color: #ffffff !important;
}


.place-pro .place-base-head {
    display: none !important;
}

.place-base .place-pro-head {
    display: none !important;
}

.place-pro-head {
    position: relative;
}

.place-pro-head > div {
    width: 100%;
    position: relative;
}

.place-pro #menu-content {
    position: relative;
    top: -90px;
}

.place-pro #menu-page {
    margin: 0 20px
}

.place-pro .card {
    border-top: 0;
}

.place-pro-head-content {
    position: absolute;
    padding: 15px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.place-pro-head-content * {
    color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}

.place-pro-head .place-logo {
    position: absolute;
    top: 5px;
    right: 5px;
}

.place-pro-head .place-logo img {
    max-width: 60px;
}

.place-pro-head-content .place-tags {
    width: 200px;
    font-size: 10px;
}

.place-pro-head:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right bottom, rgba(0, 0, 0, .75) 0, transparent 50%);
}

.place-pro-head .place-title h1 {
    font-size: 16px !important;
    color: #ffffff;
}

.place-pro-head-content .place-sub-title {
    font-size: 10px;
}

.place-pro-head {
    background: 50% 50% no-repeat #fff;
    margin: 0;
    background-size: cover;
    padding-bottom: 25%;
}

.place-pro-head-content a {
    font-size: 10px;
}

@media (min-width: 768px) {
    .place-pro-head .place-title h1 {
        font-size: 2em !important;
    }

    .place-pro-head-content {
        padding: 40px;
    }

    .place-pro-head .place-logo img {
        max-width: 140px;
    }

    .place-pro-head .place-logo {
        top: 20px;
        right: 20px;
    }

    .place-pro-head-content .place-tags {
        width: 300px;
        font-size: 13px;
    }

    .place-pro-head-content .place-sub-title {
        font-size: 1em;
    }

    .place-pro-head-content a {
        font-size: 1em;
    }
}

.place-photo-delete-trigger {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0.5ex;
    z-index: 10;
    color: red;
    font-size: 2em !important;
    line-height: 1;
}
