*, *:before{
    box-sizing: border-box;

}
body{
    margin: 0;
    font-family: 'Circe';
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: #333;
    transition: all .2s linear;
}
a:hover{
    color: #C94A8D !important;
}
input {
    border: 1px solid #222222;
    padding: 7px 9px;
    font-size: 10px;
    line-height: 15px;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1440px;
}
h1,
.title{
    font-size: 37px;
    line-height: 67px;
    color: #222;
    font-family: "basebloom";
    text-transform: uppercase;
    font-weight: normal;
}
.bg-grey {
    background-color: #F4F4F4 !important;
}
.bg-white{
    background-color: #fff !important;
    color: #222222 !important;
}
.homepage__title{
    padding: 72px 0 55px;
}
/*  header  */
.header{
    opacity: 0;
    transition: all .8s linear ;
    background-color: #fff;
}
.header__top {
    background-color: #222222;
    color: #fff;
    padding: 12px 0;
}
.header__top-social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.header__top > .container > .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__top-visually {
    background-image: url(/static/img/icon/eye.svg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    background-size: 25px;
    font-family: 'Circe Bold';
    text-transform: uppercase;
}
.header__top-visually span{
    border-bottom: 1px solid;
}
.header__top-mail,
.header__top-tel,
.header__top-schedule {
    color: #C0C0C0;
    text-transform: uppercase;
    font-size: 12px;
}
.header__top-left > .flex {
    margin: 0 -15px;
}
.header__top-mail{
    font-family: 'Circe Bold';
}
.header__top-left > .flex > * {
    margin: 0 15px;
}
.header__top-social > li a {
    background-repeat: no-repeat;
    background-position: center;
    height: 11px;
    width: 20px;
    display: block;
}
ul.header__bottom-menu.menu > li.menu-item > a {
    line-height: 36px;
    white-space: nowrap;
}
.header__top-social > li.i-you a {background-image: url(/static/img/icon/social/you.svg);}
.header__top-social > li.i-facebook a {background-image: url(/static/img/icon/social/facebook.svg);}
.header__top-social > li.i-inst a{background-image: url(/static/img/icon/social/inst.svg);}
.header__top-social > li.i-telegram a{background-image: url(/static/img/icon/social/telegram.svg);}
.header__top-social > li.i-vk a{background-image: url(/static/img/icon/social/vk.svg);}
.header__bottom {
    padding: 20px 0;
}
ul.header__bottom-menu.menu {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.header__bottom-menu.menu > li.menu-item,
.submenu-item a {
    font-family: 'basebloom';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
ul.header__bottom-menu.menu > li {
    margin: 0 12px;
}
.header__bottom > .container > .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.submenu {
    background: #f7f7f7;
    padding: 11px 15px;
    position: absolute;
    white-space: nowrap;
    list-style: none;
    font-family: 'Circe';
    font-size: 12px;
    transition: all .2s linear;
    opacity: 0;

    visibility: hidden;
    z-index: 9;
}
ul.header__bottom-menu.menu > li.menu-item:hover > a{
    color: #C94A8D;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
ul.header__bottom-menu.menu > li.menu-item:hover ul.submenu{
    opacity: 1;
    visibility: visible;
}
.button-link {
    display: inline-block;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 16px;
    cursor: pointer;
    transition: all .2s linear;
}
.button-link:hover{
    color: #fff!important;
}
.header__bottom-menu .button-link{
    padding: 6px 11px;
    max-width: 190px;
}
.button-link span {
    font-family: 'Circe Bold';
}
.button-link:hover {
    background-color: #C94A8D;
}
.tablebodytext{display: none !important;}
a.header__button-search {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/static/img/icon/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.submenu-item a{
    display: block;
}
.submenu-item + .submenu-item{
    margin-top:9px
}
.space__item-image {
    overflow: hidden;
}
.space__item-image img,
.b-event__slide-image img,
.tabs-content img
{
    transition: all .2s linear;
}
.space__item:hover .space__item-image img,
.tabs-content a:hover img,
.b-event__slide-image:hover img {
    transform: scale(1.04);
}
/*  footer style  */
footer.footer {
    background-color: #222222;
    padding: 52px 0;
}
.footer__link-other {
    border-top: 1px solid #616161;
    padding: 10px 0;
    margin-top: 45px;
}
.footer__link-other a{
    color: #616161;
    margin-right: 25px;
}

.footer__logo_adm img {
    max-width: 100px;
    margin-right: 20px;
}
.footer__address {
    color: #616161;
    font-size: 10px;
    line-height: 14px;
}
.footer__logo {
    margin-bottom: 30px;
    display: block;
}
.footer__logo img {
    width: 97px;
}
.footer__copyright {
    color: #616161;
    font-size: 8px;
    max-width: 197px;
    margin: 2px 0 14px;
}
a.footer__link {
    color: #7E7E7E;
    font-size: 10px;
    line-height: 15px;
}
.footer .column-left {
    padding-right: 140px;
}
.footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    line-height: 21px;
}
.footer__menu a {
    color: #CFCFCF;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
}
.footer__menu li:not(.footer__title) {
    line-height: 15px;
    margin-bottom: 2px;
}
.footer .column-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer__work {
    color: #CFCFCF;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 6px;
}
.footer__mail,
.footer__tel{
    display: block;
}
.footer__mail {
    color: #CFCFCF;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
    font-family: 'Circe Bold';
}
.footer__tel {
    color: #CFCFCF;
    font-size: 14px;
    line-height: 20px;
}
.footer__content .button-link {
    font-size: 12px;
    padding: 6px 12px;
}
.footer__social {
    width: 163px;
    margin: 10px 0 20px;
}
.footer__social-vk,
.footer__social-inst,
.footer__social-youtube,
.footer__social-facebook,
.footer__social-telegram{
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
}
.footer__social-vk{background-image: url(/static/img/icon/social/vk-footer.svg)}
.footer__social-inst{background-image: url(/static/img/icon/social/inst-footer.svg)}
.footer__social-youtube{background-image: url(/static/img/icon/social/you-footer.svg)}
.footer__social-facebook{background-image: url(/static/img/icon/social/f-footer.svg)}
.footer__social-telegram{background-image: url(/static/img/icon/social/telegram-footer.svg)}

/* slider */
.tabs_slider_progress .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.tabs_slider_progress .slick-track img{
    height: 100%;
    object-fit: cover;
}
.b-event .slick-track {
    margin: 0 55px;
}
.b-event__slide-item {
    margin: 0 55px;
    max-width: 344px;
}
.b-event button.slick-prev.slick-arrow {
    left: 0;
}
.b-event button.slick-next.slick-arrow{
    right: 0;
}
.slick-slide{
    height: auto !important;
}
a.b-event__slide-name {
    font-family: "basebloom";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 31px;
    margin: 20px 0;
    display: block;
    color: #222222;
}
.modal_more .column-left {
    max-width: 400px;
}
.b-event__slide-date {
    color: #A0A0A0;
    font-size: 18px;
    line-height: 21px;
}
.b-event__slide-link {
    font-family: 'Circe Bold';
    text-transform: uppercase;
    font-size: 15px;
    line-height: 43px;
    border: 1px solid #C94A8D;
    width: 197px;
    display: block;
    text-align: center;
    margin-top: 50px;
    transition: all .2s linear;
}
.b-event__slide-link:hover{
    background-color: #C94A8D;
    color: #fff !important;
}
.b-event button.slick-arrow {
    top: 110px;
    bottom: auto;
}
.b-event {
    padding: 0 0 93px;
}
.b-event-back .b-event__slide-item {
    margin: 0 33px;
    max-width: 272px;
}
.b-event-back .slick-track {
    margin: 0 70px;
}
button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #C94A8D;
    font-size: 0;
    padding: 0;
    background-color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: all .2s linear;
}
.b-event button.slick-arrow,
button.slick-arrow:hover{
    background-color: #C94A8D;
}
button.slick-arrow:after, button.slick-arrow:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #C94A8D;
    width: 2px;
    height: 11px;
    transition: all .2s linear;
}

button.slick-arrow:hover:after, button.slick-arrow:hover:before{
    background-color: #fff;
}
.b-event button.slick-arrow:after, .b-event button.slick-arrow:before{
    background-color: #fff;
}
button.slick-prev.slick-arrow{
    left: 4%;
}
button.slick-next.slick-arrow {
    right: 4%;
}
button.slick-prev.slick-arrow:after {
    transform: rotate(-45deg);
    bottom: 5px;
}
button.slick-prev.slick-arrow:before {
    transform: rotate(45deg);
    bottom: 12px;
}
button.slick-next.slick-arrow:after {
    transform: rotate(45deg);
    bottom: 5px;
}
button.slick-next.slick-arrow:before {
    transform: rotate(-45deg);
    bottom: 12px;
}
ul.slick-dots {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    margin: 0 5px;
}
.slick-dots li button {
    font-size: 0;
    width: 9px;
    padding: 0;
    margin: 0;
    height: 9px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #C94A8D;
    cursor: pointer;
    transition: all .2s linear;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
    background-color: #C94A8D;
}

.b-live__slider-item {
    margin-left: 40px;
}


/* tabs */

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.tabs .tab {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 36px;
    font-family: "basebloom";
    border: 1px solid #C94A8D;
    padding: 4px 24px;
    color: #222222;
    transition: all .2s linear;
    cursor: pointer;

}
.tabs .tab:not(:first-child){
    border-left: none;
}
.tabs .tab:hover,
.tabs-wrapper .active {
    background-color: #C94A8D;
    color: #fff;
}
.progress{
    margin-bottom: 89px;
}

/*  modal  */
.modal_more{
    max-width: 1200px;
    background: #E5E5E5;

}
.modal_more_image{
    max-width: 502px;
    text-align: center;
}
.modal_more .column-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 35px;
}
.modal_more .title {
    margin-top: 0;
}
.modal_more_info {
    background: #F0F0F0;
    border: 1px solid #BDBDBD;
    padding: 30px;
    min-width: 350px;
    width: 100%;
}
.modal_more_info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 49px;
}
.modal_more .slider-nav img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
}
.modal_more .slider-for img {
    margin: 0 auto;
}
.modal_more_info ul li {
    padding-left: 26px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Circe Bold';
}
.modal_more_info ul li span {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    display: block;
    font-family: 'Circe';
}
.footer .column-right > .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal_more_info ul li:not(:last-child) {
    margin-bottom: 28px;
}
.modal_more > .flex {
    margin-bottom: 48px;
}
.modal_more_text {
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
.js-slide-event ul.slick-dots {
    display: none !important;
}
.modal_more_info_title {
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 5px;
}
.modal_more_info_text {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding-left: 30px;
    margin-bottom: 15px;
}
.filter_age select {
    border: 1px solid #222222;
    background: transparent;
    padding: 7px 10px;
    margin-left: 10px;
}
.studios_flex .filter.tabs {
    margin: 0 50px 0 0 !important;
}
a.modal_more_info_doc {
    font-size: 14px;
    line-height: 18px;
    color: #c94a8d;
    padding-left: 30px;
    text-decoration: underline;
    display: block;
    margin-bottom: 5px;
    transition: all .2s linear;
}
a.modal_more_info_doc:hover{
    color: #333;
    text-decoration: none;
}
#sign-up form input,
#sign-up form textarea{
    display: block;
    width: 220px;
    margin-bottom: 15px;
    font-size: 16px;
}
#sign-up .modal__title {
    font-size: 22px;
    margin-bottom: 15px;
}
#sign-up form button {
    display: inline-block;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 16px;
    cursor: pointer;
    transition: all .2s linear;
    border: none;
}
#sign-up form button:hover{
    background: #C94A8D;
}
.progress{
    margin-top: 80px;
}
.b-event__slide-image img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}.b-event__slide-image {
     height: 272px;
 }
