/* glide */
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/* main style */
*,*::before,*::after {box-sizing: border-box;}ul[class],ol[class] {padding: 0;}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd {margin: 0;}body {min-height: 100vh;scroll-behavior: smooth;text-rendering: optimizeSpeed;line-height: 1;font-size: 1rem;}ul[class],ol[class] {list-style: none;}a:not([class]) {text-decoration-skip-ink: auto;}img {max-width: 100%;display: block;height: auto;}article > * + * {margin-top: 1em;}input,textarea,select {font: inherit;}
:root {
--banner-height: calc(100vh - 104px);
--file: '';
}
* {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text; 
}
html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
}
p, ul, li, ol, span, form, input, a{
    /* font-size: 1.6rem; */
}
p, ul, li, ol, span, form, input, a, div {
    /* color: var(--defaul-text); */
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}
body {
    /* font-size: 1.6rem; */
    color: #141414;
}

main {
	min-height: 95vh;
}

body::selection {
    background-color: #ff8020;
}
body:has(.modal_contact_form_block) {
    position: relative;
}
body:has(.modal_contact_form_block):after {
    content: '';
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 5;
    background: #000000bd;
}
body:has(.modal_contact_form_block.active):after {
    opacity: 1;
    visibility: visible;
    transition: all 1.25s ease-in;
}

body:has(div.modal_element.active) {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}
main:not(section) h1 {
    /* font-size: 3.6rem;
    margin-bottom: 4.4rem; */
    /* color: var(--black); */
}

strong {
    font-weight: 600;
}
em {
    font-style: italic;
}

iframe {
    max-width: 100%;
}


/* main section {
    margin-top: 12.60vh;
}
main section:first-child {
    margin-top: 0;
} */
section:not(:first-of-type) {
    margin-top: 12.60vh;
}


.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

input, textarea {
    padding-inline: 1rem;
    padding-block: 0.75rem;
    border: transparent;
    display: block;
    border-bottom: 1px solid;
    border-radius: 0;
    background: transparent;
    width: 100%;
    color: inherit;
}

.custom_select__input {
    color: #98A1AE;
    border-bottom: 1px solid #e68419;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding-inline: 0.875rem;
    justify-content: space-between;
    margin-top: 0.25rem;
}
.custom_select__input svg {
    color: #e68419;
}
.custom_select__input .icon {
    transition: all 0.45s ease;
}

.select-input-item {
    display: none;
}
.select-input-item.active {
    display: block;
}

/* .custom_select.active .custom_select__input {
    border: 1px solid #49669C;
    color: #141414;
}
.custom_select.active .custom_select__input .icon {
    color: #49669C;
    transform: rotate(180deg);
} */

input {
    /* outline: 1px solid #49669c3d; */
}
input[type=text].wpcf7-not-valid, input[type=number].wpcf7-not-valid, input[type=tel].wpcf7-not-valid {
    border: 1px solid #FF0000;
}
input:focus, .form-item input, textarea:focus {
    outline: none;
    border-bottom: 1px solid #e64919;
    transition: all 0.2s ease-in;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
   -webkit-transition-delay: 9999s;
   transition-delay: 9999s;
}

form label {
    color: #5C5B60;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'PT Sans', sans-serif;
 }

h2 {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.5vw ,1.75rem);
}

.container {
    width: 1360px;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 20px;
}

.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #FF0000;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1rem;
}


section h2 {
    color: #ff8020;
    text-transform: uppercase;
    font-size: clamp(1.25rem, 1.5vw ,1.75rem);
    margin-bottom: 2rem;
    font-weight: 600;
}
section svg {
    color: #ff8020;
}
section * {
    line-height: 1.25;
}

section p:not(:first-child), section ul, section ol {
    margin-top: 0.75rem;
}





