:root {
    --color-gray-light: #DFDFDF;
}

@font-face {
    font-family: 'BebasNeueProBold';
    src: url('../../fonts/BebasNeueProBold/BebasNeue-Bold.ttf') format('truetype'),
         url('../../fonts/BebasNeueProBold/BebasNeue-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, p, span, a {
    margin: 0;
    padding: 0;
    text-box: trim-both cap alphabetic;
}

a {   
    text-decoration: none;
}

button {
    all: unset;
    cursor: pointer;
    font-family: 'BebasNeueProBold', sans-serif;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-gray-light);
    font-family: 'BebasNeueProBold', sans-serif;
    box-sizing: border-box;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    gap: 30px;
    padding-bottom: 70px;
    overflow: hidden;
}

section {
    display: flex;
    width: 1300px;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

.slide {
    height: 600px;
    border-radius: 30px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.header-nur, 
.footer-nur {
    width: 1300px;
    padding: 24px;
    gap: 20px;
}

.header-inner, 
.footer-inner {
    width: 100%;
    height: 90px;
    justify-content: space-between;
    background-color: #E9E9E9;
    border-radius: 100px;
    padding: 12px 32px;
    box-sizing: border-box;
}

.footer-inner {
    height: 54px;
    background-color: #fff;
}

.header-content, 
.footer-content {
    width: 100%;
}

.header-content:first-child, 
.footer-content:first-child {
    justify-content: flex-start;
    gap: 40px;
}

.header-content:first-child a.site-logo {
    width: 100px;
    height: 26px;
}

.header-content:first-child a.site-logo img {
    width: 100px;
    height: 100%;
    object-fit: contain;
}

.header-content:nth-child(2), 
.footer-content:nth-child(2) {
    justify-content: center;
    gap: 40px;
}

.header-content:nth-child(2) button {
    min-width: 250px;
}

.header-content:nth-child(3), 
.footer-content:nth-child(3) {
    justify-content: flex-end;
}

.header-mobile {
    width: 100%;
    padding: 18px;
}

.header-inner-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #E9E9E9;
    border-radius: 100px;
    overflow: hidden;
    transition: border-radius 0.3s ease, background-color 0.3s ease;
}

.header-inner-mobile.menu-open {
    border-radius: 30px;
    background-color: #fff;
}

.header-top-mobile {
    width: 100%;
    height: 60px;
    padding: 20px;
    justify-content: space-between;
    box-sizing: border-box;
}

.header-top-mobile .site-logo {
    width: 91px;
    height: 24px;
}

.header-top-mobile .site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-toggle {
    font-size: 36px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.menu-toggle:hover {
    opacity: 0.7;
}

.menu-toggle .menu-icon {
    width: 24px;
    height: 24px;
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-text {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
    display: block;
}

.header-menu-mobile {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.header-menu-mobile.active {
    max-height: 500px;
}

.menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.menu-content .language-selector {
    font-size: 32px;
    justify-content: center;
}

.menu-content .primary-button {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.language-selector {
    width: fit-content;
    font-size: 30px;
}

.language-selector .lang-link {
    text-decoration: none;
    color: #d2d2d2;
    transition: color 0.3s ease;
    cursor: pointer;
}

.language-selector .lang-link:hover {
    color: rgba(0, 0, 0, 0.6);
}

.language-selector .lang-link.active {
    color: #000;
}

.language-selector .lang-separator {
    color: rgba(0, 0, 0, 0.4);
    margin: 0 4px;
    transition: color 0.3s ease;
}

.language-selector .lang-separator.active {
    color: #000;
}

.privacy-link a ,
.footer-bottom p {
    font-size: 20px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.20);
}

.mail-links a {
    font-size: 20px;
    color: #000;
}

.footer-content .social-links {
    gap: 40px;
}

.footer-content a.social-link {
    width: 34px;
    height: 34px;
    border-radius: 0;
    background-color: transparent;
}

.dot-background {
    position: relative;
}

.dot-background__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.dot-background__dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    transform-origin: center center;
    will-change: transform, opacity;
}

.mascot-svg {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 160px;
    position: relative;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
  
.mascot-svg * {
    will-change: transform;
}

.marquee {
    width: 1300px;
    height: 54px;
    background-color: #000;
    border-radius: 32px;
    overflow: hidden;
}

#MME-marquee * {
    gap: 15px;
}

#MME-marquee span {
    color: #fff;
    font-size: 44px;
    text-box: trim-both cap alphabetic;
}

#MME-marquee img {
    height: 34px;
    width: auto;
}

#festival-program-marquee, #tickets-marquee {
    height: 94px;
}

