@media screen and (max-width: 1356px) {
}

@media screen and (max-width: 1190px) {
  .item.event_item {
    max-width: 100vw;
  }
}

@media screen and (max-width: 1023px) {
  #logo {
    transition: 0s !important;
    transform: none;
  }
}

@media screen and (max-width: 960px) {
  .main-header-items > .item {
    width: 100%;
    text-align: center;
  }
  .main-header {
    height: auto;
  }
  .features .item {
    width: 50%;
  }
  .main-header-items > .item-adress {
    order: 2;
  }
  .main-header-items > .item-time {
    order: 3;
  }
  .main-header-items > .item-wide {
    order: 4;
  }
  .main-header-items > .social-icons {
    order: 0;
  }
  .main-header-items > .item p {
    margin: 15px 0;
  }
  .main-menu {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    min-height: 40px;
  }
  .main-menu ul {
    display: block;
    display: none;
    background: #222;
    background: rgb(34, 34, 34);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.62);
  }
  .main-menu ul li a {
    text-align: left;
  }
  .main-menu_toggle {
    display: block;
  }
  .main-menu-placeholder {
    display: none !important;
  }
  .main-content {
    padding: 40px 20px;
  }
  .beer-table {
    font-size: 14px;
    font-family: arial;
  }
  #main-block {
    overflow-x: hidden;
  }
  .main-header-items .social-icons {
    justify-content: flex-start;
  }
  body {
    padding-top: 40px;
  }
  #new-calendar .fc-day {
    width: 48%;
  }
  .item.event_item .flex-cont {
    display: block;
  }
  .item.event_item .main-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .item.event_item .main-text {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  .beer-table-cont .beer-table {
    font-size: 14px;
  }
  .beer-table td {
    padding: 5px;
  }
  .item.event_item .flex-cont {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item.event_item {
    max-width: 100%;
  }
  .logo-svg {
    display: block;
  }
  .govan-popup {
    height: auto;
    animation: none;
  }
  .govan-popup__btn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .now-on-crans_admin .beer-table-cont .beer-table {
    font-size: 18px;
  }
  .now-on-crans_admin .beer-table tr {
    display: block;
    background: #222;
    margin: 10px;
  }
  .now-on-crans_admin .beer-table tr td {
    display: block;
    border-bottom: 1px solid #333;
    padding: 5px 10px;
  }
  .now-on-crans_admin .beer-table tr:hover td {
    background: #181717;
  }
  .now-on-crans_admin .beer-table tr:hover {
    box-shadow: 0 0 10px #f58800;
  }
  .now-on-crans_admin .beer-table {
    background: transparent;
    overflow: hidden;
  }
  #logo {
    width: 280px;
    height: 280px;
    transition: 1s;
    margin: 20px auto;
  }
  .events-block .item .flex-cont {
    display: block;
  }
  .events-block .item .main-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main-gallery a {
    width: 46%;
    margin: 2%;
  }
  .main-header {
    background: transparent !important;
  }
  #fixed-bg {
    background: linear-gradient(
      to top,
      rgb(105, 85, 70) 0%,
      rgb(39, 39, 39) 100%
    );
  }
}

@media screen and (max-width: 480px) {
  .features .item {
    width: 100%;
  }
  .features .item .img-cont {
    padding: 50px;
  }
  .beer-table-site .beer-table tbody {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .beer-table-site .beer-table td {
    display: block;
  }
  .beer-table-site .beer-table tr {
    width: 50%;
  }
  .main-content {
    padding: 40px 10px;
  }
  #logo {
    width: 250px;
    height: 250px;
  }
  #new-calendar .fc-day {
    width: 100% !important;
    margin-bottom: 30px;
  }
  #new-calendar {
    justify-content: center;
  }
  .item.event_item .reserv-btn {
    width: 100%;
  }
  .main-header_overlay {
    display: none;
  }
  .food-menu-desktop {
    display: none;
  }
  .food-menu-mobile {
    display: flex;
  }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 900px) {
  .event_item--new {
    display: block;
  }

  .event_item--new .flex-cont {
    width: auto;
    margin: 0;
    margin-bottom: 20px;
  }

  .event_item--new iframe {
    width: 100% !important;
  }
}
