@media only screen and (max-width: 1440px) {

    #after-video-block {
        padding: 22% 0 5%;
    }

    .catalog-item-title {
        font-size: 140%;
    }

    .hours-table-day,
    .hours-table-day-empty {
        width: 11.4%;
    }

    .hours-table-empty {
        width: 79.8%;
    }

    .custom-select-value {
        min-width: 160px;
    }

}
/* таблицы адаптированы для моб */
@media (max-width: 782px){
table.table-for-mobile2 tbody {
    min-width: 10px !important;
	}}

@media only screen and (max-width: 1280px) {

    body {
        font-size: 14px;
    }

    .header-content {
        padding-left: 20px;
    }

    .main-menu li {
        padding-right: 5px;
    }

    .temperature-item:hover > span.label {
        display: none;
    }

    .contacts-overlay-square span {
        font-size: 110%;
    }

    .title {
        font-size: 200%;
    }

    .hours-item-days {
        min-width: 110px;
    }

    #after-video-block {
        padding: 20% 0 5%;
    }

    #hours-overlay .overlay-content {
        padding: 80px 0 40px;
    }

    .hours-table {
        padding-left: 30px;
    }

    .hours-table-header .hours-table-day span:first-child {
        font-size: 90%;
    }

    .hours-table-day-status {
        display: none;
    }

    .hours-table-day-box > div {
        left: 5px;
        right: 5px;
    }

    .newsletter-form {
        display: none;
    }

    .footer-menu-container {
        width: 60%;
    }

    .cart-widget {
        top: 30%;
    }

    .attraction-item-tools {
        width: 120px;
        padding-right: 20px;
    }

    .attraction-item-age {
        width: 70px;
        padding-right: 20px;
    }

    .attraction-item-height {
        width: 80px;
    }

    .attraction-item-info {
        padding-top: 20px;
    }

    .footer-bottom ul li a {
        padding: 5px 10px;
    }

    .custom-select-value {
        min-width: 140px;
    }

}

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

    body {
        font-size: 12px;
    }

    .body,
    .content-side {
        font-size: 125%;
    }

    #main-video,
    .live-broadcast-container,
    .header-text,
    .hours-table {
        display: none;
    }

    #after-video-block {
        padding: 120px 0 30px;
    }

    header {
        height: 130px;
    }

    .header-inner {
        padding-top: 40px;
        position: relative;
    }

    .main-menu li.mobile {
        display: block;
    }

    #select-addresse {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        z-index: 700;
    }

    #select-addresse .custom-select-value {
        min-width: auto;
        width: calc(100% - 16px);
    }

    .header-info {
        height: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .header-buttons {
        padding-top: 0;
        align-items: center;
    }

    #ticket-calculator {
        margin: 0 0 30px;
    }

    .custom-select-value {
        min-width: 120px;
    }

    #contacts-overlay .main-contact {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .contacts-overlay-square {
        width: 50%;
    }

    .main-contact .contacts-item {
        width: auto;
        padding: 20px 0;
    }

    .page-contact-content .left-side {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .page-contact-content .right-side {
        width: 100%;
        padding-left: 0;
    }

    .cart-widget {
        display: flex;
        align-items: center;
        justify-content: space-between;
        top: auto; right: 0; bottom: -100px; left: 0;
        width: 100%;
        height: 50px;
        border: none;
        border-top: 1px solid white;
        margin: 0;
        border-radius: 0;
        opacity: 1 !important;
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,.1);
    }

    .cart-widget-icon {
        width: 100px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        position: static;
    }

    .cart-widget-count {
        top: 10px;
        left: 50%;
        margin: 0 -15px;
    }

    .cart-widget-total {
        width: 100px;
        height: 50px;
        line-height: 50px;
    }

    .cart-widget.active {
        bottom: 0;
    }

    .cart-widget-active footer {
        padding-bottom: 50px;
    }

    .page-template-page-shop-cart.cart-widget-active footer {
        padding-bottom: 0;
    }

    .b24-widget-button-position-bottom-right {
        right: 30px !important;
        bottom: 70px !important;
    }

    .news-events-block-inner > div {
        width: 100%;
    }

    .news-events-block-inner > div:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .news-events-block-inner > div:last-child {
        margin-left: 0;
    }

    .newsletter-form, .footer-menu-container {
        width: 80%;
        padding-right: 0;
        padding-left: 0;
    }

    .special-title > * {
        margin-left: 0;
    }

    .page-rides .special-title {
        padding: 30px 0;
    }

    .newsletter-form > div {
        padding: 30px 0 0 0;
    }

    .overlay-content {
        padding: 60px 0 20px;
    }

    .mobile-menu-button {
        display: block;
        position: relative;
        z-index: 600;
    }

    .menu-container {
        position: fixed;
        top: 0; right: -1000px; bottom: 0;
        background-color: white;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 100px 0 0 30px;
        width: 280px;
        box-sizing: border-box;
        box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    }

    .menu-container.open {
        right: 0;
    }

    .admin-bar .menu-container {
        top: 32px;
    }

    .main-menu {
        flex-direction: column;
    }

    .main-menu li {
        padding: 5px 0;
    }

    .main-menu li a {
        font-size: 16px;
    }

    .header-button {
        box-shadow: none;
        color: black;
    }

    .header-button.hours-button:hover, .header-button.hours-button.active:hover, .header-button:hover {
        color: black;
        background: none;
        box-shadow: none;
    }

    .header-button.hours-button.active,
    .header-button.hours-button {
        background: none;
        color: black;
    }

    .header-button {
        margin-right: 20px;
    }

    .header-button span {
        display: none;
    }

    .header-button i {
        font-size: 22px;
    }

    .contacts-button i {
        font-size: 24px;
    }

    .header-button.full {
        width: 28px;
        padding: 0;
    }

    .video-item {
        width: 50%;
    }

    .video-item-title {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .attraction-item-media {
        width: 100%;
        padding-bottom: 30px;
    }

    .attraction-item-values {
        width: 100%;
        padding-left: 0;
    }

    .footer-bottom ul li a {
        font-size: 100%;
    }

    .filter-container {
        margin: 30px 0 30px;
    }

    .news-item-date {
        display: none;
    }

    .news-item-content {
        width: 100%;
    }

    .news-item {
        padding: 30px 0;
    }

    .single-news .news-item {
        padding: 0;
    }

    .ticket-calculator-row-age {
        width: calc(45% - 100px);
    }

    .ticket-calculator-total-price,
    .ticket-calculator-row-price {
        width: 25%;
    }

    .ticket-calculator-row-button-container,
    .ticket-calculator-add-to-card-button-container {
        width: 30%;
    }

    .ticket-calculator-row-count-container,
    .ticket-calculator-row-price,
    .ticket-calculator-total-price,
    .cart-block-item-count-widget,
    .cart-block-item-price span {
        font-size: 120%;
    }

    .form-note {
        font-size: 100%;
    }

    .button {
        line-height: 20px;
        padding: 10px 15px;
        font-size: 18px;
        min-width: 160px;
    }

    .button.small {
        line-height: 18px;
        padding: 10px;
        font-size: 14px;
    }

    .ticket-calculator-row-button-container > div:last-child {
        margin-left: 12px;
    }

    #chose-days {
        margin: 30px 0;
    }

    .ticket-calculator-header {
        padding-bottom: 0;
    }

    .ticket-calculator-row {
        padding: 20px 0;
    }

    .ticket-calculator-bottom {
        padding-top: 20px;
    }

    .cart-block-item-price span {
        padding-right: 3px;
        top: -2px;
    }

    .catalog-item {
        width: 33.333333%;
    }

    .catalog-item:nth-child(4),
    .catalog-item:nth-child(5) {
        margin-top: -250px;
    }

    #services-overlay .overlay-content {
        justify-content: flex-start;
    }

    .results-container, .empty-text {
        padding: 30px 30px 0;
    }

    .attraction-item-title-right {
        padding-top: 30px;
    }

    .staff-block-container {
        padding-top: 15px;
    }

    .staff-item-image-container {
        width: 30%;
    }

    .staff-item-info {
        width: 70%;
    }

    .staff-item-desert {
        padding: 0 0 15px 0;
    }

    .staff-item-desert:last-child {
        padding: 0;
    }

    .staff-item-info.count-2-items .staff-item-desert,
    .staff-item-info.count-3-items .staff-item-desert,
    .staff-item-info.count-4-items .staff-item-deser,
    .staff-item-info.count-5-items .staff-item-desert {
        width: 100%;
    }

    .contact-form-container {
        padding: 0 30px;
    }

    .hours-mobile {
        display: flex;
    }

}

