/**
* Visibility control 
*/
.g-xl-visible,
.g-lg-visible,
.g-md-visible,
.g-sm-visible,
.g-xs-visible {
    display: none !important;
}

@media only screen and (min-width : 1200px) {
    .g-xl-visible {
        display: block !important;
    }

    .g-xl-visible_inline {
        display: inline !important;
    }

    .g-xl-visible_inline-block {
        display: inline-block !important;
    }

    .g-xl-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 1199.98px) and (min-width : 992px) {
    .g-lg-visible {
        display: block !important;
    }

    .g-lg-visible_inline {
        display: inline !important;
    }

    .g-lg-visible_inline-block {
        display: inline-block !important;
    }

    .g-lg-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 991.98px) and (min-width : 768px) {
    .g-md-visible {
        display: block !important;
    }

    .g-md-visible_inline {
        display: inline !important;
    }

    .g-md-visible_inline-block {
        display: inline-block !important;
    }

    .g-md-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 767.98px) and (min-width : 576px) {
    .g-sm-visible {
        display: block !important;
    }

    .g-sm-visible_inline {
        display: inline !important;
    }

    .g-sm-visible_inline-block {
        display: inline-block !important;
    }

    .g-sm-hidden {
        display: none !important;
    }
}

@media only screen and (max-width : 575.98px) {
    .g-xs-visible {
        display: block !important;
    }

    .g-xs-visible_inline {
        display: inline !important;
    }

    .g-xs-visible_inline-block {
        display: inline-block !important;
    }

    .g-xs-hidden {
        display: none !important;
    }
}

/** 
* Media Styles 
*/
@media (max-width: 1459.98px) {
    .b-articles__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .b-media-catalog__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .b-team__item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .b-discount-catalog__item {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 50%;
        height: 300px;
    }

    .b-photo-catalog__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 1299.98px) {
    .b-nav__item {
        margin-right: 15px;
    }
      .b-discount-catalog__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        height: 350px;
    }
    .b-discount-excerpt__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

/* lg */
@media (max-width: 1199.98px) {
    .breadcrumbs {
        margin-left: 0;
    }

    .b-article {
        margin-left: 0;
    }

    .b-team__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .b-ticketpro__footer {
        margin-right: 0;
    }

    .b-photo-header__inner {
        padding-left: 0;
    }
}

/* md */
@media (max-width: 991.98px) {
    .l-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }

    .b-header__content {
        padding-left: 90px;
    }

    .b-header__social {
        left: 90px;
    }

    .b-nav {
        font-size: 16px;
        line-height: 18px;
    }

    .b-nav__item {
        margin-right: 10px;
    }

    .b-nav__link {
        padding-bottom: 8px;
    }

    .b-nav__item_sublist .b-nav__link:after {
        width: 5px;
        height: 5px;
        top: -3px;
        margin-left: 5px;
    }

    .b-languages {
        font-size: 14px;
    }

    .b-footer__col {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .b-footer,
    .b-footer__contacts,
    .b-footer__copyright {
        font-size: 14px;
        line-height: 22px;
    }

    .b-footer__top-nav-item {
        margin-right: 20px;
    }

    .b-articles {
        margin: 0 -7px;
    }

    .b-articles__item {
        padding: 0 7px;
        margin-bottom: 14px;
    }

    .b-media-catalog {
        margin: 0 -7px;
    }

    .b-media-catalog__item {
        padding: 0 7px;
        margin-bottom: 34px;
    }

    .b-team__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .b-discount-excerpt__inner {
        padding: 15px;
    }

    .b-discount-excerpt__footer {
        display: block;
    }

    .b-discount-excerpt__address {
        max-width: none;
    }

    .b-discount-excerpt__footer {
        min-height: 0;
    }

    .b-table-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    table,
    .b-table {
        font-size: 14px;
        line-height: 20px;
    }

    .b-table thead small {
        font-size: 12px;
    }

    .b-schedule {
        padding: 30px 10px;
    }

    .b-tickets-section__main,
    .b-tickets-section__discount-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .b-tickets-section__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .b-ticketpro {
        display: block;
        padding: 20px;
    }

    .b-ticketpro__header {
        margin: 0 0 20px 0;
    }

    .b-ticketpro__content {
        margin: 0 0 20px 0;
    }

    .b-ticketpro__footer {
        margin: 0;
    }

    .b-photo-header__score {
        font-size: 100px;
    }

    .b-schedule-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .b-tourney-table-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .b-partners {
        margin-left: -15px;
        margin-right: -15px;
    }

    .b-partners__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 208px !important;
    }

    .b-main-card__header,
    .b-main-card__image-wrapper,
    .b-main-card__content {
        width: 50%;
    }

    .b-main-card__meta {
        margin-bottom: 20px;
    }

    .b-main-card__title {
        font-size: 40px;
    }
}

