html{height:100%;margin:0;padding:0;}
body{height:100%;color:#000;margin:0px;padding:0px;width: 100%;font-family: Arial;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;
vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}ins {text-decoration: none;}
del{text-decoration: line-through;}

.forma_cont {
    position: relative;
    width: 100%;
    overflow: auto;
    background: linear-gradient(21deg, rgba(250,45,232,1) 0%, rgba(0,134,255,1) 100%);
}

.forma {
    transition: filter .5s ease-in-out;
    background: #fff;
    width: 88%;
    max-width: 400px;
    position: relative;
    border-radius: 27px;
    box-shadow: 0 0px 100px #0000009e;
    margin: 5% auto 70px;
}

.forma .img_logo {
    overflow: hidden;
    border-radius: 25px 25px 0 0;
    position: relative;
    min-height: 40px;
}

.allf_0 {
    filter: blur(5px);
}


.allf_1 {
    filter: blur(10px);
    opacity: 0.5;
}



.line_img {
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0px;
    background-image: url(img_line.png);
    background-repeat: repeat-x;
    background-size: 40px;
    background-position: bottom;
    margin-bottom: -1px;
}

.forma .box {
    padding: 4%;
}

.title, .title_fin {
    text-align: center;
    padding: 3%;
}

.title .location {
    font-size: 11px;
    color: #555;
    margin-top: 12px;
}

.title h1 {
    font-size: calc(1rem + 2vw);
    padding-bottom: 17px;
    font-weight: 700;
}

.title h2 {
    font-size: calc(0.5rem + 2vw);
    padding-bottom: 17px;
    font-weight: 400;
}

footer {
    width: 100%;
    text-align: center;
    color: #555;
    background: #fff;
    font-size: 10px;
    padding: 15px 0;
}

footer a {
    color: #555;
    font-size: 11px;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.forma .img_logo img,
.pr_start img,
.info img {
    width: 100%;
    position: relative;
}

.pr_start,
.info {
    display: none;
    width: 110px;
    position: fixed;
    left: 50%;
    margin-left: -55px;
    z-index: 10;
    top: 50%;
}

/** LOGO BABL **/
.logo_babl_1 {
    background-image: url(logo_babl_00.png?r=24);
    width: 100px;
    height: 50px;
    position: absolute;
    z-index: 111;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -16px;
    top: -11px;
    background-color: #ffffffbf;
    border-radius: 50% 100%;
}
.logo_babl_0 {
    background-image: url(logo_babl_01.png?r=24);
    width: 100px;
    height: 50px;
    position: absolute;
    z-index: 111;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -16px;
    top: -11px;
}
.logo_babl_1 {
    display: inline-block;
    animation: logoWobble 3s infinite ease-in-out alternate, 
               containerRotate 3s infinite ease-in-out alternate;
}
.logo_babl_0 {
    display: inline-block;
    animation: containerRotate 4s infinite ease-in-out alternate, 
               logoShake 4s infinite ease-in-out alternate;
}
@keyframes logoWobble {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(2.5deg); }
    50% { transform: rotate(-2.5deg); }
    75% { transform: rotate(3deg); }
    100% { transform: rotate(0deg); }
}

@keyframes logoShake {
    0%, 100% { transform: translateX(0) translateY(0); }
    20% { transform: translateX(-1px) translateY(1px); }
    40% { transform: translateX(1px) translateY(-1px); }
    60% { transform: translateX(-0.5px) translateY(0.5px); }
    80% { transform: translateX(0.5px) translateY(-0.5px); }
}

@keyframes containerRotate {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}
/** END LOGO BABL **/


/** ********************* **/
.info_fin_cont {
    overflow: auto;
    height: 100%;
    background: #00000030;
    width: 100%;
    position: relative;
    display: block;
    position: fixed;
    top: 0px;
    height: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    display: none;    
}