#festival-program-marquee *, #tickets-marquee * {
    gap: 15px;
}

#festival-program-marquee span, #tickets-marquee span {
    color: #fff;
    font-size: 76px;
    text-box: trim-both cap alphabetic;
}

#festival-program-marquee img, #tickets-marquee img {
    height: 56px;
    width: auto;
}

.primary-button {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    height: 54px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 100%;
}

.primary-button.green {
    background-color: #B4F046;
    color: #000;
}

.primary-button.black {
    background-color: #000;
    color: #fff;
}

.primary-button.white {
    background-color: #fff;
    color: #000;
}

.primary-button.grey {
    background-color: #CBCBCB;
    color: #000;
}
  
.hero-section {
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    background-color: #000;
    padding: 40px;
}

.hero-section img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.hero-section-content {
    position: relative;
    align-items: flex-end;
    gap: 80px;
    z-index: 1;
}

.hero-section-content-inner {
    width: 270px;
    gap: 50px;
}

.hero-section-content-inner:first-child {
    gap: 4px;
}

.hero-section-content-inner h1 {
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.hero-section-content-inner p {
    font-size: 74px;
    line-height: 85%;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
}

.hero-section-buy-button {
    width: 100%;
    height: 56px;
    border-radius: 60px;
    background-color: #B4F046;
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
}

.social-links {
    gap: 20px;
}

a.social-link {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
}

/* Showreal блок */
.showreal {
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    background-color: #000;
    border-radius: 30px;
}

.showreal-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.showreal-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.showreal-poster.hidden {
    opacity: 0;
    pointer-events: none;
}

.showreal-poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showreal-loader {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 3;
}

.showreal-loader.hidden {
    display: none;
}

.showreal-loader-spinner {
    width: 46px;
    height: 46px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.showreal-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.showreal-video-short {
    z-index: 1;
}

.showreal-video-full {
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.showreal-video-full.active {
    opacity: 1;
    z-index: 2;
}

.showreal-control {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 0;
}

.showreal-control:hover {
    transform: scale(1.1);
}

.showreal-control.hidden {
    opacity: 0;
    pointer-events: none;
}

.showreal-control-icon {
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    width: 46px;
    height: 46px;
}

.showreal-control-pause {
    display: none !important;
}

.showreal-control.playing .showreal-control-play {
    display: none;
}

.showreal-control.playing .showreal-control-pause {
    display: block !important;
}

.showreal-watch-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    background: none;
    border: none;
    color: #fff;
    font-size: 54px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-family: inherit;
}

.showreal-watch-text:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.showreal-watch-text.hidden {
    opacity: 0;
    pointer-events: none;
}

.about-festival {
    padding: 20px 0;
}

.about-festival-title {
    font-size: 36px;
    line-height: 120%;
    color: #000;
    text-align: center;
}

.festival-program {
    flex-direction: column;
    gap: 35px;
}

.festival-program-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 40px;
    background-color: #fff;
    gap: 20px;
    position: relative;
    box-sizing: border-box;
}

.festival-program-item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 426px;
    position: relative;
    z-index: 1;
}

.festival-program-item-title {
    font-size: 42px;
}

.festival-program-item-date-time-place {
    min-height: 124px;
    gap: 12px;
}

.festival-program-item-date-time {
    gap: 10px;
}

.festival-program-item-date, .festival-program-item-time, .festival-program-item-place {
    width: fit-content;
    display: flex;
    padding: 10px 20px;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 20px;
    line-height: 100%;
}

.festival-program-item-description {
    height: 100%;
    font-size: 20px;
    line-height: 120%;
}

.festival-program-item-buttons {    
    gap: 20px;
}

.festival-program-item-image-slider {
    width: 700px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
}

.festival-program-item-image-slider img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.event-gallery-slider .event-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.event-gallery-slider .event-gallery-arrow.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.event-gallery-slider .event-gallery-arrow:hover {
    opacity: 0.7;
}

