.menucontainer {
    line-height: 14px;
    height: 20px;
}

.menuicon {
    height: 28px !important;
    width: 28px;
}

.cart_volume {
    position: absolute;
    line-height: 0;
    background-color: #ff0000;
    margin: -13px 0px 0px 15px;
    color: #fff !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px;
    padding-top: 10px;
    font-size: 11px;
    font-weight: 700;

    text-align: center;
    vertical-align: middle;

}

.cart_volume b {
    font-weight: 700;
}

.menutop {


    line-height: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;


    overflow: hidden;
    overflow-x: scroll;

    white-space: nowrap;
    z-index: 10221;
    width: 100%;

}

.menutop::-webkit-scrollbar {
    width: 0;
}

.menutop a {
    padding: 0px 15px 0px 0px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
}

.header2 {
    top: 0;
    margin: 10px 0px;
    background-color: #fff;
    z-index: 10220;
    height: 55px;
}

.header2 a {
    text-decoration: none;
}

.logocol {
    text-align: left;
    line-height: 0.9 !important;
    min-width: 150px;
}

.brand {
    min-width: 128px;
    margin: 0px 10px 0px 0px;
}

.brand:hover {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .brand {
        min-width: 330px;
    }
}

.logoacity {
    font-size: 28px;
    float: right;
}

.cityicon {
    margin: 13px 0px;
}

.citytext {

    color: #000;
    font-size: 13px;
    margin: 15px 10px;

}

.search {
    flex: 1;
}

.search input {
    border-radius: 8px;
}


.site--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site--header__wrapper {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
}


.header_menu_link {
    color: #000;
    font-size: 14px;
    margin: 8px;
}

.header_menu_link .menuicon {
    color: var(--primary);
}

.header_menu_link:hover {
    color: var(--primary-darker);
    text-decoration: none;
}

.header_menu_link:hover .menuicon {
    color: var(--primary-darker);
}

.citymodal {
    font-size: 28px !important;
    padding: 20px;
}

.logoa {
    vertical-align: middle;
    line-height: 0.4 !important;


}

.logoimg {
    float: left;
    height: 50px;
    margin: 3px 8px 0px 0px;
}

/* Partner logo centered styles */
.brand--centered {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.logoimg--centered {
    float: none !important;
    margin: 0 !important;
    max-height: 60px;
}

.logotextpc {
    font-size: 16px;
    margin: 11px 0px 3px 10px;
    line-height: 1 !important;
    color: #333;
}

.logotextpc2 {
    font-size: 12px;
    margin: 0px 0px 0px 10px;
    line-height: 1 !important;
    color: #333;
}

.logotextmob {
    font-size: 11px;
    margin-top: 12px;
    display: block;
    line-height: 1 !important;
    height: 50px;
    color: #444;
}

.btn-cities {

    background: #FFFFFF;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 1px 1px 10px rgba(161, 161, 161, 0.1);
    border-radius: 20px;
    padding: 8px 8px 8px 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    min-width: 100px !important;
    margin: 10px 10px 0px 0px;
}

.btn-cities-active {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary-darker) !important;
}

.btn-cities-active:hover {
    background-color: var(--primary-darker) !important;
    border-color: var(--primary-darker) !important;
    color: #eee !important;
}

.btn-cities-active .btn-badge__num {
    color: #eee;
}

.btn-cities:hover {
    color: var(--primary-darker);
    border-color: var(--primary-darker) !important;
}

.cities {
    display: flex;

    padding: 10px 20px;
    gap: 10px;
}

.searchcol {
    margin: 8px 0px;
}

.searchmodala {
    font-size: 28px;
}

.search_a {
    white-space: normal;
    color: #666;
}

.cabinettext {
    width: 120px;
    font-size: 13px;
    margin: 18px 10px;
}

.cabinetmenu {
    width: 220px;
    max-width: 220px;
}

.cabinetmenu a {
    width: 220px !important;
    max-width: 220px;
}


.nav .dropdown-item {
    width: 100%;
    min-width: 300px;
    white-space: inherit;
}


/* календарь */

.calendays::-webkit-scrollbar {
    width: 0;
}

.calenday_prev {
    left: -20px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #333;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 40;

}

.calenday_next {

    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #333;
    width: 10px;
    height: 10px;
    right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    z-index: 40;

}

