@charset "UTF-8";

html, body {
    min-height: 100vh;
}

body {
    background-color: #3f3f44;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font: 14px/1.5 "Open Sans", "Trebuchet MS", sans-serif;
    color: #333;
}

#page_content {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#page_content > * {
    margin: 90px 0 20px 0
}

#sidebar_column {
    margin-left: 15px;
    padding-left: 17px;
}



#navbar_mobile_extra_links {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #29166F;
    color: #fff;
    text-align: center;
}

_::-webkit-full-page-media, _:future, :root #navbar_mobile_extra_links {
    padding-bottom: 20px; /* Отступ для Safari */
  }

.navbar_test {
    position: fixed;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0px;
}

/*#navbar_mobile_extra_links a {
    margin: 0rem 1.22rem 0rem 1.22rem;
}*/

.adaptive-size-col-mobile {
    flex-grow: 0.2 !important;
}

/*.navbar-toggler[aria-expanded="true"] + #navbar_mobile_extra_links {
    display: none;
}*/

.navbar-has-search #navbar_mobile {
    padding-bottom: 0;
}

.navbar.navbar-has-search .navbar-search {
    display: flex;
}

.navbar-has-search .nav-item.active .nav-link {
    border-color: transparent !important;
}

.navbar-search {
    position: absolute;
    color: #ffffff;
    width: 100%;
    z-index: 3;
    background-color: #29166f;
    padding: 0 .5rem;
    align-items: center;
    display: none;
}

.navbar-search-icon {
    width: 30px;
    height: 30px;
}

.navbar-search-icon-open {
    cursor: pointer;
}

.navbar-search .close {
    color: #ffffff;
    opacity: 1;
    margin-left: 4px;
    font-size: 35px;
    text-shadow: none;
}

.navbar-search input[type=search] {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    background-color: #29166f;
    color: #ffffff;
}

.navbar-search input[type=search]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-search [data-search-autocomplete-results] {
    top: 37px;
    width: 100%;
}

.navbar-search [data-search-autocomplete-results] .search-results-body {
    width: 100%;
}

.pagination-container {
    position: relative;
}

.pagination-btn .spinner-border,
.pagination-btn .spinner-border {
    width: 22px;
    height: 22px;
}

.pagination-btn.loading span:first-child,
.pagination-btn span:last-child {
    display: none;
}

.pagination-btn.loading span:last-child,
.pagination-btn span:first-child {
    display: inline-block;
}


@media (min-width: 300px) {
    #map {
        height: 300px
    }
}

@media (min-width: 540px) {
    #map {
        height: 500px
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-collapse {
        margin-left: 265px !important;
        margin-right: .5rem !important;
    }

    .navbar-search {
        margin-left: 230px;
        width: calc(100% - 230px) !important;
        padding: 0 .75rem 0 1.5rem;
    }

    .afisha-places-container-item {
        display: flex;
    }

    .afisha-event-session {
        position: relative !important;
    }

    .afisha-event-session-popover .card:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 100%;
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 8px 8px 8px 8px;
        left: 50%;
        transform: translateX(-50%)
    }

    .afisha-event-session-popover {
        bottom: 100%;
        margin-top: 0;
    }

    .navbar {
        position: static !important;
    }

    #page_content {
        padding: 0 40px !important;
    }

    #page_content > * {
        margin: 72px 0 20px 0
    }

    .container {
        max-width: 100%;
    }

    .navbar-search [data-search-autocomplete-results] {
        top: 41px;
        left: 1.5rem;
        width: calc(100% - 3rem);
    }


    #up_btn.active {
        display: flex;
    }

    .alert.alert-primary {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #content_column {
        flex-basis: 75% !important;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1366px;
    }

    .navbar-brand {
        left: -30px;
    }

    .navbar .navbar-collapse {
        margin-left: 230px !important;
        margin-right: 0 !important;
    }
}


a, #city, .btn.btn-buy-ticket * {
    transition: .3s;
}

a {
    text-decoration: none !important;
    color: #473f94;
}

