@font-face  {
    font-family: TTSupermolotNeueMedium;
    font-display: swap;
    src: url("../fonts/TTSupermolotNeue-Medium.woff2") format("woff2"), url("../fonts/TTSupermolotNeue-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face  {
    font-family: TTSupermolotNeueLight;
    font-display: swap;
    src: url("../fonts/TTSupermolotNeue-Light.woff2") format("woff2"), url("../fonts/TTSupermolotNeue-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face  {
    font-family: TTSupermolotNeueSemiBold;
    font-display: swap;
    src: url("../fonts/TTSupermolotNeue-SemiBold.woff2") format("woff2"), url("../fonts/TTSupermolotNeue-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face  {
    font-family: TTSupermolotNeueRegular;
    font-display: swap;
    src: url("../fonts/TTSupermolotNeueExpRegular.woff") format("woff"), url("../fonts/TTSupermolotNeueExpRegular.eot") format("eot");
    font-weight: 400;
    font-style: normal;
}
@font-face  {
    font-family: TTSupermolotNeueRegularOld;
    font-display: swap;
    src: url("../fonts/TTSupermolotNeue-Regular.woff2") format("woff"), url("../fonts/TTSupermolotNeue-Regular.woff") format("eot");
    font-weight: 400;
    font-style: normal;
}
*, *::before, *::after  {
    box-sizing: border-box;
}
html  {
    scroll-behavior: smooth;
}
body  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background: #241c2d url("../img/body-back.svg") no-repeat;
    background-size: contain;
    overflow-x: hidden;
}
hr {
    margin: 5px 0;
}
img, svg {
    vertical-align: middle;
}
.swiper-slide div, .headliners-list__item{
    cursor: pointer;
}

@media (max-width: 768px)  {
    body  {
        font-size: 16px;
        background: #241c2d url("../img/bg-mob.png") no-repeat;
        background-size: contain;
    }
}
.container  {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
}
.visually-hidden  {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.clearfix::after  {
    content: "";
    display: block;
    clear: both;
}
h1  {
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    margin: 0 auto 55px;
    max-width: 900px;
}
@media (max-width: 920px)  {
    h1  {
        font-size: 19px;
        margin: 0 auto 39px;
    }
}
@media (max-width: 550px)  {
    h1.first__title {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

h2, h3  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    margin: 0 0 20px;
}
@media (max-width: 920px)  {
    h2, h3  {
        font-size: 29px;
        margin: 0 0 18px;
        padding-left: 5px;
        line-height: 1.5;
    }
}
.btn-m  {
    display: block;
    padding: 17px 110px;
    margin: 0;
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.143;
    color: #241c2d;
    text-align: center;
    border: none;
    outline: none;
    background: #ffe601;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transform: skew(-15deg);
    transition: all 0.2s ease;
}
.btn-m span  {
    display: block;
    transform: skew(15deg);
    white-space: nowrap;
}

@media (max-width: 920px)  {
    .btn-m {
        font-size: 23px;
        padding: 19px 82px;
        transform: skew(-8deg);
    }

    .btn-m span  {
        transform: skew(8deg);
    }
}

.btn-m:hover  {
    background: #fff;
}
.btn-m.btn-m--liner  {
    transform: none;
    font-size: 24px;
    line-height: 1;
    padding: 16px 20px;
    width: 100%;
}
@media (max-width: 920px)  {
    .btn-m.btn-m--liner  {
        font-size: 20px;
    }
}
.btn-m.btn-m--liner span  {
    transform: none;
}
.footer  {
    padding: 40px 0 120px 0;
    background-color: #241c2d;
}
.footer .container  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
@media (max-width: 920px)  {
    .footer .container  {
        flex-direction: column;
        justify-content: center;
        gap: 45px;
    }
}
.footer__left  {
    display: flex;
    align-items: center;
    gap: 40px;
}
@media (max-width: 920px)  {
    .footer__left  {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }
}
.footer__right  {
    display: flex;
    align-items: center;
    gap: 32px;
}
@media (max-width: 920px)  {
    .footer__right  {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 24px;
    }
}
.footer__contacts  {
    display: flex;
    flex-direction: column;
}
.footer__contacts a  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.footer__contacts a:hover  {
    color: #ffe601;
    border-color: #ffe601;
}
.footer__contacts a:first-of-type  {
    line-height: 1.1;
    border-bottom: 1px solid #fff;
}
.social-link  {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-link li  {
    margin: 0;
    padding: 0;
}
.social-link a  {
    display: block;
    height: 40px;
}
.social-link a:hover svg path, .social-link a:hover svg rect  {
    fill: #ffe601;
}
.social-link svg path, .social-link svg rect  {
    transition: all 0.3s ease-in-out;
}
.first  {
    position: relative;
}
.first-overlay  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 920px)  {
    .first  {
        background: transparent;
    }
    .first-overlay  {
        display: none;
    }
}
.first .container  {
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
}

.about.container {
    padding-top: 122px;
}
@media (max-width: 920px)  {
    .first .container  {
        padding-top: 24px;
        padding-bottom: 35px;
    }

    .about.container {
        padding-top: 62px;
    }
}
.first__video  {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}
@media (max-width: 992px)  {
    .first__video  {
        display: none;
    }
}

.first__top  {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    max-width: max-content;
    margin: 0 auto;
}

.first__top.mobile {
    display: none;
}

@media (max-width: 550px)  {
    .first__top  {
        flex-wrap: wrap;
        row-gap: 5px;
        border: none;
        border-radius: 0;
    }
}
.first__top div  {
    position: relative;
    z-index: 2;
    padding: 8px 23px;
    margin: 0;
    border: 1px solid #fff;
    transform: skew(-21deg);
    white-space: nowrap;
}

.first__top p  {
    margin: 0;
    padding: 0;
    line-height: 1;
    transform: skew(21deg);
    font-size: 28px;
}

.first__top.mobile div  {
    transform: skew(-15deg);
    padding: 7px 15px;
}

.first__top.mobile p  {
    transform: skew(15deg);
}

.first__top div:first-child  {
    border-radius: 5px 0 0 5px;
    left: 2px;
}
.first__top div:nth-child(2)  {
    color: #9431E4;
    background: #fff;
    border-radius: 0;
}
.first__top div:last-child  {
    border-radius: 0 5px 5px 0;
}

@media (max-width: 920px)  {
    .first__top p  {
        font-size: 17px;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
}
@media (max-width: 550px)  {
    .first__top.desktop {
        display: none;
    }
    .first__top.mobile {
        display: flex;
    }
}
@media (max-width: 550px)  {
    .first__top div:first-child  {
        border-radius: 5px 0 0 5px;
    }
}
@media (max-width: 550px)  {
    .first__top div:nth-child(2)  {
        border-radius: 0 5px 5px 0;
    }
}
@media (max-width: 550px)  {
    .first__top div:last-child  {
        border-radius: 5px;
    }
}

.fixed__top  {
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 8px;
    position: fixed;
    left: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(18px);
    padding: 5px;
    transform: skew(-21deg) translate(-50%, -50%);
}

.fixed__top div  {
    z-index: 2;
    padding: 0 23px;
    margin: 0;
    white-space: nowrap;
    height: 54px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    background: transparent;
}

.fixed__top a  {
    display: inline-block;
    margin: 0;
    padding: 15px 0;
    line-height: 1;
    transform: skew(21deg);
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}
.fixed__top .nav-logo {
    transform: skew(21deg);
}
.fixed__top div:not(:last-child):hover  {
    background: rgba(0, 0, 0, 0.4);
}
.fixed__top div:hover a{
    color: #fff;
}
.fixed__top div:hover:last-child {
    background: #fff;
}
.fixed__top div:hover:last-child img {
    background: #fff;
}

.fixed__top div:last-child a:after {
    position: absolute;
    opacity: 1;
    content: "";
    width: 52px;
    height: 80px;
    background: url(../img/hand.svg) no-repeat;
    top: -15px;
    right: -50px;
    transform: translateY(-10px);
    transition: opacity 0.3s;
}

.fixed__top div:last-child a:before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 70px;
    height: 80px;
    background: url(../img/hand-hover.png) no-repeat;
    top: -10px;
    right: -65px;
    transform: translateY(-10px);
    transition: opacity 0.3s;
}

.fixed__top div:last-child:hover a:after{
    opacity: 0;
    transition: opacity 0.3s;
}

.fixed__top div:last-child:hover a:before{
    opacity: 1;
    transition: opacity 0.3s;
}

.fixed__top div:hover:first-child {
    background: transparent;
    cursor: pointer;
}
.fixed__top .tickets-button  {
    position: absolute;
    right: -60px;
    top: -18px;
}

.fixed__top div:first-child  {
    border-radius: 5px 0 0 5px;
}
.fixed__top div:nth-child(2)  {

}
.fixed__top div:last-child  {
    border-radius: 5px;
    background: #ffe601;
}
.fixed__top div:last-child a {
    color: #241c2d;
}

@media (max-width: 920px)  {
    .fixed__top  {
        display: none;
    }
}


.first__title  {
    position: relative;
    z-index: 2;
}
.first__logo  {
    position: relative;
    z-index: 2;
    display: block;
    margin: 153px auto 40px;
    max-width: 948px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width: 992px)  {
    .first__logo  {
        margin: 90px auto 30px;
    }
}
@media (max-width: 920px)  {
    .first__logo  {
        margin: 86px auto 39px;
    }
}
.first__btn  {
    position: relative;
    z-index: 2;
    max-width: max-content;
    margin: 0 auto;
}
.support  {
    margin: 0 0 67px;
}
@media (max-width: 920px)  {
    .support  {
        margin: 0 0 55px;
        background-image: none;
    }
}
.support-slider .swiper-wrapper  {
    align-items: center;
    transition-timing-function: linear;
}
.support-slider .swiper-slide  {
    width: max-content;
    max-height: 72px;
}

.swiper img {
    max-width: 100%;
}

.support-description  {
    margin: 40px 0 40px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
@media (max-width: 900px)  {
    .support-description  {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 920px)  {
    .support-description  {
        margin: 18px 0 24px;
        gap: 30px;
    }
}
.support-description__item  {
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(32px);
    padding: 24px;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(42px);
    border-radius: 24px;
}

.support-description__item p  {
    margin: 0;
    font-family: "TTSupermolotNeueRegularOld", Arial, sans-serif;
}
.support-description__item strong  {
    font-weight: 600;
    font-family: "TTSupermolotNeueSemiBold", Arial, sans-serif;
    color: #ffe601;
}
.support-selector  {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width: 992px)  {
    .support-selector  {
        display: none;
    }

    .support-description__item p  {
        font-size: 19px;
    }
}
.support-kluchi  {
    margin: 20px auto 210px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 990px;
}
@media (max-width: 992px)  {
    .support-kluchi  {
        margin: 20px auto 0;
    }
}
.support-kluchi__item  {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    background: #7000ff;
    border: 1px solid #7000ff;
    color: #fff;
    padding: 8px 12px;
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.support-kluchi__item:hover  {
    border-color: #fff;
    background: #241c2d;
}
@media (max-width: 920px)  {
    .support-kluchi__item  {
        font-size: 18px;
    }
}
.support-rectangle  {
    width: 192px;
    height: 16px;
    background: #fff;
    border-radius: 4px;
    transform: skewX(-15deg);
    margin: 0 auto;
}
@media (max-width: 992px)  {
    .support-rectangle  {
        display: none;
    }
}

.how h2 {
    margin-bottom: 0;
}

.how-slider  {
    padding: 0 !important;
}

.how-slider .swiper-slide {
    display: flex;
    height: 479px;
    align-items: end;
    justify-content: center;
}
@media (max-width: 1320px)  {
    .how-slider  {
        padding: 0 !important;
    }
}

.how-slider .swiper-wrapper  {
    align-items: flex-start;
}

.how .first__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.how .btn-program--desc {
    padding: 17px 60px;
}

@media (max-width: 920px)  {
    .how .container .how-was {
        display: flex;
    }
    .how .container .first__btns span {
        font-size: 24px;
    }

    .how .first__btns {
        gap: 20px;
    }
}


.reasons  {
    margin: 112px 0 45px;
}
@media (max-width: 920px)  {
    .reasons  {
        margin: 55px 0 30px;
    }
}
.reasons-grid  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 40px 0 0;
    padding: 0;
}
.reasons-grid__item  {
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
}

.reasons-grid__item h3 {
    font-size: 28px;
    line-height: 1;
    font-family: "TTSupermolotNeueRegularOld", Arial, sans-serif;
}

.reasons-grid__item p {
    font-size: 24px;
    line-height: 36px;
    font-family: "TTSupermolotNeueRegularOld", Arial, sans-serif;
    margin-bottom: 0;
}

@media (max-width: 1200px)  {
    .reasons-grid  {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px)  {
    .reasons-grid  {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 920px)  {
    .reasons-grid  {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 30px 0 0;
    }

    .reasons-grid__item p {
        font-size: 19px;
        line-height: 1.6;
        margin: 0;
        padding: 0;
    }

    .reasons-grid__item h3 {
        font-size: 26px;
        line-height: 1;
        padding: 0;
    }
}

.headliners  {
    margin: 0;
    padding: 74px 0 50px;
}
@media (max-width: 920px)  {
    .headliners  {
        border-bottom: 1px solid #ffe601;
        padding: 40px 0 24px;
        margin: 0 0 30px;
    }
}

.headliners-list  {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-top: 23px;
}

.headliners-list__column  {
    display: flex;
    flex-direction: row;
    gap: 1.3%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.headliners-list__item {
    display: flex;
    width: 24%;
    padding-bottom: 30px;
}
.headliners-list__item-inner  {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
}
@media (max-width: 920px)  {
    .headliners-list__item  {
        padding: 0;
        width: 100%;
    }
    .headliners-list__item-inner  {
        flex-direction: row;
        margin: 0;
        gap: 16px;
    }

    .headliners-list__column {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
}
.headliners-list__item img  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 272px;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 920px)  {
    .headliners-list__item img  {
        position: static;
        width: 80px;
        height: 80px;
        flex-basis: 80px;
        flex-grow: 0;
        flex-shrink: 0;
        object-fit: cover;
        object-position: top center;
        filter: none;
        margin: 0;
        border-radius: 8px;
    }
}
.headliners-list__item-img  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 272px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 24px;
    margin: 0 auto;
    background-color: rgba(255, 169, 25, 0.3);
    transform: none;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 920px)  {
    .headliners-list__item-img  {
        display: none;
    }
}
.headliners-list__item:hover .headliners-list__item-img  {
    transform: translateY(-8px);
    opacity: 0;
}
.headliners-list__item:hover img  {
    transform: translateY(-8px);
    filter: none;
}
@media (max-width: 920px)  {
    .headliners-list__item:hover .headliners-list__item-img  {
        transform: none;
    }
    .headliners-list__item:hover img  {
        transform: none;
    }
}
.headliners-list__item:hover .headliner-list__item-content  {
    transform: translateY(8px);
}
@media (max-width: 920px)  {
    .headliners-list__item:hover .headliner-list__item-content  {
        transform: none;
    }
}
.headliner-list__item-content  {
    position: relative;
    margin: 180px 0 0;
    background: rgba(72, 27, 122, 0.8);
    backdrop-filter: blur(26px);
    padding: 16px;
    border-radius: 0 8px 8px 8px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 920px)  {
    .headliner-list__item-content  {
        margin: 0;
        background: transparent;
        border-radius: 0;
        padding: 0;
    }
}
.headliner-list__item-content::before  {
    position: absolute;
    top: -32px;
    left: 0;
    content: "";
    height: 32px;
    width: 80px;
    background: url("../img/head/union3.svg");
    backdrop-filter: blur(26px);
    opacity: 0.9;
}
@media (max-width: 920px)  {
    .headliner-list__item-content::before  {
        display: none;
    }
}
.headliners-list__item:nth-child(6) .headliner-list__item-content, .headliners-list__item:nth-child(8) .headliner-list__item-content  {
    margin: 205px 0 0;
}
@media (max-width: 920px)  {
    .headliners-list__item:nth-child(6) .headliner-list__item-content, .headliners-list__item:nth-child(8) .headliner-list__item-content  {
        margin: 0;
    }
}
.headliner-list__item-content h4  {
    font-family: "TTSupermolotNeueSemiBold", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    padding: 0;
    margin: 0 0 8px;
}
@media (max-width: 920px)  {
    .headliner-list__item-content h4  {
        font-size: 20px;
    }
}
.headliner-list__item-content p  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
@media (max-width: 920px)  {
    .headliner-list__item-content p  {
        font-size: 16px;
    }
}
.benefits  {
    margin: 0 0 65px;
}

.benefits-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "TTSupermolotNeueRegularOld", Arial, sans-serif;
    gap: 30px;
}
.benefits__ttl  {
    margin: 0 0 16px;
}
.benefits__text  {
    text-align: left;
    max-width: 62%;
    margin: 0;
    line-height: 1.4;
}

.benefits-head .btn-m {
    padding: 20px 90px;
}
.benefits-list  {
    margin: 44px 0 40px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 920px)  {
    .benefits  {
        margin: 35px 0 55px;
    }

    .benefits-head {
        flex-direction: column;
        gap: 30px;
    }
    .benefits__text {
        max-width: 100%;
    }
}

@media (max-width: 920px)  {
    .benefits-list  {
        grid-template-columns: 1fr;
    }
}
.benefits-list__item  {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin: 0;
    border-radius: 24px;
}
@media (max-width: 920px)  {
    .benefits-list__item  {
        flex-direction: column;
        align-items: flex-start;
    }
}
.benefits-list__item:nth-child(1)  {
    border: 1px solid #ff6fbd;
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 111, 189, 0.3) 0%, rgba(255, 111, 189, 0) 100%);
}
.benefits-list__item:nth-child(2)  {
    border: 1px solid #ff5c00;
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 92, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
}
.benefits-list__item:nth-child(3)  {
    border: 1px solid #50c0ff;
    background: radial-gradient(50% 50% at 50% 0%, rgba(80, 192, 255, 0.3) 0%, rgba(80, 192, 255, 0) 100%);
}
.benefits-list__item:nth-child(4)  {
    border: 1px solid #ef1e37;
    background: radial-gradient(50% 50% at 50% 0%, rgba(239, 30, 55, 0.3) 0%, rgba(239, 30, 55, 0) 100%);
}
.benefits-list__item img  {
    width: calc(45% - 8px);
    height: auto;
    object-fit: contain;
}
@media (max-width: 920px)  {
    .benefits-list__item img  {
        height: 100px;
        width: auto;
        align-self: center;
    }
}
.benefits-list__item-content  {
    width: calc(55% - 8px);
}
@media (max-width: 920px)  {
    .benefits-list__item-content  {
        width: 100%;
    }
}
.benefits-list__item-content h4  {
    font-family: "TTSupermolotNeueSemiBold", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 8px;
}
@media (max-width: 920px)  {
    .benefits-list__item-content h4  {
        font-size: 20px;
    }
}
.benefits-list__item-content p  {
    font-family: "TTSupermolotNeueRegularOld", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}
@media (max-width: 920px)  {
    .benefits-list__item-content p  {
        font-size: 16px;
    }
}
.benefits__btn  {
    max-width: max-content;
    margin: 0 auto;
}
.sponsors  {
    margin: 45px 0;
}
.sponsors .container h2 {
    margin-bottom: 38px;
}
@media (max-width: 920px)  {
    .sponsors  {
        margin: 45px 0;
        font-size: 20px;
    }
}
.sponsors-list  {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 70px;
    row-gap: 45px;
}
@media (max-width: 1200px)  {
    .sponsors-list  {
        column-gap: 60px;
    }
}
@media (max-width: 992px)  {
    .sponsors-list  {
        column-gap: 50px;
    }
}
@media (max-width: 920px)  {
    .sponsors-list  {
        column-gap: 40px;
    }
}
.sponsors-list__item  {
    margin: 0;
    padding: 0;
}
@media (max-width: 920px)  {
    .sponsors-list__item  {
        max-width: 68%;
    }
}
.sponsors-list__item img  {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.desc-sponsors {
    color: #94919b;
}

.recommend  {
    margin: 68px 0 60px;
}
@media (max-width: 920px)  {
    .recommend  {
        margin: 55px 0;
    }
}
.recommend-slider  {
    padding: 0 calc((100% - 1200px) / 2) !important;
}
@media (max-width: 1320px)  {
    .recommend-slider  {
        padding: 0 10% !important;
    }
}
.recommend-slider .swiper-wrapper  {
    align-items: center;
}
.recommend-item  {
    position: relative;
    margin: 20px 0 0;
    background: rgba(72, 27, 122, 0.5019607843);
    padding: 24px 32px;
    border-radius: 0 8px 8px 8px;
}
@media (max-width: 920px)  {
    .recommend-item  {
        padding: 12px;
    }
}
.recommend-item::before  {
    position: absolute;
    top: -24px;
    left: 0;
    content: "";
    width: 200px;
    height: 24px;
    background-image: url(../img/bg-recomm.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.recommend-item__top  {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 24px;
}
@media (max-width: 920px)  {
    .recommend-item__top  {
        margin: 0 0 12px;
    }
}
.recommend-item__top img  {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
@media (max-width: 920px)  {
    .recommend-item__top img  {
        width: 48px;
        height: 48px;
    }
}
.recommend-item__top h4  {
    padding: 0;
    margin: 0;
}
.recommend-item p  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}
@media (max-width: 920px)  {
    .recommend-item p  {
        font-size: 16px;
    }
}



.tickets  {
    margin: 80px 0 40px;
}
@media (max-width: 920px)  {
    .tickets  {
        margin: 55px 0;
    }
}
.tickets-slider  {
    padding:  0 !important;
}
@media (max-width: 1320px)  {
    .tickets-slider  {
        padding: 0 5% !important;
    }
}
.tickets-slider .swiper-wrapper  {
    align-items: flex-start;
}

.tickets-item  {
    position: relative;
    margin: 20px 0 0;
    padding: 18px 27px;
    border-radius: 24px;
    cursor: pointer;
}

.tickets-slider .swiper-slide {
    padding: 0 14px;
}

.tickets-item.beginner  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(80, 192, 255, 0.3) 0%, rgba(80, 192, 255, 0) 100%);
    border: 1px solid #50C0FF;
}

.tickets-item.advanced  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(239, 30, 55, 0.3) 0%, rgba(239, 30, 55, 0) 100%);
    border: 1px solid #EF1E37;
}

.tickets-item.online-pass  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 111, 189, 0.281176) 0%, rgba(255, 111, 189, 0) 100%);
    border: 1px solid #FF6FBD;
}

.tickets-item.team-pass  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 92, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
    border: 1px solid #FF5C00;
}

