.contact_lounge__div.with-text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 100px;
}

.contact_lounge__div.with-text .with-text {
    padding-top: 30px;
}

.contact_lounge__div.with-text .text-2 {
    width: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* Start - Buttons */
.ice-btn {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 2px;
    min-width: 220px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    border-style: solid;
    padding: 0 10px
}

.ice-btn--outline {
    border: 2px solid #8B134E;
    filter: drop-shadow(0px 5px 50px rgba(255, 255, 255, 0.45));
}

.ice-btn--gradient {
    border: none;
    background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
    box-shadow: 0px 5px 35px rgba(80, 24, 86, 0.1);
}

.ice-btn--dark {
    background-color: #101010;
    border-color: #101010;
    color: #ffffff;
    box-shadow: 0px 5px 35px rgba(80, 24, 86, 0.1);
}

.ice-btn--light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #101010;
    box-shadow: 0px 5px 50px rgba(255, 255, 255, 0.15);
}

.ice-btn--light {
    background-color: #ffffff;
    color: #101010;
    border-color: #ffffff;
}

.ice-btn--light:hover,
.ice-btn--light:focus {
    box-shadow: 0px 0px 24px #FFFFFF, 0px 5px 50px rgba(255, 255, 255, 0.15);
}


.ice-btn--light:active {
    box-shadow: none;
    background-color: #ebebeb;
}

.ice-btn--outline:hover,
.ice-btn--outline:focus {
    filter: none;
    text-shadow: 0px 0px 24px #FFFFFF;
}

.ice-btn--outline:active {
    text-shadow: none;
    filter: none;
}

.ice-btn--gradient:hover,
.ice-btn--gradient:focus {
    text-shadow: 0px 0px 24px #FFFFFF;
    box-shadow: none;
}

.ice-btn--gradient:active {
    text-shadow: none;
    box-shadow: none;
}

.ice-btn--dark:hover,
.ice-btn--dark:focus {
    text-shadow: 0px 0px 24px #FFFFFF;
    box-shadow: none;
}

.ice-btn--dark:active {
    text-shadow: none;
    color: #E8E8E8;
    box-shadow: none;
}


.ice-btn__group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ice-btn__group .ice-btn:not(:last-child) {
    margin-right: 38px;
}

.ice-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 2px;
    width: 200px;
    height: 48px;
    padding: 9px 20px;
    gap: 20px;
    box-sizing: border-box;
}

.ice-counter__btn {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 41px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 0;
}

.ice-counter__btn-minus {
    background: transparent;
    color: #7A7A7A;
}