a:hover {
    color: #c50c09 !important;
}

h1 {
    font-size: 26px !important;
    margin: 0 0 1.5rem;
    color: #242424;
}

.navbar, footer {
    background-color: #29166f;
    z-index: 3;
}

.navbar {
    padding: 0;
    position: fixed;
    width: 100%;
    font-size: 16px;
}

.navbar > .container {
    position: relative;
    padding: 0;
}

.navbar .nav-item .nav-link {
    color: #ffffff !important;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    display: inline-block;
}

.footer{
    padding: 0.1rem;
}

.navbar .nav-item .footer {
    font-size: 14px;
    color: #ffffff !important;
    border-bottom: 3px solid transparent;
    display: inline-block;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
}

.navbar-brand {
    margin: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar .navbar-collapse {
    margin: 0 .5rem;
}

.navbar .nav-item:hover .nav-link,
.navbar .nav-item:focus .nav-link,
.navbar .nav-item:active .nav-link,
.navbar .nav-item.active .nav-link,
footer a:hover {
    color: #fff500 !important;
}
.navbar .nav-item.active .nav-link {
    border-bottom: 3px solid #fff500;
}
.icon_middle{
    position:relative;
    display:inline-block;
    padding-top: 5px;
    margin-top: 20px;
}
.icon_middle img {
    width: 30px;
    height: 30px;
    bottom:15px;
    margin-bottom: 2.5px;
    position:absolute;
}

@media (max-width: 767px) {
    .navbar .click_search:hover .nav-link,
    .navbar .click_search:focus .nav-link,
    .navbar .click_search:active .nav-link,
    .navbar .click_search.active .nav-link,
    footer a:hover {
        color: #fff500 !important;
    }
    .navbar .click_search .nav-link {
        color: #ffffff !important;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        display: inline-block;
    }
    .navbar .click_search.active .nav-link {
        border-bottom: 3px solid #fff500;
    }
    .navbar, footer {
        background-color: #29166f;
        margin-bottom: 1.2rem !important;
    }
    footer {
        z-index: -1 !important;
    }
    .footer-mobile{
        display: none !important;
    }
}
.green:before {
    color: green;
}
@media (max-width: 767px) {
    .margin-mobile {
        margin-top: -35px;
    }
}
.navbar-brand-lg {
    top: 0;
    padding: 0;
    z-index: 2;
    position: absolute;
}

.navbar-brand:not(.navbar-brand-lg) {
    width: 100%;
    padding: 8px .5rem;
}

.navbar-brand:not(.navbar-brand-lg) .city-name {
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

footer {
    font-size: 13px;
    color: #ffffff;
}

footer a {
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

footer .footer-links a {
    border-color: rgba(71, 63, 148, 1);
    margin-right: 1rem;
    margin-bottom: .25rem !important;
    display: inline-block;
    white-space: nowrap;
}

footer a:hover {
    color: #fff500;
    border-color: rgba(255, 245, 0, .5);
}

footer .idea-links {
    margin-left: 5px;
    line-height: 14px;
    position: relative;
    bottom: 2px;
    white-space: nowrap;
}

.city-name {
    border-bottom: 1px dotted;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}

.city-name-lg {
    position: absolute;
    top: 59px;
    right: 37px;

}

#city:hover {
    color: #fff500;
}

.place-list-item-group {
    margin-bottom: .75em;
}

.place-list-item-group-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.place-list-item-subgroup {
    font-size: 13px;
}

.card-img-top, .card {
    border-radius: 0 !important;
}

.card-img-top-container {
    position: relative;
}

.card-img-top-container:hover .place-card-title-container {
    background-color: #29166f;
    transition: 0.3s;
    color: #ffffff !important;
}

.place-card-title-container {
    position: absolute;
    bottom: 0;
    background-color: rgba(90, 82, 157, .7);
    padding: 6px 10px;
    text-shadow: 1px 1px 0 #190d55;
    color: #fff;
    width: 100%;
}

.place-card-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.place-card-subtitle {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fs-24 {
    font-size: 24px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.btn, .page-item.active .page-link {
    border-radius: 0;
    box-shadow: none !important;
}

.btn-group .btn, .page-item .page-link {
    border-color: #ffffff !important;
}

.btn.btn-primary, .page-item .page-link {
    color: #ffffff !important;
    background-color: rgba(90, 82, 157, .6) !important;
    border-color: transparent;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary.active {
    background-color: #5a529d !important;
    border-color: #5a529d !important;
}

.disabled {
    pointer-events: none;
}

.page-item.disabled {
    opacity: 0.5;
}

#city_question {
    position: absolute;
    padding: 15px;
    font-size: 14px;
    background-color: white;
    right: 40px;
    top: 90px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
    color: #000000 !important;
}

.nowrap {
    white-space: nowrap !important;
}

.btn.btn-buy-ticket {
    width: 108px;
    height: 30px;
    zoom: 1;
    background: url("../images/buy_ticket.7df71b37f6c8.png") no-repeat;
    cursor: pointer;
}

.btn.btn-buy-ticket:hover {
    background-position: 0 -30px;
}

.btn.btn-buy-ticket:hover * {
    color: #ffffff;
    border-color: #ffffff;
}

.pagination {
    margin-bottom: 0 !important;
}

.text-primary {
    color: #5a529d !important;
}

.card-footer {
    background-color: #ffffff !important;
}


.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;
    z-index: 2 !important;
}

.swiper-bullet {
    padding: 0 4px;
    cursor: pointer;
    outline: none !important;
}

.swiper-bullet::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #5a529d;
    border-radius: 50%;
}

.swiper-bullet-active::after {
    background-color: #fff500 !important;
}

#content_column {
    flex-basis: 100%;
}

#sidebar_column, #content_column {
    min-width: 0 !important;
}