.event-gallery-slider .event-gallery-arrow:focus {
    outline: none;
}

.event-gallery-slider .event-gallery-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
}

.event-gallery-slider .event-gallery-arrow-prev {
    left: 25px;
}

.event-gallery-slider .event-gallery-arrow-next {
    right: 25px;
}

.event-gallery-slider .event-gallery-arrow.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Стили для точек галереи событий на мобильных */
.event-gallery-slider .slick-dots {
    display: flex !important;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.event-gallery-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
}

.event-gallery-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    background: #D9D9D9;
    border-radius: 0;
    text-indent: -9999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.event-gallery-slider .slick-dots li.slick-active button {
    background: #000;
}

/* Скрываем точки на десктопе */
@media (min-width: 769px) {
    .event-gallery-slider .slick-dots {
        display: none !important;
    }
}

/* Показываем стрелки только на десктопе */
@media (max-width: 768px) {
    .event-gallery-slider .event-gallery-arrow {
        display: none !important;
    }
}

section.tickets {
    padding-top: 50px;
    gap: 50px;
}

.tickets-items {
    gap: 20px;
}

.tickets-item {
    display: flex;
    padding: 35px 40px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    gap: 20px;
    box-sizing: border-box;
}

.tickets-items-partial, .tickets-items-kids {
    align-items: stretch;
    gap: 20px;
}

.tickets-item-title {
    min-width: 286px;
    font-size: 76px;
    white-space: nowrap;
}

.tickets-item-description {
    width: 100%;
    gap: 70px;
}

.tickets-item-description-item {
    width: 220px;
    font-size: 24px;
    line-height: 120%;
}

.tickets-item-separator {
    width: 100%;
    min-height: 6px;
    background-image: repeating-linear-gradient(
        to right,
        #B4F046 0,
        #B4F046 6px,
        transparent 6px,
        transparent 55px
    );
}

.tickets-item-price-pay-button {
    min-height: 54px;
    gap: 30px;
}

.tickets-item-price-item {
    font-size: 44px;
}

.tickets-item.full {
    background-color: #B4F046;
}

.tickets-item.full .tickets-item-separator, 
.tickets-item.priority .tickets-item-separator {
    display: none;
}

.tickets-item.partial {
    background-color: #000;
    color: #fff;
    gap: 25px;
    padding-bottom: 25px;
    height: auto;
}

.tickets-item.partial .tickets-item-title, 
.tickets-item.kids .tickets-item-title {
    min-width: 100%;
    font-size: 50px;
    white-space: normal;
}

.tickets-item.partial .tickets-item-description, 
.tickets-item.kids .tickets-item-description {
    gap: 40px;
    height: 100%;
}

.tickets-item.partial .tickets-item-price-pay-button, 
.tickets-item.kids .tickets-item-price-pay-button {
    justify-content: space-between;
}

.tickets-item.priority {
    background-color: #7A7A7A;
    color: #B4F046;
}

.tickets-item.kids {
    background-color: #fff;
    background-image: url('../../img/kids.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 90%;
    gap: 25px;
    padding-bottom: 25px;
    height: auto;
}

.tickets-item.kids.junior {
    background-image: url('../../img/junior.svg');
}

.tickets-item.kids .tickets-item-description-item {
    width: 420px;
}

section.info {
    padding-top: 70px;
    gap: 20px;
}

.info-item {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 35px;
    background-color: #7A7A7A;
    mask-image: url('../../img/tag.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url('../../img/tag.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    gap: 20px;
}

.info-item:nth-child(3) {
    background-color: #B4F046;
}

.info-item:nth-child(4) {
    background-color: #fff;
}

.tag-name, 
.tag-content-link {
    padding: 4px 20px;
    background-color: #000;
    border-radius: 100px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
}

.tag-content {
    width: 65%;
    padding: 30px 25px;
    min-height: 180px;
    background-color: #000;
    border-radius: 22px;
    box-sizing: border-box;
    gap: 25px;
}

.tag-content-text {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.tag-content-link {
    background-color: #fff;
    color: #000;
    margin-bottom: 0;
}

.tag-content form {
    width: 100%;
}

.tag-content form input {
    width: 100%;
    box-sizing: border-box;
}

#cookie-notice {
	display: flex;
	justify-content: center;
	width: 100vw;
}

#cookie-notice .cookie-notice-container {
	display: flex;
	width: 1300px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 14px 0;
	margin: 0;
}

span#cn-notice-text {
	width: 700px;
	color: #A4A4A4;
    font-family: 'BebasNeueProBold', sans-serif;   
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.45px;
    text-align: left;
}

