﻿body {
  background: url("../images/background.png");
}

.carantin {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 40px;
  position: fixed;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  background: #f6e58d;
  z-index: 99;
  text-transform: uppercase;
}

@media (min-width: 576px) {

  .outer-container,
  .main-container {
    border-left: #adb5bd 1px solid;
    border-right: #adb5bd 1px solid;
  }
}

.outer-container {
  width: 88%;
  min-width: 320px;
  margin: 0 6%;
}

@media (min-width: 576px) {
  .outer-container {
    padding: 0 1%;
  }
}

@media (max-width: 1199.98px) {
  .outer-container {
    width: 92%;
    margin: 0 4%;
  }
}

@media (max-width: 767.98px) {
  .outer-container {
    width: 100%;
    margin: 0;
    border: none;
    position: relative;
    overflow: hidden;
  }

  .carantin {
    position: relative;
  }
}

.main-container {
  padding: 0 6%;
}

@media (max-width: 1199.98px) {
  .main-container {
    padding: 0 4%;
  }
}

header {
  text-align: center;
}

header .weisses-brauhaus {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0 50px 0;
}

@media (max-width: 1199.98px) {
  header .weisses-brauhaus {
    padding: 100px 0 30px 0;
  }
}

@media (max-width: 991.98px) {
  header .weisses-brauhaus {
    padding: 70px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  header .weisses-brauhaus {
    position: absolute;
    top: 0;
    left: 0;
    margin: 35px 25%;
    padding: 0;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  header .weisses-brauhaus {
    display: none;
  }
}

@media (max-width: 767.98px) {
  header .navbar-brand {
    width: 80px;
    height: 80px;
  }

  header .navbar-brand img {
    position: absolute;
    width: 100px;
    left: -10px;
    top: 3px;
    z-index: 20;
  }
}

header .navbar-toggler {
  position: relative;
  width: 60px;
  height: 40px;
}

header .navbar-toggler .closer:before,
header .navbar-toggler .closer:after {
  display: block;
  content: '';
  position: absolute;
  width: 35px;
  height: 4px;
  background: #2B3D83;
  top: 20px;
  transition: all ease-in-out .2s;
}

header .navbar-toggler .closer:before {
  transform: rotateZ(135deg);
}

header .navbar-toggler .closer:after {
  transform: rotateZ(45deg);
}

header .navbar-toggler.collapsed .closer:before {
  transform: none;
  top: 11px;
}

header .navbar-toggler.collapsed .closer:after {
  transform: none;
  top: 25px;
}

.main-menu ul.lang-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu ul.lang-menu svg {
  display: inline-block;
  width: 32px;
}

@media (min-width: 768px) {
  .main-menu .navbar-brand {
    position: absolute;
    top: 0;
    margin: 0 0 0 -6%;
    z-index: 200;
    padding: 0;
    width: 20%;
  }

  .main-menu .navbar-brand img {
    width: auto;
        height: 100%;
  }

  .main-menu ul.navbar-nav {
    margin: 1rem 0 1rem 15%;
    width: 100%;
  }

  .main-menu ul.navbar-nav .nav-item {
    color: #fff;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgODEuMTkiPjxwb2x5Z29uIHBvaW50cz0iNzUgODEuMTkgMCA0MC42MSA3NSAwIDE1MCA0MC42MSA3NSA4MS4xOSIgc3R5bGU9ImZpbGw6I2Y1YjgxMztmaWxsLXJ1bGU6ZXZlbm9kZCI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iNzUgNzYuNjMgMTQxLjU4IDQwLjYxIDc1IDQuNTYgOC40MiA0MC42MSA3NSA3Ni42MyIgc3R5bGU9ImZpbGw6IzJmMzQ4ZjtmaWxsLXJ1bGU6ZXZlbm9kZCI+PC9wb2x5Z29uPgo8L3N2Zz4=") center no-repeat;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
  }

  .main-menu ul.navbar-nav .nav-item.nav-order {
    background: url(../images/order.svg) center no-repeat;
  }

  .main-menu ul.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    line-height: 6em;
  }
}

.main-menu ul.navbar-nav .nav-item .nav-link.nav-wrap {
  white-space: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
  text-align: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) and (min-width: 1200px) {
  .main-menu ul.navbar-nav .nav-item .nav-link {
    font-size: 1.1em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-menu ul.navbar-nav .nav-item .nav-link {
    font-size: .8em;
  }
}

@media (min-width: 768px) {
  .main-menu ul.lang-menu {
    position: absolute;
    left: 100%;
  }

  .main-menu ul.lang-menu svg {
    width: 50px;
  }

  .main-menu ul.lang-menu .nav-link {
    padding: 0;
  }

  .main-menu ul.lang-menu .nav-link:after {
    display: block;
    font-weight: 500;
    background: white;
    padding: .1em .3em;
  }

  .main-menu ul.lang-menu .nav-link.en:after {
    content: 'ENG';
  }

  .main-menu ul.lang-menu .nav-link.ru:after {
    content: 'RUS';
  }
}

@media (max-width: 767.98px) {
  .main-menu .nav-item .nav-link {
    color: #781515;
    text-transform: uppercase;
    font-weight: 500;
  }
}

main {
  position: relative;
}

article {
  position: relative;
  color: #2B3D83;
  font-weight: 500;
  margin-top: 120px;
}

@media (max-width: 1199.98px) {
  article {
    margin-top: 80px;
  }
}

@media (max-width: 991.98px) {
  article {
    margin-top: 60px;
  }
}

article p {
  margin-top: 1rem;
}

article p br {
  line-height: 2em;
}

article>h2 {
  position: absolute;
  top: -3em;
  text-transform: uppercase;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgODEuMTkiPjxwb2x5Z29uIHBvaW50cz0iNzUgODEuMTkgMCA0MC42MSA3NSAwIDE1MCA0MC42MSA3NSA4MS4xOSIgc3R5bGU9ImZpbGw6I2Y1YjgxMztmaWxsLXJ1bGU6ZXZlbm9kZCI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iNzUgNzYuNjMgMTQxLjU4IDQwLjYxIDc1IDQuNTYgOC40MiA0MC42MSA3NSA3Ni42MyIgc3R5bGU9ImZpbGw6IzJmMzQ4ZjtmaWxsLXJ1bGU6ZXZlbm9kZCI+PC9wb2x5Z29uPgo8L3N2Zz4=") center no-repeat;
  color: #fff;
  padding: 2.5em 2.5em;
  font-size: 1.5em;
  z-index: 10;
}

@media (max-width: 1199.98px) {
  article>h2 {
    font-size: 1.1em;
  }
}

@media (max-width: 991.98px) {
  article>h2 {
    font-size: 1.1em;
  }
}

@media (max-width: 575.98px) {
  article>h2 {
    top: -4em;
    font-size: .9em;
  }
}

article>h2 small {
  color: #2B3D83;
  position: absolute;
  white-space: nowrap;
  top: 30%;
  left: 110%;
}

footer {
  font-weight: bold;
  text-align: center;
  font-size: 1.6em;
}

@media (max-width: 575.98px) {
  footer {
    font-size: 1.3em;
  }
}

footer a {
  color: #000;
}

footer a.social-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 36px;
  border: 3px solid #000;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
}

footer a.address {
  background-color: #adb5bd;
}

footer a svg {
  width: 100%;
}

footer a svg path {
  fill: #000;
}

footer a:hover.social-icon {
  border-color: #2B3D83;
  background: #2B3D83;
}

footer a:hover svg path {
  fill: #fff;
}

.bordered {
  border: #adb5bd 1px solid;
  padding: 1rem;
  background: url("../images/background.png");
}

/*.rhombus {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgODEuMTkiPjxwb2x5Z29uIHBvaW50cz0iNzUgODEuMTkgMCA0MC42MSA3NSAwIDE1MCA0MC42MSA3NSA4MS4xOSIgc3R5bGU9ImZpbGw6I2Y1YjgxMztmaWxsLXJ1bGU6ZXZlbm9kZCI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iNzUgNzYuNjMgMTQxLjU4IDQwLjYxIDc1IDQuNTYgOC40MiA0MC42MSA3NSA3Ni42MyIgc3R5bGU9ImZpbGw6IzJmMzQ4ZjtmaWxsLXJ1bGU6ZXZlbm9kZCI+PC9wb2x5Z29uPgo8L3N2Zz4=");
}*/
.img-container {
  width: 100%;
  position: relative;
}

.img-container img {
  width: 100%;
}

.img-container:before,
.img-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 85px;
  height: 85px;
  background: url("../images/medalion.png") center no-repeat;
  background-size: 100%;
}