#sidebar_column {
    flex-basis: 25%;
}

.sidebar-tags-container {
    padding: 15px 15px 0 15px;
    width: 100%;
    color: #ffffff;
}

.sidebar-tags-container.sidebar-afisha-tags {
    background: linear-gradient(220deg, #fff500, #E37501)
}

.sidebar-tags-container.sidebar-places-tags {
    background: linear-gradient(220deg, #9492E9, #5654A5);
}

.sidebar-tags-container .btn, .sidebar-tags-container a {
    font-size: 12px;
}

.sidebar-tags-container div:last-child {
    color: #ffffff !important;
    padding: 10px 0;
    font-size: 12px;
    cursor: pointer;
}


#sidebar_places_slider .swiper-pagination {
    bottom: 10px !important;
}

#sidebar_places_slider {
    left: -4px;
    padding-bottom: 0 !important;
    width: calc(100% + 4px);
}

#sidebar_places_slider .swiper-slide {
    padding-left: 3px !important;
}

#sidebar_places_slider .swiper-pagination {
    width: 100%;
}

#sidebar_places_slider .swiper-wrapper:hover .sidebar-places-opacity {
    background-color: rgba(0, 0, 0, 0.6) !important;
    transition: 0.3s;
}


#place_group__sidebar_places__slider .swiper-pagination {
    bottom: 10px !important;
}

#place_group__sidebar_places__slider {
    padding-bottom: 0 !important;
    width: 100%;
}

#place_group__sidebar_places__slider .swiper-pagination {
    width: 100%;
}

#place_group__sidebar_places__slider .swiper-wrapper:hover .sidebar-places-opacity {
    background-color: rgba(0, 0, 0, 0.6) !important;
    transition: 0.3s;
}


.sidebar-places-slide-swiper-bullet {
    padding: 0 10px;
    cursor: pointer;
}

.sidebar-places-slide-swiper-bullet::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
}

.sidebar-places-slide-swiper-bullet:hover::after {
    background-color: #ffffff;
}

#sidebar_date_picker {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 0;
    height: 0;
    top: 48px;
}

.datepicker {
    box-shadow: 0 10px 25px -5px rgb(0 0 0 / 40%);
}


