@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
  .header .social_fix {
    left: 20px;
  }
  .header .social_fix .social_list:before, .header .social_fix .social_list:after {
    display: none;
  }
  .header .social_mobile {
    top: auto;
    left: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: #10203B;
    position: absolute;
    bottom: 75px;
    padding-top: 11px;
    opacity: 0;
  }
  .header .social_mobile .social_list {
    flex-direction: row;
    margin: 10px -10px 0;
  }
  .header .social_mobile .social_list:before, .header .social_mobile .social_list:after {
    display: none;
  }
  .header .social_mobile .social_list li {
    padding: 0 10px;
  }
  .header .social_mobile .social_list a {
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  .header_top {
    align-items: end;
  }
  .header .main_logo {
    margin: 8px auto 10px 0;
  }
  .header .main_logo .logo_fix {
    display: none;
  }
  .header .main_logo .not_fix {
    height: 60px;
  }
  .header .actions_block {
    flex-wrap: wrap;
    justify-content: left;
    background: rgba(255, 255, 255, 0.05);
    padding: 24px 20px;
    position: relative;
  }
  .header .actions_block.mobile_open .icon_phone {
    z-index: -1;
  }
  .header .actions_block.mobile_open .phone_info {
    opacity: 1;
    pointer-events: unset;
  }
  .header .phone_block {
    order: 2;
    margin-right: 20px;
    z-index: 3;
    position: unset;
    min-width: auto;
  }
  .header .phone_block .phone_info {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    display: block;
    border-radius: 0;
    background: #10203B;
    border: none;
    padding: 0;
    min-width: 213px;
  }
  .header .phone_block .phone_title {
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 27px 0;
  }
  .header .phone_block .phone_title:after {
    content: "\e902";
    font-size: 2rem;
    margin-right: 8px;
    position: absolute;
    left: 20px;
  }
  .header .phone_block .phone_list {
    padding-top: 30px;
    margin: 0;
  }
  .header .phone_block .phone_list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 17px;
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .header .phone_block .phone_list li:before {
    content: "\e912";
    position: absolute;
    right: 0;
    font-size: 2rem;
  }
  .header .phone_block .phone_list li:not(:first-child) {
    margin-top: 30px;
  }
  .header .phone_block .phone_list a {
    padding: 0 20px 0 10px;
  }
  .header .phone_block .phone_list a:nth-child(3n) {
    display: none;
  }
  .header .button_block {
    width: 100%;
    order: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .header .button_block .secondary_btn {
    height: 44px;
    margin-right: 20px !important;
    outline-color: #ffffff !important;
  }
  .header .button_block .primary_btn,
  .header .button_block .secondary_btn {
    flex: 1;
    margin: 0;
    font-size: 140%;
    line-height: 19px;
  }
  .header .lg_block {
    order: 1;
    margin-right: auto;
    display: flex;
  }
  .header .lg_block .drop_btn {
    width: unset;
    height: unset;
    border-bottom: 1px solid #ffffff;
    font-size: 140%;
    line-height: 19px;
    border-radius: 0;
    margin-right: 25px;
    pointer-events: none;
  }
  .header .lg_block .drop_btn:before {
    display: none;
  }
  .header .lg_block .drop_inner {
    display: block;
    position: relative;
    top: unset;
    background: none;
    border: none;
  }
  .header .lg_block .drop_inner a {
    font-size: 140%;
    line-height: 19px;
  }
  .header .search_block {
    order: 3;
    margin: 0;
    border-radius: 0;
  }
  .header .search_field {
    position: absolute;
    right: 50px;
    width: calc(100vw - 80px);
    opacity: 0;
    z-index: 1;
    top: 0;
    background: #10203B;
    padding: 0 10px;
    pointer-events: none;
    margin-right: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .search_field:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    background: rgba(255, 255, 255, 0.05);
  }
  .header .search_field input {
    padding: 13px 0;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 79px;
    background: #10203B;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .header .menu_block:has(.social_mobile) .main_menu {
    padding-bottom: 104px;
  }
  .header .menu_block:has(.social_mobile) .main_menu > li > .submenu_block > .submenu_list {
    padding-bottom: 90px;
  }
  .header .menu_inner {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 80px;
  }
  .header .main_menu {
    margin: 0;
    display: block;
    padding: 24px 0;
  }
  .header .main_menu a.submenu_btn {
    width: 100%;
    display: flex !important;
    align-items: center;
  }
  .header .main_menu a.submenu_btn:after {
    content: "\e903";
    font-size: 2rem;
    margin-left: auto;
    padding-left: 20px;
  }
  .header .main_menu .submenu_block a {
    font-size: 160%;
    line-height: 20px;
  }
  .header .main_menu > li {
    height: auto;
    position: relative;
    padding: 0 20px;
  }
  .header .main_menu > li:not(:first-child) {
    margin-top: 30px;
  }
  .header .main_menu > li > a {
    font-size: 140%;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 17px;
    width: 100%;
  }
  .header .main_menu > li .submenu_block {
    border: none;
    background: #333333;
    z-index: 5;
    overflow: hidden;
  }
  .header .main_menu > li .submenu_block .submenu_list {
    overflow-y: auto;
  }
  .header .main_menu > li .submenu_block .submenu_list.showed {
    position: fixed;
    top: 163px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .header .main_menu > li .submenu_block li:not(:first-child) {
    margin-top: 32px;
  }
  .header .main_menu > li.opened > .submenu_block {
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    max-height: none;
    bottom: 0;
    padding-top: 0;
    background: #10203B;
    flex-direction: column;
    padding-bottom: 80px;
  }
  .header .main_menu > li.opened > .submenu_block:before {
    display: none;
  }
  .header .main_menu > li.opened > .submenu_block .category_image {
    display: none;
  }
  .header .main_menu > li.opened > .submenu_block .submenu_block {
    overflow: visible;
    width: 0;
  }
  .header .main_menu > li.opened > .submenu_block .submenu_block .submenu_list {
    background: #ffffff;
    padding: 24px 20px;
  }
  .header .main_menu > li > .submenu_block > .submenu_list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
    height: 100%;
    display: block;
  }
  .header .main_menu > li > .submenu_block > .submenu_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
    margin-top: 30px;
  }
  .header .main_menu > li > .submenu_block > .submenu_list li a {
    font-size: 140%;
    line-height: 20px;
    padding-bottom: 17px;
  }
  .header .main_menu > li > .submenu_block > .submenu_list li a:before {
    top: 7px;
  }
  .header .main_menu > li > .submenu_block > .submenu_list li a:after {
    top: -5px;
  }
  .header .main_menu .menu_close {
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 160%;
    line-height: 20px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 24px 20px;
    color: #ffffff;
    position: relative;
    font-family: "arianAMUSerif-Bold";
  }
  .header .main_menu .menu_close:before {
    content: "\e902";
    font-size: 2rem;
    margin-right: 8px;
    position: absolute;
    left: 20px;
  }
  .header .main_menu .menu_close span {
    pointer-events: none;
  }
  .header .main_menu .menu_close span + span:before {
    content: "/";
    margin: 0 8px;
  }
  .header .menu_btn {
    position: relative;
    z-index: 101;
    margin-left: auto;
    width: max-content;
    height: 42px;
    background: transparent;
    color: #ffffff;
    font-size: 140%;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-family: "arianAMUSerif-Bold";
    padding: 0 14px;
    border: 1px solid #ffffff;
  }
  .header .menu_btn:before {
    font-size: 2.5rem;
    margin-left: 8px;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    height: 100%;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .menu_opened .menu_btn:before {
    content: "\e914";
  }
  .menu_opened .social_mobile {
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .header .button_block .primary_btn,
  .header .button_block .secondary_btn {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_logo img {
    max-width: 180px;
  }
  .footer .footer_info {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer .footer_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer .footer_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .subscribe_form .validate_btn {
    min-width: auto;
    height: 42px;
    margin-left: 20px;
  }
  .footer .footer_menu {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer .footer_menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer .footer_menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .left_menu {
    order: 2;
    margin-top: 40px;
  }
  .footer .contacts_list {
    order: 1;
    align-items: center;
    margin: 40px 0 10px;
  }
  .footer .contacts_list li {
    margin-bottom: 15px;
  }
  .footer .footer_subtitle {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer .social_list {
    order: 3;
    text-align: center;
    align-items: center;
    margin: 20px 0 0;
  }
  .footer .social_list > ul {
    justify-content: center;
    align-items: center;
  }
  .footer .page_row:has(.social_list) {
    position: relative;
    padding-bottom: 70px;
  }
  .footer .page_row .social_list {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  .footer .footer_logo {
    text-align: center;
    height: 100px;
  }
  .footer .footer_left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    flex-direction: column;
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer .footer_left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer .footer_left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_bottom {
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
  }
  .footer .developer {
    margin-top: 14px;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .footer_menu,
  .footer .left_menu {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 1024px) {
  .main_section .item_block {
    aspect-ratio: 1024/368;
  }
  .text_section .animation_image {
    position: relative;
    background-image: url(../../css/images/circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto 20px;
  }
  .exhibitions_section .swiper-slide .image_block img {
    aspect-ratio: 302/342;
  }
  .exhibitions_section .swiper-slide:nth-child(2n) .image_block img {
    aspect-ratio: 302/267;
  }
  .banner_section .banner_title {
    font-size: 200%;
    line-height: 26px;
  }
  .banner_section .page_row a {
    margin: 0 10px;
  }
  .artists_section:has(.right_block) {
    position: relative;
    padding-top: 0;
  }
  .artists_section:has(.right_block) .right_block {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
  }
  .artists_section:has(.right_block) .left_block {
    position: unset;
  }
  .artists_section .list_meet {
    padding-left: 15px;
  }
  .artists_section .list_meet li {
    flex: 0 0 45.83%;
    max-width: 45.83%;
    padding: 0 10px;
  }
  .artists_section .page_title {
    position: absolute;
    top: 60px;
    left: 0;
    right: 20px;
  }
  .artists_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .artists_section .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .artists_section .top_title {
    font-size: 160%;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .artists_section .artists_slider {
    margin: 0;
  }
  .artists_section .image_block {
    margin-bottom: 12px;
  }
  .artists_section .title_slider {
    margin-top: 0;
  }
  .education_section .left_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .education_section .right_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .upcoming_section .swiper-wrapper {
    margin-top: 20px;
  }
  .upcoming_section .bottom_block,
  .upcoming_section .primary_second {
    display: none;
  }
  .upcoming_section .event_block {
    min-height: auto;
  }
  .upcoming_section .secondary_btn {
    width: 100%;
  }
  .upcoming_section .info_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 14px;
  }
  .upcoming_section .event_block {
    position: relative;
    overflow: hidden;
  }
  .upcoming_section .event_info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .upcoming_section .event_info:after {
    bottom: -30px;
    top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    margin-left: -30px;
    width: 56px;
    height: 56px;
  }
  .upcoming_section .event_info:before {
    left: 0;
    top: -15px;
    box-shadow: 0 46px 0 0, 0 92px 0 0, 0 138px 0 0, 0 184px 0 0, 0 230px 0 0, 0 276px 0 0, 0 322px 0 0, 0 368px 0 0, 0 414px 0 0, 0 460px 0 0, 0 506px 0 0, 0 552px 0 0, 0 598px 0 0, 0 644px 0 0, 0 690px 0 0, 0 736px 0 0, 0 782px 0 0, 0 828px 0 0, 0 874px 0 0, 0 920px 0 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .upcoming_section .info_title {
    font-size: 140%;
    line-height: 25px;
  }
  .upcoming_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .upcoming_section .title_head {
    font-size: 120%;
    line-height: 19px;
  }
  .news_section .image_block,
  .shops_section .image_block {
    margin-top: 0;
  }
  .news_section:has(.primary_second),
  .shops_section:has(.primary_second) {
    position: relative;
    padding-bottom: 75px;
  }
  .news_section .primary_second,
  .shops_section .primary_second {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  .news_section .bottom_block,
  .shops_section .bottom_block {
    display: none;
  }
  .news_section .read_more,
  .news_section .news_date {
    font-size: 120%;
    line-height: 19px;
  }
}
@media screen and (min-width: 769px) {
  .main_section .pause_btn {
    background-image: url("../../css/images/pause.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 54px;
    height: 54px;
    position: absolute;
    right: 20px;
    bottom: 55px;
    border: none;
    background-color: unset;
    display: block;
  }
  .main_section .pause_btn.play_btn {
    background-image: url("../../css/images/play.svg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .main_section .pause_btn {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .education_section .page_row {
    margin: 0;
  }
  .education_section .left_block {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .education_section .right_block {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_section .item_block {
    aspect-ratio: 1024/500;
  }
  .exhibitions_section .page_container {
    display: flex;
    flex-direction: column;
  }
  .exhibitions_section .exhibitions_inner {
    padding-bottom: 30px;
  }
  .exhibitions_section .exhibitions_inner .page_title {
    display: block;
  }
  .exhibitions_section .swiper-wrapper {
    margin-top: 20px;
  }
  .exhibitions_section .page_row {
    order: 2;
    margin: 0;
    padding-bottom: 0;
  }
  .exhibitions_section .page_row .page_title {
    display: none;
  }
  .exhibitions_section .page_row .right_block {
    border-top: 1px solid #DFCCB8;
    padding: 30px 0;
  }
  .exhibitions_section .page_row .left_block {
    order: 2;
    padding: 0;
  }
  .exhibitions_section .page_row .primary_second {
    width: 100%;
    margin-top: 0;
  }
  .exhibitions_section .left_block,
  .exhibitions_section .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .exhibitions_section .bottom_block {
    display: none;
  }
  .banner_section .page_row {
    margin-top: 30px;
  }
  .banner_section .page_row a {
    width: 100%;
  }
  .banner_section .page_row a:first-child {
    margin-bottom: 30px;
  }
  .education_section:has(.primary_second) {
    position: relative;
    padding-bottom: 65px;
  }
  .education_section .primary_second {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  .artists_section .primary_second {
    width: 100%;
  }
  .artists_section .list_meet li {
    flex: 0 0 58.33%;
    max-width: 58.33%;
    padding: 0 10px;
  }
  .upcoming_section .event_info:before {
    left: 0;
    top: -11px;
    width: 22px;
    height: 22px;
    border-top: 22px solid;
    box-shadow: 0 30px 0 0, 0 60px 0 0, 0 90px 0 0, 0 120px 0 0, 0 150px 0 0, 0 180px 0 0, 0 210px 0 0, 0 240px 0 0, 0 270px 0 0, 0 300px 0 0, 0 330px 0 0, 0 360px 0 0, 0 390px 0 0, 0 420px 0 0, 0 450px 0 0, 0 480px 0 0, 0 510px 0 0, 0 540px 0 0, 0 570px 0 0, 0 600px 0 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .upcoming_section .sub_title,
  .upcoming_section .info_title {
    margin-bottom: 5px;
  }
  .upcoming_section .event_inner .swiper-container:not(.slick-slider) > div {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .main_section .item_block {
    aspect-ratio: 360/640;
  }
  .main_section .item_block video {
    display: none;
  }
  .artists_section .list_meet li {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 10px;
  }
}

/*# sourceMappingURL=index-m.css.map */