.banner {
    color: #ffffff;
    height: 100vh;
    position: relative;
    background: linear-gradient(rgb(44 44 44 / 20%), rgb(0 0 0 / 30%)), url(/wp-content/uploads/2026/06/dyzajn-bez-nazvanyya.webp);
    background-size: 100%;
    background-position: center;

    z-index: 2;

}

.banner__content {
    display: flex;
    padding-inline: 20px;
    height: 100%;
    margin-left: auto;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.banner__content:after {
/*     content: ''; */
    background-image: url(/wp-content/themes/rokaru/includes/images/Rectangle7.png);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    width: 73%;
    height: 100%;
    background-size: 100% 100%;
    filter: opacity(0.55);
}

.banner__text_block {
    margin-top: 39vh;
    position: relative;
    z-index: 1;
}
.banner__title,
.page:not(.home) h1,
.single-page_gallery h1,
.post-type-archive-page_gallery h1 {
    font-size: clamp(1.75rem, 2vw, 3.25rem);
    font-weight: 600;
    color: #E96F07;
}
.banner__text {
    font-size: clamp(1.125rem, 1.25vw ,1.5rem);
    margin-top: 1rem;
    width: 40vw;
    max-width: 900px;
}
.banner__buttons {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    gap: 2%;
}

.banner__button {
    padding-inline: 1rem;
    padding-block: 1.125rem;
    font-size: clamp(1.125rem, 1.25vw ,1.5rem);
    transition: all 0.75s ease-in-out;
    cursor: pointer;
    display: block;
    user-select: none;
}
.banner__button.buy_ticket {
    background: #dc7003;
    border: 1px solid transparent;
    color: #ffffff;
    min-width: 45%;
	text-align: center;
}
.banner__button.registration {
    background: transparent;
    border: 1px solid #dc7003;
    color: #dc7003;
}

.banner__button.buy_ticket:hover {
    background: transparent;
    border: 1px solid #dc7003;
    color: #dc7003;
}

.banner__button.registration:hover {
    background: #dc7003;
    border: 1px solid transparent;
    color: #ffffff;
}

.banner__image {
    position: relative;
    z-index: 2;
	display: none;
}

.main_info_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
}

.main_info_block__details {
    display: flex;
    gap: 4vw;
    margin-top: 4rem;
    justify-content: center;
}
.main_info_block__details_item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.main_info_block__details_title {
    font-weight: 600;
    font-size: 1.125rem;
}

