@media screen and (min-width:0px) and (max-width:1050px){
header.header {
    margin: 20px 0;
}

header.header .wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

header.header .wrapper .logo {
    order: 1;
}

header.header .wrapper .adress {
    order: 2;
}

header.header .wrapper .phone {
    order: 3;
}

nav.main_menu {
    display: none;
}

section.top_slide {
    margin: 30px 0;
    overflow: hidden;
}

section.top_slide h1 {
    font-size: 44px;
	line-height: 47px
}
h1 {
    font-size: 44px;
	line-height: 47px
}
section.top_slide .left {
	height: auto
}
.text h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}
.text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height:24px;
}
section.top_slide .wrapper .image {
        height: 400px;
        right: -50px;
        transform: translateX(0);
        width: 250px;
        overflow: hidden;
        border-radius: 34px;
    }

    section.top_slide .wrapper .image img {
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        position: absolute;
        left: 0;
        transform: translateX(-25%);
    }

section.top_slide .wrapper .image .image_wrap {
    height: 100%;
}

section.top_slide .left .bottom_text {
    width: auto;
    margin: 60px 0 30px 0;
    height: auto;
}

section.top_slide .center .advantages {
    display: flex;
    flex-direction: column;
}

section.top_slide .center .advantages .adv .name {
    margin: 0 0 5px 0;
}

section.images {
    margin: 60px 0;
}

section.images .list_images .img {
    height: 150px;
}

section.images .list_images {
    gap: 10px;
}

section.directions {
    margin: 60px 0;
}

section.directions .directions_list {display: flex;flex-direction: column;}

section.directions .title {
   font-size: 44px;
        line-height: 47px;
    margin: 0 0 30px 0;
}

section.directions .directions_list .button {
    order: 99;
}
section.community .images video {
    overflow: hidden;
    height: 100%;
    min-width: min-content;
    object-fit: cover;
    border-radius: 34px;
}
ection.contact .wrapper div#map iframe {
    height: 100%;
}
section.contact .wrapper .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

section.tickets .tickets_list:nth-of-type(3) .info {
    padding: 0;
    box-sizing: border-box;
}
section.tickets .tickets_list:nth-of-type(2) .info {
    padding: 0;
    box-sizing: border-box;
}
section.community {
    margin: 60px 0;
}

section.community .images {
    width: 90%;
    height: 260px;
}

section.community .images img {
    height: 100%;
}

section.community .wrapper {
    display: flex;
    flex-direction: column;
}

section.community .wrapper .right .title {
   font-size: 44px;
        line-height: 47px;
    margin: 0 0 30px 0;
}

section.community .wrapper .right .text {
    font-size: 26px;
    line-height: 32px;
}

section.tickets {
    margin: 60px 0;
}

section.tickets .title {
   font-size: 44px;
        line-height: 47px
}

section.tickets .tickets_list .images {
    display: none;
}

section.tickets .tickets_list .info {
    width: 100%;
}

section.tickets .tickets_list .info .prices .right .circle {
    position: static;
    width: auto;
    height: auto;
    padding: 20px 40px;
    right: -60px;
    top: -70px;
    gap: 0px;
    border-radius: 34px;
}
section.community .images .img:nth-of-type(2) {
    min-width: auto;
    overflow: visible;
}
section.tickets .tickets_list .info .prices {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

section.tickets .tickets_list .info .prices .left {
    width: 100%;
}

section.tickets .tickets_list .info .prices .right .circle .name {
    font-size: 19px;
    line-height: 24px;
}

section.tickets .tickets_list .info .prices .right .circle .price {
    font-size: 28px;
    line-height: 34px;
}

section.tickets .tickets_list .info .prices .right .circle .qus {
    font-size: 14px;
}

section.mobile .wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 0 34px 0 34px;
}

section.mobile .wrapper .right {
    order: 1;
    padding: 0 20px;
}

section.mobile .wrapper .image {
    order: 1;
    margin: -140px 0 0px -120px;
}

section.mobile .wrapper .right .title {
   font-size: 44px;
        line-height: 47px
}

section.mobile .wrapper .right div.button {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.mobile {
    margin: 180px 0 60px;
}

section.reviews {
    margin: 60px 0;
}

section.reviews .wrapper {
    display: flex;
    flex-direction: column;
}

section.reviews .wrapper .left {
    width: auto;
    min-width: auto;
}

section.reviews .wrapper .title {
   font-size: 44px;
        line-height: 47px
}

section.reviews .wrapper .desc {
    font-size: 26px;
    line-height: 32px;
}

section.reviews .wrapper .right .reviews_list {
    display: flex;
    flex-direction: column;
}

section.reviews .wrapper .right .reviews_list .review {
    width: 100%;
}

section.contact {
    margin: 60px 0;
}

section.contact .wrapper {
    display: flex;
    flex-direction: column;
}

section.contact .wrapper div#map {
    width: 100%;
    height: 400px;
    background: #ccc;
    border-radius: 34px;
}