.calendays {
    scrollbar-width: none;
    display: flex;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 2px;
    padding: 25px 0px 0px 0px;
    width: 100%;
}

.calenday {
    margin: 0px 10px 0px 0px;
    padding: 9px 5px 5px 5px;
    line-height: 16px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    color: #000;
    text-align: center;
}

.calenday_active {
    color: #fff !important;
    background: var(--primary) !important;
    border-radius: 5px;

}

.calenday_weekend {
    /*color:#db1c1c;*/
    color: rgb(255, 99, 99);
    /*color: #ff828d;	*/
}

.calenday_empty {
    color: #ccc;
    font-weight: normal;
}

.weekday {
    font-size: 12px;

    margin: 7px 4px 0px 4px;
}

.month_text {
    position: sticky;
    left: 0px;
    height: 13px !important;
    margin-top: -20px;
    display: run-in;
    background: #fff !important;
    color: #A9A9A9;
    text-transform: uppercase;
    font-size: 11px;
    width: 0;
}

.month_text2 {
    padding-left: 30px;
    margin-left: -25px;
    background: #fff !important;
    width: 200px;
}

.month_tab {
    width: 20px;
    height: 20px;
    margin: 10px;
}

.section_calendar {
    margin-top: 0px;
}

.menumodal {
    padding: 20px;
}

.menumodal a {
    white-space: normal;
}