.main_info_block__details_text {
    line-height: 1.3;
    font-size: 1.125rem;
}
.event_item__image {
    /* min-width: 424px; */
}
.events ul.glide__slides {
    position: relative;
    left: -200px;
    padding-top: 2.5rem;
}
.event_item {
    position: relative;
    transition: all 0.75s ease-in-out;
}
.event_item:hover {
    transform: translateY(-2.5rem);
}
.event_item:before {
    transition: all 1s ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    background: linear-gradient(0deg, #484848 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.45;
    z-index: 1;
}
.event_item:hover:before {
    /* background: #484848;
    opacity: 0.7; */
    filter: blur(1px);
}
.event_item__image {
    transition: all 0.75s ease-in-out;
}
.event_item:hover .event_item__image {
    filter: blur(1px);
}
.event_item__title {
    font-size: 1.5rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    z-index: 2;
    transition: all 0.75s ease-in-out;
}
.event_item:hover .event_item__title {
    bottom: 20%;
}
.event_item__text {
    color: #ffffff;
    position: absolute;
    bottom: -100%;
    padding: 1.25rem;
    transition: all 0.75s ease-in-out;
}
.event_item:hover .event_item__text {
    bottom: 0;
    z-index: 2;
}

.schedule__table {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.schedule_item {
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0px 0px 9px 0px #47505e52;
}
.schedule_item_time {
    font-size: 1.5rem;
    width: max-content;
    padding: 1.5rem;
    background: #f2821d;
    color: #fff;
    box-shadow: 0px 0px 9px 0px #47505e52;
}
.schedule_item:nth-child(2n) .schedule_item_time {
    background: #1d1d1e;
    color: #e68419;
}
.schedule_item_event {
    font-size: 1.125rem;
}

section.gallery {
    background: #1d1d1e;
    padding-block: 4rem;
}
.photo_gallery_block__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
}
.photo_gallery__title {
}
.photo_gallery__arrows {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.photo_gallery__arrows.hidden {
    display: none;
}
.photo_gallery__arrows.disabled > * {
    color: lightgray;
    cursor: auto;
}

.photo_gallery__arrows > *{
    cursor: pointer;
}
.photo_gallery__arrows .photo_gallery__left_arrow {
    color: #D0D5DD;
}
.photo_gallery__images {
    max-width: 100vw;
    padding-left: 20px;
    margin-top: 0.5rem;
    user-select: none;
}

.photo_gallery__images.images-slider.hidden {
    display: none;
}

.photo_gallery__images img {
    object-fit: cover;
}

.archive-posts  .photo_gallery_block__header {
    height: 0;
    position: relative;
    top: -5.35rem;
}

.faq_block__questions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.faq_block__questions_item {
    box-shadow: 0px 0px 4px 0px #47505e52;
    overflow: hidden;
}
.faq_block__questions_item svg {
    transition: all 0.45s ease;
}
.faq_block__questions_item.active svg {
    transform: rotateX(180deg);
}
.question__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #4444441f;
    font-size: 1.125rem;
    cursor: pointer;
}
.answer {
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    overflow: hidden;
}
.faq_block__questions_item.active .answer {
    transition: all 0.45s ease;
    position: static;
    z-index: auto;
    opacity: 1;
    visibility: visible;
    height: 0;
}

.map_block iframe {
    width: 100%;
    height: 550px;
    position: relative;
    top: 0.5rem;
}

.glide, .glide * {
    user-select: none
}

.form_loading {
    width: max-content;
    width: 75px;
    height: 75px;
    background: #373B3D;
    color: #f39121;
    position: fixed;
    right: 1rem;
    z-index: 5;
    top: 4rem;
    display: none;
    
}
.form_loading.active {
    display: block;
}

.found-error__content {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.found-error__image {
    margin-inline: auto;
    max-width: 100%;
    max-height: 50vh;
    width: auto;
}

.found-error__title {
    text-align: center;
    font-size: clamp(2rem, 3.5vw , 3rem);
    color: #E96F07;
    font-weight: 700;
    margin-top: 5vh;
}


.found-error__link {
    width: max-content;
    background: #E96F07;
    padding: 1rem;
    margin-inline: auto;
    margin-top: 5vh;
    border: 1px solid transparent;
    font-size: 1.5rem;
    color: #fff;
}

.found-error__link:hover {
    color: #E96F07;
    transition: all 0.75s ease-in-out;
    border: 1px solid #E96F07;
    background-color: #ffffff;
}

footer {
    background: #1d1d1e;
    padding-block: 2rem;
    color: #fff;
}
body:not(.home) {
    margin-top: 3rem;
}
.footer_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
.footer_block__text_links {
	flex-direction: column;
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 1rem;
}
.footer_block__text_links > a{
	text-decoration: underline;
}
.footer_block__social_medias {
    color: #e68419;
    display: flex;
    gap: 0.5rem;
}
.social_media__item {
    display: block;
    padding: 0.1rem;
    transition: all 0.45s ease-in;
}
.social_media__item:hover {
    color: #ffffff;
}


.modal_element {
    transform: scale(0);
}
.modal_element.active {
    transition: all 1s ease-in-out;
    transform: scale(1) translate3d(0, 0, 0);
}



.custom_select {
    position: relative;
    overflow: visible;
    max-height: max-content;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.custom_select__input .text h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.documents_block__title {
    /* margin-top: 2rem; */
}

.documentation_content {
    display: block;
}
/* .custom_select.active .custom_select__list {
    top: 0;
    visibility: visible;
    opacity: 1;
} */
.custom_select {
    position: relative;
}
.custom_select__list {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 2.7rem;
    width: 100%;
}

.custom_select__list.active {
    opacity: 1;
    z-index: 3;
    visibility: visible;
    transition: all 0.55s ease-in;
}

/* .custom_select__list .documentation_content__categories {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    position: absolute;
    z-index: 4;
    background: #fff;
    margin-top: 0.5rem;
    max-height: 18.75rem;
    overflow-y: auto;
}

.custom_select__list .documentation_content__category_item_link {
    padding-inline: 0.75rem;
    padding-block: 0.625rem;
    display: block;
}
.custom_select__list .documentation_content__category_item_link:before {
    display: none;
}
.custom_select__list .documentation_content__category_item_link:hover, .custom_select__list .documentation_content__category_item_link.active {
    background-color: #FAFAFA;
    font-weight: 400;
} */


.registration_fields__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 5;
    background-color: #1d1d1ede;
    overflow-y: auto;
}


.registration_fields__block {
    color: #f2821d;
    width: 900px;
    padding-bottom: 1.75rem;
}
.registration_fields__block h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    margin-top: 1rem;
    font-weight: 600;
}



/* .registration_fields__wrapper *::placeholder {
    color: #fff;
    font-weight: 600;
} */


.registration_fields__block form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-item {
    position: relative;
    color: #fff;
}
.form-item label {
    position: absolute;
    color: #dedcdc;
    font-weight: 500;
    top: 1rem;
    z-index: -1;
    transition: all 0.6s ease;
}
.form-item input, .form-item textarea {
    border-bottom: 1px solid #f2821d;
}
.form-item:has(input:focus) label,
.form-item:has(input.valid) label,
.form-item:has(input.image-file) label,
.form-item:has(input.sound-file) label,
.form-item:has(textarea:focus) label,
.form-item:has(textarea.valid) label,
.form-item:has(.custom_select.active) label
 {
    font-size: 0.875rem;
    transform: translateY(-1.5rem);
}
.form-item textarea {
    margin-top: 0.25rem;
    height: 60px;
    resize: none;
}
.form-item.file-item:not(:first-child) {
    margin-top: 0.5rem;
}
.form-item.checkbox-form-item {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}
.form-item.checkbox-form-item .custom_checkbox {
    position: relative;

}
/* .form-item.checkbox-form-item .custom_checkbox::before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
} */
.form-item.checkbox-form-item .custom_checkbox::after {
    content: '';

    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    z-index: -1;
    background-color: #ffffff;
    cursor: pointer;
    /* z-index: -1; */
}

.form-item.checkbox-form-item .custom_checkbox:has(input:checked)::after{
    background-color: none;
    background-image: url(/wp-content/themes/rokaru/includes/images/custom-select.jpg);
    background-size: 100%;
    /* z-index: auto; */
}

.form-item.checkbox-form-item input {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    opacity: 0;
}
.checkbox-form-item__text {
    color: #dedcdc;
}
.checkbox-form-item__text span {
    color: #f2821d;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.5s ease-in;
}
.checkbox-form-item__text span:hover{
    color: #dc7003;
}

.custom_select__list {
    display: flex;
    border: 1px solid #e68419;
    z-index: 3;
    background: #373B3D;
}
.form_custom_select {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form_custom_select_item {
    display: block;
    padding-block: 0.75rem;
    padding-inline: 1rem;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}
.form_custom_select_item:hover {
    background-color: #ff8f26;
    color: #000;
}

.form-item select {
    display: none;
}

input[type=file]::-webkit-file-upload-button, input::file-selector-button {
    visibility: hidden;
    display: none;
}

.form-item input[type=file] {
    /* padding-top: 1.25rem;
    padding-bottom: 1rem; */
    border-bottom: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
    width: 10.5rem;
    
}

.form-item:has(input[type=file]):after {
    content: var(--file);
    position: absolute;
    height: 2rem;
    top: 0.75rem;
    cursor: pointer;
    padding-top: 0.43rem;
    padding-inline: 1rem;
    background: #ff8f26;
    color: #000;
    width: max-content;
    transform: skewX(-15deg);
    z-index: -1;
    margin-left: 0.5rem;
}

input.required.invalid {
    border-bottom: 1px solid red;
}
.form-item:has(input.required.invalid)::before {
    content: "Не заповнене обов'язкове поле";
    position: absolute;
    color: red;
    font-size: 0.875rem;
}
.form-item:has(textarea.required.invalid)::before {
    content: "Не заповнене обов'язкове поле";
    position: absolute;
    color: red;
    font-size: 0.875rem;
}
.form-item:has(.form_custom_select_title.invalid)::before {
    content: "Не заповнене обов'язкове поле";
    position: absolute;
    color: red;
    font-size: 0.875rem;
}

.form-item.file-item:has(input.required.invalid)::before {
    content: '';
}

.form_submit_button {
    padding-inline: 1rem;
    padding-block: 0.75rem;
    display: block;
    border: 1px solid transparent;
    border-radius: 0;
    margin-top: 1rem;
    background: #f39121;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    transition: all 0.5s ease-in-out;
}
.form_submit_button:hover {
    background: transparent;
    color: #f2821d;
    border: 1px solid #f2821d;
}

.error-message {
    position: fixed;
    top: 3rem;
    right: -100%;
    z-index: 5;
    color: red;
    max-width: 100%;
    padding-inline: 1rem;
    padding-block: 0.75rem;
    border-left: 2px solid red;
    background: #383b3d;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: center;
    line-height: 1.25;
}

.error-message.active {
    right: 1vw;
    transition: all 1.2s ease-in-out;
}
.error-message__close_icon {
    color: #ffffff;
    cursor: pointer;
}


.privacy_policy__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background: #00000094;
    backdrop-filter: blur(3px);
    overflow-y: auto;
    padding-block: 1.75rem;
}
.close_modal_icon {
    position: fixed;
    top: 1vh;
    right: 1vw;
    cursor: pointer;
    color: #ffffff;
}
.close_modal_icon path {
    z-index: -1;
}
.privacy_policy__document {
    display: block;
    margin-block: auto;
}
.privacy_policy__wrapper p {
    line-height: 1.3;
}
.privacy_policy__wrapper p:not(:first-child) {
    margin-top: 1rem;
}
.privacy_policy__wrapper .close_modal_icon {
    top: 1.5vh;
}


.buy-tickets__wrapper {
    position: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    backdrop-filter: blur(10px);
	transform: translate3d(0, 0, 0);
    z-index: -1;
    opacity: 0;
}

.buy-tickets__wrapper.active {
    transition: all 1s ease-in-out;
    z-index: 6;
    opacity: 1;
}



/* .success-message__wrapper, .buy-tickets__wrapper {
    position: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    backdrop-filter: blur(10px);
	transform: translate3d(0, 0, 0);
    z-index: -1;
    opacity: 0;
}
.success-message__wrapper.active, .buy-tickets__wrapper.active {
    transition: all 1s ease-in-out;
    z-index: 6;
    opacity: 1;
}


.success-message {
    padding-block: 3rem;
    position: absolute;
    right: -100%;
    max-width: 95vw;
    width: 450px;
    background: #383b3d;
    color: #fff;
    z-index: 6;
    filter: opacity(0.9);
    backdrop-filter: blur(2px);
    border: 1px solid #ff8020;
}

.success-message__wrapper.active .success-message {
    transition: all 1s ease-in-out;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.success-message__text_block {
    padding-inline: 1rem;
}
.success-message__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #ff8020;
}
.success-message__text {
    text-align: center;
    line-height: 1.5;
}
.success-message__close_icon {
    position: absolute;
    top: 0.75rem;
    right: 0.5rem;
    cursor: pointer;
} */

.buy-tickets {
    padding-block: 3rem;
    max-width: 95vw;
    width: 700px;
    background: #383b3d;
    color: #fff;
    z-index: 6;
    backdrop-filter: blur(2px);
    border: 1px solid #ff8020;
    text-align: center;
    padding-inline: 2rem;
}
.buy-tickets__title {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
    font-weight: 700;
    text-align: center;
    color: #ff8020;
}

.buy-tickets__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: left;
}

