@import url(https://fonts.googleapis.com/css?family=Inter:300,regular,600,700,900&display=swap);

@charset "UTF-8";

@font-face {
    font-family: copperplate;
    font-display: swap;
    src: url("../fonts/copperplate_bold.woff2") format("woff2"), url("../fonts/copperplate_bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: copperplate;
    font-display: swap;
    src: url("../fonts/copperplate.woff2") format("woff2"), url("../fonts/copperplate.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: copperplate;
    font-display: swap;
    src: url("../fonts/copperplate_light.woff2") format("woff2"), url("../fonts/copperplate_light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #333333;
    line-height: 1;
    font-family: "Inter";
    font-size: 1.5rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Inter";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

/*ul li {*/
/*    list-style: none;*/
/*}*/

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

.page-title {
    font-size: 2em !important;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

.hidden-text {
    width: 8% !important;
}

[class*=__container] {
    max-width: 120.125rem;
    margin: 0 auto;
    padding: 0 5rem;
}

.select {
    min-width: 0;
    position: relative;
}

.select__body {
    position: relative;
}

.select__title {
    color: inherit;
    text-align: left;
    background-color: #e63219;
    cursor: pointer;
    width: 100%;
}

.select__value {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1.1;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.875rem;
    gap: 0.225rem;
}

.select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

.select__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-transform: capitalize;	
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    position: absolute;
    top: calc(100% - 0.0625rem);
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px 0px 5px 0px;
}
.location-menu__input-header {
    margin-bottom: 6px;
    font-size: .92em !important;
}
.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 19.5rem;
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit;
    text-transform: capitalize;
}

.select__option._select-selected {
    background-color: #eee;
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._select-tag {
    cursor: pointer;
}

.qs-datepicker-container {
    margin: 5px;
    font-size: 1rem;
    font-family: sans-serif;
    color: #000;
    position: absolute;
    width: 20.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: #f0f0f0;
    -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
    box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding: 30px 10px;
}

.qs-datepicker-container:before,
.qs-datepicker-container:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 2;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background-image: -o-linear-gradient(left, #000 0%, #000 100%);
    background-image: linear-gradient(to right, #000 0%, #000 100%);
}

.qs-datepicker-container:before {
    top: 0;
}

.qs-datepicker-container:after {
    bottom: 0;
}

.qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
    display: none;
}

.qs-datepicker .qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.875em;
    padding: 0.25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
    padding: 0.5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
    border: 1px solid #fff;
    border-radius: 0.26392em;
    padding: 0.5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: hsla(0, 0%, 50.2%, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
    color: grey;
    border-color: grey;
    cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
    opacity: 1;
}

.qs-datepicker .qs-controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f0f0f0;
    color: #282828;
    font-size: 1.5rem;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-arrow {
    height: 1.5625em;
    width: 1.5625em;
    position: relative;
    cursor: pointer;
    border-radius: 0.26392em;
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
    border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
    border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
    content: "";
    border: 0.39062em solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
    border-right-color: grey;
    right: 50%;
    -webkit-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
    border-left-color: grey;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
    font-weight: 700;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
    border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
    outline: none;
}

.qs-datepicker .qs-month {
    padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
    padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #282828;
    font-size: 1.125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.3125em;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-square {
    width: 14.28571%;
    height: 1.5625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
    border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-current {
    font-weight: 700;
    position: relative;
}

.qs-datepicker .qs-square.qs-current::before {
    content: "";
    position: absolute;
    width: 2.1875rem;
    height: 2.1875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #bbbaba;
    z-index: -1;
    border-radius: 50%;
}

.qs-datepicker .qs-square.qs-current span {
    text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
    background: #d31f37;
    color: #000;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
    background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
    border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
    opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
    cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: 700;
    color: #282828;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    color: #d31f37;
}

.qs-datepicker .qs-event {
    position: relative;
}

.qs-datepicker .qs-event:after {
    content: "";
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff;
}

.qs-outside-current-month {
    opacity: 0.3;
}

[data-showmore-button] span:last-child {
    display: none;
}

._showmore-active [data-showmore-button] span {
    display: none;
}

._showmore-active [data-showmore-button] span:last-child {
    display: block;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

.title {
    font-size: 2.6875rem !important;
    line-height: 1;
    color: #13141a;
}

.ticket-body__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 6;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
}

.filter-ticket .select .select__value:hover {
    color: #f80b2f;
}

.select__value:after {
    content: "";
    background: url(../img/icons/arrow-down.svg) center/contain no-repeat;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    color: #FFFFFF;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-ticket__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 0.9;
}

.filter-ticket__title::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.0625rem;
    flex: 0 0 1.0625rem;
    width: 1.0625rem;
    height: 1.0625rem;
    background-color: #f80b2f;
}

.filter-ticket__date-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-ticket__date-body::after {
    content: "";
    background: url("../img/icons/arrow-down.svg") center/contain no-repeat;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-ticket__datepicker {
    max-width: 9.6875rem;
    width: 100%;
    cursor: pointer;
}

.filter-ticket__datepicker::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #757575;
}

.filter-ticket__datepicker::-moz-placeholder {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #757575;
}

.filter-ticket__datepicker:-ms-input-placeholder {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #757575;
}

.filter-ticket__datepicker::-ms-input-placeholder {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #757575;
}

.filter-ticket__datepicker::placeholder {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #757575;
}

.filter-ticket__show-all {
    gap: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.4 !important;
    color: #282828;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.filter-ticket__show-all::after {
    content: "";
    background: url("../img/icons/arrow-right.svg") center/contain no-repeat;
    width: 0.875rem;
    height: 0.75rem;
}

.location-menu .option__inner {
    font-size: 1.1em;
    line-height: 1.7;
}

.ts-dropdown-content {
    font-size: 1.2em;
}

.location-menu__btn span {
    font-size: .92em;
}

.location-menu__modal.mobile.active .option__inner {
    font-size: 1.2em;
    line-height: 0.95 !important;
}

@media screen and (min-width: 320px) {
    .h-buttons__item svg {
        width: 16px;
        height: 22px;
        fill: white;
        background-repeat: no-repeat;
    }
    .home-page:before {
        content: "";
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #eaeaea;
        z-index: 7;
    }
}
footer.footer {
    background-color: #13141a !important;
    position: relative;
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .dd__list li {
        font-size: 0.8em;
        padding: 15px 0;
    }
    .filter-ticket__actions {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr (auto) [ 2 ];
        grid-template-columns: auto 1fr repeat(2, auto);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2.0625rem;
    }
}
@media screen and (min-width: 480px) {
    .afisha-item {
        font-size: .85em !important;
    }
}
.filter-ticket__actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr (auto) [ 2 ];
    grid-template-columns: auto 1fr repeat(2, auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.0625rem;
}

.shows-ticket__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shows-ticket__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.shows-ticket__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 0.75rem;
}

.shows-ticket__card {
    color: #282828;
    position: relative;
    overflow: hidden;
}

.shows-ticket__media-ibg {
    padding-bottom: 140.995261%;
    /* 595/422 */
}

.shows-ticket__media-ibg img {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-date {
        max-width: 138px;
    }

    .shows-ticket__title:not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .shows-ticket__date,
    .shows-ticket__total-events {
        line-height: 1.2608695652;
    }

    .shows-ticket__date:not(:last-child),
    .shows-ticket__total-events:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .shows-ticket__info {
        position: relative;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .shows-ticket__button-border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .shows-ticket__button-link {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        color: #ffffff;
        background-color: #28a745;
        padding: 24px 20px;
        font-size: 1.25rem;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1.1;
        text-align: center;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    .details-show {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .details-show__block {
        position: absolute;
        padding: 2.8125rem 1.875rem;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #f0f0f0;
    }

    .details-show__title {
        font-weight: 900;
        line-height: 1.1935483871;
    }

    .details-show__title:not(:last-child) {
        margin-bottom: 0.9375rem;
    }

    .details-show__date {
        line-height: 1.2083333333;
        font-weight: 600;
    }

    .details-show__date:not(:last-child) {
        margin-bottom: 0.9375rem;
    }

    .details-show__total-events {
        font-weight: 900;
        line-height: 1.4166666667;
    }

    .details-show__item {
        line-height: 1.45;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.25rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .details-show__item:not(:last-child) {
        margin-bottom: 0.3125rem;
    }

    .details-show__item::before {
        content: "";
        width: 0.375rem;
        height: 0.375rem;
        background-color: #13141a;
        border-radius: 50%;
    }

    .breadcrumbs__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .breadcrumbs__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.875rem;
        line-height: 1.4285714286;
    }

    .breadcrumbs__item:not(:last-child)::after {
        content: "»";
    }

    .breadcrumbs__link {
        color: #f80b2f;
    }

    .header {
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        z-index: 50;
        top: 0;
        border-bottom: 1px solid rgba(140, 140, 140, 0.3);
    }

    ._header-scroll .menu {
        padding: 0.3125rem 0;
    }

    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.9375rem 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .menu__logo {
        z-index: 10;
    }

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

    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 0.9375rem;
    }

    .menu__item {
        font-weight: 600;
        line-height: 0.9090909091;
        text-transform: uppercase;
    }

    .menu__link {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .actions-menu {
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .actions-menu__all-countries {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
    }

    .actions-menu__link-country {
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 0.9090909091;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.625rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .actions-menu__body {
        display: none;
        position: absolute;
        left: -4.6875rem;
        top: 2.1875rem;
        background-color: #f0f0f0;
        padding: 1.5625rem;
        -webkit-box-shadow: -4px 2px 4px -6px #000;
        box-shadow: -4px 2px 4px -6px #000;
        border-right: 1px solid hsla(0, 0%, 86%, 0.5647058824);
        width: 18.75rem;
    }

    .actions-menu__body.active-toggle {
        display: block;
    }

    .actions-menu__title-country,
    .actions-menu__town {
        font-size: 1.125rem;
        line-height: 1.3888888889;
        font-weight: 300;
    }

    .actions-menu__title-country:not(:last-child),
    .actions-menu__town:not(:last-child) {
        margin-bottom: 0.1875rem;
    }

    .actions-menu .select:not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .actions-menu .select__title {
        padding: 0.625rem;
    }

    .actions-menu .select__value {
        font-size: 1rem;
    }

    .actions-menu .select__option {
        font-size: 1rem;
    }

    .actions-menu .select__content {
        font-weight: 400;
    }

    .actions-menu__button {
        background-color: #28a745;
        text-transform: uppercase;
        display: inline-block;
        padding: 24px 40px;
        white-space: nowrap;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        font-size: 1.25rem;
        color: #ffffff;
        font-weight: 600;
    }

    .language-menu .select__value {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 1.375rem;
        color: #FFFFFF;
    }

    .language-menu .select__title {
        padding: 2px 1.25rem 0 0 !important;
    }

    .language-menu .select__options {
        top: calc(133% - 0.0625rem);
        left: -10%;
        background-color: #f0f0f0;
    }

    .language-menu .select__content {
        font-weight: 600;
    }

    .icon-menu {
        display: none;
    }

    .footer {
        background-color: #13141a !important;
    }

    .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2.1875rem;
        row-gap: 3.75rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #ffffff;
    }

    .footer__partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__text-partner {
        line-height: 1.4782608696;
    }

    .footer__media-partner img {
        max-width: 100%;
    }

    .footer__copyrights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.25rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .footer__copyright-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5rem;
        line-height: 1.5;
        opacity: 0.3;
    }

    .menu-footer__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.5rem;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu-footer__item {
        font-size: 1.375rem;
        font-weight: 600;
        line-height: 0.9090909091;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .menu-footer__link {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .social-footer__title {
        font-size: 1.275rem;
        line-height: 1.5454545455;
    }

    .social-footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .social-footer__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: #f80b2f;
        border-radius: 50%;
        width: 3.875rem;
        height: 3.875rem;
    }

    .social-footer__item svg {
        width: 1.75rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        height: 1.75rem;
        fill: #ffffff;
        margin: 0 auto;
    }

    .page__hero {
        position: relative;
    }

    .page__hero::before {
        content: "";
        background: #13141a;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.6;
        z-index: -1;
    }

    .page__treasure {
        padding-top: 4.5625rem;
        padding-bottom: 3.75rem;
    }

    .hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 8.75rem;
        padding-bottom: 6.25rem;
    }

    .hero__bg {
        z-index: -2;
    }

    .hero__bg img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .hero__title {
        line-height: 1.6129032258;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        position: relative;
    }

    .hero__title span {
        color: #f80b2f;
    }

    .hero__title:not(:last-child) {
        margin-bottom: 3.1875rem;
    }

    .hero__title::after {
        content: "";
        position: absolute;
        bottom: -90%;
        left: 50%;
        width: 0.125rem;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: rgba(255, 255, 255, 0.3);
    }

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

    .hero__media:not(:last-child) {
        margin-bottom: 5.1875rem;
    }

    .hero__button-ticket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        gap: 0.625rem;
        line-height: 0.7142857143;
        background-color: #f80b2f;
        padding: 1.5625rem 5.625rem 1.6875rem 5.3125rem;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .hero__button-ticket svg {
        width: 1.375rem;
        height: 0.9375rem;
        stroke: #ffffff;
        fill: transparent;
    }

    .treasure {
        position: relative;
    }

    .treasure::after {
        content: "";
        background: url("../img/decor/decor-01.svg") 0 0/100% no-repeat;
        width: 69.625rem;
        /* 1114/1920 */
        height: 59.125rem;
        position: absolute;
        right: -17.5rem;
        top: -10.625rem;
        z-index: -15;
    }

    .treasure__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .treasure__media-ibg {
        padding-bottom: 104.173913%;
        /* 940/920 */
    }

    .treasure__content {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-color: #f80b2f;
        color: #ffffff;
        z-index: 2;
    }

    .treasure__title {
        font-family: copperplate;
        line-height: 1;
    }

    .treasure__text {
        line-height: 1.5517241379;
    }

    .press {
        position: relative;
    }

    .press::after {
        content: "";
        position: absolute;
        background: url("../img/decor/decor-02.svg") 0 0/100% no-repeat;
        top: 23.75rem;
        left: -13.5%;
        width: 73.489583%;
        /* 1411/1920 */
        height: 75.813049%;
        /* 1065/1594 */
        z-index: -10;
    }

    .press__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 48.125rem auto;
        grid-template-columns: 48.125rem auto;
    }

    .press__title {
        margin-top: -1.25rem;
    }

    .press__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: relative;
    }

    .press__link::after {
        content: "";
        position: absolute;
        top: 6.25rem;
        left: 2.1875rem;
        width: 0.125rem;
        height: 0;
        background-color: #f80b2f;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .press__link svg {
        fill: #f80b2f;
        height: 3.125rem;
    }

    .press__text {
        line-height: 1.5161725067;
    }

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

    .page__running-line {
        max-width: 100%;
        overflow: hidden;
    }

    .page__running-line div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200%;
        -webkit-animation: text-infinite 45s linear infinite;
        animation: text-infinite 45s linear infinite;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }

    .running-line__text {
        color: #f80b2f;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .running-line__text:not(:last-child) {
        margin-right: 12.5rem;
    }

    @-webkit-keyframes text-infinite {
        0% {
            -webkit-transform: translateX(10%);
            transform: translateX(10%);
        }

        50% {
            -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
        }

        100% {
            -webkit-transform: translateX(30%);
            transform: translateX(30%);
        }
    }

    @keyframes text-infinite {
        0% {
            -webkit-transform: translateX(10%);
            transform: translateX(10%);
        }

        50% {
            -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
        }

        100% {
            -webkit-transform: translateX(30%);
            transform: translateX(30%);
        }
    }

    .about__item {
        position: relative;
    }

    .about__item:nth-child(odd)::before {
        content: "";
        position: absolute;
        bottom: -20%;
        left: -50%;
        width: 100%;
        height: 80%;
        background: url("../img/decor/decor-01.svg") 0 0/100% no-repeat;
        z-index: -10;
    }

    .about__item:nth-child(even)::before {
        content: "";
        position: absolute;
        bottom: -45%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: url("../img/decor/decor-01.svg") 0 0/100% no-repeat;
        z-index: -10;
    }

    .about__media-ibg {
        padding-bottom: 43.575928%;
        /* 757/1778 */
        z-index: -1;
    }

    .about__content {
        color: #ffffff;
    }

    .about__content--first,
    .about__content--third {
        max-width: 75.5rem;
        margin-left: auto;
        padding-right: 4.375rem;
        background-color: #f80b2f;
        margin-right: -4.5rem;
    }

    .about__content--second,
    .about__content--fourth {
        max-width: 77.75rem;
        margin-right: auto;
        margin-left: -4.5rem;
        padding-left: 4.5rem;
        padding-right: 4.375rem;
        background-color: #f80b2f;
        margin-right: -4.5rem;
    }

    .about__title {
        font-family: copperplate;
        line-height: 1;
    }

    .about__subtitle {
        color: #f80b2f;
        line-height: 1;
        text-align: center;
    }

    .about__text {
        line-height: 1.5517241379;
    }

    .about__action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about__video {
        font-weight: 600;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about__video img {
        border-radius: 50%;
        max-width: 15.625rem;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .story-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .story-about__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 18.75rem;
        flex: 0 1 18.75rem;
    }

    .story-about__media img {
        max-width: 100%;
        border-radius: 51.5rem;
    }

    .story-about__date {
        line-height: 1.5;
        opacity: 0.6;
    }

    .story-about__date:not(:last-child) {
        margin-bottom: 0.3125rem;
    }

    .story-about__name {
        max-width: 28.75rem;
        line-height: 1.303030303;
    }

    .designer-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .designer-about__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 15.5rem;
        flex: 0 1 15.5rem;
    }

    .designer-about__media img {
        max-width: 100%;
        border-radius: 50%;
    }

    .designer-about__text {
        max-width: 45.1875rem;
        opacity: 0.6;
        line-height: 1.5;
    }

    .events__title {
        line-height: 1;
        text-align: left;
    }

    .events__title:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .events__tickets .shows-ticket {
        display: -ms-grid;
        display: grid;
        row-gap: 2.5rem;
    }

    .events__tickets .shows-ticket__more {
        -ms-grid-column-align: center;
        justify-self: center;
        font-weight: 700;
        font-size: 1.375rem;
        line-height: 1.4090909091;
    }

    .concert__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.1875rem;
    }

    .concert__content:not(:last-child) {
        margin-bottom: 4.125rem;
    }

    .concert__image-ibg {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 26.25rem;
        flex: 0 1 26.25rem;
        padding-bottom: 33.66%;
    }

    .concert__image-ibg img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .concert__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 82.9375rem;
        flex: 0 1 82.9375rem;
    }

    .concert__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #f0f0f0;
    }

    .concert__row:not(:last-child) {
        margin-bottom: 1rem;
    }

    .concert__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #282828;
    }

    .concert__column--last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.25rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .concert__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #f80b2f;
        font-weight: 900;
        line-height: 1.4444444444;
        gap: 0.875rem;
    }

    .concert__date:not(:last-child) {
        margin-bottom: 1.0625rem;
    }

    .concert__date::before {
        content: "";
        width: 1.0625rem;
        height: 1.0625rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.0625rem;
        flex: 0 0 1.0625rem;
        background-color: #f80b2f;
    }

    .concert__name-title {
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
        max-width: 36.25rem;
    }

    .concert__price {
        line-height: 1.1578947368;
    }

    .concert__place {
        font-weight: 600;
        font-size: 1.3125rem;
        line-height: 1.4761904762;
    }

    .concert__place:not(:last-child) {
        margin-bottom: 0.25rem;
    }

    .concert__address {
        font-size: 1.1875rem;
        line-height: 1.4736842105;
    }

    .concert__buy-ticket {
        color: #ffffff;
        background-color: #28a745;
        padding: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.2222222222;
        font-weight: 900;
        text-transform: uppercase;
        max-width: 21.25rem;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .main-concert__body {
        color: #282828;
    }

    .main-concert__row {
        background: #f0f0f0;
    }

    .main-concert__row:not(:last-child) {
        margin-bottom: 4rem;
    }

    .main-concert__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.9375rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-concert__title {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.2608695652;
    }

    .main-concert__label {
        color: #ffffff;
        background-color: #f80b2f;
        display: inline-block;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0.875rem;
        font-weight: 900;
        font-size: 1rem;
        line-height: 1.25;
        max-width: 18.75rem;
        width: 100%;
        padding: 1.0625rem 1.625rem;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .main-concert__label svg {
        width: 2.25rem;
        height: 2.25rem;
        fill: #ffffff;
    }

    .main-concert__action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.9375rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-concert__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-concert__date {
        color: #000;
        font-weight: 600;
        font-size: 1.0625rem;
        line-height: 1.1764705882;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.875rem;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .main-concert__date::before {
        content: "";
        width: 0.875rem;
        height: 0.875rem;
        background-color: #f80b2f;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.875rem;
        flex: 0 0 0.875rem;
    }

    .main-concert__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-concert__time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.875rem;
        font-size: 1.0625rem;
        line-height: 1.1764705882;
    }

    .main-concert__time svg {
        width: 1rem;
        height: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
        flex: 0 0 1rem;
    }

    .main-concert__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.875rem;
        font-size: 1.0625rem;
        line-height: 1.1764705882;
    }

    .main-concert__price svg {
        width: 1.125rem;
        height: 1.125rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
        flex: 0 0 1.125rem;
        stroke: #333333;
        fill: #ffffff;
    }

    .main-concert__button {
        color: #ffffff;
        background-color: #28a745;
        padding: 0.9375rem;
        font-size: 0.875rem;
        line-height: 1.2857142857;
        font-weight: 600;
        text-transform: uppercase;
        max-width: 10.9375rem;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .main-concert__subtitle {
        font-weight: 700;
        line-height: 1.2631578947;
    }

    .main-concert__description-text p {
        color: #333333;
        font-weight: 300;
        line-height: 1.7083333333;
    }

    .main-concert__description-text p:first-child {
        text-transform: uppercase;
        line-height: 1.7826086957;
    }

    @media (min-width: 81.25em) {

        .shows-ticket__date,
        .shows-ticket__total-events {
            font-size: 1.4375rem;
        }
    }

    @media (min-width: 87.5em) {
        .main-concert__description-text p {
            font-size: 1.5rem;
        }
    }

    @media (min-width: 93.75em) {
        .details-show__item {
            font-size: 1.25rem;
        }

        .social-footer__title:not(:last-child) {
            margin-bottom: 2.3125rem;
        }

        .social-footer__list {
            gap: 0.9375rem;
        }
    }

    @media (min-width: 106.25em) {
        .details-show__block {
            padding-top: 2.8125rem;
        }

        .details-show__block {
            padding-right: 1.875rem;
        }

        .details-show__block {
            padding-bottom: 2.8125rem;
        }

        .details-show__block {
            padding-left: 1.875rem;
        }

        .details-show__title {
            font-size: 1.9375rem;
        }

        .details-show__date {
            font-size: 1.5rem;
        }

        .details-show__total-events {
            font-size: 1.5rem;
        }

        .details-show__total-events:not(:last-child) {
            margin-bottom: 2.1875rem;
        }
    }

    @media (min-width: 120.125em) {
        .title {
            font-size: 6.6875rem;
        }

        .ticket-body__filter:not(:last-child) {
            margin-bottom: 4.6875rem;
        }

        .filter-ticket__title {
            font-size: 2.5rem;
        }

        .shows-ticket__list {
            row-gap: 5rem;
        }

        .shows-ticket__media-ibg:not(:last-child) {
            margin-bottom: 1.875rem;
        }

        .breadcrumbs__list {
            gap: 0.4375rem;
        }

        .breadcrumbs__item {
            gap: 0.4375rem;
        }

        .menu {
            gap: 3.75rem;
        }

        .actions-menu {
            gap: 3.75rem;
        }

        .footer__container {
            padding-top: 5.9375rem;
        }

        .footer__container {
            padding-bottom: 5.625rem;
        }

        .footer__partners {
            gap: 2.5rem;
        }

        .footer__partners:not(:last-child) {
            margin-bottom: 4.3125rem;
        }

        .footer__text-partner {
            font-size: 1.4375rem;
        }

        .footer__copyright-text {
            font-size: 1.625rem;
        }

        .page__tickets {
            padding-bottom: 7.1875rem;
        }

        .page__press {
            padding-top: 7.1875rem;
        }

        .page__press {
            padding-bottom: 10.4375rem;
        }

        .page__about {
            padding-top: 3.75rem;
        }

        .page__about {
            padding-bottom: 4.6875rem;
        }

        .hero__container {
            height: 67.5rem;
        }

        .hero__title {
            font-size: 1.9375rem;
        }

        .hero__title::after {
            height: 5rem;
        }

        .hero__button-ticket {
            font-size: 1.75rem;
        }

        .tickets__title {
            margin-bottom: 5.5625rem;
        }

        .press__container {
            gap: 2.5rem;
        }

        .press__link {
            -webkit-column-gap: 3.125rem;
            -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
        }

        .press__item:not(:last-child) {
            margin-bottom: 6.1875rem;
        }

        .press__text {
            font-size: 1.855rem;
        }

        .press__text:not(:last-child) {
            margin-bottom: 2.0625rem;
        }

        .page__running-line {
            padding-top: 10.4375rem;
        }

        .page__running-line {
            padding-bottom: 3.875rem;
        }

        .running-line__text {
            font-size: 6.6875rem;
        }

        .about__list:not(:last-child) {
            margin-bottom: 14.0625rem;
        }

        .about__item:not(:last-child) {
            margin-bottom: 11.5rem;
        }

        .about__content--first,
        .about__content--third {
            padding-top: 8.375rem;
        }

        .about__content--first,
        .about__content--third {
            padding-bottom: 8.4375rem;
        }

        .about__content--first,
        .about__content--third {
            padding-left: 11.3125rem;
        }

        .about__content--first,
        .about__content--third {
            margin-top: -13.9375rem;
        }

        .about__content--second,
        .about__content--fourth {
            padding-top: 8.375rem;
        }

        .about__content--second,
        .about__content--fourth {
            padding-bottom: 8.4375rem;
        }

        .about__content--second,
        .about__content--fourth {
            margin-top: -13.9375rem;
        }

        .about__title {
            font-size: 5.5625rem;
        }

        .about__title:not(:last-child) {
            margin-bottom: 4.875rem;
        }

        .about__subtitle {
            font-size: 2.875rem;
        }

        .about__text {
            font-size: 1.8125rem;
        }

        .about__text p:not(:last-child) {
            margin-bottom: 6.25rem;
        }

        .about__text--last p:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .about__video {
            font-size: 1.875rem;
        }

        .about__video {
            gap: 1.9375rem;
        }

        .story-about {
            gap: 3.0625rem;
        }

        .story-about__date {
            font-size: 1.625rem;
        }

        .story-about__name {
            font-size: 1.8625rem;
        }

        .story-about__name:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .designer-about {
            gap: 1.25rem;
        }

        .designer-about__text {
            font-size: 1.625rem;
        }

        .page__second-tickets {
            padding-bottom: 4.75rem;
        }

        .page .tickets-second__title:not(:last-child) {
            margin-bottom: 4.9375rem;
        }

        .events__container {
            padding-bottom: 6.25rem;
        }

        .events__container {
            padding-top: 11.125rem;
        }

        .events__title {
            font-size: 5rem;
        }

        .events__breadcrumbs:not(:last-child) {
            margin-bottom: 3.75rem;
        }

        .concert-page__concert {
            padding-bottom: 15rem;
        }

        .concert__breadcrumbs {
            padding-top: 11rem;
        }

        .concert__breadcrumbs:not(:last-child) {
            margin-bottom: 2.9375rem;
        }

        .concert__row {
            padding-top: 3.125rem;
        }

        .concert__row {
            padding-bottom: 3.125rem;
        }

        .concert__row {
            padding-left: 3.125rem;
        }

        .concert__row {
            padding-right: 3.125rem;
        }

        .concert__row:last-child {
            padding-top: 4.8125rem;
        }

        .concert__row:last-child {
            padding-bottom: 4.8125rem;
        }

        .concert__row:last-child {
            padding-left: 2.5rem;
        }

        .concert__row:last-child {
            padding-right: 2.5rem;
        }

        .concert__price {
            font-size: 2.375rem;
        }

        .main-concert__row {
            padding-top: 2.5rem;
        }

        .main-concert__row {
            padding-bottom: 6.875rem;
        }

        .main-concert__row {
            padding-left: 2.1875rem;
        }

        .main-concert__row {
            padding-right: 2.5rem;
        }

        .main-concert__content:not(:last-child) {
            margin-bottom: 2.8125rem;
        }

        .main-concert__date:not(:last-child) {
            margin-bottom: 3.125rem;
        }

        .main-concert__column {
            gap: 2.9375rem;
        }

        .main-concert__subtitle {
            font-size: 3.5625rem;
        }

        .main-concert__subtitle:not(:last-child) {
            margin-bottom: 3.3125rem;
        }

        .main-concert__description-text p:not(:last-child) {
            margin-bottom: 2.1875rem;
        }
    }

    @media (min-width: 100em) {
        .menu__list {
            -webkit-column-gap: 2.5rem;
            -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
        }

        .menu__item {
            font-size: 1.375rem;
        }

        .press__title {
            font-size: 6.25rem;
        }

        .concert__date {
            font-size: 1.6875rem;
        }

        .concert__name-title {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 110em) {
        .treasure__media-ibg {
            margin-left: -4.5rem;
        }

        .treasure__content {
            margin-left: -13.75rem;
        }

        .treasure__content {
            padding-top: 7rem;
        }

        .treasure__content {
            padding-right: 3.75rem;
        }

        .treasure__content {
            margin-right: -3.75rem;
        }

        .treasure__content {
            padding-bottom: 8.4375rem;
        }

        .treasure__content {
            padding-left: 13.75rem;
        }

        .treasure__title {
            font-size: 3.125rem;
        }

        .treasure__title:not(:last-child) {
            margin-bottom: 3.125rem;
        }

        .treasure__text {
            font-size: 1.8125rem;
        }
    }

    @media (max-width: 100em) {
        .press__container {
            -ms-grid-columns: auto auto;
            grid-template-columns: auto auto;
        }
    }

    @media (max-width: 75em) {
        .shows-ticket__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
            padding: 0 0.375rem;
        }
    }

    @media (max-width: 20em) {
        .title {
            font-size: 2.5rem;
        }

        .ticket-body__filter:not(:last-child) {
            margin-bottom: 1.875rem;
        }

        .filter-ticket__title {
            font-size: 1.625rem;
        }

        .shows-ticket__list {
            row-gap: 1.5625rem;
        }

        .shows-ticket__media-ibg:not(:last-child) {
            margin-bottom: 0.625rem;
        }

        .breadcrumbs__list {
            gap: 0.125rem;
        }

        .breadcrumbs__item {
            gap: 0.125rem;
        }

        .menu {
            gap: 0.9375rem;
        }

        .actions-menu {
            gap: 0.9375rem;
        }

        .footer__container {
            padding-top: 2.8125rem;
        }

        .footer__container {
            padding-bottom: 1.5625rem;
        }

        .footer__partners {
            gap: 0.9375rem;
        }

        .footer__partners:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .footer__text-partner {
            font-size: 1rem;
        }

        .footer__copyright-text {
            font-size: 0.875rem;
        }

        .page__tickets {
            padding-bottom: 1.5625rem;
        }

        .page__press {
            padding-top: 1.5625rem;
        }

        .page__press {
            padding-bottom: 1.5625rem;
        }

        .page__about {
            padding-top: 1.5625rem;
        }

        .page__about {
            padding-bottom: 1.5625rem;
        }

        .hero__container {
            height: 52rem;
        }

        .hero__title {
            font-size: 1.1875rem;
        }

        .hero__title::after {
            height: 1.5625rem;
        }

        .hero__button-ticket {
            font-size: 1.25rem;
        }

        .tickets__title {
            margin-bottom: 1.5625rem;
        }

        .press__container {
            gap: 1.25rem;
        }

        .press__title {
            font-size: 2.8125rem;
        }

        .press__link {
            -webkit-column-gap: 0.3125rem;
            -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
        }

        .press__item:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .press__text {
            font-size: 1.0625rem;
        }

        .press__text:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

        .page__running-line {
            padding-top: 1.5625rem;
        }

        .page__running-line {
            padding-bottom: 1.5625rem;
        }

        .running-line__text {
            font-size: 2.5rem;
        }

        .about__list:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .about__item:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .about__content--first,
        .about__content--third {
            padding-top: 1.5625rem;
        }

        .about__content--first,
        .about__content--third {
            padding-bottom: 1.5625rem;
        }

        .about__content--first,
        .about__content--third {
            padding-left: 1.25rem;
        }

        .about__content--first,
        .about__content--third {
            margin-top: -1.5625rem;
        }

        .about__content--second,
        .about__content--fourth {
            padding-top: 1.5625rem;
        }

        .about__content--second,
        .about__content--fourth {
            padding-bottom: 1.5625rem;
        }

        .about__content--second,
        .about__content--fourth {
            margin-top: -1.5625rem;
        }

        .about__title {
            font-size: 1.8125rem;
        }

        .about__title:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .about__subtitle {
            font-size: 1.4375rem;
        }

        .about__text {
            font-size: 1.0625rem;
        }

        .about__text p:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .about__text--last p:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .about__video {
            font-size: 1.125rem;
        }

        .about__video {
            gap: 0.625rem;
        }

        .story-about {
            gap: 0.9375rem;
        }

        .story-about__date {
            font-size: 1.125rem;
        }

        .story-about__name {
            font-size: 1.8625rem;
        }

        .story-about__name:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

        .designer-about {
            gap: 0.625rem;
        }

        .designer-about__text {
            font-size: 1.125rem;
        }

        .page__second-tickets {
            padding-bottom: 1.5625rem;
        }

        .page .tickets-second__title:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .events__container {
            padding-bottom: 3.125rem;
        }

        .events__container {
            padding-top: 5.625rem;
        }

        .events__title {
            font-size: 2.5rem;
        }

        .events__breadcrumbs:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .concert-page__concert {
            padding-bottom: 5rem;
        }

        .concert__breadcrumbs {
            padding-top: 5.625rem;
        }

        .concert__breadcrumbs:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .concert__row {
            padding-top: 1.25rem;
        }

        .concert__row {
            padding-bottom: 1.25rem;
        }

        .concert__row {
            padding-left: 1.25rem;
        }

        .concert__row {
            padding-right: 1.25rem;
        }

        .concert__row:last-child {
            padding-top: 1.25rem;
        }

        .concert__row:last-child {
            padding-bottom: 1.25rem;
        }

        .concert__row:last-child {
            padding-left: 1.25rem;
        }

        .concert__row:last-child {
            padding-right: 1.25rem;
        }

        .concert__price {
            font-size: 1.125rem;
        }

        .main-concert__row {
            padding-top: 1.25rem;
        }

        .main-concert__row {
            padding-bottom: 1.25rem;
        }

        .main-concert__row {
            padding-left: 1.25rem;
        }

        .main-concert__row {
            padding-right: 1.25rem;
        }

        .main-concert__content:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .main-concert__date:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .main-concert__column {
            gap: 0.9375rem;
        }

        .main-concert__subtitle {
            font-size: 1.875rem;
        }

        .main-concert__subtitle:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .main-concert__description-text p:not(:last-child) {
            margin-bottom: 1.125rem;
        }
    }

    @media (max-width: 92.5em) {
        .menu__list {
            -webkit-column-gap: 1.375rem;
            -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
        }

        .menu__item {
            font-size: 1.125rem;
        }

        .location-menu__header span {
            font-size: 1.125rem !important;
        }

        .location-menu__header .actions-menu__link-country {
            font-size: 1.125rem !important;
        }

        .language-menu .select__content  {
            font-size: 1.125rem !important;
        }

        .actions-menu__link-country {
            gap: 0rem !important;
        }
    }

    @media (max-width: 90.625em) {
        .social-footer__list {
            gap: 0.625rem;
        }
    }

    @media (max-width: 87.5625em) {
        .social-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-column-gap: 0.9375rem;
            -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .social-footer__title:not(:last-child) {
            margin-bottom: 0.9375rem;
        }
    }

    @media (max-width: 84.375em) {
        .menu__body::before {
            content: "";
            right: -100%;
            position: fixed;
            width: 100%;
            background-color: #ffffff;
            top: 0;
            z-index: 2;
            height: 6.875rem;
        }

        .menu-open .menu__body {
            right: 0;
        }

        .menu-open .menu__body::before {
            right: 0;
        }

        .menu__list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 2.5rem;
            text-align: center;
        }

        .menu__item {
            font-size: 2.375rem;
        }

        .actions-menu {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .icon-menu {
            display: block;
            position: relative;
            width: 1.875rem;
            height: 1.125rem;
            z-index: 5;
        }

        .icon-menu span,
        .icon-menu::before,
        .icon-menu::after {
            content: "";
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            right: 0;
            position: absolute;
            width: 100%;
            height: 0.125rem;
            background-color: #000;
        }

        .icon-menu::before {
            top: 0;
        }

        .icon-menu::after {
            bottom: 0;
        }

        .icon-menu span {
            top: calc(50% - 0.0625rem);
        }

        .menu-open .icon-menu span {
            width: 0;
        }

        .menu-open .icon-menu::before {
            top: calc(50% - 0.0625rem);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .menu-open .icon-menu::after {
            bottom: calc(50% - 0.0625rem);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @media (max-width: 84.375em) and (max-width: 47.99875em) {
        .menu__body::before {
            height: 5rem;
        }
    }

    @media (max-width: 84.375em) and (max-width: 28.125em) {
        .menu__body::before {
            height: 3.75rem;
        }
    }

    @media (max-width: 84.375em) and (any-hover: none) {
        .icon-menu {
            cursor: default;
        }
    }

    @media (max-width: 81.25em) {
        .details-show__block {
            padding-top: 1.25rem;
        }

        .details-show__block {
            padding-right: 0.9375rem;
        }

        .details-show__block {
            padding-bottom: 1.25rem;
        }

        .details-show__block {
            padding-left: 0.9375rem;
        }

        .details-show__title {
            font-size: 1.125rem;
        }

        .details-show__date {
            font-size: 1rem;
        }

        .details-show__total-events {
            font-size: 1rem;
        }

        .details-show__total-events:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

        .details-show__item {
            font-size: 0.875rem;
        }
    }

    @media (max-width: 78.125em) {
        .ticket-body__filter {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .filter-ticket__actions {
            row-gap: 0.9375rem;
        }
    }

    @media (max-width: 72.8125em) {
        .treasure__media-ibg {
            margin-top: -1.5625rem;
            margin-bottom: -1.5625rem;
        }
    }

    @media (max-width: 70.625em) {
        .concert__image-ibg {
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .concert__row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            row-gap: 0.9375rem;
        }
    }

    @media (max-width: 69.375em) {
        .press::after {
            display: none;
        }

        .press__container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .press__title {
            margin-top: 0rem;
        }
    }

    @media (max-width: 68.75em) {
        .concert__date {
            font-size: 1.25rem;
        }

        .concert__name-title {
            font-size: 1.25rem;
        }
    }

    @media (max-width: 67.5em) {
        .footer__container {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            justify-items: center;
            text-align: center;
        }

        .footer__column:nth-child(1) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .footer__column:nth-child(2) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .footer__column:nth-child(3) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .social-footer {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            row-gap: 1.5625rem;
        }
    }

    @media (max-width: 63.99875em) {
        [class*=__container] {
            padding: 0 1.25rem;
        }
    }

    @media (max-width: 56.25em) {
        .concert__image-ibg {
            -ms-flex-preferred-size: 20rem;
            flex-basis: 20rem;
        }

        .main-concert__description-text p {
            font-size: 1.125rem;
        }
    }

    @media (max-width: 47.99875em) {
        .filter-ticket__actions {
            -ms-grid-columns: (1fr) [ 2 ];
            grid-template-columns: repeat(2, 1fr);
        }

        .shows-ticket__list {
            margin: 0 -0.375rem;
        }

        .shows-ticket__link {
            z-index: 5;
        }

        .shows-ticket__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%;
        }

        .shows-ticket__button-border {
            display: none;
        }

        .details-show {
            display: none;
        }

        .menu__logo img {
            max-width: 15.625rem;
        }

        .language-menu .select__value {
            font-size: 1rem;
        }

        .footer__container {
            row-gap: 2.1875rem;
        }

        .footer__copyrights {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .social-footer__link {
            width: 3.4375rem;
            height: 3.4375rem;
        }

        .social-footer__item svg {
            width: 1.5625rem;
            height: 1.5625rem;
        }

        .hero__title::after {
            bottom: -60%;
        }

        .treasure__media-ibg {
            margin-left: -0.9375rem;
        }

        .treasure__content {
            margin-left: -1.5625rem;
        }

        .treasure__content {
            padding-top: 0.9375rem;
        }

        .treasure__content {
            padding-right: 1.5625rem;
        }

        .treasure__content {
            margin-right: -1.5625rem;
        }

        .treasure__content {
            padding-bottom: 0.9375rem;
        }

        .treasure__content {
            padding-left: 1.5625rem;
        }

        .treasure__title {
            font-size: 1.3687rem;
        }

        .treasure__title:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

        .treasure__text {
            font-size: 1.125rem;
        }

        .press__link svg {
            padding-top: 0.625rem;
            height: 1.5625rem;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px;
        }

        .about__media-ibg {
            padding-bottom: 70%;
        }

        .concert__content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .concert__image-ibg {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 26.25rem;
            flex: 0 1 26.25rem;
        }

        .concert__body {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .main-concert__content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    @media (max-width: 40.625em) {
        .actions-menu__link-country span {
            display: none;
        }
    }

    @media (max-width: 37.5em) {
        .actions-menu__body {
            top: 3.125rem;
            left: -12.5rem;
        }

        .treasure__container {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

        .treasure__content {
            margin-left: 0;
        }
    }

    @media (max-width: 34.375em) {
        .main-concert__column {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }
    }

    @media (max-width: 31.25em) {
        .footer__text-partner {
            max-width: 18.75rem;
        }
    }

    @media (max-width: 29.6875em) {
        .shows-ticket__title {
            font-size: 0.875rem;
        }

        .shows-ticket__date,
        .shows-ticket__total-events {
            font-size: 0.8625rem;
        }
    }

    @media (max-width: 29.99875em) {
        .menu__item {
            font-size: 1.625rem;
        }

        .hero__button-ticket {
            padding: 1.5625rem 3.125rem 1.6875rem 2.8125rem;
        }

        .press__media {
            max-width: 50%;
        }

        .about__video img {
            max-width: 8.4375rem;
        }

        .story-about {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .story-about__media {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

        .story-about__media img {
            height: 11.25rem;
            width: 11.25rem;
            border-radius: 50%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .designer-about {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .designer-about__media {
            max-width: 8.4375rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }
    }

    @media (max-width: 28.125em) {
        .menu__logo img {
            max-width: 10.9375rem;
        }

        .actions-menu__body {
            left: -9.375rem;
        }
    }

    @media (max-width: 28.4375em) {
        .main-concert__action {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-concert__button {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }
    }

    @media (max-width: 23.125em) {
        .qs-datepicker-container {
            padding: 5px;
            width: 18.125rem;
        }
    }

    @media (max-width: 23.75em) {
        .filter-ticket__actions {
            -webkit-column-gap: 1.5625rem;
            -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
        }
    }

    @media (max-width: 21.875em) {
        .menu__logo img {
            max-width: 9.0625rem;
        }
    }

    @media (min-width: 20em) and (max-width: 120.125em) {
        @supports (font-size: clamp( 2.5rem , 1.663545568rem  +  4.1822721598vw , 6.6875rem )) {
            .title {
                font-size: clamp(2.5rem, 1.663545568rem + 4.1822721598vw, 6.6875rem);
            }
        }

        @supports not (font-size: clamp( 2.5rem , 1.663545568rem  +  4.1822721598vw , 6.6875rem )) {
            .title {
                font-size: calc(2.5rem + 4.1875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.875rem , 1.3132022472rem  +  2.808988764vw , 4.6875rem )) {
            .ticket-body__filter:not(:last-child) {
                margin-bottom: clamp(1.875rem, 1.3132022472rem + 2.808988764vw, 4.6875rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.875rem , 1.3132022472rem  +  2.808988764vw , 4.6875rem )) {
            .ticket-body__filter:not(:last-child) {
                margin-bottom: calc(1.875rem + 2.8125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.625rem , 1.4502184769rem  +  0.8739076155vw , 2.5rem )) {
            .filter-ticket__title {
                font-size: clamp(1.625rem, 1.4502184769rem + 0.8739076155vw, 2.5rem);
            }
        }

        @supports not (font-size: clamp( 1.625rem , 1.4502184769rem  +  0.8739076155vw , 2.5rem )) {
            .filter-ticket__title {
                font-size: calc(1.625rem + 0.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (row-gap: clamp( 1.5625rem , 0.8758583021rem  +  3.4332084894vw , 5rem )) {
            .shows-ticket__list {
                row-gap: clamp(1.5625rem, 0.8758583021rem + 3.4332084894vw, 5rem);
            }
        }

        @supports not (row-gap: clamp( 1.5625rem , 0.8758583021rem  +  3.4332084894vw , 5rem )) {
            .shows-ticket__list {
                row-gap: calc(1.5625rem + 3.4375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 0.625rem , 0.3753121099rem  +  1.2484394507vw , 1.875rem )) {
            .shows-ticket__media-ibg:not(:last-child) {
                margin-bottom: clamp(0.625rem, 0.3753121099rem + 1.2484394507vw, 1.875rem);
            }
        }

        @supports not (margin-bottom: clamp( 0.625rem , 0.3753121099rem  +  1.2484394507vw , 1.875rem )) {
            .shows-ticket__media-ibg:not(:last-child) {
                margin-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.125rem , 0.0625780275rem  +  0.3121098627vw , 0.4375rem )) {
            .breadcrumbs__list {
                gap: clamp(0.125rem, 0.0625780275rem + 0.3121098627vw, 0.4375rem);
            }
        }

        @supports not (gap: clamp( 0.125rem , 0.0625780275rem  +  0.3121098627vw , 0.4375rem )) {
            .breadcrumbs__list {
                gap: calc(0.125rem + 0.3125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.125rem , 0.0625780275rem  +  0.3121098627vw , 0.4375rem )) {
            .breadcrumbs__item {
                gap: clamp(0.125rem, 0.0625780275rem + 0.3121098627vw, 0.4375rem);
            }
        }

        @supports not (gap: clamp( 0.125rem , 0.0625780275rem  +  0.3121098627vw , 0.4375rem )) {
            .breadcrumbs__item {
                gap: calc(0.125rem + 0.3125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.9375rem , 0.3757022472rem  +  2.808988764vw , 3.75rem )) {
            .menu {
                gap: clamp(0.9375rem, 0.3757022472rem + 2.808988764vw, 3.75rem);
            }
        }

        @supports not (gap: clamp( 0.9375rem , 0.3757022472rem  +  2.808988764vw , 3.75rem )) {
            .menu {
                gap: calc(0.9375rem + 2.8125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.9375rem , 0.3757022472rem  +  2.808988764vw , 3.75rem )) {
            .actions-menu {
                gap: clamp(0.9375rem, 0.3757022472rem + 2.808988764vw, 3.75rem);
            }
        }

        @supports not (gap: clamp( 0.9375rem , 0.3757022472rem  +  2.808988764vw , 3.75rem )) {
            .actions-menu {
                gap: calc(0.9375rem + 2.8125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 2.8125rem , 2.1882802747rem  +  3.1210986267vw , 5.9375rem )) {
            .footer__container {
                padding-top: clamp(2.8125rem, 2.1882802747rem + 3.1210986267vw, 5.9375rem);
            }
        }

        @supports not (padding-top: clamp( 2.8125rem , 2.1882802747rem  +  3.1210986267vw , 5.9375rem )) {
            .footer__container {
                padding-top: calc(2.8125rem + 3.125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , 0.7510143571rem  +  4.0574282147vw , 5.625rem )) {
            .footer__container {
                padding-bottom: clamp(1.5625rem, 0.7510143571rem + 4.0574282147vw, 5.625rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , 0.7510143571rem  +  4.0574282147vw , 5.625rem )) {
            .footer__container {
                padding-bottom: calc(1.5625rem + 4.0625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.9375rem , 0.6253901373rem  +  1.5605493134vw , 2.5rem )) {
            .footer__partners {
                gap: clamp(0.9375rem, 0.6253901373rem + 1.5605493134vw, 2.5rem);
            }
        }

        @supports not (gap: clamp( 0.9375rem , 0.6253901373rem  +  1.5605493134vw , 2.5rem )) {
            .footer__partners {
                gap: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.25rem , 0.6382646692rem  +  3.0586766542vw , 4.3125rem )) {
            .footer__partners:not(:last-child) {
                margin-bottom: clamp(1.25rem, 0.6382646692rem + 3.0586766542vw, 4.3125rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.25rem , 0.6382646692rem  +  3.0586766542vw , 4.3125rem )) {
            .footer__partners:not(:last-child) {
                margin-bottom: calc(1.25rem + 3.0625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1rem , 0.9126092385rem  +  0.4369538077vw , 1.4375rem )) {
            .footer__text-partner {
                font-size: clamp(1rem, 0.9126092385rem + 0.4369538077vw, 1.4375rem);
            }
        }

        @supports not (font-size: clamp( 1rem , 0.9126092385rem  +  0.4369538077vw , 1.4375rem )) {
            .footer__text-partner {
                font-size: calc(1rem + 0.4375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 0.875rem , 0.7251872659rem  +  0.7490636704vw , 1.625rem )) {
            .footer__copyright-text {
                font-size: clamp(0.875rem, 0.7251872659rem + 0.7490636704vw, 1.625rem);
            }
        }

        @supports not (font-size: clamp( 0.875rem , 0.7251872659rem  +  0.7490636704vw , 1.625rem )) {
            .footer__copyright-text {
                font-size: calc(0.875rem + 0.75 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , 0.4389044944rem  +  5.6179775281vw , 7.1875rem )) {
            .page__tickets {
                padding-bottom: clamp(1.5625rem, 0.4389044944rem + 5.6179775281vw, 7.1875rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , 0.4389044944rem  +  5.6179775281vw , 7.1875rem )) {
            .page__tickets {
                padding-bottom: calc(1.5625rem + 5.625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.5625rem , 0.4389044944rem  +  5.6179775281vw , 7.1875rem )) {
            .page__press {
                padding-top: clamp(1.5625rem, 0.4389044944rem + 5.6179775281vw, 7.1875rem);
            }
        }

        @supports not (padding-top: clamp( 1.5625rem , 0.4389044944rem  +  5.6179775281vw , 7.1875rem )) {
            .page__press {
                padding-top: calc(1.5625rem + 5.625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , -0.21028402rem  +  8.8639200999vw , 10.4375rem )) {
            .page__press {
                padding-bottom: clamp(1.5625rem, -0.21028402rem + 8.8639200999vw, 10.4375rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , -0.21028402rem  +  8.8639200999vw , 10.4375rem )) {
            .page__press {
                padding-bottom: calc(1.5625rem + 8.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.5625rem , 1.1255461923rem  +  2.1847690387vw , 3.75rem )) {
            .page__about {
                padding-top: clamp(1.5625rem, 1.1255461923rem + 2.1847690387vw, 3.75rem);
            }
        }

        @supports not (padding-top: clamp( 1.5625rem , 1.1255461923rem  +  2.1847690387vw , 3.75rem )) {
            .page__about {
                padding-top: calc(1.5625rem + 2.1875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , 0.9382802747rem  +  3.1210986267vw , 4.6875rem )) {
            .page__about {
                padding-bottom: clamp(1.5625rem, 0.9382802747rem + 3.1210986267vw, 4.6875rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , 0.9382802747rem  +  3.1210986267vw , 4.6875rem )) {
            .page__about {
                padding-bottom: calc(1.5625rem + 3.125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (height: clamp( 52rem , 48.9038701623rem  +  15.4806491885vw , 67.5rem )) {
            .hero__container {
                height: clamp(52rem, 48.9038701623rem + 15.4806491885vw, 67.5rem);
            }
        }

        @supports not (height: clamp( 52rem , 48.9038701623rem  +  15.4806491885vw , 67.5rem )) {
            .hero__container {
                height: calc(52rem + 15.5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.1875rem , 1.0376872659rem  +  0.7490636704vw , 1.9375rem )) {
            .hero__title {
                font-size: clamp(1.1875rem, 1.0376872659rem + 0.7490636704vw, 1.9375rem);
            }
        }

        @supports not (font-size: clamp( 1.1875rem , 1.0376872659rem  +  0.7490636704vw , 1.9375rem )) {
            .hero__title {
                font-size: calc(1.1875rem + 0.75 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (height: clamp( 1.5625rem , 0.8758583021rem  +  3.4332084894vw , 5rem )) {
            .hero__title::after {
                height: clamp(1.5625rem, 0.8758583021rem + 3.4332084894vw, 5rem);
            }
        }

        @supports not (height: clamp( 1.5625rem , 0.8758583021rem  +  3.4332084894vw , 5rem )) {
            .hero__title::after {
                height: calc(1.5625rem + 3.4375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.25rem , 1.1501248439rem  +  0.4993757803vw , 1.75rem )) {
            .hero__button-ticket {
                font-size: clamp(1.25rem, 1.1501248439rem + 0.4993757803vw, 1.75rem);
            }
        }

        @supports not (font-size: clamp( 1.25rem , 1.1501248439rem  +  0.4993757803vw , 1.75rem )) {
            .hero__button-ticket {
                font-size: calc(1.25rem + 0.5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , 0.7634987516rem  +  3.9950062422vw , 5.5625rem )) {
            .tickets__title {
                margin-bottom: clamp(1.5625rem, 0.7634987516rem + 3.9950062422vw, 5.5625rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , 0.7634987516rem  +  3.9950062422vw , 5.5625rem )) {
            .tickets__title {
                margin-bottom: calc(1.5625rem + 4 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .press__container {
                gap: clamp(1.25rem, 1.0003121099rem + 1.2484394507vw, 2.5rem);
            }
        }

        @supports not (gap: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .press__container {
                gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports ((-moz-column-gap: clamp( 0.3125rem , -0.2492977528rem  +  2.808988764vw , 3.125rem )) or (column-gap: clamp( 0.3125rem , -0.2492977528rem  +  2.808988764vw , 3.125rem ))) {
            .press__link {
                -webkit-column-gap: clamp(0.3125rem, -0.2492977528rem + 2.808988764vw, 3.125rem);
                -moz-column-gap: clamp(0.3125rem, -0.2492977528rem + 2.808988764vw, 3.125rem);
                column-gap: clamp(0.3125rem, -0.2492977528rem + 2.808988764vw, 3.125rem);
            }
        }

        @supports not ((-moz-column-gap: clamp( 0.3125rem , -0.2492977528rem  +  2.808988764vw , 3.125rem )) or (column-gap: clamp( 0.3125rem , -0.2492977528rem  +  2.808988764vw , 3.125rem ))) {
            .press__link {
                -webkit-column-gap: calc(0.3125rem + 2.8125 * (100vw - 20rem) / 100.125);
                -moz-column-gap: calc(0.3125rem + 2.8125 * (100vw - 20rem) / 100.125);
                column-gap: calc(0.3125rem + 2.8125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.25rem , 0.263732834rem  +  4.9313358302vw , 6.1875rem )) {
            .press__item:not(:last-child) {
                margin-bottom: clamp(1.25rem, 0.263732834rem + 4.9313358302vw, 6.1875rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.25rem , 0.263732834rem  +  4.9313358302vw , 6.1875rem )) {
            .press__item:not(:last-child) {
                margin-bottom: calc(1.25rem + 4.9375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.0625rem , 0.9041978777rem  +  0.7915106117vw , 1.855rem )) {
            .press__text {
                font-size: clamp(1.0625rem, 0.9041978777rem + 0.7915106117vw, 1.855rem);
            }
        }

        @supports not (font-size: clamp( 1.0625rem , 0.9041978777rem  +  0.7915106117vw , 1.855rem )) {
            .press__text {
                font-size: calc(1.0625rem + 0.7925 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 0.9375rem , 0.7127808989rem  +  1.1235955056vw , 2.0625rem )) {
            .press__text:not(:last-child) {
                margin-bottom: clamp(0.9375rem, 0.7127808989rem + 1.1235955056vw, 2.0625rem);
            }
        }

        @supports not (margin-bottom: clamp( 0.9375rem , 0.7127808989rem  +  1.1235955056vw , 2.0625rem )) {
            .press__text:not(:last-child) {
                margin-bottom: calc(0.9375rem + 1.125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.5625rem , -0.21028402rem  +  8.8639200999vw , 10.4375rem )) {
            .page__running-line {
                padding-top: clamp(1.5625rem, -0.21028402rem + 8.8639200999vw, 10.4375rem);
            }
        }

        @supports not (padding-top: clamp( 1.5625rem , -0.21028402rem  +  8.8639200999vw , 10.4375rem )) {
            .page__running-line {
                padding-top: calc(1.5625rem + 8.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , 1.1005774032rem  +  2.3096129838vw , 3.875rem )) {
            .page__running-line {
                padding-bottom: clamp(1.5625rem, 1.1005774032rem + 2.3096129838vw, 3.875rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , 1.1005774032rem  +  2.3096129838vw , 3.875rem )) {
            .page__running-line {
                padding-bottom: calc(1.5625rem + 2.3125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 2.5rem , 1.663545568rem  +  4.1822721598vw , 6.6875rem )) {
            .running-line__text {
                font-size: clamp(2.5rem, 1.663545568rem + 4.1822721598vw, 6.6875rem);
            }
        }

        @supports not (font-size: clamp( 2.5rem , 1.663545568rem  +  4.1822721598vw , 6.6875rem )) {
            .running-line__text {
                font-size: calc(2.5rem + 4.1875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , -0.9343789014rem  +  12.4843945069vw , 14.0625rem )) {
            .about__list:not(:last-child) {
                margin-bottom: clamp(1.5625rem, -0.9343789014rem + 12.4843945069vw, 14.0625rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , -0.9343789014rem  +  12.4843945069vw , 14.0625rem )) {
            .about__list:not(:last-child) {
                margin-bottom: calc(1.5625rem + 12.5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , -0.4225187266rem  +  9.925093633vw , 11.5rem )) {
            .about__item:not(:last-child) {
                margin-bottom: clamp(1.5625rem, -0.4225187266rem + 9.925093633vw, 11.5rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , -0.4225187266rem  +  9.925093633vw , 11.5rem )) {
            .about__item:not(:last-child) {
                margin-bottom: calc(1.5625rem + 9.9375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.5625rem , 0.2017009988rem  +  6.8039950062vw , 8.375rem )) {
            .about__content--first,
            .about__content--third {
                padding-top: clamp(1.5625rem, 0.2017009988rem + 6.8039950062vw, 8.375rem);
            }
        }

        @supports not (padding-top: clamp( 1.5625rem , 0.2017009988rem  +  6.8039950062vw , 8.375rem )) {
            .about__content--first,
            .about__content--third {
                padding-top: calc(1.5625rem + 6.8125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , 0.1892166042rem  +  6.8664169788vw , 8.4375rem )) {
            .about__content--first,
            .about__content--third {
                padding-bottom: clamp(1.5625rem, 0.1892166042rem + 6.8664169788vw, 8.4375rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , 0.1892166042rem  +  6.8664169788vw , 8.4375rem )) {
            .about__content--first,
            .about__content--third {
                padding-bottom: calc(1.5625rem + 6.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-left: clamp( 1.25rem , -0.7599875156rem  +  10.049937578vw , 11.3125rem )) {
            .about__content--first,
            .about__content--third {
                padding-left: clamp(1.25rem, -0.7599875156rem + 10.049937578vw, 11.3125rem);
            }
        }

        @supports not (padding-left: clamp( 1.25rem , -0.7599875156rem  +  10.049937578vw , 11.3125rem )) {
            .about__content--first,
            .about__content--third {
                padding-left: calc(1.25rem + 10.0625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-top: clamp( -13.9375rem , 0.9094101124rem  +  -12.3595505618vw , -1.5625rem )) {
            .about__content--first,
            .about__content--third {
                margin-top: clamp(-13.9375rem, 0.9094101124rem + -12.3595505618vw, -1.5625rem);
            }
        }

        @supports not (margin-top: clamp( -13.9375rem , 0.9094101124rem  +  -12.3595505618vw , -1.5625rem )) {
            .about__content--first,
            .about__content--third {
                margin-top: calc(-1.5625rem + -12.375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.5625rem , 0.2017009988rem  +  6.8039950062vw , 8.375rem )) {
            .about__content--second,
            .about__content--fourth {
                padding-top: clamp(1.5625rem, 0.2017009988rem + 6.8039950062vw, 8.375rem);
            }
        }

        @supports not (padding-top: clamp( 1.5625rem , 0.2017009988rem  +  6.8039950062vw , 8.375rem )) {
            .about__content--second,
            .about__content--fourth {
                padding-top: calc(1.5625rem + 6.8125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , 0.1892166042rem  +  6.8664169788vw , 8.4375rem )) {
            .about__content--second,
            .about__content--fourth {
                padding-bottom: clamp(1.5625rem, 0.1892166042rem + 6.8664169788vw, 8.4375rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , 0.1892166042rem  +  6.8664169788vw , 8.4375rem )) {
            .about__content--second,
            .about__content--fourth {
                padding-bottom: calc(1.5625rem + 6.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-top: clamp( -13.9375rem , 0.9094101124rem  +  -12.3595505618vw , -1.5625rem )) {
            .about__content--second,
            .about__content--fourth {
                margin-top: clamp(-13.9375rem, 0.9094101124rem + -12.3595505618vw, -1.5625rem);
            }
        }

        @supports not (margin-top: clamp( -13.9375rem , 0.9094101124rem  +  -12.3595505618vw , -1.5625rem )) {
            .about__content--second,
            .about__content--fourth {
                margin-top: calc(-1.5625rem + -12.375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.8125rem , 1.0634363296rem  +  3.7453183521vw , 5.5625rem )) {
            .about__title {
                font-size: clamp(1.8125rem, 1.0634363296rem + 3.7453183521vw, 5.5625rem);
            }
        }

        @supports not (font-size: clamp( 1.8125rem , 1.0634363296rem  +  3.7453183521vw , 5.5625rem )) {
            .about__title {
                font-size: calc(1.8125rem + 3.75 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.25rem , 0.5259051186rem  +  3.620474407vw , 4.875rem )) {
            .about__title:not(:last-child) {
                margin-bottom: clamp(1.25rem, 0.5259051186rem + 3.620474407vw, 4.875rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.25rem , 0.5259051186rem  +  3.620474407vw , 4.875rem )) {
            .about__title:not(:last-child) {
                margin-bottom: calc(1.25rem + 3.625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.4375rem , 1.1503589263rem  +  1.4357053683vw , 2.875rem )) {
            .about__subtitle {
                font-size: clamp(1.4375rem, 1.1503589263rem + 1.4357053683vw, 2.875rem);
            }
        }

        @supports not (font-size: clamp( 1.4375rem , 1.1503589263rem  +  1.4357053683vw , 2.875rem )) {
            .about__subtitle {
                font-size: calc(1.4375rem + 1.4375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.0625rem , 0.9126872659rem  +  0.7490636704vw , 1.8125rem )) {
            .about__text {
                font-size: clamp(1.0625rem, 0.9126872659rem + 0.7490636704vw, 1.8125rem);
            }
        }

        @supports not (font-size: clamp( 1.0625rem , 0.9126872659rem  +  0.7490636704vw , 1.8125rem )) {
            .about__text {
                font-size: calc(1.0625rem + 0.75 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.25rem , 0.2512484395rem  +  4.9937578027vw , 6.25rem )) {
            .about__text p:not(:last-child) {
                margin-bottom: clamp(1.25rem, 0.2512484395rem + 4.9937578027vw, 6.25rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.25rem , 0.2512484395rem  +  4.9937578027vw , 6.25rem )) {
            .about__text p:not(:last-child) {
                margin-bottom: calc(1.25rem + 5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.25rem , 0.9753433208rem  +  1.3732833958vw , 2.625rem )) {
            .about__text--last p:not(:last-child) {
                margin-bottom: clamp(1.25rem, 0.9753433208rem + 1.3732833958vw, 2.625rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.25rem , 0.9753433208rem  +  1.3732833958vw , 2.625rem )) {
            .about__text--last p:not(:last-child) {
                margin-bottom: calc(1.25rem + 1.375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.125rem , 0.9751872659rem  +  0.7490636704vw , 1.875rem )) {
            .about__video {
                font-size: clamp(1.125rem, 0.9751872659rem + 0.7490636704vw, 1.875rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , 0.9751872659rem  +  0.7490636704vw , 1.875rem )) {
            .about__video {
                font-size: calc(1.125rem + 0.75 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.625rem , 0.3628277154rem  +  1.3108614232vw , 1.9375rem )) {
            .about__video {
                gap: clamp(0.625rem, 0.3628277154rem + 1.3108614232vw, 1.9375rem);
            }
        }

        @supports not (gap: clamp( 0.625rem , 0.3628277154rem  +  1.3108614232vw , 1.9375rem )) {
            .about__video {
                gap: calc(0.625rem + 1.3125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.9375rem , 0.5130305868rem  +  2.1223470662vw , 3.0625rem )) {
            .story-about {
                gap: clamp(0.9375rem, 0.5130305868rem + 2.1223470662vw, 3.0625rem);
            }
        }

        @supports not (gap: clamp( 0.9375rem , 0.5130305868rem  +  2.1223470662vw , 3.0625rem )) {
            .story-about {
                gap: calc(0.9375rem + 2.125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.125rem , 1.0251248439rem  +  0.4993757803vw , 1.625rem )) {
            .story-about__date {
                font-size: clamp(1.125rem, 1.0251248439rem + 0.4993757803vw, 1.625rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , 1.0251248439rem  +  0.4993757803vw , 1.625rem )) {
            .story-about__date {
                font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1rem , 0.7877652934rem  +  1.0611735331vw , 2.0625rem )) {
            .story-about__name {
                font-size: clamp(.85rem, 0.7877652934rem + 1.0611735331vw, 1.8625rem);
            }
        }

        @supports not (font-size: clamp( 1rem , 0.7877652934rem  +  1.0611735331vw , 2.0625rem )) {
            .story-about__name {
                font-size: calc(.85rem + 1.0625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 0.9375rem , 0.6004213483rem  +  1.6853932584vw , 2.625rem )) {
            .story-about__name:not(:last-child) {
                margin-bottom: clamp(0.9375rem, 0.6004213483rem + 1.6853932584vw, 2.625rem);
            }
        }

        @supports not (margin-bottom: clamp( 0.9375rem , 0.6004213483rem  +  1.6853932584vw , 2.625rem )) {
            .story-about__name:not(:last-child) {
                margin-bottom: calc(0.9375rem + 1.6875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.625rem , 0.5001560549rem  +  0.6242197253vw , 1.25rem )) {
            .designer-about {
                gap: clamp(0.625rem, 0.5001560549rem + 0.6242197253vw, 1.25rem);
            }
        }

        @supports not (gap: clamp( 0.625rem , 0.5001560549rem  +  0.6242197253vw , 1.25rem )) {
            .designer-about {
                gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.125rem , 1.0251248439rem  +  0.4993757803vw , 1.625rem )) {
            .designer-about__text {
                font-size: clamp(1.125rem, 1.0251248439rem + 0.4993757803vw, 1.625rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , 1.0251248439rem  +  0.4993757803vw , 1.625rem )) {
            .designer-about__text {
                font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.5625rem , 0.9257958801rem  +  3.1835205993vw , 4.75rem )) {
            .page__second-tickets {
                padding-bottom: clamp(1.5625rem, 0.9257958801rem + 3.1835205993vw, 4.75rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.5625rem , 0.9257958801rem  +  3.1835205993vw , 4.75rem )) {
            .page__second-tickets {
                padding-bottom: calc(1.5625rem + 3.1875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , 0.8883426966rem  +  3.3707865169vw , 4.9375rem )) {
            .page .tickets-second__title:not(:last-child) {
                margin-bottom: clamp(1.5625rem, 0.8883426966rem + 3.3707865169vw, 4.9375rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , 0.8883426966rem  +  3.3707865169vw , 4.9375rem )) {
            .page .tickets-second__title:not(:last-child) {
                margin-bottom: calc(1.5625rem + 3.375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 3.125rem , 2.5007802747rem  +  3.1210986267vw , 6.25rem )) {
            .events__container {
                padding-bottom: clamp(3.125rem, 2.5007802747rem + 3.1210986267vw, 6.25rem);
            }
        }

        @supports not (padding-bottom: clamp( 3.125rem , 2.5007802747rem  +  3.1210986267vw , 6.25rem )) {
            .events__container {
                padding-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 5.625rem , 4.5263732834rem  +  5.493133583vw , 11.125rem )) {
            .events__container {
                padding-top: clamp(5.625rem, 4.5263732834rem + 5.493133583vw, 11.125rem);
            }
        }

        @supports not (padding-top: clamp( 5.625rem , 4.5263732834rem  +  5.493133583vw , 11.125rem )) {
            .events__container {
                padding-top: calc(5.625rem + 5.5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 2.5rem , 2.0006242197rem  +  2.4968789014vw , 5rem )) {
            .events__title {
                font-size: clamp(2.5rem, 2.0006242197rem + 2.4968789014vw, 5rem);
            }
        }

        @supports not (font-size: clamp( 2.5rem , 2.0006242197rem  +  2.4968789014vw , 5rem )) {
            .events__title {
                font-size: calc(2.5rem + 2.5 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , 1.1255461923rem  +  2.1847690387vw , 3.75rem )) {
            .events__breadcrumbs:not(:last-child) {
                margin-bottom: clamp(1.5625rem, 1.1255461923rem + 2.1847690387vw, 3.75rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , 1.1255461923rem  +  2.1847690387vw , 3.75rem )) {
            .events__breadcrumbs:not(:last-child) {
                margin-bottom: calc(1.5625rem + 2.1875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 5rem , 3.0024968789rem  +  9.9875156055vw , 15rem )) {
            .concert-page__concert {
                padding-bottom: clamp(5rem, 3.0024968789rem + 9.9875156055vw, 15rem);
            }
        }

        @supports not (padding-bottom: clamp( 5rem , 3.0024968789rem  +  9.9875156055vw , 15rem )) {
            .concert-page__concert {
                padding-bottom: calc(5rem + 10 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 5.625rem , 4.5513420724rem  +  5.368289638vw , 11rem )) {
            .concert__breadcrumbs {
                padding-top: clamp(5.625rem, 4.5513420724rem + 5.368289638vw, 11rem);
            }
        }

        @supports not (padding-top: clamp( 5.625rem , 4.5513420724rem  +  5.368289638vw , 11rem )) {
            .concert__breadcrumbs {
                padding-top: calc(5.625rem + 5.375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , 1.2878433208rem  +  1.3732833958vw , 2.9375rem )) {
            .concert__breadcrumbs:not(:last-child) {
                margin-bottom: clamp(1.5625rem, 1.2878433208rem + 1.3732833958vw, 2.9375rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , 1.2878433208rem  +  1.3732833958vw , 2.9375rem )) {
            .concert__breadcrumbs:not(:last-child) {
                margin-bottom: calc(1.5625rem + 1.375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-top: clamp(1.25rem, 0.8754681648rem + 1.872659176vw, 3.125rem);
            }
        }

        @supports not (padding-top: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-top: calc(1.25rem + 1.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-bottom: clamp(1.25rem, 0.8754681648rem + 1.872659176vw, 3.125rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-left: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-left: clamp(1.25rem, 0.8754681648rem + 1.872659176vw, 3.125rem);
            }
        }

        @supports not (padding-left: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-left: calc(1.25rem + 1.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-right: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-right: clamp(1.25rem, 0.8754681648rem + 1.872659176vw, 3.125rem);
            }
        }

        @supports not (padding-right: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .concert__row {
                padding-right: calc(1.25rem + 1.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.25rem , 0.5383895131rem  +  3.5580524345vw , 4.8125rem )) {
            .concert__row:last-child {
                padding-top: clamp(1.25rem, 0.5383895131rem + 3.5580524345vw, 4.8125rem);
            }
        }

        @supports not (padding-top: clamp( 1.25rem , 0.5383895131rem  +  3.5580524345vw , 4.8125rem )) {
            .concert__row:last-child {
                padding-top: calc(1.25rem + 3.5625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.25rem , 0.5383895131rem  +  3.5580524345vw , 4.8125rem )) {
            .concert__row:last-child {
                padding-bottom: clamp(1.25rem, 0.5383895131rem + 3.5580524345vw, 4.8125rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.25rem , 0.5383895131rem  +  3.5580524345vw , 4.8125rem )) {
            .concert__row:last-child {
                padding-bottom: calc(1.25rem + 3.5625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-left: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .concert__row:last-child {
                padding-left: clamp(1.25rem, 1.0003121099rem + 1.2484394507vw, 2.5rem);
            }
        }

        @supports not (padding-left: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .concert__row:last-child {
                padding-left: calc(1.25rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-right: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .concert__row:last-child {
                padding-right: clamp(1.25rem, 1.0003121099rem + 1.2484394507vw, 2.5rem);
            }
        }

        @supports not (padding-right: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .concert__row:last-child {
                padding-right: calc(1.25rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.125rem , 0.8753121099rem  +  1.2484394507vw , 2.375rem )) {
            .concert__price {
                font-size: clamp(1.125rem, 0.8753121099rem + 1.2484394507vw, 2.375rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , 0.8753121099rem  +  1.2484394507vw , 2.375rem )) {
            .concert__price {
                font-size: calc(1.125rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-top: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .main-concert__row {
                padding-top: clamp(1.25rem, 1.0003121099rem + 1.2484394507vw, 2.5rem);
            }
        }

        @supports not (padding-top: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .main-concert__row {
                padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-bottom: clamp( 1.25rem , 0.1264044944rem  +  5.6179775281vw , 6.875rem )) {
            .main-concert__row {
                padding-bottom: clamp(1.25rem, 0.1264044944rem + 5.6179775281vw, 6.875rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.25rem , 0.1264044944rem  +  5.6179775281vw , 6.875rem )) {
            .main-concert__row {
                padding-bottom: calc(1.25rem + 5.625 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-left: clamp( 1.25rem , 1.0627340824rem  +  0.936329588vw , 2.1875rem )) {
            .main-concert__row {
                padding-left: clamp(1.25rem, 1.0627340824rem + 0.936329588vw, 2.1875rem);
            }
        }

        @supports not (padding-left: clamp( 1.25rem , 1.0627340824rem  +  0.936329588vw , 2.1875rem )) {
            .main-concert__row {
                padding-left: calc(1.25rem + 0.9375 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (padding-right: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .main-concert__row {
                padding-right: clamp(1.25rem, 1.0003121099rem + 1.2484394507vw, 2.5rem);
            }
        }

        @supports not (padding-right: clamp( 1.25rem , 1.0003121099rem  +  1.2484394507vw , 2.5rem )) {
            .main-concert__row {
                padding-right: calc(1.25rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , 1.3128121099rem  +  1.2484394507vw , 2.8125rem )) {
            .main-concert__content:not(:last-child) {
                margin-bottom: clamp(1.5625rem, 1.3128121099rem + 1.2484394507vw, 2.8125rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , 1.3128121099rem  +  1.2484394507vw , 2.8125rem )) {
            .main-concert__content:not(:last-child) {
                margin-bottom: calc(1.5625rem + 1.25 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .main-concert__date:not(:last-child) {
                margin-bottom: clamp(1.25rem, 0.8754681648rem + 1.872659176vw, 3.125rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.25rem , 0.8754681648rem  +  1.872659176vw , 3.125rem )) {
            .main-concert__date:not(:last-child) {
                margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (gap: clamp( 0.9375rem , 0.5379993758rem  +  1.9975031211vw , 2.9375rem )) {
            .main-concert__column {
                gap: clamp(0.9375rem, 0.5379993758rem + 1.9975031211vw, 2.9375rem);
            }
        }

        @supports not (gap: clamp( 0.9375rem , 0.5379993758rem  +  1.9975031211vw , 2.9375rem )) {
            .main-concert__column {
                gap: calc(0.9375rem + 2 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (font-size: clamp( 1.875rem , 1.5379213483rem  +  1.6853932584vw , 3.5625rem )) {
            .main-concert__subtitle {
                font-size: clamp(1.875rem, 1.5379213483rem + 1.6853932584vw, 3.5625rem);
            }
        }

        @supports not (font-size: clamp( 1.875rem , 1.5379213483rem  +  1.6853932584vw , 3.5625rem )) {
            .main-concert__subtitle {
                font-size: calc(1.875rem + 1.6875 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.5625rem , 1.2129369538rem  +  1.747815231vw , 3.3125rem )) {
            .main-concert__subtitle:not(:last-child) {
                margin-bottom: clamp(1.5625rem, 1.2129369538rem + 1.747815231vw, 3.3125rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.5625rem , 1.2129369538rem  +  1.747815231vw , 3.3125rem )) {
            .main-concert__subtitle:not(:last-child) {
                margin-bottom: calc(1.5625rem + 1.75 * (100vw - 20rem) / 100.125);
            }
        }

        @supports (margin-bottom: clamp( 1.125rem , 0.9127652934rem  +  1.0611735331vw , 2.1875rem )) {
            .main-concert__description-text p:not(:last-child) {
                margin-bottom: clamp(1.125rem, 0.9127652934rem + 1.0611735331vw, 2.1875rem);
            }
        }

        @supports not (margin-bottom: clamp( 1.125rem , 0.9127652934rem  +  1.0611735331vw , 2.1875rem )) {
            .main-concert__description-text p:not(:last-child) {
                margin-bottom: calc(1.125rem + 1.0625 * (100vw - 20rem) / 100.125);
            }
        }
    }

    @media (min-width: 29.6875em) and (max-width: 81.25em) {
        /*@supports (font-size: clamp( 0.875rem , 0.2632575758rem  +  2.0606060606vw , 1.1rem )) {*/
        /*    .shows-ticket__title {*/
        /*        font-size: 1.1rem;*/
        /*    }*/
        /*}*/

        @supports not (font-size: clamp( 0.875rem , 0.2632575758rem  +  2.0606060606vw , 1.9375rem )) {
            .shows-ticket__title {
                font-size: calc(0.875rem + 1.0625 * (100vw - 29.6875rem) / 51.5625);
            }
        }

        @supports (font-size: clamp( 0.8625rem , 0.5314393939rem  +  1.1151515152vw , 1.4375rem )) {
            .shows-ticket__date,
            .shows-ticket__total-events {
                font-size: clamp(0.8625rem, 0.5314393939rem + 1.1151515152vw, 1.4375rem);
            }
        }

        @supports not (font-size: clamp( 0.8625rem , 0.5314393939rem  +  1.1151515152vw , 1.4375rem )) {
            .shows-ticket__date,
            .shows-ticket__total-events {
                font-size: calc(0.8625rem + 0.575 * (100vw - 29.6875rem) / 51.5625);
            }
        }
    }

    @media (min-width: 81.25em) and (max-width: 106.25em) {
        @supports (padding-top: clamp( 1.25rem , -3.828125rem  +  6.25vw , 2.8125rem )) {
            .details-show__block {
                padding-top: clamp(1.25rem, -3.828125rem + 6.25vw, 2.8125rem);
            }
        }

        @supports not (padding-top: clamp( 1.25rem , -3.828125rem  +  6.25vw , 2.8125rem )) {
            .details-show__block {
                padding-top: calc(1.25rem + 1.5625 * (100vw - 81.25rem) / 25);
            }
        }

        @supports (padding-right: clamp( 0.9375rem , -2.109375rem  +  3.75vw , 1.875rem )) {
            .details-show__block {
                padding-right: clamp(0.9375rem, -2.109375rem + 3.75vw, 1.875rem);
            }
        }

        @supports not (padding-right: clamp( 0.9375rem , -2.109375rem  +  3.75vw , 1.875rem )) {
            .details-show__block {
                padding-right: calc(0.9375rem + 0.9375 * (100vw - 81.25rem) / 25);
            }
        }

        @supports (padding-bottom: clamp( 1.25rem , -3.828125rem  +  6.25vw , 2.8125rem )) {
            .details-show__block {
                padding-bottom: clamp(1.25rem, -3.828125rem + 6.25vw, 2.8125rem);
            }
        }

        @supports not (padding-bottom: clamp( 1.25rem , -3.828125rem  +  6.25vw , 2.8125rem )) {
            .details-show__block {
                padding-bottom: calc(1.25rem + 1.5625 * (100vw - 81.25rem) / 25);
            }
        }

        @supports (padding-left: clamp( 0.9375rem , -2.109375rem  +  3.75vw , 1.875rem )) {
            .details-show__block {
                padding-left: clamp(0.9375rem, -2.109375rem + 3.75vw, 1.875rem);
            }
        }

        @supports not (padding-left: clamp( 0.9375rem , -2.109375rem  +  3.75vw , 1.875rem )) {
            .details-show__block {
                padding-left: calc(0.9375rem + 0.9375 * (100vw - 81.25rem) / 25);
            }
        }

        @supports (font-size: clamp( 1.125rem , -1.515625rem  +  3.25vw , 1.9375rem )) {
            .details-show__title {
                font-size: clamp(1.125rem, -1.515625rem + 3.25vw, 1.9375rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , -1.515625rem  +  3.25vw , 1.9375rem )) {
            .details-show__title {
                font-size: calc(1.125rem + 0.8125 * (100vw - 81.25rem) / 25);
            }
        }

        @supports (font-size: clamp( 1rem , -0.625rem  +  2vw , 1.5rem )) {
            .details-show__date {
                font-size: clamp(1rem, -0.625rem + 2vw, 1.5rem);
            }
        }

        @supports not (font-size: clamp( 1rem , -0.625rem  +  2vw , 1.5rem )) {
            .details-show__date {
                font-size: calc(1rem + 0.5 * (100vw - 81.25rem) / 25);
            }
        }

        @supports (font-size: clamp( 1rem , -0.625rem  +  2vw , 1.5rem )) {
            .details-show__total-events {
                font-size: clamp(1rem, -0.625rem + 2vw, 1.5rem);
            }
        }

        @supports not (font-size: clamp( 1rem , -0.625rem  +  2vw , 1.5rem )) {
            .details-show__total-events {
                font-size: calc(1rem + 0.5 * (100vw - 81.25rem) / 25);
            }
        }

        @supports (margin-bottom: clamp( 0.9375rem , -3.125rem  +  5vw , 2.1875rem )) {
            .details-show__total-events:not(:last-child) {
                margin-bottom: clamp(0.9375rem, -3.125rem + 5vw, 2.1875rem);
            }
        }

        @supports not (margin-bottom: clamp( 0.9375rem , -3.125rem  +  5vw , 2.1875rem )) {
            .details-show__total-events:not(:last-child) {
                margin-bottom: calc(0.9375rem + 1.25 * (100vw - 81.25rem) / 25);
            }
        }
    }

    @media (min-width: 81.25em) and (max-width: 93.75em) {
        @supports (font-size: clamp( 0.875rem , -1.5625rem  +  3vw , 1.25rem )) {
            .details-show__item {
                font-size: clamp(0.875rem, -1.5625rem + 3vw, 1.25rem);
            }
        }

        @supports not (font-size: clamp( 0.875rem , -1.5625rem  +  3vw , 1.25rem )) {
            .details-show__item {
                font-size: calc(0.875rem + 0.375 * (100vw - 81.25rem) / 12.5);
            }
        }
    }

    @media (min-width: 92.5em) and (max-width: 100em) {
        @supports ((-moz-column-gap: clamp( 1.375rem , -12.5rem  +  15vw , 2.5rem )) or (column-gap: clamp( 1.375rem , -12.5rem  +  15vw , 2.5rem ))) {
            .menu__list {
                -webkit-column-gap: clamp(1.375rem, -12.5rem + 15vw, 2.5rem);
                -moz-column-gap: clamp(1.375rem, -12.5rem + 15vw, 2.5rem);
                column-gap: clamp(1.375rem, -12.5rem + 15vw, 2.5rem);
            }
        }

        @supports not ((-moz-column-gap: clamp( 1.375rem , -12.5rem  +  15vw , 2.5rem )) or (column-gap: clamp( 1.375rem , -12.5rem  +  15vw , 2.5rem ))) {
            .menu__list {
                -webkit-column-gap: calc(1.375rem + 1.125 * (100vw - 92.5rem) / 7.5);
                -moz-column-gap: calc(1.375rem + 1.125 * (100vw - 92.5rem) / 7.5);
                column-gap: calc(1.375rem + 1.125 * (100vw - 92.5rem) / 7.5);
            }
        }

        @supports (font-size: clamp( 1.125rem , -1.9583333333rem  +  3.3333333333vw , 1.375rem )) {
            .menu__item {
                font-size: clamp(1.125rem, -1.9583333333rem + 3.3333333333vw, 1.375rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , -1.9583333333rem  +  3.3333333333vw , 1.375rem )) {
            .menu__item {
                font-size: calc(1.125rem + 0.25 * (100vw - 92.5rem) / 7.5);
            }
        }
    }

    @media (max-width: 87.5625em) and (min-width: 67.5em) and (max-width: 87.5625em) {
        @supports ((-moz-column-gap: clamp( 1.5625rem , -35.2365654206rem  +  54.5171339564vw , 12.5rem )) or (column-gap: clamp( 1.5625rem , -35.2365654206rem  +  54.5171339564vw , 12.5rem ))) {
            .footer__copyrights {
                -webkit-column-gap: clamp(1.5625rem, -35.2365654206rem + 54.5171339564vw, 12.5rem);
                -moz-column-gap: clamp(1.5625rem, -35.2365654206rem + 54.5171339564vw, 12.5rem);
                column-gap: clamp(1.5625rem, -35.2365654206rem + 54.5171339564vw, 12.5rem);
            }
        }

        @supports not ((-moz-column-gap: clamp( 1.5625rem , -35.2365654206rem  +  54.5171339564vw , 12.5rem )) or (column-gap: clamp( 1.5625rem , -35.2365654206rem  +  54.5171339564vw , 12.5rem ))) {
            .footer__copyrights {
                -webkit-column-gap: calc(1.5625rem + 10.9375 * (100vw - 67.5rem) / 20.0625);
                -moz-column-gap: calc(1.5625rem + 10.9375 * (100vw - 67.5rem) / 20.0625);
                column-gap: calc(1.5625rem + 10.9375 * (100vw - 67.5rem) / 20.0625);
            }
        }
    }

    @media (min-width: 87.5625em) and (max-width: 93.75em) {
        @supports (margin-bottom: clamp( 0.9375rem , -32.6723484848rem  +  38.3838383838vw , 3.3125rem )) {
            .social-footer__title:not(:last-child) {
                margin-bottom: clamp(0.9375rem, -32.6723484848rem + 38.3838383838vw, 3.3125rem);
            }
        }

        @supports not (margin-bottom: clamp( 0.9375rem , -32.6723484848rem  +  38.3838383838vw , 3.3125rem )) {
            .social-footer__title:not(:last-child) {
                margin-bottom: calc(0.9375rem + 2.375 * (100vw - 87.5625rem) / 6.1875);
            }
        }
    }

    @media (min-width: 90.625em) and (max-width: 93.75em) {
        @supports (gap: clamp( 0.625rem , -8.4375rem  +  10vw , 0.9375rem )) {
            .social-footer__list {
                gap: clamp(0.625rem, -8.4375rem + 10vw, 0.9375rem);
            }
        }

        @supports not (gap: clamp( 0.625rem , -8.4375rem  +  10vw , 0.9375rem )) {
            .social-footer__list {
                gap: calc(0.625rem + 0.3125 * (100vw - 90.625rem) / 3.125);
            }
        }
    }

    @media (min-width: 47.99875em) and (max-width: 110em) {
        @supports (margin-left: clamp( -4.5rem , 1.820437088rem  +  -5.7458518981vw , -0.9375rem )) {
            .treasure__media-ibg {
                margin-left: clamp(-4.5rem, 1.820437088rem + -5.7458518981vw, -0.9375rem);
            }
        }

        @supports not (margin-left: clamp( -4.5rem , 1.820437088rem  +  -5.7458518981vw , -0.9375rem )) {
            .treasure__media-ibg {
                margin-left: calc(-0.9375rem + -3.5625 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (margin-left: clamp( -13.75rem , 7.8725479325rem  +  -19.6568617568vw , -1.5625rem )) {
            .treasure__content {
                margin-left: clamp(-13.75rem, 7.8725479325rem + -19.6568617568vw, -1.5625rem);
            }
        }

        @supports not (margin-left: clamp( -13.75rem , 7.8725479325rem  +  -19.6568617568vw , -1.5625rem )) {
            .treasure__content {
                margin-left: calc(-1.5625rem + -12.1875 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (padding-top: clamp( 0.9375rem , -3.7558315357rem  +  9.7780286688vw , 7rem )) {
            .treasure__content {
                padding-top: clamp(0.9375rem, -3.7558315357rem + 9.7780286688vw, 7rem);
            }
        }

        @supports not (padding-top: clamp( 0.9375rem , -3.7558315357rem  +  9.7780286688vw , 7rem )) {
            .treasure__content {
                padding-top: calc(0.9375rem + 6.0625 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (padding-right: clamp( 1.5625rem , -0.1309701417rem  +  3.5281546743vw , 3.75rem )) {
            .treasure__content {
                padding-right: clamp(1.5625rem, -0.1309701417rem + 3.5281546743vw, 3.75rem);
            }
        }

        @supports not (padding-right: clamp( 1.5625rem , -0.1309701417rem  +  3.5281546743vw , 3.75rem )) {
            .treasure__content {
                padding-right: calc(1.5625rem + 2.1875 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (margin-right: clamp( -3.75rem , 0.1309701417rem  +  -3.5281546743vw , -1.5625rem )) {
            .treasure__content {
                margin-right: clamp(-3.75rem, 0.1309701417rem + -3.5281546743vw, -1.5625rem);
            }
        }

        @supports not (margin-right: clamp( -3.75rem , 0.1309701417rem  +  -3.5281546743vw , -1.5625rem )) {
            .treasure__content {
                margin-right: calc(-1.5625rem + -2.1875 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (padding-bottom: clamp( 0.9375rem , -4.8686833431rem  +  12.0965303119vw , 8.4375rem )) {
            .treasure__content {
                padding-bottom: clamp(0.9375rem, -4.8686833431rem + 12.0965303119vw, 8.4375rem);
            }
        }

        @supports not (padding-bottom: clamp( 0.9375rem , -4.8686833431rem  +  12.0965303119vw , 8.4375rem )) {
            .treasure__content {
                padding-bottom: calc(0.9375rem + 7.5 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (padding-left: clamp( 1.5625rem , -7.8725479325rem  +  19.6568617568vw , 13.75rem )) {
            .treasure__content {
                padding-left: clamp(1.5625rem, -7.8725479325rem + 19.6568617568vw, 13.75rem);
            }
        }

        @supports not (padding-left: clamp( 1.5625rem , -7.8725479325rem  +  19.6568617568vw , 13.75rem )) {
            .treasure__content {
                padding-left: calc(1.5625rem + 12.1875 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (font-size: clamp( 1.3687rem , 0.0344083285rem  +  6.0482651559vw , 3.125rem )) {
            .treasure__title {
                font-size: clamp(1.3687rem, 0.0344083285rem + 6.0482651559vw, 3.125rem);
            }
        }

        @supports not (font-size: clamp( 1.3687rem , 0.0344083285rem  +  6.0482651559vw , 3.125rem )) {
            .treasure__title {
                font-size: calc(1.3687rem + 3.75 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (margin-bottom: clamp( 0.9375rem , -1.5301279208rem  +  5.1410253826vw , 3.125rem )) {
            .treasure__title:not(:last-child) {
                margin-bottom: clamp(0.9375rem, -1.5301279208rem + 5.1410253826vw, 3.125rem);
            }
        }

        @supports not (margin-bottom: clamp( 0.9375rem , -1.5301279208rem  +  5.1410253826vw , 3.125rem )) {
            .treasure__title:not(:last-child) {
                margin-bottom: calc(0.9375rem + 3.1875 * (100vw - 47.99875rem) / 62.00125);
            }
        }

        @supports (font-size: clamp( 1.125rem , 0.5927665269rem  +  1.1088486119vw , 1.8125rem )) {
            .treasure__text {
                font-size: clamp(1.125rem, 0.5927665269rem + 1.1088486119vw, 1.8125rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , 0.5927665269rem  +  1.1088486119vw , 1.8125rem )) {
            .treasure__text {
                font-size: calc(1.125rem + 0.6875 * (100vw - 47.99875rem) / 62.00125);
            }
        }
    }

    @media (min-width: 20em) and (max-width: 29.99875em) {
        @supports (font-size: clamp( 2.375rem , 1.2498593574rem  +  5.6257032129vw , 2.9375rem )) {
            .treasure__title {
                font-size: clamp(2.375rem, 1.2498593574rem + 5.6257032129vw, 2.9375rem);
            }
        }

        @supports not (font-size: clamp( 2.375rem , 1.2498593574rem  +  5.6257032129vw , 2.9375rem )) {
            .treasure__title {
                font-size: calc(2.375rem + 0.5625 * (100vw - 20rem) / 9.99875);
            }
        }

        @supports (font-size: clamp( 1rem , 0.6249531191rem  +  1.8752344043vw , 1.1875rem )) {
            .treasure__text {
                font-size: clamp(1rem, 0.6249531191rem + 1.8752344043vw, 1.1875rem);
            }
        }

        @supports not (font-size: clamp( 1rem , 0.6249531191rem  +  1.8752344043vw , 1.1875rem )) {
            .treasure__text {
                font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 9.99875);
            }
        }
    }

    @media (min-width: 20em) and (max-width: 100em) {
        @supports (font-size: clamp( 2.8125rem , 1.953125rem  +  4.296875vw , 6.25rem )) {
            .press__title {
                font-size: clamp(2.8125rem, 1.953125rem + 4.296875vw, 6.25rem);
            }
        }

        @supports not (font-size: clamp( 2.8125rem , 1.953125rem  +  4.296875vw , 6.25rem )) {
            .press__title {
                font-size: calc(2.8125rem + 3.4375 * (100vw - 20rem) / 80);
            }
        }
    }

    @media (min-width: 68.75em) and (max-width: 100em) {
        @supports (font-size: clamp( 1.25rem , 0.2875rem  +  1.4vw , 1.6875rem )) {
            .concert__date {
                font-size: clamp(1.25rem, 0.2875rem + 1.4vw, 1.6875rem);
            }
        }

        @supports not (font-size: clamp( 1.25rem , 0.2875rem  +  1.4vw , 1.6875rem )) {
            .concert__date {
                font-size: calc(1.25rem + 0.4375 * (100vw - 68.75rem) / 31.25);
            }
        }

        @supports (font-size: clamp( 1.25rem , -1.5rem  +  4vw , 2.5rem )) {
            .concert__name-title {
                font-size: clamp(1.25rem, -1.5rem + 4vw, 2.5rem);
            }
        }

        @supports not (font-size: clamp( 1.25rem , -1.5rem  +  4vw , 2.5rem )) {
            .concert__name-title {
                font-size: calc(1.25rem + 1.25 * (100vw - 68.75rem) / 31.25);
            }
        }
    }

    @media (min-width: 56.25em) and (max-width: 87.5em) {
        @supports (font-size: clamp( 1.125rem , 0.45rem  +  1.2vw , 1.5rem )) {
            .main-concert__description-text p {
                font-size: clamp(1.125rem, 0.45rem + 1.2vw, 1.5rem);
            }
        }

        @supports not (font-size: clamp( 1.125rem , 0.45rem  +  1.2vw , 1.5rem )) {
            .main-concert__description-text p {
                font-size: calc(1.125rem + 0.375 * (100vw - 56.25rem) / 31.25);
            }
        }
    }
    @media screen and (min-width: 1300px) {
        .main-menu ul {
            font-size: 1.375rem !important;
        }
    }

    @media screen and (min-width: 768px) {
        .h-buttons__item svg {
            width: 18px;
            height: 22px;
        }
    }
    @media screen and (min-width: 1600px) {
        .afisha-item__title {
            font-size: 0.9em !important;
        }
    }
    @media screen and (min-width: 1400px) {
        .afisha-item__content {
            padding: 1.2em 0.5em 1em !important;
        }
    }
    @media screen and (min-width: 320px) {
        .h-buttons__item svg {
            width: 16px;
            height: 25px;
        }
    }
    @media screen and (min-width: 768px) {
        .h-buttons__item svg {
            width: 18px;
            height: 25px;
        }

        .location-menu__header span {
            font-weight: 600;
            font-size: 1.375rem;
            line-height: .9090909091;
        }
    }
    .dd__current {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        font-weight: 700;
        font-size: 1.25rem !important;
        line-height: 1.4;
        color: #282828;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1.875rem;
        gap: 0.625rem;
    }

    .filter-date input {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        font-weight: 700;
        font-size: 1.25rem !important;
        line-height: 1.1;
        color: #282828;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1.9rem;
        gap: 0.625rem;
    }

    .filter-date {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        font-weight: 700;
        font-size: 1.25rem !important;
        line-height: 1.1;
        color: #282828;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1.875rem;
        gap: 0.625rem;
    }

    @media screen and (min-width: 768px) {
        .dd__current {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
            font-weight: 700;
            font-size: 1.25rem !important;
            line-height: 1.4;
            color: #282828;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            min-width: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 1.875rem;
            gap: 0.625rem;
        }

        .filter-date input {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
            font-weight: 700;
            font-size: 0.9rem !important;
            line-height: 1.1;
            color: #282828;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            min-width: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 1.9rem;
            gap: 0.625rem;
        }

        .filter-date {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
            font-weight: 700;
            font-size: 1.25rem !important;
            line-height: 1.1;
            color: #282828;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            min-width: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 1.5rem;
            gap: 0.625rem;
        }
    }

    @media (any-hover: hover) {
        .select__option:hover {
            background: #d9d9d9;
        }

        .filter-ticket__show-all:hover {
            color: #f80b2f;
        }

        .shows-ticket__card:hover .details-show,
        .shows-ticket__card:hover .shows-ticket__button-border {
            opacity: 1;
            visibility: visible;
        }

        .shows-ticket__button-link:hover {
            background-color: #109d66;
        }

        .breadcrumbs__link:hover {
            text-decoration: underline;
        }

        .menu__link:hover {
            color: #f80b2f;
        }

        .actions-menu__link-country:hover {
            color: #f80b2f;
        }

        .actions-menu__button:hover {
            background-color: #0b9963;
        }

        .language-menu .select__value:hover {
            color: #f80b2f;
        }

        .menu-footer__link:hover {
            color: #f80b2f;
        }

        .social-footer__link:hover {
            opacity: 0.5;
        }

        .hero__button-ticket:hover {
            background-color: #830707;
        }

        .press__link:hover {
            color: #f80b2f;
        }

        .press__link:hover::after {
            height: 70%;
        }

        .about__video span:hover {
            text-decoration: underline;
        }

        .concert__buy-ticket:hover {
            background-color: #109d66;
        }

        .main-concert__label:hover {
            background-color: #d30726;
        }

        .main-concert__date:hover {
            color: #f80b2f;
        }

        .main-concert__button:hover {
            background-color: #109d66;
        }
    }
}