@media (min-width: 576px) {

  .img-container:before,
  .img-container:after {
    top: 50%;
    top: calc(50% - 40px);
  }
}

@media (max-width: 575.98px) {

  .img-container:before,
  .img-container:after {
    bottom: -74px;
  }
}

.img-container:before {
  left: -12%;
  left: calc(-7% - 55px);
}

@media (max-width: 1199.98px) {
  .img-container:before {
    left: -10.5%;
  }
}

@media (max-width: 575.98px) {
  .img-container:before {
    left: -55px;
  }
}

.img-container:after {
  right: -11.5%;
  right: calc(-7% - 55px);
}

@media (max-width: 1199.98px) {
  .img-container:after {
    right: -10.5%;
  }
}

@media (max-width: 575.98px) {
  .img-container:after {
    right: -55px;
  }
}

.img-decor {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  display: none;
}

.img-decor img {
  width: 100%;
}

.img-decor.kolos {
  width: 24%;
  top: 0;
  right: 0;
}

.img-decor.bublik {
  width: 18%;
  right: 0;
}

.img-decor.cutlery {
  width: 14%;
  right: 0;
}

.img-decor.cap {
  width: 14%;
  right: 0;
}

.img-decor.sausage {
  width: 11%;
  right: 0;
}

.img-decor.frame {
  width: 20%;
  left: 0;
}