.buy-tickets__list_item_link {
    line-height: 1.3;
}
.buy-tickets__list_item_link.place {
    width: 19rem;
    display: block;
}

.buy-tickets__list_item.instagram-item .buy-tickets__list_item_link {
    text-decoration: underline;
    color: #f2821d;
}

.buy-tickets__list_item {
    font-size: 1.25rem;
}
.buy-tickets__list_item label {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.buy-tickets__warn {
    font-style: italic;
    line-height: 1.3;
}

#breadcrumbs {
    padding-block: 2rem;
}
#breadcrumbs span:first-child a {
    color: #e68419;
    font-weight: 700;
}
.page:not(.home) h1,
.single-page_gallery h1,
.post-type-archive-page_gallery h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.show-archive-gallery-block {
    display: flex;
    gap: 0.5rem;
}
.show-archive-gallery-text {
    color: #fff;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}
.show-archive-gallery-button {
    width: 42px;
    height: 22px;
    background: #060606;
    border-radius: 30px;
    position: relative;
}
.show-archive-gallery-button::after { 
    content: '';
    width: 25px;
    height: 25px;
    background: #ff8020;
    position: absolute;
    left: 0;
    border-radius: 25px;
    top: -0.15rem;
    cursor: pointer;
    transition: all 0.45s ease-in-out;
}
.show-archive-gallery-button.active::after {
    transform: translateX(100%);
}

.archive-gallery-content {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    display: none;
}
.archive-gallery-content__item {
    padding: 1rem;
    border: 2px solid #ff8020;
    text-align: center;
}

.archive-posts  .post-title,
.articles-archive__posts .post-title {
    text-align: center;
    padding-block: 0.5rem;
    font-size: 1.125rem;
    color: #fff;
    border: 2px solid #ff8020;
    background: #ff8020;
    backdrop-filter: blur(10px);
}

.archive-posts .post-block  {
    position: relative;
}

.archive-posts .post-block a {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 1;
}

.articles-archive__posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}