.tickets-item.startup  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(179, 242, 0, 0.3) 0%, rgba(179, 242, 0, 0) 100%);
    border: 1px solid #B3F200;
}

.tickets-item.beginner h4 {
    color: #50C0FF;
}
.tickets-item.advanced h4 {
    color: #EF1E37;
}
.tickets-item.online-pass h4 {
    color: #FF6FBD;
}
.tickets-item.team-pass h4 {
    color: #FF5C00;
}
.tickets-item.startup h4 {
    color: #B3F200;
}

.tickets-item p {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.tickets-item ul {
    font-family: "TTSupermolotNeueLight", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 10px;
}

.tickets-item ul li {
    line-height: 24px;
    padding: 16px 5px 0;
}

.tickets-item ul li::marker {
    color: white;
    font-size: 8px;
    padding-right: 10px;
}

.tickets-item span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    padding: 10px;
}
.tickets-item.beginner span {
    background: #50C0FF;
}
.tickets-item.advanced span {
    background: #EF1E37;
}
.tickets-item.online-pass span {
    background: #FF6FBD;
}
.tickets-item.team-pass span {
    background: #FF5C00;
}
.tickets-item.startup span {
    background: #B3F200;
}


@media (max-width: 920px)  {
    .tickets-item  {
        padding: 22px;
    }
}
.tickets-item__top  {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 920px)  {
    .tickets-item__top  {
        margin: 0 0 12px;
    }
}
.tickets-item__top img  {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
@media (max-width: 920px)  {
    .tickets-item__top img  {
        width: 48px;
        height: 48px;
    }
}
.tickets-item__top h4  {
    padding: 0 0 20px;
    margin: 0;
}
.tickets-item p  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}
@media (max-width: 920px)  {
    .tickets-item p  {
        font-size: 16px;
    }
}