.tabs .tab:hover, html body .services .tabs-wrapper .active {
    background-color: #C94A8D !important;
    color: #fff;
}
.progress.services .tab-item .services__item .services__item-info {
    background: linear-gradient(
            180deg, rgba(0, 0, 0, 0) 28.96%, rgba(0, 0, 0, 0.16) 54.75%, rgba(0, 0, 0, 0.89) 100%) !important;
}
.progress.services .tab-item .services__item .services__item-info * {
    background: transparent !important;
    color: #fff !important;
}
button.fancybox-button.fancybox-button--close {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1400px) {
    .tab-item .b-event__slide-item {
        margin: 0 0 30px;
        flex: 0 0 33.333%;
        max-width: 100%;
        padding: 0 10px 38px;
    }
}
@media (max-width: 1300px) {
    ul.header__bottom-menu.menu > li.menu-item {
        font-size: 17px;
    }
    ul.header__bottom-menu.menu > li {
        margin: 0 10px;
    }

}

@media (max-width: 1140px) {
    .header__top-social,
    .header__top-mail,
    .header__top-tel,
    .header__top-schedule{display: none}
    a.hc-nav-trigger {
        right: 20px;
        top: 23px;
        width: 35px;
    }
    .header__bottom-menu.menu .button-link {
        max-width: 100%;
        text-align: left !important;
        padding-left: 15px;
    }
    .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
        height: 2px;
        background: #FFFFFF;
    }
    .hc-nav-trigger span {
        width: 35px;
    }
    .header__bottom {
        height: 0;
        padding: 0;
        overflow: hidden;
    }

    .header__top-visually {
        margin-left: -54px;
    }
    ul.header__bottom-menu.menu {
        -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;
        width: 100%;
    }
    ul.header__bottom-menu.menu li {
        width: 100%;
    }
    .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
        background: #F4F4F4;
    }
    .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a,
    .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
        border-top: 1px solid #C94A8D;
    }
    .hc-offcanvas-nav a.nav-next {
        border-left: 1px solid #C94A8D;
        border-bottom: 1px solid #C94A8D;
    }
    .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
        color: #222;
        border-bottom: 1px solid #C94A8D;
    }
    li.nav-item.button-link.abiframelnk span.nav-item-link {
        color: #fff;
        border-bottom: none;
        padding: 12px 0;
    }
    .hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .nav-back span::before{
        border-top: 2px solid #222;
        border-left: 2px solid #222;
    }
    li.nav-item.search-link {
        display: none;
    }
    .hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
        border-top: 2px solid #222;
        border-left: 2px solid #222;
    }
    h2#hc-nav-1-nav-title {
        margin: 0;
    }
    .hc-offcanvas-nav .nav-close-button span::before {
        margin-left: -9px;
        transform: rotate(
                135deg);
        margin-top: -3px;
        width: 8px;
        height: 8px;
    }
    .hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6{
        color: #222;
    }
    ul.header__bottom-menu.menu > li.menu-item{
        position: static;
    }
    ul.submenu{
        padding: 0;
        position: static;
    }
    h2.level-title {
        margin: 0;
    }
    .hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
        background: #C94A8D;
        border-top: 1px solid #C94A8D;
        border-bottom: 1px solid #C94A8D;
    }
    .hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
        background: #C94A8D;
        border-top: 1px solid #C94A8D;
        color: #fff !important;
        border-bottom: 1px solid #C94A8D;
    }
    .hc-offcanvas-nav .nav-back span::before {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }
}
@media (max-width: 1100px) {
a.b-event__slide-name {
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0;
    font-family: 'Circe';
}
.b-event .slick-track {
    margin: 0;
}
.b-event__slide-item {
    margin: 0 36px;
    max-width: 344px;
}
.b-inst__container > .flex {
    justify-content: center;
}
.homepage__title {
    padding: 30px 0 30px;
}
h1, .title {
    font-size: 30px;
    line-height: 50px;
}
}
@media (max-width: 910px) {
    .footer__link-other .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 13px;
    }
    .footer .column-left {
        padding-right: 50px;
    }
    .modal_more .column-right{
        padding-left: 0;
    }

}
@media (max-width: 850px) {
.tabs .tab {
    font-size: 15px;
    line-height: 26px;
    padding: 4px 15px;
}
.tabs {
    margin: 20px 0;
}
}
@media (max-width: 800px) {
.footer .column-left {
    padding-right: 20px;
}
    .footer .column-right > .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 700px) {
.modal_more .column-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.modal_more_info{
    margin-top: 20px;
    width: 100%;
    min-width: 0;
}
.b-event__slide-link {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
}
a.b-event__slide-name {
    font-size: 19px;
    line-height: 23px;
    margin: 10px 0;
}
.b-event-back .b-event__slide-item,
.b-event__slide-item {
    margin: 0 10px;
    max-width: 344px;
}
.js-slide-live,
.js-slide-event {
    padding: 0 35px;
}
.b-live__slider-item {
    margin-left: 5px;
}
button.slick-prev.slick-arrow {
    left: 0;
}
button.slick-next.slick-arrow {
    right: 0;
}
.js-live-slider {
    padding: 0 36px;
}
}
@media (max-width: 650px) {
.footer__menu {
    display: none;
}
}
@media (max-width: 600px) {
.b-inst__item {
    flex: 0 0 49%;
}
.b-inst__item a img {
    width: 100%;
    height: 100%;
    transition: all .2s linear;
}
.b-live__slider-item {
    margin: 0 10px;
}
}
@media (max-width: 550px) {
    .b-event__slide-image img {
        height: 100%;
        margin: 0 auto;
    }
    .footer__logo_adm {
        display: none;
    }
.tabs {
    overflow: auto;
    justify-content: flex-start;
}
.tabs .tab{
    white-space: nowrap;
}
.tab-item > .flex {
    margin-bottom: 0;
}
.tab-item .b-event__slide-item {
    flex: 0 0 50%;
}
}
@media (max-width: 530px) {
    footer.footer .container > .flex {
        display: block !important;
    }
    .footer > .container > .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .column-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
.footer__content {
    width: 100%;
    margin-bottom: 43px;
}
.footer__copyright{
    max-width: 100%;
}
    .modal_more .column-left .slider-nav {
        display: none;
    }

footer.footer {
    background-color: #222222;
    padding: 35px 0;
}
}
@media (max-width: 500px) {
.b-inst__item a img{
    height: auto;
}
}
@media (max-width: 480px) {
    .studios_flex .filter.tabs {
        margin: 0 15px 0 0 !important;
    }
    div.modal_more {
        padding: 25px;
    }
    .modal_more .column-left {
        flex: 0 0 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}
@media (max-width: 420px) {
h1, .title {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}
    .header__top-visually {
        margin-left: -25px;
        background: none;
        padding: 0;
        font-size: 11px;
    }
}
@media (max-width: 416px) {
    .filter_age {
        margin-top: 20px;
    }
}

@media (max-width: 390px) {
    .modal_more .column-left {
        flex: 0 0 100%;
        max-width: 270px;
        margin: 0 auto;
    }
}
@media (max-width: 380px) {
.tab-item .b-event__slide-item {
    flex: 0 0 100%;
}
}
@media (max-width: 345px) {
    .modal_more .column-left {
        flex: 0 0 100%;
        max-width: 240px;
        margin: 0 auto;
    }
}


@media (min-width: 1141px) {
.m-header__logo{display: none}
}

@media (min-width: 1250px) {
    .modal_more {
        width: 1200px;
    }

    .modal_more_text {
        height: 193px;
        overflow-y: auto;
    }
    .modal_more_info {
        width: 677px;
        height: 458px;
        padding-bottom: 62px;
        position: relative;
    }
    .modal_more .button-link{
        position: absolute;
        bottom: 30px;
    }
    .modal_more .column-left{
        width: 400px;
    }
    .modal_more .column-left img {
        text-align: center;
    }
    .modal_more .title {
        margin-bottom: 10px;
        min-height: 134px;
    }
}