.ice-counter__btn-plus {
    background: linear-gradient(268.05deg, #E31E4C 18.64%, #CF1B4C 25.03%, #91124D 44.63%);
    color: white;
    transform: translateY(1px);
}

.ice-counter__btn-plus:before {
    content: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 5H0.5V9H14.5V5Z' fill='white' /%3E%3Cpath d='M9.5 14L9.5 0L5.5 0L5.5 14H9.5Z' fill='white' /%3E%3C/svg%3E");
    display: inline-block;
}

.ice-counter__input {
    width: 30px;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    color: black;
    -moz-appearance: textfield;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}

.ice-counter__input::-webkit-outer-spin-button,
.ice-counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ice-counter__btn:active {
    opacity: .8;
}
/* End - Buttons */

.lounge_slider .ice-btn__group {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .lounge_slider .ice-btn__group {
        flex-direction: column;
        align-items: flex-start;
    }

    .lounge_slider .ice-btn__group .ice-btn {
        min-width: 228px;
        height: 48px;
        margin-right: 0;
    }

    .lounge_slider .ice-btn:not(:last-child) {
        margin-bottom: 20px;
    }

    .lounge_slider .slider_title {
        display: block;
    }
}

/* Start - Сезонный сертификат */
.seasonal-cert {
    padding: 87px 50px 98px;
    background-color: #fff;
    background-image: url('./images/season_tickets_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.seasonal-cert::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 15, 42, 0.85);
    z-index: 1;
    backdrop-filter: blur(2px);
}

.seasonal-cert__inner {
    position: relative;
    z-index: 2;
}

.seasonal-cert__title {
    color: #fff;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-align: center;
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.seasonal-cert__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.seasonal-cert__card {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 15px;
    background-color: rgb(0 0 0 / 80%);
    position: relative;
    width: 100%;
    max-width: 450px;
    padding: 50px;
    margin-bottom: 30px;
}

.seasonal-cert__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: '';
    height: 16px;
    width: 100%;
    background: linear-gradient(45deg, #266aed 0, #98388b 100%);
}

.seasonal-cert__card-title {
    width: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(to right, #DD174C, #82296A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.seasonal-cert__card-price {
    width: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 30px;
}

.seasonal-cert__card-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.seasonal-cert__card-price span {
    font-size: 30px;
}

.seasonal-cert__card-btn {
    color: #ffffff;
    background: #E31E24;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    min-width: 150px;
    height: 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #101010;
    margin: 0 auto;
    transition: all .1s ease;
}

.seasonal-cert__card-btn:hover {
    color: #000000;
}
/* End - Сезонный сертификат */
.bx-auth-profile {
    margin: 0 auto;
    max-width: 585px;
}

.profile-form .b_form input,
.profile-form .b_form textarea{    -webkit-appearance: none; max-width: 100%;}

.profile-form  input[type="text"],
.profile-form  input[type="password"],
.profile-form  input[type=""],
.profile-form  input[type="text"],
.profile-form  input[type="password"],
.profile-form  input[type="number"],
.profile-form  input[type=""] { outline: none; font-family: inherit; width: 100%;  left: 0; top: 0; font-size: 16px; color: #575757; line-height: 20px; padding: 8px 15px; box-sizing: border-box; position: relative; border: none; border: 1px solid #dedee1; margin-top: 5px; border-radius: 3px; }
.profile-form  button { margin: 0; }
.profile-form  textarea { outline: none; font-family: inherit; width: 100%;  height: 90px; left: 0; top: 0; font-size: 13px; color: #575757; line-height: 20px; padding: 10px 15px; box-sizing: border-box; position: relative; border: none; border: 1px solid #dedee1; margin-top: 15px; border-radius: 3px;  resize: none; display: block;}
.profile-form  .error{color: #f33; font-size: 13px; padding: 4px 0 0 5px; line-height: 14px;}

.profile-form .bx-auth-profile{margin: 0 auto; max-width: 600px;}
.profile-form .input{margin: 0 0 20px 0;}
.profile-form .input label{margin: 0; display: block; float: left; width: 100%; font-weight: 500; color: #999; font-size: 12px; line-height: 14px;}
.profile-form .input input{margin: 3px 0 0 0;}
.profile-form .field-title {
    margin-top: 10px;
    display: block;
}
.profile-form .input-submit
{
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}


.tabs {
    margin: 20px 0;
}
.tabs .tabs-list {

}
.tabs .tabs-list .tabs-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 226px;
    margin: 0 20px 25px 0;
    padding: 9px 10px 11px 10px;
    color: #101010;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
    border: 2px solid #101010;
    border-radius: 2px;
    cursor: pointer;
}
.tabs .tabs-list .tabs-list__item.active {
    min-width: 230px;
    padding: 11px 10px 13px;
    color: #ffffff;
    background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
    border: none;
}
.tabs .tabs-content {
    position: relative;
}
.tabs .tabs-content .tabs-content__item {
    display: none;
}
.tabs .tabs-content .tabs-content__item.active {
    display: block;
}
#personal_phone_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    padding: 60px 80px 60px 80px;
    transform: translate(-50%, -50%);
    background: #000000;
    z-index: 9999;
}
#personal_phone_popup .popup-container {

}
#personal_phone_popup .popup-container .popup-body {

}
#personal_phone_popup .popup-container .popup-body .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    cursor: pointer;
}
#personal_phone_popup .popup-container .popup-body .title {
    padding-bottom: 25px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.34;
    letter-spacing: 0.085em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#personal_phone_popup .popup-container .popup-body .text {
    text-transform: uppercase;
}
#personal_phone_popup .popup-container .popup-body .text p {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    text-transform: none;
}
#personal_phone_popup .popup-container .popup-body .text p a {
    text-decoration: underline;
}
#personal_phone_popup .popup-container .popup-body .text p a:hover {
    text-decoration: none;
}
#personal_phone_popup .popup-container .popup-body .text ul {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    text-transform: none;
}
#personal_phone_popup .popup-container .popup-body .text ul li {
    display: block;
}
#personal_phone_popup .popup-container .popup-body .text .buttons {
    margin-top: 50px;
    text-align: center;
}
#personal_phone_popup .popup-container .popup-body .text .buttons .button {
    display: flex;
    width: 100%;
    min-width: 220px;
    height: 60px;
    margin-top: 20px;
    color: #FFFFFF;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 10px;
    border: none;
    background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
    box-shadow: 0 5px 35px rgb(80 24 86 / 10%);
}
#personal_phone_popup .popup-container .popup-body .text .buttons .button:hover {
    text-shadow: 0 0 24px #ffffff;
    box-shadow: none;
}
@media (max-width: 767px) {
    #personal_phone_popup {
        padding: 50px;
    }
    #personal_phone_popup .popup-container .popup-body .title {
        font-size: 30px;
    }
    #personal_phone_popup .popup-container .popup-body .text p {
        font-size: 16px;
    }
}
.parking-check-page {
    margin: 40px 0;
}
.parking-check-page .container-fluid {
    max-width: 1200px;
    margin: 40px auto;
    text-align: center;
}
.parking-check-page .parking {

}
.parking-check-page .parking .order-title {
    margin: 0 0 20px 0;
    font-size: 32px;
    text-align: center;
}
.parking-check-page .parking .event-title {
    margin: 0 0 40px 0;
    font-size: 32px;
    text-align: center;
}
.parking-check-page .parking .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.parking-check-page .parking .items .item {
    width: 52%;
    margin: 0 0 30px 0;
    padding: 2px;
    border-color: transparent;
}
.parking-check-page .parking .items .item .data {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    color: #ffffff;
}
.parking-check-page .parking .items .item {
    background: rgba(0,0,0,0.3);
    cursor: text;
}
.parking-check-page .parking .items .item.active {
    background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
    cursor: pointer;
}
.parking-check-page .parking .items .item.active .data {
    color: #000000;
    background: #ffffff;
}
.parking-check-page .parking .items .item .ico {
    margin: 0 30px 0 0;
}
.parking-check-page .parking .items .item .ico img {
    width: 50px;
}
.parking-check-page .parking .items .item .status {
    margin: 0 30px 0 0;
    font-size: 24px;
    flex-grow: 1;
}
.parking-check-page .parking .items .item .barcode {
    font-size: 24px;
}
.parking-check-page .parking .image {
    margin: 0 0 40px 0;
}
.parking-check-page .parking .mess {

}
.parking-check-page .parking .mess.green {
    color: green;
}
.parking-check-page .parking .mess.red {
    color: red;
}
.parking-check-page .parking .buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.parking-check-page #parking_message {
    margin: 30px 0;
}
.parking-custom-loader {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}
.parking-custom-loader.active {
    display: flex;
}
.parking-custom-loader .parking-custom-loader-ico {
    width: 24px;
    height: 24px;
    background: url('/local/modules/bq.colosseo/assets/js/fancybox/fancybox_loading.gif') top left no-repeat;
}
@media (max-width: 767px) {
    .parking-check-page .parking .items .item {
        width: 100%;
    }
    .parking-check-page .parking .items .item .data {
        padding: 10px;
        flex-flow: row wrap;
    }
    .parking-check-page .parking .items .item .data div {
        margin: 0;
    }
    .parking-check-page .parking .items .item .data .ico {
        width: 45%;
        padding-right: 10px;
        text-align: right;
    }
    .parking-check-page .parking .items .item .data .ico img {
        width: 30px;
    }
    .parking-check-page .parking .items .item .data .status {
        width: 55%;
        padding-left: 10px;
        line-height: 0;
        text-align: left;
    }
    .parking-check-page .parking .items .item .data .barcode {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .site--header__mobile {
        overflow: hidden;
    }
}