.articles-archive__posts .post .post-thumbnail img  {
    width: 100%;
}

.archive-posts {

}
.archive-posts.hidden {
    display: none;
}

.archive-posts .photo_gallery_block__header  {
    /* opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1; */
}

.archive-posts .photo_gallery_block__header .photo_gallery__arrows  {

}

.modal_lead {
	width: 450px;
    max-width: 95vw;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #1d1d1e;
    text-align: center;
    font-size: 1.125rem;
    padding-block: 2rem;
    font-weight: 700;
    color: #f2821d;
    z-index: 4;
	display: none;
}
.modal_lead.active {
	display: flex;
}

.modal_lead a {
	transition: all 0.5s ease-in;
}
.modal_lead a:hover {
	color: #ffffff;
}



.image-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 13rem;
    top: 0.75rem;
    background: '';
    border-radius: 4px;
    background-size: 100%;
}

.bits-advanced-block {
    background: #383b3d;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-weight: 600;
    padding: 2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    max-width: 90vw;
    display: none;
}
.bits-advanced-block.active {
    display: flex;
    z-index: 5;
}
.bits-advanced-block button {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
}
.bits-advanced-block button:hover {
    color: #dc7003;
}


@media screen and (max-width:490px) {
    section:not(:first-of-type) {
        margin-top: 4rem;
    }
    section h2 {
        margin-bottom: 1.25em;
    }

    .banner {
        background: linear-gradient(rgb(44 44 44 / 80%), rgb(0 0 0 / 50%)), url(/wp-content/uploads/2026/05/baner-mob-2026.webp);
        background-position: bottom center;
        background-size: 109%;
    }

    .banner__content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    .banner__content:after {
        right: -39vw;
        top: -24vh;
        width: 64%;
        height: 100%;
        background-size: 100% 100%;
        z-index: 0;
        transform: rotate(-34deg);
    }
    .banner__text_block {
        margin-top: 0;
        margin-block: auto;
        padding-top: 1rem;
    }
    .banner__text {
        width: 100%;
    }
    .banner__image {
        position: absolute;
        right: 8vw;
        top: 0;
        height: 23vh;
        z-index: 0;
        display: none;
    }
    .banner__buttons {
        flex-direction: column;
        gap: 1.5rem;
    }
    .banner__button {
        font-weight: 600;
    }
    .banner__button.buy_ticket {
        order: 1;
    }

   .main_info_block {
        grid-template-columns: repeat(1, 1fr);
        gap: 0rem;
   }
   .main_info_block__details {
        margin-top: 2rem;
        text-align: center;
        flex-direction: column;
   }
   .main_info_block__details_item {
        gap: 0.5rem;
   }
   .main_info_block__details_place .main_info_block__details_text br {
        display: none;
   }
   .events ul.glide__slides {
        left: -53vw;
    }


    .schedule_item_time {
        font-size: 1.25rem;
    }
    .schedule_item_event {
        font-size: 1rem;
    }
    section.gallery {
        padding-block: 2rem;
    }
    .photo_gallery__images {
        user-select: auto;
        margin-left: auto;
        margin-right: auto;
        padding-inline: 20px;
    }

    .close_modal_icon {
        max-width: 1.5rem;
    }

    .archive-gallery-content,
    .articles-archive__posts {
        grid-template-columns: repeat(1, 1fr);
    }
    

    .footer_block {
        flex-direction: column;
        gap: 1rem;
    }
    .footer_block__text_info {
        order: 1;
    }
    .footer_block__social_medias {
        order: 0;
    }
}