.img-decor.pepper {
  width: 20%;
  left: 0;
}

.img-decor.pled {
  width: 14%;
  left: 0;
}

.img-decor.beer {
  width: 8%;
  left: 0;
}

.img-decor.kirpich {
  width: 18%;
  left: 0;
}

.img-decor.show {
  display: block !important;
}

.nowrap {
  white-space: nowrap;
}

#toTop {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  position: fixed;
  display: none;
  text-indent: -9999px;
  background: url("../images/icon_top.png") no-repeat;
  bottom: 1em;
  right: 1em;
}

@media (max-width: 767.98px) {
  #toTop {
    bottom: .3em;
    right: .3em;
  }
}

#toTop:hover {
  opacity: .8;
}

a.float-right[aria-expanded="true"] {
  display: none;
}

/* Стили модального окна и содержания
-------------------------------------------------------------------------------*/

/* слой затемнения */

.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* активируем модальное окно */

.dm-overlay:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
}

/* блочная таблица */

.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

/* ячейка блочной таблицы */

.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
}

/* модальный блок */

.dm-modal {
  position: relative;
  display: inline-block;
  padding: 20px;
  max-width: 50em;
  background: #fff;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.dm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-message {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

/* рисуем кнопарь закрытия */
.close {
  position: relative;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

/* кнопка закрытия при наведении */
.close:hover {
  opacity: 1;
}

@-moz-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}
.tab__item:not(.active) {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.show-more {
}
.show-more:hover {
  text-decoration: underline;
}
.hidden-text {
  display: none;
}
.hidden-text.show {
  display: block;
}


@media (max-width: 850px) {
    small a {
        font-size: 12px;    
    }
}

@media (max-width: 700px) {
  article>h2 small {
    min-width: 210px;
    white-space: normal;
    
  }
  
  /*#restaurant-menu small {*/
  /*    top: 5%;*/
  /*}*/
}



/*меню в модальном окне*/

.modal-popup{
  display: none;
  width:100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 999999999999999;
  justify-content: center;
  align-items: center;
}

.modal-popup .body-popup{
  height: 96%;
  width: 70%;
}

.modal-popup .body-popup img{
  height: 100%;
  width: auto;
}

.modal-popup .body-popup .owl-stage{
  display: flex;
  height: 100%;
}

.modal-popup .body-popup .owl-stage-outer{
  overflow: hidden;
  height: 100%;
}

.modal-popup .body-popup .owl-item{
  display: flex;
    justify-content: center;
}

.modal-popup .owl-nav{
  position: absolute;
    top: 50%;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.modal-popup .owl-dots{
  position: absolute;
    bottom: 2%;
    left:15%;
}

.modal-popup .owl-nav button span{
  font-size: 50px;
    line-height: 0px;
    height: 14px;
    display: inline-block;
}

.modal-popup .owl-nav button{
  height: 46px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-popup .owl-dots button{
  border-radius: 100%;
  width: 15px;
  height: 15px;
  border: none;
  margin-right: 5px;
  outline: none;
}

.modal-popup .owl-dots button.active{
  background: #2B3D83;
}

.close-modal{
  position: absolute;
    top: -15px;
    right: 5px;
    font-size: 46px;
    transform: rotate(45deg);
    color: #ccc;
    font-weight: 100;
    cursor: pointer;
}





@media (max-width: 1024px) {

    .modal-popup .body-popup{
      height: 92%;
      width: 100%;
    }

    .modal-popup .owl-nav{
      position: absolute;
        top: 50%;
        width: 98%;
        display: flex;
        justify-content: space-between;
        margin-left: 1%;
    }

    .modal-popup .owl-dots {
      position: absolute;
      bottom: 1%;
      width: 100%;
      display: flex;
      justify-content: center;
      left: 0;
    }
    
.modal-popup .owl-nav button span{
  margin-top: 10px;
}

}