@media screen and (min-width: 1300px) {
    .main-menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .h-right {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .footer_top {
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .add-event-row {
        flex-direction: column-reverse;
    }
}

.main-menu {
    padding-left: 10px;
}

/*Accordion multi events show*/
.accordion-content {
    display: none;
}

.accordion-content.active {
    display: block;
}

.accordion-button.active svg {
    transform: rotate(180deg);
}

.accordion-button {
    width: -webkit-fill-available;
    padding: unset;
    height: 40px;
    line-height: 53px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-button-label {
    margin-right: 5px;
}

.accordion-button-hidden {
    display: none;
    width: 0px;
}

.tour-accordion-button-container {
    margin: 10px 0;
    display: none;
}

.tour-description {
    display: block;
}

@media screen and (max-width: 1200px) {
    .tour-accordion-button-container {
        display: block;
    }
    .tour-description {
        display: none;
    }
}

.location-menu__search-icon {
    width: 22px !important;
    height: 22px !important;
}

.logo-rock {
    max-width: 450px !important;
}

.main-menu > ul {
    align-items: center;
}

.main-menu > ul li a {
    text-align: center;
}

.main-menu .nav-dd .nav-dd__button {
    padding-bottom: 13px;
}

.midle-btn {
    border-radius: unset;
}

.btn-disabled {
    opacity: 0.5;
}

.btn-disabled:focus {
    background: #15cb84 !important;
}


.tour-accordion-button-hidden {
    display: none;
    width: 0px;
}

.tour-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.city-list__content {
    overflow-y: auto;
}

.tour-description {

    text-transform: none;
}

.tour-title .title {
    margin-bottom: 5px !important;
}

a.more-events:focus {
    color: #282828 !important;
}

a.more-events:hover {
    color: #d31f37 !important;
}

a#more-events-inner:focus {
    color: #282828 !important;
}

a#more-events-inner:hover {
    color: #d31f37 !important;
}

.autocompSvgSpinner {
    display: none;
    -webkit-animation: g 1s linear infinite;
    animation: g 1s linear infinite;
    -webkit-transform-origin: unset;
    transform-origin: unset;
    top: unset;
}

.event-tickets__price-item {
    margin-right: 10px;
}

.event-tickets__open-door-time {
    margin-right: unset;
}

.event-card__start-time {
    margin-right: 10px;
    text-wrap: nowrap;
}

.event-card__open-door-time {
    text-wrap: nowrap;
}

.afisha-item__image img {
    object-fit: cover;
    height: -webkit-fill-available;
    aspect-ratio: 328 / 462;
}

section.container-fluid {
    width: 100vw;
    aspect-ratio: 1 / 3;
}

html {
    line-height: 1.4;
    overflow-y: scroll;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #fff;
    font-family: Museo, sans-serif;
    font-size: 1rem;
    color: #282828;
    -webkit-font-smoothing: antialiased;
}

.home-page {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-top: 82px; /* щоб врахувати псевдоелемент */
}

.home-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 7;
}

@media screen and (min-width: 768px) {
    .home-page {
        padding-top: 101px; /* щоб врахувати псевдоелемент */
    }
}


.slider_wrap {
    margin: unset;
}

.svgicon {
    height: 22px;
    width: 22px;
}

.event-card__bottom .social-links {
    flex-wrap: wrap;
    justify-content: center;
}

.event-card__bottom .social-links .social-links-icons>a {
    height: unset;
    width: unset;
    margin: 0 0 0 20px;
    padding-top: 5px;
}

@media screen and (min-width: 480px) {
    .event-card__bottom .social-links {
        font-size: 1.2em;
    }
    .social-links-icons {
        margin-left: 20px;
    }
}

.event-card__bottom {
    padding: 30px 55px 0;
}
.event-card__socials {
    margin-left: unset;
    padding: unset;
}

.event-card__bottom .align-items-center {
    justify-content: center;
    margin: unset;
}

@media screen and (max-width: 902px) {
    .event-card__bottom {
        padding: 30px 0 0;
    }
    .event-card__bottom .social-links .social-links-icons>a {
        /*margin: 0 20px 0 0;*/
    }
}
@media screen and (min-width: 576px) {
    .event-card__bottom {
        padding: 25px;
    }

    .event-card__bottom .align-items-center {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 1200px) {
    .event-card__bottom {
        padding: 25px 45px;
    }
}