.datepicker--pointer {
    display: none;
}

.datepicker--nav-title {
    pointer-events: none;
}

.datepicker--nav-title i {
    color: #4a4a4a;
}

.datepicker--cell:hover,
.datepicker--nav-action:hover svg path,
.datepicker--nav-title:hover,
.datepicker--nav-title:hover i {
    transition: .3s;
}

.datepicker--nav-action svg path {
    stroke: #000;
}

.datepicker--content {
    padding: 0 15px 15px 15px;
}

.datepicker--days-names {
    background-color: #5a529d;
    height: 32px;
    margin-left: -23px;
    margin-right: -23px;
    margin-top: 0;
    position: relative;
    padding: 0 23px;
}

.datepicker--cell-day {
    font-size: 12px;
    text-decoration: underline;
    color: #473f94 !important;
    background-color: transparent !important;
}

.datepicker--cell-day:hover, .datepicker--cell-day:focus, .datepicker--cell-day:active {
    color: #c50c09 !important;
}

.datepicker--cell.-current- {
    color: #ffffff !important;
    background-color: #5a529d !important;
    border-radius: 50%;
    text-decoration: none;
}

.datepicker--days-names::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
}

.datepicker--days-names::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    right: -7px;
    overflow: hidden;
    border-style: none solid solid;
    border-width: 7px;
    border-color: transparent transparent transparent #2d294f;
}

.datepicker--days-names::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    left: -7px;
    overflow: hidden;
    border-style: none solid solid;
    border-width: 7px;
    border-color: transparent #2d294f transparent transparent;
}

.datepicker--day-name {
    color: #ffffff !important;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: .924em;
}

.breadcrumb-item a {
    color: #7f7f7f !important;
    text-decoration: underline !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 3px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 3px;
}

.popover-body {
    font-size: 12px;
}

.caret {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -2px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.event-category {
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 10px;
    padding: 6px 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5a529d;
    user-select: none;
    left: -4px;
}

#sidebar_places_slider .event-category {
    left: 0;
}

.event-category::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-width: 0 4px 4px 0;
    border-color: transparent #36315e transparent transparent;
    border-style: solid;
}

.sidebar-places-title-container {
    position: absolute;
    bottom: 40px;
    padding: 0 20px;
    width: 100%;
}

.sidebar-places-title {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    color: #ffffff;
    font-size: 16px;
    display: inline;
}

.sidebar-places-subtitle {
    color: #ffffff;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    text-transform: uppercase;
}

.sidebar-places-title:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff !important;
}

.sidebar-places-opacity {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 10px;
    color: #ffffff;
}

.btn-light {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: #fafafa !important;
}

.text-underline {
    border-bottom: 1px solid rgba(71, 63, 148, .25) !important;
}