@media only screen and (max-width: 782px) {

    .admin-bar header {
        top: 46px;
    }

    .admin-bar .overlay-container {
        top: 46px;
    }

    .admin-bar .menu-container {
        top: 46px;
    }

    .banner-side {
        display: none;
    }

    .content-side {
        width: 100%;
        padding-right: 0;
    }

    .left-side {
        width: 100%;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .right-side {
        width: 100%;
        padding-left: 0;
    }

    .symbol-front-image-container {
        display: none;
    }

    .footer-menu-container {
        width: 100%;
    }

    .hours-news-items {
        margin: 0 15px;
    }

    .hours-news-item {
        width: 100%;
        font-size: 150%;
    }

    #chose-days,
    #chose-forall {
        width: 100%;
        margin: 0;
        padding-top: 30px;
        font-size: 125%;
    }

    .ticket-calculator-header {
        padding-bottom: 30px;
    }

    .ticket-item-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .ticket-header-container + .ticket-item-meta {
        padding-top: 0;
    }

    .ticket-item-hours {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .ticket-item-inner {
        align-items: center;
    }

    .ticket-item-meta > div > i,
    .ticket-item-hours > i {
        font-size: 20px;
        text-align: left;
        width: 25px;
    }

    .ticket-item-meta > div {
        padding-right: 0;
    }

    .catalog-item {
        width: 50%;
        font-size: 125%;
        padding: 15px 30px;
    }

    .catalog-item:nth-child(4),
    .catalog-item:nth-child(5) {
        margin-top: 0;
    }

    .attraction-item-title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .shares-item-date {
        font-size: 125%;
    }

    .tabs-header-item {
        padding: 5px 18px;
    }

    .page-photos-item {
        width: 33.333333%;
    }

    .club-card-item {
        width: 50%;
    }

    .body table {
        overflow-x: scroll;
        width: 100% !important;
    }

    .body table tbody {
        display: table;
        min-width: 900px;
        width: 100%;
    }

    .birthday-events-item {
        width: 50%;
    }

    .body h2, .h2 {
        font-size: 160%;
    }

    .cart-block-item-body {
        width: 100%;
        padding: 10px 0 20px 0;
    }

    .cart-block-item-count-container {
        width: 50%;
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .cart-block-item-price {
        width: 50%;
        padding-bottom: 20px;
    }

    .cart-block-item-remove {
        display: block;
        top: 50%; right: 0; bottom: auto; left: auto;
        line-height: 20px;
        margin-top : -20px;
    }

    .ticket-calculator-row-age {
        width: 100%;
        padding-bottom: 15px;
    }

    .ticket-calculator-row-price {
        width: calc(50% - 100px);
    }

    .ticket-calculator-total-price {
        width: 50%;
        justify-content: flex-start;
    }

    .ticket-calculator-row-button-container,
    .ticket-calculator-add-to-card-button-container {
        width: 50%;
    }

    .ticket-calculator-text-container {
        display: none;
        width: 100%;
        order: 3;
        justify-content: center;
        font-size: 125%;
    }

    .ticket-calculator-text-container.show {
        display: flex;
        padding-top: 30px;
    }

    .custom-select-value {
        min-width: 100px;
    }

    .club-card-image-container {
        margin: -60px 0 -60px -20px;
    }

    .club-card-image {
        padding-bottom: 120%;
    }

    .club-card-image-inner {
        background-size: contain !important;
    }

    .club-card-info-container {
        padding-left: 30px;
    }

    #ticket-calculator .section-inner {
        background: white !important;
    }

    .hours-mobile-item {
        width: 50%;
    }

    .prices-item-content-item-header {
        display: none;
    }

    .prices-item-content-item > div {
        justify-content: center;
        text-align: center;
    }

    .prices-item-content-name {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        font-weight: 600;
    }

    .prices-item-content-count {
        width: 33.333333%;
    }

    .prices-item-content-value {
        width: 33.333333%;
    }

    .prices-item-content-price {
        width: 33.333333%;
    }

}

@media only screen and (max-width: 600px) {

    #wpadminbar {
        position: fixed !important;
    }

    .b24-widget-button-position-bottom-right {
        display: none !important;
    }

    .box-container {
        padding: 0 15px;
    }

    header {
        height: 100px;
    }

    .logo-container {
        width: 165px;
        height: 50px;
        margin: 5px 0;
    }

    .header-content {
        padding-left: 15px;
        width: calc(100% - 165px);
    }

    .mobile-menu-button {
        margin-right: 0;
    }

    .menu-container {
        padding: 70px 0 0 30px;
    }

    .section.white .section-inner {
        padding: 15px;
    }

    #ticket-calculator {
        margin: 0 0 15px;
    }

    #after-video-block {
        padding: 75px 0 15px;
    }

    .custom-filter {
        margin-right: 15px;
    }

    #select-hours {
        margin-right: 0;
    }

    .ticket-calculator-header {
        padding-bottom: 15px;
    }

    #chose-days,
    #chose-forall {
        padding-top: 15px;
    }

    .ticket-calculator-row {
        padding: 15px 0;
        position: relative;
    }

    .ticket-calculator-row-price {
        position: absolute;
        top: 15px; right: 0;
        line-height: 40px;
        width: auto;
    }

    .ticket-calculator-row-price span:last-child,
    .ticket-calculator-total-price span:last-child {
        top: 0;
    }

    .ticket-calculator-row-button-container {
        width: calc(100% - 100px);
    }

    .ticket-calculator-bottom,
    .ticket-calculator-text-container.show,
    section#content {
        padding-top: 15px;
    }

    #partners {
        padding: 15px 0 30px;
        margin-bottom: 15px;
    }

    .news-events-block {
        padding: 15px 0;
    }

    .news-events-block-inner > div:first-child {
        margin-bottom: 15px;
    }

    .title-container {
        padding-bottom: 15px;
    }

    .section.white + .section.white {
        margin-top: 15px;
    }

    #instagram-block {
        padding: 15px 0;
        margin-top: 15px;
    }

    #footer-block {
        padding: 30px 0 15px;
    }

    .footer-inner {
        flex-direction: column;
        padding-bottom: 0;
    }

    .footer-bottom {
        height: auto;
        padding: 5px 0;
    }

    .footer-bottom ul li a {
        padding: 10px 15px;
    }

    .footer-menu-tab {
        line-height: 25px;
        padding: 5px 15px;
    }

    .footer-menu-items {
        padding: 10px 15px;
    }

    .form-items {
        padding-bottom: 20px;
    }

    #contacts-overlay .main-contact {
        width: 100%;
    }

    #main-container {
        padding-top: 60px;
    }

    .main-contact .contacts-item,
    .contacts-item {
        padding: 10px 0;
    }

    .hours-items-inner {
        padding: 10px 15px;
    }

    .tabs-header-item {
        padding: 5px 15px;
        line-height: 26px;
        font-size: 120%;
    }

    .tabs-content {
        padding: 15px;
    }

    .video-item {
        width: 100%;
    }

    .video-item-title {
        font-size: 125%;
    }

    .attraction-item-title-right,
    .attraction-item-content,
    .page-photos-items {
        padding-top: 15px;
    }

    .page-photos-item {
        width: 50%;
    }

    #cboxClose,
    .video-modal-close,
    #overlay-message .modal-window-close {
        top: 10px;
        right: 10px;
    }

    .page-photos-header-image-container {
        display: none;
    }

    .shares-item-date {
        top: 10px; right: 0;
        margin: 0 10px 10px 0;
    }

    .attraction-item-media,
    .shares-item {
        padding-bottom: 15px;
    }

    .page-rides .special-title {
        padding: 15px 0;
    }

    .special-title > * {
        padding: 15px;
        line-height: 20px;
        font-size: 150%;
        min-height: 50px;
    }

    .attraction-item-icon-container {
        margin: 0;
        width: 85px;
    }

    .filter-container {
        margin: 15px 0 15px;
        padding: 15px;
        border-radius: 15px;
    }

    .hours-news-items {
        margin: 0;
        padding-top: 15px;
    }

    #hours-overlay .hours-news-items {
        margin: 0 15px;
    }

    .hours-news-item {
        padding: 0 0 15px 0;
    }

    .staff-item-inner {
        padding: 15px;
    }

    .staff-item-info-container {
        padding-top: 15px;
    }

    .staff-item-image-container {
        width: 100%;
        padding-bottom: 15px;
    }

    .staff-item-info {
        width: 100%;
        padding-left: 0;
    }

    .breadcrumbs-container {
        display: none;
    }

    .services-item {
        width: 100%;
        padding: 7px 10px;
    }

    .services-item-title {
        font-size: 150%;
    }

    .search-form-container {
        padding: 0 15px;
    }

    .form-item {
        padding-bottom: 15px;
    }

    .form-note {
        margin-bottom: 15px;
    }

    .form-title {
        padding-bottom: 1em;
    }

    .search-form-inner {
        height: 50px;
    }

    input[name="your-search"] {
        font-size: 16px;
        padding: 10px 15px;
        line-height: 30px;
    }

    .search-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .results-container, .empty-text {
        padding: 15px 15px 0;
    }

    .search-item-image-container {
        display: none;
    }

    .search-item.with-image .search-item-body {
        width: 100%;
        padding-left: 0;
    }

    .search-item {
        padding: 15px 0;
    }

    .attraction-item-info {
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .ticket-item-inner {
        display: block;
    }

    .ticket-item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .ticket-item-info-part {
        width: 100%;
    }

    .product-shop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
    }

    .ticket-item .product-shop-price {
        padding-bottom: 0;
        font-size: 180%;
    }

    .shop-modal-window {
        padding: 30px 15px 15px;
        max-width: 450px;
        width: calc(100% - 30px);
    }

    .shop-modal-window .modal-buttons .button {
        width: 100px;
    }

    .cart-container {
        padding: 15px 15px 0;
        border-radius: 15px;
    }

    #promo-form .form-item:last-child {
        display: flex;
        justify-content: flex-end;
    }

    .staff-item {
        padding-bottom: 15px;
    }

    .footer-menu li {
        padding: 10px 0;
    }

    .video-content .play-button {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: -30px;
        padding: 0 0 0 8px;
        font-size: 30px;
    }

    .news-item-title {
        padding: 0 0 15px 0;
        text-align: left;
    }

    .news-item-desc {
        padding-top: 15px;
    }

    .faq-items {
        padding-top: 0;
    }

    .faq-item {
        padding-bottom: 15px;
    }

    .faq-item-inner {
        padding: 15px;
    }

    .news-item-title a {
        font-size: 160%;
    }

    .attraction-item-icon-container {
        display: none;
    }

    .body form {
        border-radius: 15px;
        padding: 15px 15px 0;
    }

    .contact-form-container {
        padding: 0 15px;
    }

    #cookies-terms-message.active {
        bottom: 50px;
        max-width: 100%;
        margin: 0;
        right: 15px; left: 15px;
        padding: 15px;
    }

    .cookies-terms-message-inner {
        flex-direction: column;
    }

    .cookies-terms-message-text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .events-mark {
        top: -25px;
        right: -25px;
        width: 40px;
        height: 40px;
        line-height: 20px;
    }

    .hours-mobile-item {
        width: 75%;
        font-size: 150%;
    }

    .hours-mobile-item-day-top {
        padding: 6px;
    }

}

