@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;
}

.city-list__artist .city-list__content-board {
    background: #f0f0f0;
    padding: 15px;
}

.city-list__artist .city-list__content {
    /*background: #f0f0f0;*/
    /*padding: 15px;*/
}

.city-list__artist .city-list__info {
    background: unset;
}

.city-list__info {
    width: 70%;
    background: #f0f0f0;
    margin-left: 3px;
}

.tour-description {

    text-transform: none;
}

.svg-user {
    height: 22px !important;
    width: 22px !important;
}

.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;
}

.artist-item {
    margin-bottom: unset;
    background: #f0f0f0;
    padding: 15px 15px 0 15px;
}

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

.home_categories .artist-item__content {
    min-height: unset;
    height: unset;
    padding: 1em 0 1em 0;
    background: unset;
}

.home_categories-artist {
    background: unset;
}

.artist-item__text {
    align-items: center;
}

.artist-item__title {
    margin-bottom: unset;
}

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: 18px;
    width: 18px;
}

.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;
    }
}

.ios-redirect-modal {
    /*display: none; !* Hidden by default *!*/
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ios-redirect-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align: center;
}
.ios-redirect-modal-close {
    padding: 12px 18px;
    font-size: 14px;
}


/*Artists*/


.content-block {
    background-color: #f0f0f0;
    padding: 20px 25px 20px 20px;
    margin-bottom: 65px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-block .title {
    color: #373737;
    font-weight: 700;
    font-size: 1.375rem;
    margin-bottom: 1em;
    line-height: 1.3;
}

.content-block .city-list__content {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.d-flex {
    display: flex!important;
}

.content-block .city-list__content {
    width: 100%;
}

.content-block .city-list__content .cl-table {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .city-list__content td {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width: 767px) {
    .city-list__content td, .city-list__content tr {
        display: block;
    }
}

.city-list__content td {
    line-height: 1.2;
    padding: 10px;
}

@media screen and (min-width: 1200px) {
    .city-list__content {
        /*padding: 0 0 0 20px;*/
        width: calc(100% - 180px);
    }
}

.content-block .btn-small {
    padding: 8px 12px;
}

.content-block .city-list__content .cl-table__big {
    font-size: 17px;
    vertical-align: bottom;
    line-height: 1.1;
}

.artist-accordion-content-item-date b{
    /*font-size: unset;*/
    /*vertical-align: unset;*/
    line-height: 1.3 !important;
}

.artist-accordion-content-item-price b{
    /*font-size: unset;*/
    /*vertical-align: unset;*/
    line-height: 1.3 !important;
}

.content-block .cl-table__btn {
    text-align: right;
}

.content-block .city-list .btn:hover {
    color: #fff;
}

.city-list__poster {
    /*width: 45%;*/
}

.artist-card__top-mobile {
    display: none;
}

.artist-card__top-desktop {
    margin-bottom: 3px;
}

@media screen and (max-width: 1200px) {

    .artist-card__top-mobile {
        display: block;
    }

    .artist-card__top-desktop {
        display: none;
    }

    .content-block .city-list__content {
        text-align: center;
    }

    .city-list__poster {
        /*display: none;*/
    }

    .cl-table__btn {
        margin-bottom: 20px;
    }

    .cl-table__btn a {
        display: block;
    }

    .city-list__content td {
        padding: 4px 0;
    }
}

.content-block-artist {
    background-color: rgba(0, 0, 0, 0);
}

.artist-card__socials {
    margin-left: 1.875em;
    padding: unset;
}

.artist-card__socials .social-links-icons a:last-child {
    margin: unset;
}

.artist-card__tags {
    padding: 15px 0 20px
}

.artist-card__top {
    background: #f0f0f0;
    padding: 32px
}

/*.artist-card__top-desktop {*/
/*    padding-bottom: 3px;*/
/*}*/

.artist-card__top .artist-card__title-socials {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.artist-card__date {
    font-size: 1.25em;
    margin-bottom: .5em
}

.artist-card__title {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.25em;
    /*margin-bottom: .5em;*/
    margin: unset;
    max-width: 600px;
    text-align: center;
}

.artist-card__price {
    font-size: 1.25em;
    line-height: 1.1
}

.artist-card__description .svgicon {
    font-size: 22px;
    margin-right: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.artist-card__description-header {
    font-size: 1.375em;
    line-height: 1.25;
    font-weight: 600
}

.artist-card__middle {
    background: #f0f0f0;
    padding: 0 25px 25px
}

.artist-card__middle hr {
    margin-top: 0
}

.artist-card__middle .btn {
    border-radius: 0;
    font-size: 1em;
    max-width: 340px;
    margin-left: 1.875em;
    margin-top: 4px
}

.artist-card__middle .btn .svgicon {
    fill: none
}

.artist-card__loca {
    position: relative;
    padding: 0 0 0 30px
}

.artist-card__loca > svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}

.artist-card__place {
    font-weight: 600
}

.artist-card__address {
    font-size: .9em
}

.artist-card__timeto {
    color: #555
}

.artist-card__timeto > span:first-child {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333
}

.artist-card__timeto span span {
    margin: 0 8px;
    vertical-align: middle;
    font-size: 26px;
    color: #282828
}

.artist-card__bottom {
    /*padding: 60px 0 0*/
}

.artist-card__bottom .social-links {
    font-weight: 300
}

.artist-card__bottom .social-links a, .artist-card__bottom .social-links span {
    vertical-align: middle
}

.artist-card__bottom .social-links > a {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0 0 0 15px
}



.artist-accordion-button-container {
    /*margin: 10px 0;*/
    display: none;
}

/*.artist-description {*/
/*    display: block;*/
/*}*/


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

.artist-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fff;
}

.artist-accordion-content {
    background: #fff;
}

.artist-accordion-content-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}

.artist-accordion-content-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
}

.artist-accordion-content-list .artist-accordion-content-item:last-child {
    border-bottom: unset;
}

span.artist-accordion-content-item-name {
    width: 30%;
    text-align: left;
}

span.artist-accordion-content-item-date {
    width: 20%;
    text-align: left;
}

span.artist-accordion-content-item-city {
width: 20%;
text-align: left;
}

span.artist-accordion-content-item-price {
width: 15%;
text-align: right;
color: #D31F37;

}

span.artist-accordion-content-item-buy {
width: 15%;
text-align: right;
}

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

.city-list__artist {
padding: unset;
margin-top: 3px;
}

.artist-accordion-content tbody tr:last-child td{
border-bottom: 0
}

.tab-button-artists {
    font-size: 28px;
    margin-bottom: 20px;
}

.tab-button-artists.active {
    color: #282828;
    background: unset;
}

.artist-list {

    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

/*.artist-list .artist-card-item {*/
/*    padding: 0 15px 15px 15px;*/
/*}*/

.artist-list .artist-card-item {
    padding: 0 15px 30px 15px;
}

.artist-card-item .artist-item__content {
    padding: 10px 0;
    height: 72px;
}

@media screen and (min-width: 1600px) {
    .artist-card-item .artist-item__content {
        height: 95px;
    }
}

.artist-card-item .artist-item__text {
    text-align: center;
    height: -webkit-fill-available;
    justify-content: center;
}

.artist-accordion-content-item-city {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.artist-accordion-content-item-city svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.character-buttons-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin: 0 20px 20px 20px;
    border-bottom: 1px solid #8c8c8c;
    width: auto;
}

.character-button {
    cursor: pointer;
    margin: 0 5px;
    color: #383838;
}

.character-button:hover {
    color: #d31f37;
}

.show-artists {
    margin-top: 30px;
    margin-bottom: 30px;
}

.show-artists-list {
    display: flex;
}

.show-artists-list .title {
    color: #373737;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.3;
    cursor: pointer;
}

.show-artists-list .title:hover {
    color: #d31f37;
}

@media screen and (max-width: 1200px) {

    .artist-accordion-content-item {
        flex-direction: column;

    }

    .artist-accordion-content-item-top {
        padding-bottom: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .artist-accordion-content-item-bottom {
        padding-top: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .artist-accordion-content-item-bottom-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 70%;
    }
    span.artist-accordion-content-item-date {
        text-wrap: nowrap;
    }
    span.artist-accordion-content-item-name {
        width: 70%;
    }
    span.artist-accordion-content-item-buy {
        width: 30%;
    }
    span.artist-accordion-content-item-date {
        width: 100%;
    }
    span.artist-accordion-content-item-city {
        width: 100%;
    }
    span.artist-accordion-content-item-price {
        width: 100%;
    }
    .tab-button-artists {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {

    .artist-title {
        margin-bottom: 10px;
    }

    .artist-card__top .artist-card__title-socials {
        flex-direction: column;
    }
    .artist-card__socials {
        margin: unset;
    }
    .social-links-icons {
        margin-left: unset;
    }
    .artist-card__bottom {
        margin-top: 15px;
    }
    .city-list__artist {
        flex-direction: column;
    }
    .city-list__artist img {
        width: inherit;
    }
    .city-list__artist .city-list__poster {
        width: 100%;
    }
    .city-list__info {
        margin-left: unset;
        width: 100%;
    }
    .artist-accordion-button-container {
        display: block;
    }
    span.artist-accordion-content-item-buy {
        width: 100%;
    }
    span.artist-accordion-content-item-buy .btn {
        width: inherit;
    }
}