.sidebar-day {
    font-size: 12px;
    padding: 4px 7px;
    margin: 0 1px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.sidebar-day.weekend {
    color: #ff5757;
}

.sidebar-day.active {
    background: #5a529d;
    color: #ffffff !important;
}

.afisha-event-session-popover {
    position: absolute;
    margin-bottom: 8px;
    z-index: 100500;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: .45rem;
}

.afisha-event-session {
    display: inline-block;
    margin-bottom: .5rem;
}

.afisha-event-session a {
    font-size: .924em;
    white-space: nowrap;
    border-bottom: 1px dotted;
}


.afisha-event-session-popover .card {
    border: 0;
    box-shadow: 0 5px 15px rgb(0 0 0 / 25%)
}

.afisha-event-session-popover .close {
    position: absolute;
    right: 5px;
}

.afisha-event-session-popover .spinner-border {
    width: 25px;
    height: 25px;
}

.afisha-event-session-popover .card-header {
    min-height: 39px;
    background-color: #ffffff;
    text-align: center;
    padding: .25rem;
}

.afisha-event-session-popover .card-header .alert {
    display: inline-block;
}

.afisha-event-session-popover .card-footer {
    position: relative;
}

.afisha-event-session-popover .card-footer .session-hall-name {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 0 .5em;
    font-size: 13px;
}

.afisha-event-session-popover .session-ticket-info-item {
    font-size: 13px;
}

.afisha-event-session-popover .session-ticket-info-item span:first-child {
    color: #5a529d;
}

.afisha-event-title {
    font-size: 17px;
    text-decoration: underline !important;
    margin-bottom: 3px;
}

.afisha-place-title {
    font-size: 14px;
    text-decoration: underline !important;
}

.afisha-places-container-item {
    border-bottom: 1px solid #e8e8e8;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px 0;
    flex-direction: row;
    align-items: center;
}

.menu-content {
    margin-left: -4px;
}

.menu-content-item {
    display: inline-block;
    padding: 5px 8px;
}

.menu-content-item a {
    white-space: nowrap;
    transition: none !important;
    text-decoration: underline !important;
}

.menu-content-dotted .menu-content-item a {
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

.menu-content-item.active {
    background: #5a529d;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    border-radius: 3px;
}

.menu-content-item.active a {
    color: #ffffff !important;
    border-bottom: 1px solid transparent !important;
    text-decoration: none !important;
}

.afisha-places-container-item:last-child {
    border-bottom: 0 !important;
}

#calendar {
    padding: 20px 25px;
    text-transform: lowercase;
    text-align: center;
}

#calendar .card-body {
    padding: 0 !important;
}

#sidebar_search {
    position: relative;
}

#sidebar_search input[type=search] {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    outline: none;
    position: relative;
    padding: .25em .5em .25em 32px;
    height: 44px;
    margin-top: 7px;
}

#sidebar_search input[type=search]:focus {
    border-color: #5a529d;
    transition: 0.3s;
}

#sidebar_search input[type=search]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

#sidebar_search input[type=submit] {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    left: 4px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url("../images/search.99830640134d.svg");
    border: none;
    outline: none;
    cursor: pointer;
}

[data-search-autocomplete-results] {
    position: absolute;
    font-size: 13px;
    overflow: hidden;
    z-index: 100002;
    box-shadow: 0 10px 25px -5px rgb(0 0 0 / 40%);
    right: 0;
    color: #7f7f7f;
}

[data-search-autocomplete-results] .search-results-body {
    width: 520px;
    padding: 0 1em;
    text-align: left;
    background: #fff;
}

[data-search-autocomplete-results] .search-results-footer {
    padding: 1em 3em 1em 1em;
    background: #eaeaea;
}

[data-search-autocomplete-results] .search-results-footer span {
    color: #7f7f7f !important;
    margin-left: .5em;
}

[data-search-autocomplete-results] a:hover {
    text-decoration: underline !important;
}

[data-search-autocomplete-results] .search-results-row:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}

[data-search-autocomplete-results] .search-results-row .flex-column:first-child {
    padding: .5em 1em .5em 0;
    min-width: 7em;
}

[data-search-autocomplete-results] .search-results-row .flex-column:last-child {
    padding: .5em 0;
}

[data-search-autocomplete-results] .search-results-row .flex-column:last-child > * {
    padding: 0 1em;
    margin-bottom: .25em;
    line-height: 1.3;
}

[data-search-autocomplete-results] .search-results-row .flex-column:last-child span::before {
    content: '\2022';
    margin: 0 .6em;
    font-size: 8px;
    color: #7f7f7f;
    position: relative;
    top: -1px;
}

[data-search-autocomplete-results] .search-results-row-more {
    color: #7f7f7f;
}

.page-title {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.page-title h1 {
    margin-bottom: 0;
}

.help-icon {
    width: 15px;
    height: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 13px;
    font-style: normal;
    background: rgb(213, 208, 238);
    color: rgba(90, 82, 157, 0.9);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    line-height: 15px;
    text-align: center;
    right: -17px;
    top: 0;
}

.help-icon:before {
    content: '\0069';
}


.decoration-dotted {
    text-decoration: none !important;
    border-bottom: 1px dotted !important;
    border-radius: 0;
}

.decoration-underline {
    text-decoration: underline !important;
}

.close {
    outline: none !important;
    transition: 0.3s;
}

.text-yellow {
    color: #fff500;
}

.buy-ticket-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: max-content;
}

