.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.alert-danger {
    color: #bb0000;
}

.loader-overlay {
    width: 100%;
    height: 100px;
    position: relative;
    opacity: 0.8;
    display: none;
}
.loader {
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0D2F52;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.field-select-ajax .field-select-block__input{
    pointer-events: all;
}

.event-main-slogan {
    width: 100%;
}
.partner-carousel__partner {
    min-height: 172px;
}

.card-calendar__info {
    overflow: hidden;
}
.card-calendar-info__title {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.card-calendar-info__description {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.card-calendar-info-detail__text {
    word-break: break-word;
}
.card-calendar__footer .card-calendar-info-details {
    height: 135px;
}
.event-map__map {
    position: relative;
}
.event-map__map .map-link,
.event-map__map .point-link{
    color:#0D2F52;
    font-size:12px;
    position:absolute;
    left: 5px;
    z-index: 1;
}
.event-map__map > .map-link {
    top: 5px;
}
.event-map__map > .point-link {
    top: 20px;
}
.card-calendar-info__title {
    pointer-events: all;
}

.subscribe-footer .loader-overlay {
    min-height: 375px;
}
.subscribe-footer-form.success {
    justify-content: center;
    min-height: 375px;
    text-align: center;
}

.popup.feedback .loader-overlay {
    min-height: 465px;
    min-width: 835px;
}

.event-main-slogan__description {
    overflow-wrap: break-word;
}
.event-about-info__description {
    overflow-wrap: break-word;
}

@media only screen and (min-width:1440px) {
    .card-calendar {
        height: 465px;
    }
    .card-calendar__info {
        height: 405px;
    }
    .card-calendar-info__title {
        max-height: 118px;
    }
    .card-calendar-info__description {
        max-height: 62px;
    }
}

@media only screen and (max-width:1440px) {
    .card-calendar {
        height: 430px;
    }
    .card-calendar__info {
        height: 180px;
    }
    .card-calendar-info__title {
        max-height: 72px;
    }
    .card-calendar-info__description {
        max-height: 100px;
    }
}

@media only screen and (max-width:1024px) {
    .popup.feedback .loader-overlay {
        min-width: calc(100vw - 70px);
    }
}