/* sm */
@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        line-height: 20px;
        padding-top: 50px;
        overflow-x: hidden;
    }

    .g-btn {
        font-size: 16px;
        padding: 0 15px;
    }

    h1,
    .g-h1,
    .b-page-title,
    .b-section-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    h2,
    .g-h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3,
    .g-h3 {
        font-size: 16px;
    }

    h4,
    .g-h4 {
        font-size: 14px;
    }

    blockquote {
        font-size: 20px;
        line-height: 1.35;
        padding-left: 135px;
    }

    blockquote header {
        width: 120px;
        margin-left: -135px;
        font-size: 14px;
        line-height: 20px;
    }

    .b-page-lead {
        margin-bottom: 24px;
    }

    .b-tag {
        font-size: 12px;
        line-height: 24px;
    }

    .b-form-row__label {
        font-size: 14px;
        line-height: 20px;
    }

    .b-check-row {
        font-size: 14px;
    }

    input[type='password'],
    input[type='number'],
    input[type='search'],
    input[type='email'],
    input[type='text'],
    input[type='file'],
    input[type='tel'],
    input[type='url'],
    textarea,
    select {
        font-size: 14px;
    }

    .jq-selectbox {
        font-size: 14px;
    }

    .b-content {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .b-header {
        height: auto;
        padding: 0;
    }

    .b-header__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        height: 50px;
        position: relative;
    }

    .b-header__logo {
        left: 0;
        top: 0;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .b-logo {

    }

    .b-logo__img {
width: 46px;       
max-height: 46px;
    }

    .b-header__languages {
        position: static;
    }

    .b-header__buttons {
        display: -ms-flexbox;
        display: flex;
        display: block;
    }

    .b-header__button {
        display: block;
        width: 50px;
        height: 50px;
        border: none;
        padding: 0;
        background: none;
        position: relative;
    }

    .b-menu-btn {
        color: #000;
    }

    .b-menu-btn:active {
        color: #d96c14;
    }

    .b-menu-btn:before {
        content: '';
        position: absolute;
        width: 20px;
        border-top: 2px solid;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -10px;
        box-shadow: 0 -7px 0, 0 7px 0;
    }

    .fancybox-close-small {
        right: 0;
        top: 0;
    }

    .fancybox-close-small:before, 
    .fancybox-close-small:after {
        width: 20px;
        margin-left: -10px;
    }

    .b-form-block__content {
        padding: 20px;
    }

    .b-form-block__footer {
        padding: 20px;
    }

    .b-form-row__label {
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        max-width: 130px;
        padding-top: 11px;
    }

    .b-popup-window {
        width: 460px;
    }

    .b-form-block__btn {
        min-width: 0;
    }

    .b-menu-popup {

    }

    .b-menu-popup__bg {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: 0.25s ease-in-out;
    }

    .b-menu-popup__inner {
        position: fixed;
        z-index: 90002;
        left: -270px;
        top: 0;
        bottom: 0;
        width: 270px;
        background: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        transition: 0.25s ease-in-out;
    }

    html.is-menu-open .b-menu-popup__bg {
        opacity: 1;
        visibility: visible;
    }

    html.is-menu-open .b-menu-popup__inner {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .b-menu-popup__content {
        height: 100%;
        padding: 15px;
        overflow-y: auto;
    }

    .b-header__social {
        position: static;
        margin-bottom: 15px;
    }

    .b-header__nav {

    }

    .b-nav {
        font-size: 14px;
        line-height: 18px;
    }

    .b-nav__item,
    .b-nav__sublist-item {
        display: block;
        margin: 0;
    }

    .b-nav__link,
    .b-nav__sublist-link {
        display: block;
        padding: 3px 0;
    }

    .b-nav__item_sublist .b-nav__link:after {
        display: none;
    }

    .b-nav__sublist {
        position: static;
        display: block;
        border: none;
        border-radius: 0;
        background: none;
        padding: 0 0 0 10px;
        min-width: 0;
    }

    .b-nav__sublist:before, 
    .b-nav__sublist:after {
        display: none;
    }

    figure {
        margin: 20px 0;
    }

    .b-article-pagination {
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .b-buttons-group__btn-content, 
    .b-tabs__nav-link {
        font-size: 14px;
    }

    .b-articles-excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .b-articles-excerpt__date {
        font-size: 14px;
    }

    .b-articles-excerpt__title {
        font-size: 16px;
        line-height: 22px;
    }

    .b-articles-excerpt__text {
        margin-bottom: 15px;
    }

    .b-articles-excerpt__content {
        padding: 10px;
    }

    .b-articles-excerpt__footer {
        font-size: 14px;
    }

    .b-media-excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .b-media-excerpt__date {
        font-size: 14px;
    }

    .b-media-excerpt__title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-media-catalog__item {
        margin-bottom: 24px;
    }

    .b-buttons-group {
        margin-bottom: 24px;
    }

    .b-catalog-header {
        display: block;
        margin-bottom: 24px;
    }

    .b-catalog-header__filter {
        margin-top: 10px;
    }

    .b-btn-link {
        font-size: 14px;
        line-height: 20px;
    }

    .b-team {
        margin: 0 -7px;
    }

    .b-team__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 7px;
        margin-bottom: 14px;
    }

    .b-card__content {
        font-size: 14px;
    }

    .b-card__title {
        font-size: 20px;
        line-height: 26px;
    }

    .b-team-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .b-card__name {
        font-size: 20px;
        line-height: 26px;
    }

    .b-discount-excerpt__content {
        margin-bottom: 20px;
        min-height: 0;
    }

    .b-discount-excerpt__title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .b-discount-catalog__item {
        margin-bottom: 40px;
    }

    .b-contacts-block__phone {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .fotorama {
        margin-bottom: 40px;
    }

    .b-schedule {
        margin-left: -15px;
        margin-right: -15px;
    }

    .b-schedule-block {
        padding-bottom: 0;
    }

    .b-schedule {
        border-radius: 0;
    }

    .b-contacts-block {
        padding-top: 20px;
    }

    .b-tickets-section__main, .b-tickets-section__discount-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .b-tickets-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .b-photo-header__title {
        font-size: 30px;
        line-height: 36px;
    }

    .b-photo-header__score {
        font-size: 60px;
    }

    .b-photo-header__inner {
        min-height: 300px;
        padding: 20px 0;
    }

    .b-photo-catalog__item {
        margin-bottom: 14px;
    }

    .b-photo-excerpt:after {
        background-size: 35px 20px;
    }

    .b-main-slider__subtitle {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .b-main-slider__title {
        font-size: 24px;
    }

    .b-main-slider__image-wrapper {
        width: 220px;
    }

    .b-main-slider__item {
        height: 300px;
    }

    .b-main-slider .slick-dots {
        bottom: 8px;
    }

    .b-main-slider__item-inner {
        padding-bottom: 40px;
    }

    .b-main-slider__content {
        max-width: 400px;
    }

    .b-main-i__title {
        font-size: 20px;
        line-height: 26px;
    }

    .b-schedule-slider__item {
        padding-top: 0;
    }

    .b-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .b-section .b-section-title {
        margin-bottom: 20px;
    }

    .b-schedule-card__title {
        font-size: 24px;
    }

    .b-schedule-card__header {
        padding: 10px 15px;
    }

    .b-schedule-card__main {
        padding: 15px 5px;
    }

    .b-schedule-table,
    .b-tourney-table {
        font-size: 12px;
        line-height: 20px;
    }

    .b-schedule-card__more-btn, .b-tourney-card__more-btn {
        font-size: 14px;
    }

    .b-schedule-slider .slick-dots {
        bottom: -12px;
    }

    .b-tourneys-catalog__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .b-tourney-card__header {
        padding: 10px 15px;
    }

    .b-tourney-card__title {
        font-size: 16px;
        line-height: 24px;
    }

    .b-tourney-card__content {
        padding: 15px 10px;
    }

    .b-partners__item {
        width: 150px !important;
        height: 50px;
    }

    .b-tourney-table-slider .slick-dots {
        bottom: -15px;
    }

    .b-main-card__meta {
        margin-bottom: 10px;
    }

    .b-main-card__title {
        margin-bottom: 10px;
    }

    .b-main-card__header {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .b-articles-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .b-statistic-section {
        padding-top: 30px;
    }

    .b-statistic-section__title {
        font-size: 20px;
        line-height: 24px;
    }
}

/* xs */
@media (max-width: 575.98px) {
    blockquote {
        padding-left: 0;
    }

    blockquote header {
        float: none;
        width: auto;
        margin: 0;
    }

    .b-article-pagination {
        font-size: 12px;
    }

    .b-article-pagination__link_prev {
        padding-left: 0;
    }

    .b-article-pagination__link_next {
        padding-right: 0;
    }

    .b-article-pagination__link:before {
        display: none;
    }

    .b-footer, 
    .b-footer__contacts, 
    .b-footer__copyright {
        font-size: 12px;
        line-height: 18px;
    }

    .b-footer__main {
        padding: 15px 0;
    }

    .b-footer__top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .b-footer__top-nav-item {
        margin-right: 10px;
    }

    .b-footer__col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .b-footer__nav-list {
        margin-bottom: 20px;
    }

    .b-footer__bottom {
        padding: 15px 0;
    }

    .b-footer__bottom-inner {
        display: block;
    }

    .b-footer__bottom-content {
        width: auto;
    }

    .b-footer__bottom-footer {
        display: block;
        text-align: left;
    }

    .b-footer__social {
        margin: 25px 0;
    }

    .b-articles__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .b-media-catalog__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .b-discount-catalog__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .b-more-btn {
        min-width: 0;
        width: 100%;
        padding: 0;
    }

    .b-team__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .b-form-row {
        display: block;
    }

    .b-form-row__label {
        padding-top: 0;
        max-width: none;
        margin-bottom: 5px;
    }

    .b-form-row__label_checkbox {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .b-form-block__btn {
        width: 100%;
    }

    .b-form-block__footer .b-form-row__label {
        display: none;
    }

    .fotorama__caption {
        font-size: 12px;
        line-height: 1.25;
    }

    .fotorama__caption__wrap {
        padding: 5px;
    }

    .b-tickets-section__discount {
        width: 290px;
        height: 290px;
        padding: 20px;
    }

    .b-ticketpro {
        font-size: 16px;
        line-height: 24px;
    }

    .b-tickets-section__discount-title {
        font-size: 30px;
    }

    .b-photo-catalog__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .b-schedule-card__title {
        font-size: 20px;
    }

    .b-schedule-card__sticker {
        max-width: 100px;
        height: auto;
    }

    .b-main-card {
        margin: 0;
    }

    .b-main-card__header, .b-main-card__image-wrapper, .b-main-card__content {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .b-main-card__header {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 20px;
    }

    .b-main-card__image-wrapper {
        margin-bottom: 15px;
    }

    .b-statistic-section__header {
        display: block;
    }
}