@media only screen and (max-width: 480px) {

    .logo-container {
        width: 38%;
        height: 60px;
        margin: 0;
    }

    .header-content {
        padding-left: 10px;
        width: 62%;
    }

    .header-button {
        margin-right: 10px;
    }

    .contacts-button {
        margin-right: 15px;
    }

    .ticket-calculator-header {
        display: block;
    }

    .custom-filter {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .custom-select-value {
        width: calc(100% - 24px);
    }

    #chose-days, #chose-forall {
        padding-top: 0;
    }

    .button,
    .button.small {
        font-size: 12px;
        min-width: 140px;
        line-height: 18px;
        padding: 10px;
        height: 44px;
    }

    #shop-footer-menu ul {
        flex-direction: column;
    }

    #shop-footer-menu ul li {
        width: 100%;
    }

    .footer-bottom ul li {
        min-width: 50%;
    }

    .header-button i {
        font-size: 18px;
    }

    .contacts-button i {
        font-size: 20px;
    }

    .tabs-header-item {
        font-size: 90%;
    }

    .page-rides .title {
        display: block;
    }

    .page-rides .title .button {
        display: inline-block;
        margin-top: 15px;
    }

    .attraction-item-tools {
        width: 100px;
        padding-right: 10px;
    }

    .attraction-item-age {
        width: 60px;
        padding-right: 10px;
    }

    .attraction-item-height {
        width: 70px;
    }

    .filter-container {
        display: block;
    }

    .catalog-item {
        width: 100%;
        padding: 5px 15px;
    }

    .club-card-item {
        width: 100%;
    }

    .club-card-image-container {
        width: 100%;
        margin: -80px 0 -60px;
    }

    .club-card-info-container {
        padding-left: 0;
        width: 100%;
    }

    #select-age {
        margin-bottom: 0;
    }

    .birthday-events-item {
        width: 100%;
    }

    .contacts-overlay-square {
        width: 100%;
        padding: 15px;
    }

    .form-title {
        font-size: 160%;
    }

    .form-items {
        display: block;
        padding-bottom: 0;
        margin: 0;
    }

    .form-items .form-item {
        padding: 0 0 15px 0;
        width: 100%;
    }

    .form-item.radio-item, .form-item.checkbox-item {
        padding-bottom: 15px;
    }

    .wpcf7-radio, .wpcf7-checkbox {
        display: block;
    }

    .cart-block-item-remove {
        right: -30px;
    }

    .newsletter-form .form-items,
    #promo-form .form-items {
        display: flex;
        padding-bottom: 20px;
        margin: 0 -10px;
    }

    .newsletter-form .form-item,
    #promo-form .form-item {
        padding: 0 10px;
        width: 50%;
    }

    .cart-block-ticket-header-container {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
    }

    .cart-block-ticket-item-hours {
        padding-top: 15px;
        padding-bottom: .3em;
    }

    .cart-block-ticket-date i,
    .cart-block-ticket-age i,
    .cart-block-ticket-item-hours i {
        text-align: left;
        font-size: 14px;
    }

    .cart-block-ticket-item-hours span {
        font-size: 75%;
    }

    .cart-block-ticket-date,
    .cart-block-ticket-age,
    .cart-block-ticket-item-hours {
        font-size: 125%;
    }

    .hours-mobile-item {
        width: 100%;
    }

}

@media only screen and (max-width: 370px) {

    .title {
        font-size: 160%;
    }

    .logo-container {
        width: 35%;
    }

    .header-content {
        width: 65%;
    }

    .ticket-calculator-total-price span.label {
        display: none;
    }

    .header-button {
        margin-right: 5px;
    }

    #news-slider .title-container .button,
    #events-slider .title-container .button {
        display: none;
    }

    .footer-menu-tab {
        font-size: 100%;
    }

    .footer-menu li {
        width: 100%;
    }

    .footer-bottom ul li a {
        font-size: 90%;
    }

    .tabs-header-item[datatype="online"] {
        display: none;
    }

    .button,
    .button.small {
        min-width: 120px;
        padding: 10px 0;
    }

    .shop-modal-window .modal-text i {
        display: none;
    }

}