.info_ok {
    width: 86%;
    background: #fff;
    text-align: center;
    left: 50%;
    position: relative;
    z-index: 1000;
    top: 0%;
    border-radius: 27px;
    box-shadow: 0 0 83px #00000091;
    max-width: 400px;
    font-size: 17px;
    line-height: normal;
    margin: auto auto auto -220px;
    padding: 20px;
    margin-bottom: 100px;
}
.info_stat_ok{position:relative;top:0;width:100%;margin-left:0;left:0;background:none;box-shadow:none;padding:0;}


/** **  pole forma **/
#myForm{position:relative;padding-bottom:22px;}
#myForm label{display:inline-block;font-size:14px;margin-bottom:5px;color:#5c5c5c;width:80%;margin-left:2%;}
#myForm textarea {width: 96%;margin-bottom: 10px;border: none;font-size: 15px;
line-height: normal;font-weight: normal;border-radius: 6px;color: #000000;background: #e9e9e9;height: 80px;resize: none;padding: 2%;}
#myForm #checkbox{width:21px;margin:0;}
#myForm button {
   
}
#myForm button:hover{background:#0056b3;}

.forma_type input[type=radio]{width:26px;height:26px;vertical-align: middle;background:#ccc;margin:0;padding:0;}
.forma_type input[type="radio"] {accent-color: #0a53ff;}
.forma_type input[type=checkbox]{height:40px;}
.forma_type input[type=tel],
.forma_type input[type=email],
.forma_number,
.forma_type input[type=text]{width:96%;margin-bottom:10px;border:none;font-size:22px;height:32px;line-height:40px;font-weight:700;border-radius:6px;color:#1c4dd9;background:#ccc;padding:2%;}

.list_select_user{display: block;padding-top: 10px;}

.forma_number {
    width: auto;
    /* min-width: 77px; */
    max-width: 120px;
}


    /* Делаем стрелки видимыми */
    .forma_number::-webkit-inner-spin-button,
    .forma_number::-webkit-outer-spin-button {
        opacity: 1 !important;
        width: 30px;
        height: 30px;
    }
    

    

.cont_btn {
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
}
.cont_btn div {
    /* display: inline-block; */
    /* width: 32%; */
    /* overflow: hidden; */
    /* display: flex; */
    flex-direction: column;
    text-align: center;
}
.btn {
    /* display: inline-block; */
    padding: 10px 14px;
    margin: 3px;
    border: none;
    /* border-radius: 8px; */
    background: #fff;
    cursor: pointer;
 
    width: 100%;
    min-width: 133px;
    max-width: 220px;
    border-radius: 69px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding-left: 30px;
    padding-right: 30px;
}

.selectable {
    /* border-radius: 21px; 
    background: darkslategrey;
    border: 1px solid transparent;
 
    background: linear-gradient(21deg, rgb(244 255 241) 0%, rgb(241 255 239) 100%);*/
}




.btn:hover { background: #b4f0d0;border: 1px solid #9bea8b;}
.active-btn  {
    background: #23d72a !important;
    color: #fff;
    border-color: transparent;
}
.step1, .step1:hover {
    /* background: #55a759 !important; */
    /* box-shadow: none; */
    border: 3px dotted #93ff97;
    color: #1da522;
    background: #ffffff;
    border-bottom: none;
    border-radius: 37px 34px 0px 0px;
}


.group-divider {
    height: 22px;
    border: 3px dotted #93ff97;
    border-top: none;
    margin-bottom: 14px;
    width: 100%;
    min-width: 133px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 35px 35px;
}
.desc-buttons {display:none; }

.btn-error-container {
    /* border: 2px solid red; */
    padding: 5px;
    border-radius: 15px;
    background: #fcc5c5;
    margin-bottom: 7px;
    border: 4px solid #ff04fb;
    background-image: url(/site/modules/lenta/02bg.png);
    background-size: 5px;
}

.day_month {
    font-weight: bold;
    font-size: 17px;
}

.weekday {
    opacity: 0.5;
}

.desc_1 {
    font-size: 12px;
    text-align: left;
    background: #ffffff;
    display: inline-block;
    color: #000000;
    padding-left: 11px;
    padding-right: 11px;
    transform: rotate(358deg);
    border-radius: 60px;
    box-shadow: 2px 2px 0px #b7b7b7;
    border-right: 2px solid #6e6e6e;
    border-top: 2px solid #888988;
    max-width: 160px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 1px;
}

.active-btn .desc_1{font-size: 12px;
    color: #ff04fb;
    box-shadow: 2px 2px 0px #19f9fd;
    border-right: 2px solid #c3fa0a;
    border-top: 2px solid #c3fa0a;}
    
    /** **********************8 **/
    
/* ���������� ���� */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* �������������� ������ ��� */
    z-index: 9998; /* ��� ���������� ������ */
    display: none; /* ������ �� ��������� */
}

/* ����� ����� ��� ��������� ���� */
.fin_ok, 
.fin_error,
.fin_jaesta

{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    max-height: 80vh;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 25px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    transition: opacity 0.3s ease;
    height: auto;
    overflow-y: auto;
    text-align: center;
}






/* ��� ���������� ��������� �������� */
body.no-scroll {
    overflow: hidden;
}




.crossed {
    /*text-decoration: line-through;
    opacity: 0.6;
    color: #999;*/
  }
  
  .btn.disabled {
    cursor: not-allowed;
    /* background: #f0efef; */
    border: 1px solid transparent;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.4;
    /* font-size: 11px; */
    width: 129px;
    /* background: #9bb2ed; */
    position: relative;
}
  

.btn.disabled:after {
    content: "";
    background: #de1919;
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0px;
    transform: rotate(351deg);
    margin-top: -21px; z-index: 1;
}
.btn.disabled:before {
    content: "";
    background: #de1919;
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0px;
    transform: rotate(10deg);
    /* margin-bottom: -3px; */
    margin-top: 13px;
    z-index: 1;
}


  .disabled-item {
    margin-bottom: 8px;
  }
  
 
  .info_data {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #2289ff;
}
.info_data .data_format{display: none;}
.info_data .data_select,
.info_data .time_select {
    font-size: 14px;
    font-weight: bold;
    padding-top: 13px;
}
.info_data .time_select{padding-top: 0px;}

.info_data b {
    font-weight: normal;
    padding-bottom: 4px;
    display: block;
    padding-top: 1px;
}



.bt_main {
    background: #2e92ff;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 29px;
    cursor: pointer;
    margin-top: 20px;
    /* margin-right: auto; */
    position: relative;
    display: inline-block;
    /* margin-left: 10%; */
    height: 50px;
    /* padding: 12px; */
    padding-left: 25px;
    padding-right: 25px;
    min-width: 100px;
    line-height: 50px;
    text-decoration: none;
    vertical-align: top;
}

.btn-home{background: #ccc;}
.btn-ok{}
.btn-google {
    background: #fff;
    color: #000;
    border: 1px solid #555;
}

/* -------------------------------- */
.fin_ok {}
.fin_ok h3,
.fin_jaesta h3
{font-size: 25px;
    line-height: normal;
    color: #0fb704;
    padding-bottom: 10px;}


.fin_ok p,
.fin_jaesta p
{line-height: normal;
    display: block;
    font-size: 17px;
    padding-bottom: 12px;
    font-weight: 400;}
.fin_ok .fin_mes{}


.fin_ok .fin_mes .d1,
.fin_jaesta .d1
{
    display: block;
    padding-bottom: 3px;
}
.fin_ok .fin_mes .d2,
.fin_jaesta .d2
{
    display: block;
    font-weight: normal;
    padding-bottom: 3px;
    color: #ccc;
    font-size: 12px;
}
.fin_ok .fin_mes .d3,
.fin_jaesta .d3
{
    display: block;
    padding-bottom: 3px;
}
.fin_ok .fin_mes .d4,
.fin_jaesta .d4
{
    display: block;
    font-weight: normal;
    padding-bottom: 3px;
}


.fin_ok .title_tema,
.fin_jaesta  .title_tema
{
    display: block;
    padding-bottom: 9px;
    font-size: 25px;
}

.bt_prof {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: #b8b8b8;
    padding: 5px 10px 5px 10px;
    border-radius: 19px;
    display: inline-block;
    margin-top: 8px;
    background: #2e92ff;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 29px;
    cursor: pointer;
    margin-top: 20px;
    /* margin-right: auto; */
    position: relative;
    display: inline-block;
    /* margin-left: 10%; */
    height: 50px;
    /* padding: 12px; */
    padding-left: 25px;
    padding-right: 25px;
    min-width: 100px;
    line-height: 50px;
    text-decoration: none;
    vertical-align: top;
    background: linear-gradient(214deg, rgb(231 229 48) 21%, rgb(255 0 251) 100%);
}


.qr_box {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.qr_box div{display: inline-block;}


.today{}

.overlay-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: #ff8000e8;
    color: #fff;
    text-align: center;

    width: 200px;
    padding: 20px;
    margin: 0;
    border-radius: 16px;

    box-shadow: 3px 5px 20px #ffffffb8;
    font-size: 16px;
    font-weight: 500;
    z-index: 9999;

    /* Плавное появление и исчезновение */
    opacity: 0;
    animation: fadeInOut 3s ease forwards;
}

/* 🔸 Анимация плавного появления и исчезновения */
@keyframes fadeInOut {
    0% { opacity: 0; transform: translate(-50%, -60%); }
    10%, 90% { opacity: 1; transform: translate(-50%, -50%); }
    100% { opacity: 0; transform: translate(-50%, -40%); }
}




.none_activ_dat{width: 100%;
    text-align: center;
    margin-top: 37px;}
.none_activ_dat b{}
.none_activ_dat p{font-size: 37px;}
.none_activ_dat i{}





/*** TICKETS-1 **/
.tickets_box {
    position: relative;
    max-width: 300px;
    padding: 20px;
    border-radius: 14px;
    background: #dbff8a;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    margin: 18px auto 27px auto;
    padding-top: 14px;
    clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 10px), 95% 100%, 90% calc(100% - 10px), 85% 100%, 80% calc(100% - 10px), 75% 100%, 70% calc(100% - 10px), 65% 100%, 60% calc(100% - 10px), 55% 100%, 50% calc(100% - 10px), 45% 100%, 40% calc(100% - 10px), 35% 100%, 30% calc(100% - 10px), 25% 100%, 20% calc(100% - 10px), 15% 100%, 10% calc(100% - 10px), 5% 100%, 0 calc(100% - 10px) );
    padding-bottom: 34px;
    background: linear-gradient(21deg, rgb(247 247 247) 0%, rgb(255 255 132) 100%);
    color: #7d5e41;
}




.tickets_box h4 {
    width: 100%;
    display: block;
    grid-column: 1 / 3;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    font-size: 27px;
     
}

    .ticket-block {
        display: flex;
        flex-direction: column;
    }

    .ticket-block p {
        font-size: 18px;
        margin-bottom: 6px;
        
        font-weight: bold;
    }

    .ticket-input {
        width: auto;
        padding: 10px 12px;
        font-size: 18px;
        border: 3px solid #8BC34A;
        border-radius: 10px;
        outline: none;
        transition: 0.2s;
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        max-width: 120px;
    }
    
        /* Делаем стрелки видимыми */
        .ticket-input::-webkit-inner-spin-button,
        .ticket-input::-webkit-outer-spin-button {
            opacity: 1 !important;
            width: 30px;
            height: 30px;
        }
    
        


    .ticket-sum {
        grid-column: 1 / 3;
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        font-weight: bold;
    }




    .ticket-select {
        display: flex;
        gap: 10px;
    }
    
    .ticket-item {
        display: inline-block;
        padding: 10px 14px;
        font-size: 18px;
        border-radius: 10px;

        background: #fff;
        cursor: pointer;
        transition: 0.2s;
        user-select: none;
    }
    
    .ticket-item.active {
        background: #8BC34A;
        color: #fff;
    }

    .ticket-desc {
        width: 100%;
        text-align: center;
        line-height: normal;
        font-size: 15px;
        color: #000;
    }
    #ticket_sum_view {
        background: #fff;
        min-width: 70px;
        display: inline-block;
        padding: 5px;
        border-radius: 6px;
        box-shadow: inset 1px 1px 3px #0000007a;
        color: #0128ff;
    }
    /* Делает стрелки видимыми именно в .ticket-input */

/* Включаем стрелки в Chrome/Android */
.ticket-input {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

/* Включаем стрелки на iPhone (Safari) */
.ticket-input::-webkit-inner-spin-button,
.ticket-input::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    display: block !important;

    /* можно подправить размер стрелок */
    width: 26px;
    height: 26px;
}

.singl_tickets {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.singl_tickets .ticket-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/** ------------------------------- **/
    
    .pay_bt1 {
        /* width: 100%; */
        padding: 18px 0;
        font-size: 18px;
        color: #fff;
        background: linear-gradient(214deg, rgb(231 229 48) 21%, rgb(255 0 251) 100%);
        border: none;
        cursor: pointer;
        animation: pay_bt11 5s ease-in-out infinite;
        transition: 0.3s ease;
        border-radius: 0px;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        min-width: 120px;
        border-radius: 50%;
    }
      
      .pay_bt1:hover {
        transform: scale(1.06);
      }
      
      /* Ломаная форма с разными углами, но не перегружено */
      @keyframes pay_bt11 {
        0% {
            clip-path: polygon(
                0% 25%, 10% 10%, 25% 4%, 40% 15%, 55% 5%, 70% 18%, 85% 8%, 100% 20%,
                100% 80%, 85% 90%, 70% 95%, 55% 88%, 40% 98%, 25% 90%, 10% 95%, 0% 75%
            );
        }
      
        50% {
            clip-path: polygon(
                0% 30%, 12% 5%, 28% 12%, 42% 3%, 57% 15%, 72% 2%, 88% 18%, 100% 25%,
                100% 70%, 88% 88%, 72% 92%, 57% 85%, 42% 95%, 28% 90%, 12% 100%, 0% 65%
            );
        }
      
        100% {
            clip-path: polygon(
                0% 25%, 10% 10%, 25% 4%, 40% 15%, 55% 5%, 70% 18%, 85% 8%, 100% 20%,
                100% 80%, 85% 90%, 70% 95%, 55% 88%, 40% 98%, 25% 90%, 10% 95%, 0% 75%
            );
        }
      }
      


      .bilet-1 {
        margin-bottom: 19px;
        /* border: 2px dotted #555; */
        padding: 23px;
        border-radius: 44% 77% 52% 90%;
        padding-bottom: 28px;
        background: #ffd2fd;
        /* line-height: 19px; */
    }
    .bilet-1 h5{display: block;
        margin-top: 10px;
        line-height: normal;
        font-size: 17px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: #ff00ba;
        background: #ccc;
        background: linear-gradient(214deg, rgb(255 235 254) 21%, rgb(43 255 251 / 62%) 100%);
        border-radius: 40px 40%;
        padding: 12px;
        transform: rotate(-2deg);}
    .bilet-1 h3{}
    .bilet-1 h4{}
    .bilet-1 i{font-size: 42px;}
    .bilet-1 .data_bilet-1{margin-bottom: 14px;}
    .bilet-1 .data_bilet-1 i {
        font-style: normal;
        display: block;
        font-weight: 100;
        padding-bottom: 6px;
    }
    .bilet-1 .data_bilet-1 p{}
    .bilet-1 .data_bilet-1 b {
        display: block;
        padding-top: 6px;
    }
    .bilet-1 .data_bilet-1 small {
    
    }
    .bilet-1 .data_bilet-1 small{}
    .bilet-1 .data_bilet-1 div{}
    .bilet-1 .data_bilet-1 hr{}




    /** ------------- **/
    .bilet_fest_cont{
        position: relative;
        max-width: 300px;
        padding: 20px;
        border-radius: 14px;
        background: #dbff8a;
     
        margin: 18px auto 27px auto;
        padding-top: 14px;
        clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 10px), 95% 100%, 90% calc(100% - 10px), 85% 100%, 80% calc(100% - 10px), 75% 100%, 70% calc(100% - 10px), 65% 100%, 60% calc(100% - 10px), 55% 100%, 50% calc(100% - 10px), 45% 100%, 40% calc(100% - 10px), 35% 100%, 30% calc(100% - 10px), 25% 100%, 20% calc(100% - 10px), 15% 100%, 10% calc(100% - 10px), 5% 100%, 0 calc(100% - 10px) );
        padding-bottom: 34px;
        background: linear-gradient(21deg, rgb(247 247 247) 0%, rgb(255 255 132) 100%);
        color: #7d5e41;
    }

    .bilet_fest_cont{text-align: center;}
    .bilet_fest_cont h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        font-size: 26px;
        margin-top: 4px;
    }

    element.style {
    }
    .bilet_fest_cont .active {
        background-color: #0eba2d;
        color: #fff;
        animation: blink 1.2s infinite;
    }
    .bilet_fest_cont .active {
        background-color: #0eba2d;
        color: #fff;
    }
    .bilet_fest_cont .bt_event {
        display: inline-block;
        font-weight: 300;
        color: #fff;
        text-decoration: none;
        /* text-shadow: 0 -1px rgba(0,0,0,.5); */
        user-select: none;
        padding: 0.7em 1.5em;
    
        border-radius: 34px;
        outline: none;
        background: rgb(217 217 217) linear-gradient(rgb(134 134 134), rgb(147 147 147) 80%);
        box-shadow: 0 6px rgb(124 123 123), inset 0 1px rgba(255,255,255,.3), inset 0 0 3px rgba(255,255,255,.5);
        transition: .2s;
        margin-right: 7px;
        cursor: pointer;
    }
    .bilet_fest_cont .active {
        background: rgb(11 214 116) linear-gradient(rgb(0 206 108), rgb(18 185 8) 80%);
        box-shadow: 0 6px rgb(49 112 24), inset 0 1px rgba(255,255,255,.3), inset 0 0 3px rgba(255,255,255,.5);
        
        /* margin-top: 0px; */
    }

        .bilet_fest_cont .desc div{
            width: 100%;
            text-align: center;
            margin-top: 26px;
            margin-bottom: 27px;
            font-size: 19px;
            line-height: normal;
            color: #000;
        }

        .bilet_fest_cont .sum {
            width: 100%;
            text-align: center;
            font-size: 36px;
            font-weight: bold;
        }

        #ticket_desc {
            opacity: 1;
            transition: opacity 0.3s ease;
        }
        
        #ticket_desc .hide {
            opacity: 0;
        }

        .bilet_fest_cont .desc b {
            background: #000;
            color: #f8fbd7;
            padding: 3px;
            display: inline-block;
            border-radius: 22px;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 3px;
            background: linear-gradient(21deg, rgba(250,45,232,1) 0%, rgba(0,134,255,1) 100%);
        }




        @keyframes blink {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.6;
            }
        }
        
        .bilet_fest_cont .active {
            background-color: #0eba2d;
            color: #fff;
            animation: blink 1.2s infinite;
        }
        @keyframes blink {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.8;
            }
        }        
    

        #ticket_desc {
            opacity: 1;
            transition: opacity 0.3s ease;
        }
        
        #ticket_desc.hide {
            opacity: 0;
            pointer-events: none;
        }
        