#cookie-notice .cn-button {
	display: flex;
}

.cn-close-icon {
	display: none;
}

@media screen and (max-width: 734px) {

    body {
        padding: 0 20px;
    }
    
    main {
        gap: 25px;
        padding-bottom: 25px;
    }
    
    section {
        width: 100%;
    }
    
    .slide {
        height: auto;
        min-height: auto;
        border-radius: 20px;
    }

    .flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .flex-row {
        display: flex;
        flex-direction: row;
    }
    
    .flex-column {
        display: flex;
        flex-direction: column;
    }

    .header-nur, 
    .footer-nur {
        width: 100%;
        padding: 18px;
    }

    .header-inner, 
    .footer-inner {
        height: 60px;
        padding: 20px;
    }

    .header-mobile {
        padding: 18px;
    }

    .header-inner-mobile {
        border-radius: 30px;
    }

    .header-top-mobile {
        height: 60px;
        padding: 20px;
    }

    .menu-content {
        padding: 0 20px 20px 20px;
        gap: 15px;
    }

    .menu-content .language-selector {
        font-size: 28px;
    }

    .footer-inner {
        height: auto;
    }

    .header-content:first-child a.site-logo {
        width: 91px;
        height: 24px;
    }

    .language-selector {
        font-size: 32px;
    }

    .footer-nur .privacy-link {
        order: 1;
        justify-content: center;
    }

    .footer-nur .footer-inner {
        order: 2;
    }

    .footer-content.mail-links.flex-center {
        justify-content: center;
    }

    .footer-nur .social-links {
        order: 3;
    }

    .footer-nur .footer-bottom {
        order: 4;
    }

    .mail-links a {
        font-size: 12px;
    }

    .footer-content .social-links {
        gap: 20px;
    }
    
    .dot-background__dot {
        width: 5px;
        height: 5px;
    }

    .mascot-svg {
        max-height: 150px;
    }

    .marquee {
        width: 100%;
        height: 32px;
    }

    #MME-marquee * {
        gap: 8px;
    }
    
    #MME-marquee span {
        font-size: 22px;
    }
    
    #MME-marquee img {
        height: 16px;
    }
    
    #festival-program-marquee, #tickets-marquee {
        height: 42px;
    }
    
    #festival-program-marquee *, #tickets-marquee * {
        gap: 10px;
    }
    
    #festival-program-marquee span, #tickets-marquee span {
        font-size: 32px;
    }
    
    #festival-program-marquee img, #tickets-marquee img {
        height: 25px;
    }

    .primary-button {
        width: 100%;
        max-width: 200px;
        min-width: 200px;
    }

    .hero-section {
        height: 100%;
        min-height: 614px;
        align-items: center;
        justify-content: space-between;
        padding: 25px;
        gap: 40px;
    }
    
    .hero-section-content {
        width: 100%;
        height: 100%;
        min-height: 100%;
        align-items: center;
        gap: 140px;
    }

    .hero-section-content.flex-row {
        flex-direction: column-reverse;
    }
    
    .hero-section-content-inner {
        width: 100%;
        gap: 20px;
    }
    
    .hero-section-content-inner h1 {
        font-size: 24px;
    }
    
    .hero-section-content-inner p {
        font-size: 54px;
    }
    
    .hero-section-buy-button {
        height: 54px;
        border-radius: 30px;
        font-size: 20px;
    }

    .social-links {
        gap: 25px;
    }
    
    a.social-link {
        width: 70px;
        height: 70px;
    }
    
    .showreal-loader {
        bottom: 20px;
        right: 20px;
    }
    
    .showreal-loader-spinner {
        width: 22px;
        height: 22px;
    }
    
    .showreal-control {
        bottom: 20px;
        left: 20px;
    }
    
    .showreal-control-icon {
        width: 22px;
        height: 22px;
    }

    .showreal-watch-text {
        font-size: 24px;
    }

    .about-festival {
        padding: 10px 0;
    }
    
    .about-festival-title {
        font-size: 18px;
    }

    .festival-program {
        gap: 30px;
    }
    
    .festival-program-item {
        flex-direction: column;
        padding: 25px 30px;
    }
    
    .festival-program-item-content {
        width: 100%;
    }
    
    .festival-program-item-title {
        font-size: 30px;
    }
    
    .festival-program-item-date-time-place {
        min-height: 124px;
        gap: 12px;
    }
    
    .festival-program-item-date-time {
        gap: 10px;
    }
    
    .festival-program-item-date, .festival-program-item-time, .festival-program-item-place {
        padding: 6px 14px;
        font-size: 16px;
    }

    .festival-program-item-buttons.flex-row {
        flex-direction: column;
        z-index: 1;
    }

    .festival-program-item-buttons a {
        width: 100%;
        min-width: 100%;
    }
    
    .festival-program-item-buttons {    
        gap: 8px;
    }
    
    .festival-program-item-image-slider {
        width: 100%;
        overflow: visible;
    }
    
    /* На мобильных стрелки скрыты через media query выше */
    .event-gallery-slider .slick-dots {
        bottom: -25px;
    }

    section.tickets {
        padding-top: 0;
        gap: 25px;
    }

    .tickets-items-partial.flex-row,
    .tickets-items-kids.flex-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .tickets-item {
        flex-direction: column;        
        padding: 30px;
        border-radius: 20px;
        min-height: 320px;
    }
    
    .tickets-item-title {
        min-width: 100%;
        font-size: 40px;
    }
    
    .tickets-item-description {
        flex: 1;
        gap: 30px;
    }

    .tickets-item-description.flex-row {
        flex-direction: column;
    }
    
    .tickets-item-description-item {
        width: 100%;
        font-size: 20px;
    }
    
    .tickets-item-price-item {
        font-size: 40px;
    }
    
    .tickets-item.partial .tickets-item-title, 
    .tickets-item.kids .tickets-item-title {
        font-size: 40px;
    }
    
    .tickets-item.partial .tickets-item-description, 
    .tickets-item.kids .tickets-item-description {
        gap: 30px;
    }

    .tickets-item.full .tickets-item-separator {
        display: block;
        background-image: repeating-linear-gradient(
        to right,
        #000 0,
        #000 6px,
        transparent 6px,
        transparent 55px
        );
    }

    .tickets-item.priority .tickets-item-separator {
        display: block;
    }
    
    .tickets-item.kids {
        background-image: url('../../img/kids-m.svg');
        background-position: right 30px;
        background-size: auto 80%;
        gap: 20px;
        padding-bottom: 30px;
        height: inherit;
        min-height: inherit;
    }
    
    .tickets-item.kids.junior {
        background-image: url('../../img/junior-m.svg');
        background-position: right 50px;
        background-size: auto 75%;
    }
    
    .tickets-item.kids .tickets-item-description-item {
        width: 100%;
    }

    .tickets-item-price-pay-button{
        width: fit-content;
    }
    

    .tickets-item-price-pay-button a {
        width: 100%;
        min-width: 100%;
    }

    section.info {
        padding-top: 0;
        gap: 30px;
    }
    
    section.info.flex-row {
        flex-direction: column;
    }

    .info-item {
        padding-top: 50px;
        padding-bottom: 20px;
        gap: 20px;
    }
    
    .tag-name, 
    .tag-content-link {
        padding: 4px 14px;
        font-size: 17px;
    }
    
    .tag-content {
        width: 60%;
        padding: 30px 15px;
        min-height: 130px;
        gap: 20px;
    }
    
    .tag-content-text {
        font-size: 21px;
    }

    .info-item .primary-button {
        max-width: 120px;
        min-width: 120px;
        height: 32px;
        font-size: 12px;
    }

    #cookie-notice {
		width: 100%;
	}
	
	#cookie-notice .cookie-notice-container {
		width: 100%;
		flex-direction: column;
		padding: 14px 20px;
	}
	
	span#cn-notice-text {
		width: 100%;
		font-size: 14px;
	}
	
	#cookie-notice .cn-button {
		display: flex;
		width: 90vw;
	}
}