section.contact .wrapper .right .title {
   font-size: 44px;
        line-height: 47px
}

section.contact .wrapper .right .sub_title {
    line-height: 32px;
    font-size: 25px;
}

footer.footer .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

div#dialog-content .text .title {
    font-size: 44px;
        line-height: 47px
}

div#dialog-content .text .text {
    font-size: 18px;
    line-height: 25px;
}

div#dialog-content > .text {
    margin: -50px 0 0 0;
    padding: 35px;
    max-width: 400px;
    margin-left: auto;
}

div#dialog-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px !important;
}

div#dialog-content .text form .wpforms-field-container {
    display: flex;
    flex-direction: column;
}

div#dialog-content .text form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 300px;
}

button {
    width: 100%;
    max-width: none;
}

.wpforms-submit-container {
    width: 100%;
}

.wpforms-submit-container img.wpforms-submit-spinner {
    width: 20px;
    height: 20px;
    right: -26px;
    top: 10px;
}

div#dialog-content .image {
    max-width: 400px;
    margin-right: auto;
}
#gallery {
	height: 150px;
}
a.mobi.open_menu {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	z-index: 999;
	border-radius: 160px;
}
a.mobi.close_menu.close-btn {
   display: flex;
	width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 34px;
    top: -50px;
    right: 270px;
    z-index: 9999;
    box-shadow: 0px 3px 9px 0 rgb(0 0 0 / 7%);
	position: fixed;
}
footer.footer .wrapper ul {
    text-align: center;
    line-height: 22px;
}
a.mobi.close_menu.close-btn.active {
  top: 20px;
    display: flex;
	
}

a.mobi.close_menu.close-btn svg {
    width: 20px;
    height: 20px;
}
a.mobi.open_menu svg {
    width: 24px;
    height: 24px;
}
section.head_fix {
    display: none;
}
/* Стильная боковая панель */
.mobile-sidebar {
    position: fixed;
	display: block;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 240px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 60px 25px 25px;
    overflow-y: auto;
    box-shadow: -10px 0 50px rgb(193 193 193 / 20%);
    transform: translateX(100%);
}

.mobile-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.mobile-sidebar.active {
    right: 0;
    transform: translateX(0);
}

/* Контент меню */
.menu-content {
    color: white;
}

.menu-content a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
}

.menu-content a:hover {
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.1);
}

/* Оверлей с градиентом */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(255 255 255 / 70%), rgb(255 244 244 / 40%));
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all 0.4s ease;
    backdrop-filter: blur(3px);
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Кнопка закрытия */
.close-btn {
    position: absolute;
   
 
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.mobi.close_menu.close-btn {
    
}
.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}


section.mobile_menu nav.main_menu {
    display: block;
}
.mobile-sidebar section.contact .wrapper {
    padding: 0;
}
section.mobile_menu nav.main_menu ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Futura', 'Avenir';
}

section.mobile_menu section.contact .wrapper .right .sub_title {
    line-height: 32px;
    font-size: 22px;
}
section.mobile_menu a.close_menu {
    position: absolute;
    left: 20px;
    width: 44px;
    height: 44px;
    z-index: 99999;
    background: #fff;
    top: 20px;
}
section.contact .wrapper div#map iframe {
    height: 400px;
}

a.fix_wa {
    width: 50px;
    height: 50px;

}


section.top_slide .left .bottom_text {
    display: none;
}

section.top_slide h1 {
    height: 300px;
    box-sizing: border-box;
    display: flex;
    padding: 0px 0 0 0;
    align-items: center;
    margin: 0px 0 25px 0;
}

section.top_slide .center .advantages .advs .name {
    margin: 0 0 10px 0;
}

section.top_slide .wrapper .image {
    height: 300px;
}

section.top_slide .left .button {
    text-align: center;
}

section.top_slide .center .advantages {
    text-align: center;
}

section.images .list_images .img {
    height: 250px;
}