@media screen and (min-width: 491px) and (max-width: 1024px) {

    .banner__content {
        margin-left: auto;
        margin-right: auto;
    }

    .banner__content:after {
        width: 34%;
        height: 100%;
        background-size: 100% 100%;
    }
    .banner__text_block {
        margin-inline-start: auto;
        flex: 0 0 76%;
        margin-block: auto;
    }

    .banner__image {
        height: 100vh;
        width: 61%;
        object-fit: cover;
    }

    .banner__buttons {
        justify-content: flex-start;
        gap: 2rem;
    }
    .banner__button {
        width: 45%;
    }

}


@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height:768px) {

    .banner {
        background-size: auto;
    }
    .banner__text {
        width: 70vw;
    }
    .banner__image {
        width: 50%;
    }
    .banner__button {
        width: 46%;
    }
}


@media screen and (max-width: 1100px) {
    .event_item:hover .event_item__title {
        bottom: 50%;
    }
}

@media screen and (min-width: 1360px) {
    .banner__button {
        width: 47%;
    }

    .banner__content{
        margin-left: calc(((100vw - 1360px) / 2) - 8px);
    }

    .photo_gallery__images {
        margin-left: calc((100vw - 1360px) / 2);
    }
} 


@media screen and (min-width:491px) and (max-width:848px) {

    .banner__text_block {
        margin-top: 15vh;
    }
    
    .banner__text {
        width: 60vw;
    }
    .banner__buttons {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }
    .banner__button {
        width: 85%;
    }

}


@media screen and (min-width: 491px) and (max-width: 1024px) and (min-height: 900px) { 
    .banner__image {
        position: relative;
        left: -6rem;
    }
}