.place  {
    padding: 170px 0;
    background-image: url(../img/bg-place.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media (max-width: 920px)  {
    .place  {
        background-image: none;
        padding: 0;
    }
}
.place-inner  {
    border-radius: 8px;
    padding: 32px 24px;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    background: rgba(72, 27, 122, 0.7);
    max-width: 550px;
}
@media (max-width: 920px)  {
    .place-inner  {
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 24px 16px;
    }
}
.place-inner h2  {
    font-family: "TTSupermolotNeueSemiBold", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0 0 16px;
}
@media (max-width: 920px)  {
    .place-inner h2  {
        font-size: 20px;
    }
}
.place-inner p  {
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    padding: 0;
}
@media (max-width: 920px)  {
    .place-inner p  {
        font-size: 16px;
    }
}
.place-img  {
    display: none;
}
@media (max-width: 920px)  {
    .place-img  {
        display: block;
        width: calc(100% + 40px);
        height: auto;
        object-fit: contain;
        margin: 0 -20px;
    }
}
.map-container  {
    position: relative;
}
@media (max-width: 920px)  {
    .map-container  {
        position: static;
    }
}
.map-inner  {
    top: 80px;
    left: calc((100% - 1280px) / 2);
    position: absolute;
    z-index: 2;
    border-radius: 8px;
    padding: 32px 24px;
    width: 354px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(72, 27, 122, 0.7);
}
@media (max-width: 1320px)  {
    .map-inner  {
        left: 20px;
    }
}
@media (max-width: 920px)  {
    .map-inner  {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
    }
}
@media (max-width: 576px)  {
    .map-inner  {
        padding: 24px 16px;
    }
}
.map-name  {
    font-family: "TTSupermolotNeueSemiBold", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 8px;
    padding: 0;
}
@media (max-width: 920px)  {
    .map-name  {
        font-size: 20px;
    }
}
.map-inner address  {
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 24px;
    padding: 0;
}
@media (max-width: 920px)  {
    .map-inner address  {
        font-size: 16px;
        margin: 0 0 16px;
    }
}
.accordion__container  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    color: #241c2d;
    margin-top: 40px;
}
@media (max-width: 920px)  {
    .accordion__container  {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.accordion__column  {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 920px)  {
    .accordion__column  {
        gap: 16px;
    }
}
.themes .accordion-item  {
    border: 1px solid #50c0ff;
    border-radius: 24px !important;
    padding: 0;
    background: radial-gradient(50% 50% at 50% 0%, rgba(80, 192, 255, 0.3) 0%, rgba(80, 192, 255, 0) 100%);
}
.themes .accordion-button  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.267;
    color: #50c0ff;
    padding: 16px;
    margin: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
@media (max-width: 920px)  {
    .themes .accordion-button  {
        font-size: 20px;
        line-height: 1.2;
    }
}
.themes .accordion-button::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzQ1MTMgOS42Mjc0M0wxMS42NjU1IDE3LjU0NzhDMTIuMDU2IDE3LjkzODMgMTIuNjg5MSAxNy45MzgzIDEzLjA3OTcgMTcuNTQ3OEwyMSA5LjYyNzQzIiBzdHJva2U9IiM1MEMwRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.themes .accordion-body  {
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    padding: 0 16px 16px;
}
@media (max-width: 920px)  {
    .themes .accordion-body  {
        font-size: 16px;
    }
}
.accordion__column-1 .accordion-item:nth-child(2)  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 92, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
    border-color: #ff5c00;
}
.accordion__column-1 .accordion-item:nth-child(2) .accordion-button  {
    color: #ff5c00;
}
.accordion__column-1 .accordion-item:nth-child(2) .accordion-button::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjI1NDkgOS42Mjc0M0wxMi4zMzQ1IDE3LjU0NzhDMTEuOTQ0IDE3LjkzODMgMTEuMzEwOSAxNy45MzgzIDEwLjkyMDMgMTcuNTQ3OEwzLjAwMDAxIDkuNjI3NDMiIHN0cm9rZT0iI0ZGNUMwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.accordion__column-1 .accordion-item:nth-child(3)  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 111, 189, 0.3) 0%, rgba(255, 111, 189, 0) 100%);
    border-color: #ff6fbd;
}
.accordion__column-1 .accordion-item:nth-child(3) .accordion-button  {
    color: #ff6fbd;
}
.accordion__column-1 .accordion-item:nth-child(3) .accordion-button::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjI1NDkgOS42Mjc0M0wxMi4zMzQ1IDE3LjU0NzhDMTEuOTQ0IDE3LjkzODMgMTEuMzEwOSAxNy45MzgzIDEwLjkyMDMgMTcuNTQ3OEwzLjAwMDAxIDkuNjI3NDMiIHN0cm9rZT0iI0ZGNkZCRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.accordion__column-2 .accordion-item:nth-child(1)  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(179, 242, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
    border-color: #b3f200;
}
.accordion__column-2 .accordion-item:nth-child(1) .accordion-button  {
    color: #b3f200;
}
.accordion__column-2 .accordion-item:nth-child(1) .accordion-button::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjI1NDkgOS42Mjc0M0wxMi4zMzQ1IDE3LjU0NzhDMTEuOTQ0IDE3LjkzODMgMTEuMzEwOSAxNy45MzgzIDEwLjkyMDMgMTcuNTQ3OEwzLjAwMDAxIDkuNjI3NDMiIHN0cm9rZT0iI0IzRjIwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.accordion__column-2 .accordion-item:nth-child(2)  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(239, 30, 55, 0.3) 0%, rgba(239, 30, 55, 0) 100%);
    border-color: #ef1e37;
}
.accordion__column-2 .accordion-item:nth-child(2) .accordion-button  {
    color: #ef1e37;
}
.accordion__column-2 .accordion-item:nth-child(2) .accordion-button::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjI1NDkgOS42Mjc0M0wxMi4zMzQ1IDE3LjU0NzhDMTEuOTQ0IDE3LjkzODMgMTEuMzEwOSAxNy45MzgzIDEwLjkyMDMgMTcuNTQ3OEwzLjAwMDAxIDkuNjI3NDMiIHN0cm9rZT0iI0VGMUUzNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.tickets  {
    margin: 80px 0;
}
@media (max-width: 920px)  {
    .tickets  {
        margin: 65px 0 55px;
    }
}
.tickets-container  {
    display: flex;
}
@media (max-width: 920px)  {
    .tickets-container  {
        flex-direction: column;
    }
}
.tickets-left  {
    width: 436px;
    flex-shrink: 0;
}
@media (max-width: 920px)  {
    .tickets-left  {
        display: none;
    }
}
.tickets-list  {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tickets-list__item  {
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    padding: 16px;
    margin: 0;
    background: rgba(218, 212, 229, 0.1);
    overflow: hidden;
}
@media (max-width: 920px)  {
    .tickets-list__item  {
        padding: 12px;
        font-size: 18px;
    }
}
.tickets-list__item:first-child  {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.tickets-list__item:last-child  {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tickets-list__item:nth-child(even)  {
    background: rgba(229, 224, 237, 0.15);
}
@media (max-width: 920px)  {
    .tickets-list__item.orange  {
        background-image: radial-gradient(50% 50% at 50% 0%, rgba(255, 92, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
    }
    .tickets-list__item.green  {
        background-image: radial-gradient(50% 50% at 50% 0%, rgba(179, 242, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
    }
    .tickets-list__item.blue  {
        background-image: radial-gradient(50% 50% at 50% 0%, rgba(80, 192, 255, 0.3) 0%, rgba(80, 192, 255, 0) 100%);
    }
}
@media (max-width: 920px)  {
    .tickets-list__item.red  {
        background-image: radial-gradient(50% 50% at 50% 0%, rgba(239, 30, 55, 0.3) 0%, rgba(239, 30, 55, 0) 100%);
    }
}
.tickets-top  {
    display: none;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
}
@media (max-width: 920px)  {
    .tickets-top  {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.tickets-top__item  {
    text-decoration: none;
    border: none;
    outline: none;
    padding: 8px 12px;
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
    background: #362e3f;
}
.tickets-top__item:nth-child(even)  {
    background: #41394a;
}
.tickets-top__item:nth-child(1)  {
    border-top-left-radius: 8px;
}
.tickets-top__item:nth-child(2)  {
    border-top-right-radius: 8px;
}
.tickets-top__item:nth-child(3)  {
    border-bottom-left-radius: 8px;
}
.tickets-top__item:nth-child(4)  {
    border-bottom-right-radius: 8px;
}
.tickets-top__item h4  {
    font-family: "TTSupermolotNeueSemiBold", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.tickets-top__item:nth-child(1) h4  {
    color: #FF5C00;
}
.tickets-top__item:nth-child(2) h4  {
    color: #b3f200;
}
.tickets-top__item:nth-child(3) h4  {
    color: #50c0ff;
}
.tickets-top__item:nth-child(4) h4  {
    color: #ef1e37;
}
.tickets-top__item:nth-child(1)  {
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(255, 92, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
}
.tickets-top__item:nth-child(2)  {
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(179, 242, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
}
.tickets-top__item:nth-child(3)  {
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(80, 192, 255, 0.3) 0%, rgba(80, 192, 255, 0) 100%);
}
.tickets-top__item:nth-child(4)  {
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(239, 30, 55, 0.3) 0%, rgba(239, 30, 55, 0) 100%);
}
.tickets-top__item p  {
    font-family: "TTSupermolotNeueRegular", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    padding: 0;
}
.tickets-left__item  {
    position: relative;
    z-index: 2;
    background: #241c2d;
    border: 1px solid #b3f200;
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(179, 242, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 24px;
}
.line-orange .tickets-left__item  {
    border: 1px solid #FF5C00;
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(255, 92, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
}
.line-blue .tickets-left__item  {
    border: 1px solid #50c0ff;
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(80, 192, 255, 0.3) 0%, rgba(80, 192, 255, 0) 100%);
}
.line-red .tickets-left__item  {
    border: 1px solid #ef1e37;
    background-image: radial-gradient(50% 50% at 50% 0%, rgba(239, 30, 55, 0.3) 0%, rgba(239, 30, 55, 0) 100%);
}
.tickets-left__item p  {
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    padding: 0;
    margin: 0 0 8px;
}
.tickets-left__item h4  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b3f200;
    font-family: "TTSupermolotNeueSemiBold", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.line-orange .tickets-left__item h4  {
    color: #FF5C00;
}
.line-blue .tickets-left__item h4  {
    color: #50c0ff;
}
.line-red .tickets-left__item h4  {
    color: #ef1e37;
}
.tickets-left__item h4::after  {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    flex-shrink: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTE3Ljg3NzYgMTIuMjI3N0w4LjA0MzI2IDIwLjgzODlDNy44NTg1IDIxLjAwMDcgNy41Nzg5NSAyMS4wNDYzIDcuMzE4MDYgMjAuOTUxNkM3LjA1NjcxIDIwLjg1NjkgNyAyMC43MDUyIDcgMjAuNjExM0w3IDMuMzg4NzRDNyAzLjI5NDgzIDcuMDU2NyAzLjE0MzE1IDcuMzE4MDYgMy4wNDgzNUM3LjU3ODk1IDIuOTUzNzMgNy44NTg1IDIuOTk5MjggOC4wNDMyNiAzLjE2MTA2TDE3Ljg3NzYgMTEuNzcyM0MxNy45Nzg2IDExLjg2MDcgMTggMTEuOTQ1IDE4IDEyQzE4IDEyLjA1NSAxNy45Nzg2IDEyLjEzOTIgMTcuODc3NiAxMi4yMjc3WiIgZmlsbD0iI0IzRjIwMCIgc3Ryb2tlPSIjQjNGMjAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgLz4NCjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.line-orange .tickets-left__item h4::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjg3NzYgMTAuMjI3N0wyLjA0MzI2IDE4LjgzODlDMS44NTg1IDE5LjAwMDcgMS41Nzg5NSAxOS4wNDYzIDEuMzE4MDYgMTguOTUxNkMxLjA1NjcxIDE4Ljg1NjkgMSAxOC43MDUyIDEgMTguNjExM0wxIDEuMzg4NzRDMSAxLjI5NDgzIDEuMDU2NyAxLjE0MzE1IDEuMzE4MDYgMS4wNDgzNUMxLjU3ODk1IDAuOTUzNzMzIDEuODU4NSAwLjk5OTI3OCAyLjA0MzI2IDEuMTYxMDZMMTEuODc3NiA5Ljc3MjMyQzExLjk3ODYgOS44NjA3NSAxMiA5Ljk0NTAxIDEyIDEwQzEyIDEwLjA1NSAxMS45Nzg2IDEwLjEzOTIgMTEuODc3NiAxMC4yMjc3WiIgZmlsbD0iI0ZGNUMwMCIgc3Ryb2tlPSIjRkY1QzAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.line-blue .tickets-left__item h4::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTE3Ljg3NzYgMTIuMjI3N0w4LjA0MzI2IDIwLjgzODlDNy44NTg1IDIxLjAwMDcgNy41Nzg5NSAyMS4wNDYzIDcuMzE4MDYgMjAuOTUxNkM3LjA1NjcxIDIwLjg1NjkgNyAyMC43MDUyIDcgMjAuNjExM0w3IDMuMzg4NzRDNyAzLjI5NDgzIDcuMDU2NyAzLjE0MzE1IDcuMzE4MDYgMy4wNDgzNUM3LjU3ODk1IDIuOTUzNzMgNy44NTg1IDIuOTk5MjggOC4wNDMyNiAzLjE2MTA2TDE3Ljg3NzYgMTEuNzcyM0MxNy45Nzg2IDExLjg2MDcgMTggMTEuOTQ1IDE4IDEyQzE4IDEyLjA1NSAxNy45Nzg2IDEyLjEzOTIgMTcuODc3NiAxMi4yMjc3WiIgZmlsbD0iIzUwQzBGRiIgc3Ryb2tlPSIjNTBDMEZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgLz4NCjwvc3ZnPg==);
}
.line-red .tickets-left__item h4::after  {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljg3NzYgMTIuMjI3N0w4LjA0MzI2IDIwLjgzODlDNy44NTg1IDIxLjAwMDcgNy41Nzg5NSAyMS4wNDYzIDcuMzE4MDYgMjAuOTUxNkM3LjA1NjcxIDIwLjg1NjkgNyAyMC43MDUyIDcgMjAuNjExM0w3IDMuMzg4NzRDNyAzLjI5NDgzIDcuMDU2NyAzLjE0MzE1IDcuMzE4MDYgMy4wNDgzNUM3LjU3ODk1IDIuOTUzNzMgNy44NTg1IDIuOTk5MjggOC4wNDMyNiAzLjE2MTA2TDE3Ljg3NzYgMTEuNzcyM0MxNy45Nzg2IDExLjg2MDcgMTggMTEuOTQ1IDE4IDEyQzE4IDEyLjA1NSAxNy45Nzg2IDEyLjEzOTIgMTcuODc3NiAxMi4yMjc3WiIgZmlsbD0iI0VGMUUzNyIgc3Ryb2tlPSIjRUYxRTM3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.line-orange, .line-green, .line-blue, .line-red  {
    position: relative;
    display: block;
    text-decoration: none;
    width: 290px;
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.line-orange::before, .line-green::before, .line-blue::before, .line-red::before, .line-orange::after, .line-green::after, .line-blue::after, .line-red::after  {
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.line-orange::before  {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjQ2IiB2aWV3Qm94PSIwIDAgMTQ2IDQ2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBvcGFjaXR5PSIwLjMiIGQ9Ik0xIDQ1QzcyLjM4NDYgNDUgNDUuNzE4IDEgMTQ1IDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
    bottom: 21px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
}
.line-green::before  {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9Ijg1IiB2aWV3Qm94PSIwIDAgMTQ2IDg1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBvcGFjaXR5PSIwLjMiIGQ9Ik0xIDFDNzIuMzg0NiAxIDQ1LjcxOCA4NCAxNDUgODQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
    bottom: -63px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
}
.line-blue::before  {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjMwNiIgdmlld0JveD0iMCAwIDE0NiAzMDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMyIgZD0iTTEgMUM3MS45NTQ2IDEgNDYuMzE2IDMwNSAxNDUgMzA1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
    bottom: -284.5px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
}
.line-red::before  {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjMwNyIgdmlld0JveD0iMCAwIDE0NiAzMDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMyIgZD0iTTEgMUM3Mi4xMzI1IDEgNDYuMzE2IDMwNS41IDE0NSAzMDUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
    bottom: -260px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
}
.line-orange::after  {
    z-index: 3;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjQ2IiB2aWV3Qm94PSIwIDAgMTQ2IDQ2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA0NUM3Mi4zODQ2IDQ1IDQ1LjcxOCAxIDE0NSAxIiBzdHJva2U9IiNGRjVDMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
    bottom: 21px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.line-green::after  {
    z-index: 3;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9Ijg1IiB2aWV3Qm94PSIwIDAgMTQ2IDg1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxQzcyLjM4NDYgMSA0NS43MTggODQgMTQ1IDg0IiBzdHJva2U9IiNCM0YyMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
    bottom: -63px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.line-blue::after  {
    z-index: 3;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjMwNiIgdmlld0JveD0iMCAwIDE0NiAzMDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFDNzEuOTU0NiAxIDQ2LjMxNiAzMDUgMTQ1IDMwNSIgc3Ryb2tlPSIjNTBDMEZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
    bottom: -284.5px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.line-red::after  {
    z-index: 3;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjMwNyIgdmlld0JveD0iMCAwIDE0NiAzMDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFDNzIuMTMyNSAxIDQ2LjMxNiAzMDUuNSAxNDUgMzA1LjUiIHN0cm9rZT0iI0VGMUUzNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
    bottom: -260px;
    right: -145.5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.active.line-orange::after  {
    opacity: 1;
}
.active.line-green::after  {
    opacity: 1;
}
.active.line-blue::after  {
    opacity: 1;
}
.active.line-red::after  {
    opacity: 1;
}
.js-orange-el, .js-green-el, .js-blue-el, .js-red-el  {
    position: relative;
}
.or-el, .gr-el, .bl-el, .rd-el  {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.or-el  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 92, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
}
.gr-el  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(179, 242, 0, 0.3) 0%, rgba(255, 92, 0, 0) 100%);
}
.bl-el  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(80, 192, 255, 0.3) 0%, rgba(80, 192, 255, 0) 100%);
}
.rd-el  {
    background: radial-gradient(50% 50% at 50% 0%, rgba(239, 30, 55, 0.3) 0%, rgba(239, 30, 55, 0) 100%);
}
.js-orange-el.orange-el .or-el, .js-green-el.green-el .gr-el, .js-blue-el.blue-el .bl-el, .js-red-el.red-el .rd-el  {
    opacity: 1;
}
@media (max-width: 920px)  {
    .js-orange-el, .js-green-el, .js-blue-el, .js-red-el  {
        background-size: 100% 100%;
    }
    .orange-el::before, .green-el::before, .blue-el::before, .red-el::before  {
        display: none;
    }
}
.support-kluchi  {
    position: relative;
    text-align: center;
}
canvas#pong  {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
.support-kluchi__item  {
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: 1px;
}
.support-rectangle  {
    position: absolute;
    bottom: 15px;
    width: 190px;
    height: 20px;
    background: #9f69f1;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.container  {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
}
.game-over, .victory  {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
    color: white;
    display: none;
    z-index: 2;
}
.start-button  {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    padding: 10px 20px;
    background: #9f69f1;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 3;
}
.firework  {
    position: fixed;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    border-radius: 50%;
    pointer-events: none;
}
@keyframes paddle-bend  {
    0%, 100%  {
        transform: scaleX(1) scaleY(1);
    }
    50%  {
        transform: scaleX(1.2) scaleY(0.8);
    }
}
#paddle  {
    animation: paddle-bend 0.3s ease-out;
}
@media (max-width: 992px)  {
    .game-over, .victory, .start-button, canvas#pong, #fireworksCanvas  {
        display: none !important;
    }
}
.recommend-item__top p  {
    font-size: 18px;
    color: #FFE601;
}
@media (max-width: 920px)  {
    .recommend-item__top p  {
        font-size: 16px;
    }
}
/* @media (max-width: 920px) {.tickets-list__item.red::before {content: "+ ";}} */
.modal-dialog {
    width: calc(100% - 16px);
    max-width: 700px;
}
.modal-header {
    border-bottom: none;
    padding: 16px 16px 10px;
}
.btn-close {
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC41Ij4KPHBhdGggZD0iTTEgMUwxNyAxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTE3IDFMMSAxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
    background-size: 16px 16px;
}
.modal-content {
    background: #241C2D;
}
.modal-body {
    padding: 0 40px 40px;
}
.modal-body h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 0 0 12px;
}
.modal-body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 0 auto 24px;
    max-width: 620px;
}
.modal-body .btn-m {
    margin: 14px auto 0;
    max-width: 310px;
}
.modal-body__flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 12px;
    margin: 0;
    outline: none;
    background: transparent;
}
.input::placeholder {
    color: #fff;
}
.checkbox {
    display: flex;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
}
.checkbox__label {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}
.checkbox__input {
    position: relative;
    appearance: none;
    display: block;
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    flex-shrink: 0;
    margin-right: 10px;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.checkbox__input:checked::before {
    opacity: 1;
}
.checkbox__input:checked::after {
    display: block;
}
.checkbox__input::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    opacity: 0.2;
    transition: all 0.2s ease;
    background-color: transparent;
}
.checkbox__input::after {
    position: absolute;
    top: 2px;
    left: 4px;
    content: "";
    display: none;
    margin: 0;
    width: 16px;
    height: 12px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    border-radius: 2px;
    transform: rotate(-45deg);
}
@media(max-width: 920px) {
    .modal-body {
        padding: 0 24px 24px;
    }
    .modal-body h3,
    .modal-body p {
        text-align: left;
    }
    .modal-body .btn-m {
        max-width: 100%;
    }
}
.cookie {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    z-index: 105;
    backdrop-filter: blur(84px);
    background: rgba(72, 27, 122, 0.5);
    max-width: 1220px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 8px;
}
.cookie--active {
    display: block;
}
.cookie__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.cookie__close {
    backdrop-filter: blur(20px);
    background: #7000ff;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    max-width: 250px;
}
.cookie__close:hover,
.cookie__close:focus {
    backdrop-filter: blur(20px);
    background: #7000ff;
    color: #fff;
    opacity: 0.8;
}
.form-disclaimer {
    margin: 0;
}
.form-disclaimer a {
    color: #fff;
}
@media(max-width: 992px) {
    .cookie__close {
        font-size: 20px;
    }
}
.btn-program--mobile {
    display: none;
    align-items: center;
    gap: 15px;
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 2;
    color: #ffe601;
    text-decoration: none;
}
.btn-program--desc {
    position: relative;
    z-index: 2;
    display: block;
    padding: 17px 30px;
    margin: 0;
    font-family: "TTSupermolotNeueMedium", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transform: skew(-15deg);
    transition: all 0.4s ease;
}
.btn-program--desc:hover {
    background-color: #fff;
    color: #241C2D;
}
.btn-program--desc span {
    display: block;
    transform: skew(15deg);
}
.first__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.first__btns .first__btn {
    margin: 0;
}
.footer__bottom {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}
.footer__bottom p {
    margin: 0;
}
.footer__bottom .container {
    column-gap: 40px;
    row-gap: 0;
}
@media(max-width: 920px) {
    .first__btns {
        flex-direction: column;
        gap: 22px;
    }
    .first .btn-program--desc {
        display: none;
    }
    .cookie {
        left: 10px;
        bottom: 20px;
        right: 10px;
        width: calc(100% - 20px);
    }
    .cookie__close {
        font-size: 18px;
    }
    .cookie__container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .btn-program--mobile {
        display: flex;
    }
    .footer__bottom .container {
        align-items: flex-start;
        text-align: left;
    }
    .footer {
        padding: 40px 0;
    }
}
.tickets .tickets-item {
  display: block;
  color: inherit;
  text-decoration: none;
}
.tickets .tickets-item:hover,
.tickets .tickets-item:focus {
  text-decoration: none;
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}
.footer--centered {
  background: #1f1a2a;
  color: #fff;
}
.footer--centered a { color: #fff; text-decoration: none; }
.footer--centered a:hover { text-decoration: underline; }

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 40px 0;
}

/* Логотип по центру */
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer__social {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Контакты */
.footer__contacts {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}


.footer__contacts-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  font-size: 15px;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
.footer__list li {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
}

/* Нижний блок */
.footer__bottom {
  background: #16121f;
  font-size: 12px;
  opacity: .85;
}
.footer__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__list li {
    grid-template-columns: 160px auto;
  }
}