div#gallery {
    height: 250px;
}
section.directions .directions_list .dir .text.open {
   max-height: 1000px;
    -webkit-transition: all 500ms 
ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms 
ease-in-out;
}
section.directions .directions_list .dir .text {
	max-height: 0;
	overflow: hidden;
	 -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

section.directions .directions_list .dir .name.open i.icon-close {
    transform: rotate(0deg);
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

section.directions .directions_list .dir .name i.icon-close {
    display: block;
    font-size: 12px;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

section.directions .directions_list .dir .name {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

section.directions .directions_list .dir {
    gap: 10px;
}

section.directions .directions_list {
    gap: 35px;
}
section.reviews .wrapper .right .reviews_list .review {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

section.reviews .wrapper .right .reviews_list .review .user {
    font-size: 18px;
    line-height: 24px;
}

section.reviews .wrapper .right .reviews_list .review .rate {
    font-size: 16px;
    gap: 5px;
    display: flex;
    align-items: center;
}

section.reviews .wrapper .right .reviews_list .review {}

section.reviews .wrapper .right .reviews_list .review .text {
    width: 100%;
}

section.reviews .wrapper .right .reviews_list .review .date {
    font-size: 12px;
}

section.tickets .tickets_list .images {
    display: block;
    margin: 0 -20px;
    width: auto;
}

section.tickets .tickets_list {
    display: flex;
    gap: 25px;
    flex-direction: column;
}



section.tickets .tickets_list:nth-of-type(3) .info {
    order: 3;
}

section.tickets .tickets_list .info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

section.tickets .tickets_list .info .name {
    width: 100%;
}

section.tickets .tickets_list .info .description {
    width: 70%;
}

section.tickets .tickets_list .info .group {
    width: 30%;
    display: flex;
    align-items: flex-start;
    margin: 3px 0 0 0;
}

section.tickets .tickets_list .info .prices .left {
        display: flex;
        float: left;
        text-align: left;
        align-content: center;
        align-items: flex-start;
    }

section.tickets .tickets_list .info .prices .right .circle {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

section.tickets .tickets_list .info .group {
    display: none;
}

section.tickets .tickets_list .info .description {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 23px;
}
section.tickets .tickets_list .info .prices .right .circle .name {
    width: 50%;
}

section.tickets .tickets_list .info .prices .right .circle .price {
    width: 50%;
}

section.contact .social {
    margin: 15px 0;
}

section.contact .wrapper .right .email {
    margin: 0 0 10px;
}

section.contact .wrapper .right .adress {
    margin: 0 0 10px;
}

section.contact .wrapper .right .phone {
    margin: 0 0 10px;
}

section.contact .wrapper .right .sub_title {
    margin: 0 0 25px 0;
}

footer.footer {
    margin: 60px 0 20px;
}

nav.foot_menu a, nav.foot_menu2 a {
    font-size: 11px;
}

footer.footer .wrapper ul {
    gap: 5px;
}
section.community .images {
    display: none;
}

section.community .wrapper .right {
    text-align: center;
    margin: 0 0px;
    padding: 60px 20px;
    background-size: cover !important;
    color: #fff;
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    background-position: center center !important;
}

section.community .wrapper .right:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #9d90630f;
}

section.community .wrapper .right > * {
    position: relative;
    z-index: 10;
}

section.community .wrapper .right .title {
    color: #fff;
}

section.community .wrapper .right .subtitle {
    color: #fff;
	font-size: 19px;
        letter-spacing: 1px;
        line-height: 24px;
}

section.community .wrapper .right .text {
    color: #fff;
}
section.tickets .tickets_list .images {position: relative;overflow: hidden;border-radius: 34px;}

section.tickets .tickets_list .images:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(0deg, #F9F3EE, transparent);
}

section.tickets .tickets_list .images .name {
    position: absolute;
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin: 0 0 15px;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 99;
    text-align: center;
}
section.directions .directions_list .dir .name {
    font-size: 20px;
}
section.reviews .wrapper .right .reviews_list {
	gap:35px;
}
}







@media screen and (min-width:1050px) and (max-width:1150px){
section.tickets .tickets_list .images {
    width: 40%;
}
section.tickets .tickets_list .info {
    width: 60%;
}
section.top_slide .wrapper .image {
    width: 50%;
}
section.tickets .tickets_list:nth-of-type(2) .info {
    padding: 0;
    box-sizing: border-box;
}	
section.tickets .tickets_list:nth-of-type(3) .info {
    padding: 0;
    box-sizing: border-box;
}
section.contact .wrapper .right .sub_title {
    font-size: 33px;
    line-height: 36px;
}
section.top_slide {
    overflow: hidden;
}
}

@media screen and (min-width:768px) and (max-width:1049px){
section.top_slide .wrapper .image {
        height: 400px;
        right: 0;
        transform: translateX(30vh);
    }
	
	section.top_slide .center .advantages .advs {
    width: calc(50% - 10px);
}

section.top_slide .center .advantages {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

section.directions .directions_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.directions .directions_list .dir {
    width: calc(50% - 20px);
}

section.tickets .tickets_list .info .prices .right .circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 80px;
    gap: 10px;
    width: 320px;
    height: 320px;
    background: #F9F3EE;
    border-radius: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
    box-sizing: border-box;
}

section.tickets .tickets_list .info .prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

section.mobile .wrapper {
    display: flex;
    flex-direction: row;
}

section.reviews .wrapper .left {
    margin-right: auto;
}

section.reviews .wrapper .right .reviews_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

}

section.reviews .wrapper .right .reviews_list .review {
    width: calc(50% - 30px);
}
section.contact .wrapper div#map iframe {
    height: 400px;
}
section.contact .wrapper .right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}