.place-card .buy-ticket-container {
    top: 5px;
}

a.fab::before, a.fa::before {
    color: #473f94;
    transition: .3s;
}

a.fab:hover::before, a.fa:hover::before {
    color: #c50c09;
}

.vbox-container {
    overflow-y: auto !important;
}

#menu-content a {
    font-size: 14px;
}

.q_search {
    position: relative;
}

.q_search .input-group {
    padding: 3px;
    background-color: #5a529d;
    border-radius: .25rem;
}

.q_search input {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.q_search .btn {
    margin-left: 4px;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    border: none !important;
}

.alert-primary {
    background-color: #8280d7;
    color: #ffffff;
    border-color: #8280d7;
}

.swiper-button-next, .swiper-button-prev {
    outline: none !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: '' !important;
    font-family: inherit !important;
    min-width: 45px;
    min-height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.75;
    outline: none !important;

    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s;
}

.swiper-button-next:hover::after,
.swiper-button-next:focus::after,
.swiper-button-next:active::after,
.swiper-button-prev:hover::after,
.swiper-button-prev:focus::after,
.swiper-button-prev:active::after {
    opacity: 1;
}

.swiper-button-next::after {
    margin-right: 20px;
    background-image: url("../images/swiper-right.33857ca7cd94.svg");
}

.swiper-button-prev::after {
    margin-left: 20px;
    background-image: url("../images/swiper-left.be0b206db280.svg");
}

.text-muted {
    color: #7f7f7f !important;
}

.card-group > .card {
    margin-bottom: 0 !important;
}

.django-ckeditor-widget {
    display: block !important;
}

.is-invalid, .is-valid {
    background-image: none !important;
}

.errorlist {
    margin-bottom: 0 !important;
    padding-left: 15px !important;
}

.custom-file-select {
    position: relative;
}

.custom-file-select > .form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-file-select input[type=file] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

.modal.fade {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.modal.fade.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
    background-color: #5a529d !important;
}

#up_btn {
    position: fixed;
    height: 100%;
    background-color: rgba(255, 255, 255, .05);
    width: 60px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}

#up_btn:hover {
    background-color: rgba(255, 255, 255, .1);
}

#up_btn:hover .caret {
    border-color: #ffffff;
}

#up_btn .caret {
    padding: 5px;
    border-color: rgba(255, 255, 255, .5);
}

.label-required {
    color: red;
}


.select2 .select2-selection__rendered {
    font-size: 1rem;
}

footer .age-restricted {
    padding: 2px;
    border: 2px solid white;
    border-radius: 5px;
    font-weight: bold;
}

footer .age-restricted:after {
    content: '18+';
}

.footer .age-restricted {
    padding: 1px;
    border: 2px solid white;
    border-radius: 5px;
    font-weight: bold;
}

.footer .age-restricted:after {
    content: '18+';
}

.modal-title {
    font-size: 20px;
}

.alert.alert-primary {
    position: relative;
    margin: 1em 0;
    padding: .5em 2em .5em .5em;
    min-height: 2em;
    color: #fff;
    background: rgba(90, 82, 157, .4);
    border-radius: 3px;
    border: 0;
}

.alert.alert-primary a {
    color: #fff !important;
    text-decoration: underline !important;
    display: inline-block;
}

.alert.alert-primary .close {
    padding: 10px 15px;
}

.alert.alert-primary a:hover {
    color: #fff500 !important;
}

.alert.alert-primary .close {
    top: 50%;
    transform: translateY(-50%);
}

.alert.alert-primary .close:hover {
    color: #fff500;
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
    z-index: 1020;
}


.how-to-get-here {
    text-decoration: none;
    border-bottom: 1px dotted;
}


.move-to-category-form #id_place_groups {
    min-height: 60vh;
}
