

/* Start:/local/templates/common/components/bitrix/catalog.element/events_detail/style.css?176962271611420*/
.celebration-first{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    height: 471px;
    margin-top: 30px !important;
}
.celebration-first-left{
    width: 50%;
    background-color: #f2f3f5;
    padding: 40px 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.celebration-first-right{
    width: 50%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.celebration-first-right .celebration__img {
    position: inherit;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.celebration-first-header__tag{
    font-size: 14px;
    font-weight: 500;
    line-height: 152%;
    text-align: left;
    color: #006e91;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.celebration-first-header__title{
    margin-top: 16px;
    font-size: 40px;
    color: #111827;
    line-height: 116%;
    font-weight: 500;
}
.celebration-first-footer{
    position: absolute;
    bottom: 40px;
}
.celebration-first-footer__list li{
    color: #111827;
    /*font-size: 18px;*/
}

@media (max-width: 991px) {
    .celebration-first {
        flex-direction: column;
        height: auto;
    }

    .celebration-first-left,
    .celebration-first-right {
        width: 100%;
        border-radius: 0;
    }
    .celebration-first-left {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .celebration-first-right {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .celebration-first-right .celebration__img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .celebration-first-footer{
        position: inherit;
    }
    .celebration-first-header{
        padding-bottom: 40px;
    }    
}
@media (max-width: 767px) {
    .celebration-first-header__title{
        margin-top: 16px;
        font-size: 28px;
        line-height: 120%;
    }
    .celebration__list li{
        font-size: 16px !important;
    }
    .celebration-first-header{
        padding-bottom: 20px;
    }
    .celebration-second-banner img {
        height: 200px;
    }
}
.celebration-second{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.celebration-second-header {
    text-align: center;
    padding: 40px 0 40px;
}
.celebration-second-header__tag{
    font-size: 14px;
    font-weight: 500;
    line-height: 152%;
    text-align: left;
    color: #006e91;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.celebration-second-header__title {
    margin-top: 16px;
    font-size: 40px;
    color: #111827;
    line-height: 116%;
    font-weight: 500;
}
.celebration-second-banner .celebration__img {
    position: inherit;
    border-radius: 6px;
}
.celebration-second-items,
.celebration-second-items-sm{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    height: 220px;
    overflow: hidden;
}
.celebration-second-items-card{
    flex: 1;
    max-width: calc((100% - 20px * 6) / 7);
    margin: 20px 20px 20px 0;
    background-color: #f8f9fa;
    text-align: center;
    padding-top: 30px;
}
.celebration-second-items-card:last-child {
  margin-right: 0;
}
.celebration-second-items-card p{
    padding-top: 10px;
    color: var(--mine-shaft-900, #111827);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%;
}
@media (max-width: 767px) {
    .celebration-second-header__title {
        font-size: 30px;
    }
    .celebration-second-items-card p{
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .celebration-second-items-card{
        max-width: 170px;
        min-width: 150px;
        height: 186px !important;
    }
    .celebration-second-items{
        display:none;
    }
}
@media (min-width: 992px) {
    .celebration-second-items-sm{
        display:none;
    }
}

.complex-intro-phone-block{
    padding-bottom: 10px;
}
.complex-intro-icon-rounded{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.1);
}
.complex-intro__content h1{
    margin-bottom: 26px;
    color: #fff;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.18;
}
.complex-intro__content p{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44;
    margin-bottom: 30px;
}
.main-head-badge{
    text-transform: uppercase;
    color: #9CA3AF;
    font-weight: 600;
}
.celebration-ticket-button-list{
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.celebration-ticket-button-item{
    width: auto !important;
}
.celebration-ticket-button{
    display: inline-flex;
    width: auto;
    align-items: center;
    padding: 0 16px;
    height: 40px;
    border-radius: 99px;
    background: #fff;
    color: #1F2937;
    margin-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.44;
    transition: 0.3s;
    text-transform: uppercase;
}
.celebration-ticket-button.active{
    background: #006E91;
    color: #fff;
}
.celebration-top-banner-sm-top h1{
    margin-bottom: 26px;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.20;
}
.celebration-top-banner-sm-top p{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.celebration-top-banner-button{
    width: auto;
    align-items: center;
    padding: 0 16px;
    height: 54px;
    border-radius: 99px;
    background: #01aac9;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.44;
    transition: 0.3s;
    text-transform: uppercase;
    border: 1px solid #01aac9 !important;
}
.celebration-top-banner-button:hover{
    color: #01aac9;
    background: #fff;
}
.celebration-top-banner-sm-top{
    position: relative;
    height: 420px;
    width: 100%;
    padding: 24px 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.celebration-top-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.celebration-top-banner-sm-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.celebration-top-banner-sm-bottom{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    height: 260px;
}
.celebration-top-banner-sm-bottom-left{
    display: flex;
    width: 50%;
    background-color: #F1C773;
    align-items: center;
    justify-content: center;
}
.celebration-top-banner-sm-bottom-right{
    width: 50%;
    color: #fff;
    background-color: #006E91;
    padding: 16px 12px;
}
.celebration-top-banner-sm-bottom-right-heder{
    font-size: 16px;
    line-height: 22.4px;
    padding-bottom: 12px;
}
.celebration-top-banner-header{
    position: relative; 
    z-index: 1;
}
.celebration-top-banner-button-block{
    position: relative;
    z-index: 1;
    top: 312px;
}
.celebration-top-banner-sm-bottom-right-socials{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 12px;
}
.celebration-top-banner-sm-bottom-right-socials > div {
    flex: 1;
    text-align: center;
}
.celebration-top-banner-sm-bottom-right-socials > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
}
.celebration-top-banner-sm-bottom-right-socials img {
    height: 28px;
}
.celebration-top-banner-sm-bottom-right-foter-schedule{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 2px;
}
.celebration-top-banner-sm-bottom-right-foter-phone{
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}
.celebration-top-banner-sm-bottom a{
    color: #fff;
}
.celebration-top-banner-sm-bottom a:visited {
    color: #fff;
}
.celebration-top-banner-sm-bottom-right-foter-phone{
    padding-bottom: 12px;
}
.celebration-top-banner-sm-bottom-right-foter-map-button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    height: 42px;
    width: 100%;
    border-radius: 42px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.hidden {
    display: none !important;
}
.tickets-rules__head::after {
    top: 28px !important;
}

@media (max-width: 767px) {
    .celebration-top-banner-sm{
        display: block;
    }
    .celebration-top-banner-md{
        display: none;
    }
    .celebration-top-banner-button{
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .celebration-top-banner-sm{
        display: none;
    }
    .celebration-top-banner-md{
        display: block;
    }
}

.celebration-top-banner-btn-individual {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    pointer-events: all;
}

.celebration-individual-block{
    background-image: url('/events/images/individual.jpg');
    width: 100%;
    height: 590px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.celebration-individual-inner-block{
    background-color: rgba(1,170,201,0.65);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 40px;
}
.celebration-individual-inner-block h2{
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 40px;
}
.celebration-individual-inner-block p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(241, 199, 115, 1);
}
.celebration-individual-inner-block p span{
    line-height: 32px;
    color: #fff;
}
.celebration-individual-inner-button-block {
    
    margin-top: 60px;
}
.celebration-individual-inner-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    align-items: center;
    padding: 0 16px;
    height: 54px;
    border-radius: 99px;
    background: #fff;
    color: rgba(0, 110, 145, 1);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.44;
    transition: 0.3s;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.celebration-individual-inner-button:hover{
    color: #01aac9;
    background: #fff;
}
@media (max-width: 767px) {
    .celebration-individual-inner-block h2{
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 30px;
    }
}

/* End */


/* Start:/local/components/altit/altit.feedback/css/feedback.css?17716024662648*/
.form_box_callback .req:invalid {
    border: 1px solid red;
}
.form_box_callback .req:valid {
    border: 1px solid green;
}
.form-group.form_box_callback {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
label.mf-text {
    margin-bottom: 5px;
}
.feedback_form {
    display: flex;
    flex-direction: column;
}
#button {
    max-width: 200px;
    min-height: 30px;
    background: aliceblue;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s linear;
}
#button:hover {
    background-color: #D8FCFF;
}
.OK_MESSAGE {
    color: green;
    text-align: center;
    margin: 30px 0px 30px 0px;
}
.grecaptcha-badge {
    display: none;
}
.feedback-form__agreement-error {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 15px;
}

.feedback-form__agreement-error.is-visible {
    display: block;
}

.feedback-modal__tg {
    display: flex;
    align-items: center;
    padding: 0 24px;
    padding-left: 16px;
    height: 54px;
    border-radius: 99px;
    background: rgba(28, 147, 227, 1);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44;
    transition: .3s;
    margin-top: 20px;
}

.feedback-modal__tg:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.34852 14.4325C10.3464 11.8526 14.3459 10.1517 16.347 9.32996C22.0607 6.98368 23.248 6.5761 24.0218 6.56264C24.192 6.55968 24.5726 6.60133 24.8191 6.7988C25.0272 6.96555 25.0845 7.1908 25.1119 7.34889C25.1393 7.50698 25.1734 7.86712 25.1463 8.14853C24.8367 11.3604 23.4969 19.1548 22.8153 22.7522C22.5269 24.2744 21.9591 24.7847 21.4093 24.8347C20.2145 24.9432 19.3072 24.0551 18.15 23.3062C16.3392 22.1343 15.3162 21.4048 13.5585 20.2613C11.5272 18.9397 12.844 18.2133 14.0016 17.0262C14.3046 16.7156 19.5689 11.9882 19.6708 11.5594C19.6835 11.5058 19.6953 11.3058 19.575 11.2003C19.4547 11.0947 19.2772 11.1308 19.1491 11.1595C18.9674 11.2002 16.0746 13.0879 10.4707 16.8226C9.64956 17.3793 8.90582 17.6505 8.23946 17.6363C7.50485 17.6206 6.09175 17.2262 5.04126 16.8891C3.75279 16.4756 2.72874 16.2569 2.81791 15.5547C2.86436 15.1889 3.37456 14.8148 4.34852 14.4325Z' fill='white'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.feedback-modal__tg:hover {
    background: rgba(28, 147, 227, 0.80);
}
.feedback-form__agreement .feedback-form__agreement-pseudo {
    background: var(--Gradient-3, linear-gradient(32deg, #c7cfd1 37.58%, #c7cfd1 86.13%));
}
/* End */


/* Start:/local/templates/common/components/altit/altit.feedback/events/style.css?1771602466157*/
.feedback-form__agreement .feedback-form__agreement-pseudo {
  background: var(--Gradient-3, linear-gradient(32deg, #c7cfd1 37.58%, #c7cfd1 86.13%));
}


/* End */
/* /local/templates/common/components/bitrix/catalog.element/events_detail/style.css?176962271611420 */
/* /local/components/altit/altit.feedback/css/feedback.css?17716024662648 */
/* /local/templates/common/components/altit/altit.feedback/events/style.css?1771602466157 */