.category-page__heading2 {
    white-space nowrap;
    position: relative;
    display: table;
    max-width: 655px;
    width: 100%;
    margin: 5px auto;


    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.textnoevent {
    padding: 4px 7px;
    border-radius: 5px;
    background-color: #db1c1c;
    display: inline-block;
}



.category-page__heading {
    position: relative;
    display: table;
    max-width: 655px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 5px;



}

.iconfooter {
    padding: 8px !important;

}

.iconfooter img {
    background-color: none;
    border-radius: 16px;
    height: 32px !important;
    width: 32px;
    margin: 10px 0px;
}

.iconfooter img {


    height: 32px;
    width: 32px;
}

.iconfooter img:hover {
    background-color: var(--primary);
}

.img-top-bar {

    background-color: rgb(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: -10px auto;

}

.img-bar-footer {

    position: absolute;
    left: 0;
    align-items: flex-start;
    bottom: 0;
    margin-top: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px;
    color: #fff;
    font-size: 22px;
}


.newsection {
    margin-bottom: 50px;
}

.new2card-grid {
    display: grid;



    gap: 20px;
}

@media screen and (max-width: 768px) {
    .new2card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .newcard-img {
        height: 250px !important;
    }
}

@media screen and (min-width: 768px) {
    .new2card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .new2card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .newcard:nth-child(8n) {
        grid-column: span 2;
    }

    .newcard:nth-child(8n) .newcard-img {
        height: 250px;
    }
}

@media screen and (min-width: 1280px) {
    .new2card-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .newcard:nth-child(5n-4) {
        grid-column: span 2;
    }

    .newcard:nth-child(5n-4) .newcard-img {
        height: 300px;
    }
}

.newcategory-page__content {
    border-radius: 20px;
    background: #fff;
    padding: 30px 20px;
}

h1 small {
    font-size: 18px;
    color: #777;
}



.newcard_no-tickets {
    font-size: 13px;

}

.newcard_no-tickets button {
    z-index: 51;
    font-size: 12px;
    padding: 2px 5px !important;
    height: 28px;
}

.newcard {

    background-color: #fff !important;
    border-radius: 20px;
}



.newcard .card-text {
    line-height: 20px;
}

.card-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: bottom;
    white-space: nowrap;

    color: #000;

    height: 20px;

}

.card-tags {


    margin-top: 14px;
    font-size: 11px;
    color: #888;
    line-height: 11px;
    right: 0;
    max-width: 50%;
    float: right;
    text-align: right;
}

.newcard-body {
    padding: 10px;
}

.newcard-price {
    display: inline-block;
    background-color: rgb(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 4px 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    position: absolute;
    left: 10px;
    bottom: 20px;
    margin: -10px auto;

}

.newcard-old-price {
    text-decoration: line-through;
    font-size: 12px !important;
    margin-bottom: 10px;
    position: absolute;
    color: #fff;
    background: var(--primary) !important;
}

.card-title {
    font-size: 19px;
}

.newcard {
    padding: 0;
    border-radius: 20px !important;
}

.newcard .card {

    border-radius: 20px !important;
}

.newcard-img {
    object-fit: cover;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}



.newcard-grid__item {
    margin-bottom: 10px;
}




.luba2card-grid {
    display: grid;



    gap: 20px;
}

@media screen and (max-width: 768px) {
    .luba2card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .lubacard-img {
        height: 250px !important;
    }
}

@media screen and (min-width: 768px) {
    .luba2card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .luba2card-grid {
        grid-template-columns: repeat(3, 1fr);
    }


}

@media screen and (min-width: 1280px) {
    .luba2card-grid {
        grid-template-columns: repeat(3, 1fr);
    }


}

.lubacard-img {
    object-fit: cover;
    height: 250px;
    border-radius: 20px;

}

.card {
    background-color: rgb(0, 0, 0, 0) !important;
    border: 0 !important;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}


.lubacard-date {
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: bottom;
    white-space: nowrap;
    background-color: rgb(255, 255, 255, 0.8);
    color: #000;
    border-radius: 12px;
    padding: 3px 10px;
    height: 25px;

}


.lubacard-title {
    font-size: 22px;
    font-weight: 500;
}


.card-body {
    padding: 1.25rem 1.25rem 1.25rem 0;
}


.lubacard-tags {



    flex-direction: row;
    align-items: flex-start;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    gap: 10px;
}

.lubacard-tag {
    display: inline-block;
    box-sizing: border-box;
    margin: 0px 10px 10px 0px;


    padding: 8px 16px;

    height: 32px;

    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 10px rgba(161, 161, 161, 0.1);
    border-radius: 20px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.lubacard-price {
    font-weight: 600;
    font-size: 20px;
}


.newevents-slider {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 1135px;
    position: relative;
    margin-bottom: 40px;
}

.events-slider__item {
    margin: 0 10px;

}


.arrow-prev,
.arrow-next {

    top: 40%;
}

@media screen and (min-width: 768px) {

    .arrow-prev {
        left: -30px;
    }

    .arrow-next {
        right: -30px;
    }
}


.pay__system {

    padding: 3px 10px;
}


.pay__system2 {
    margin: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    border-radius: 15px;
    border: 1px solid #e9e9e9;
    width: 30px;
    height: 30px;
    background: #fff;
}

.pay__system2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cartable {
    font-size: 13px;
}

.cartable td {
    padding: 0px 10px 5px 0px;
}

.cartable td img {
    border-radius: 4px;
}

.pay__price-value {
    margin: 5px 0px;
    font-size: 18px;
}


.iti__country-list {
    z-index: 10000;
}

.iti {
    display: block;
}

.button {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 8px 5px 8px;
    border-radius: 10px;
    background-color: var(--primary) !important;
}

.button:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #2cc0b9 !important;


}


/*  форма заказа промокод поле ошибки*/

.form-group_error::before {
    bottom: -14px;
}

/*  форма заказа промокод поле успешно*/

.form-group_success::before {
    bottom: -14px;
}

.payicon {
    float: left;
}

.paytext {

    position: absolute;

    left: 85px;

    font-weight: 400;
}

.paytext2 {
    position: absolute;
    top: 50;
    margin-top: -0.7em;
    left: 85px;
}

.payicon img {

    width: 50px;
    height: 38px;
    margin-top: 0px;
    margin-right: 5px;


}


.form-check2 {
    margin-bottom: 20px;


    vertical-align: middle;

}

.form-check2 input[type=radio] {
    display: none;
}

.form-check2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
    width: 100%;
    height: 38px;


}

.form-check3 label {
    display: inline-block;

    position: relative;

    margin-right: 0;
    line-height: 18px;
    user-select: none;
    width: 100%;
    height: 18px;


}

.form-check2 label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 10px;
    background: url(/images/paysystems/radio-1.png) 0 0 no-repeat;
}

/* Checked */
.form-check2 input[type=radio]:checked+label:before {
    background: url(/images/paysystems/radio-2.png) 0 0 no-repeat;
}

/* Hover */
.form-check2 label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.form-check2 input[type=radio]:disabled+label:before {
    filter: grayscale(100%);
}