.beer__line {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .beers__list {
    margin: 0 -10px -20px;
  }

  .beers__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 0 0 12px 0;
  }

  .beers__img {
    padding-bottom: 100%;
    margin-bottom: 12px;
  }

  .beers__name {
    padding: 0 8px;
    text-transform: uppercase;

    font-size: 16px;
    line-height: 1.61;
  }
}

.beers__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.fix .menu__tabs {
  display: none;
}

.beers__link {
  width: 100%;
  padding: 22px 0;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;

  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.3px;
  border: solid 2px #cf7d43;
  background-color: #000;
}

.menu__links {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  margin: 0 20px 20px;

  border-bottom: 1px solid #818181;
  position: sticky;
  top: 54px;
  background: #0d0d0d;
  z-index: 10;
}

.menu__link {
  width: 50%;
  margin-bottom: 16px;

  text-align: center;
  line-height: 1.27;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.menu__link.active::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf7d43
}

.menu__link.active::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf7d43
}

.beers-props {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 8px;
  margin-top: auto;
}

.beers-props span {
  margin: 0 8px;
  font-size: 18px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #cf7d43;
}

.beers-props__item {
  display: flex;
}

.beers-props__value,
.beers-props__label {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .beers-props__value,
  .beers-props__label {
    font-size: 20px;
  }
}

.beers-props__label {
  color: #818181;
  margin-right: 4px;
}

.beer-pagination {
  width: 100% !important;
  left: auto !important;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.swiper-pagination-bullet {
  width: 32px !important;
  height: 3px;
  border-radius: 2px;

  background: #ca741f;
}

.beers-props__value {
  margin-right: 4px;
}

.beer-slider {
  position: static;
}

.beers-more {
  padding: 120px 20px 0;
  overflow: hidden;

}

@media (max-width: 767px) {
  .beers-more {
    padding: 40px 20px 0;
  }
}

.beers-more__subtitle {
  margin: 0;
  margin-bottom: 80px;

  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .beers-more__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.33;
  }
}

@media (max-width: 767px) {
  .beers-more__list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    overflow: scroll;
    white-space: nowrap;
  }

  .beers-more__item {
    width: 100%;
    min-width: 200px;
    margin: 0 8px 0 0;
  }
}

/* .beers-more {
    padding: 0 20px;
}

.beers-more__subtitle {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.48px;

    text-transform: uppercase;
}

.beer-slider {
    position: static;
}

.beers-more {
    width: 100%;
}


.beers-more__list {
    display: flex;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
}

.beers-more__item {
    min-width: 200px;
    margin: 0 8px 0 0;
}

.beers-more__list::-webkit-scrollbar {
    display: none;
} */

@media (min-width: 1024px) {
  .menu__links {
    top: 50px;
    height: 70px;
    padding-top: 20px;
  }

  .menu__link {
    font-size: 26px;
  }

  .beers-pagination {
    margin-top: 16px;
  }

  .swiper-pagination-bullet {
    width: 62px;
    height: 4px;
  }
}

@media (min-width: 1271px) {
  .menu__links {
    top: 0px;
  }
}




.header-langs {
  position: relative;
  width: 40px;
  top: 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1280px) {
  .header-langs {
    display: none;
  }
}

.header-langs::after {
  content: "";
  background: url("../img/icons/arrow.svg") no-repeat center center/cover;
  width: 8px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 13%;
  transform: translate(0%, 0%);
}

.header-langs__link.active {
  visibility: visible !important;
}

.header-langs__link.active2 {
  order: -1;
  visibility: visible !important;
}

.header-langs__link.active3 {
  order: -1;
  visibility: visible !important;
}

.header-langs a {
  visibility: hidden;
}

.header-langs:hover a {
  visibility: visible !important;
}



.dishes__list {
  margin: 0 -20px -40px;
  display: flex;
  flex-wrap: wrap;
}

.dishes__item {
  width: calc(25% - 40px);
  padding-bottom: 40px;
  margin: 0 20px 80px;
  border-bottom: 1px solid #fff;
}


.dishes__img {
  position: relative;
  padding-bottom: calc(513/410 * 100%);
  margin-bottom: 20px;
}

.dishes__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dishes__name {
  margin-bottom: 20px;

  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.61;
  color: #fff;
}

.dishes__text {
  margin-bottom: 20px;

  font-family: Montserrat;
  font-size: 18px;
  color: #818181;
  line-height: 1.61;
}

.dishes__price {
  display: inline-block;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

@media (max-width: 1280px) {
  .dishes__item {
    width: calc(33.3% - 40px);
  }
}

@media (max-width: 1280px) {
  .dishes__price {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .dishes__list {
    margin: 0 -10px -20px;
  }
}

@media (max-width: 1024px) {
  .dishes__item {
    width: calc(33.3% - 20px);
    margin: 0 10px 40px;
    padding-bottom: 20px;
  }
}


@media (max-width: 1024px) {

  .dishes__name,
  .dishes__text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .dishes__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 575px) {

  .dishes__name,
  .dishes__text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .dishes__price {
    font-size: 24px;
  }
}

.scroll .tab__item {
  display: block !important;
}


.menu__btn {
  border-radius: 0;
  background-color: transparent;
  outline: none;
  padding: 0 0 20px;
  border: none;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #868686;
  transition: all .3s ease;
}

.menu__btn.active {
  border-color: #cf7d43;
  color: #fff;
}

@media (max-width: 1280px) {
  .menu__btn {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .menu__btn {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.tabs-item {
  margin-right: 20px;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}


/* .menu__btn.active {
    transform: translateX(50px);
} */

.dishes-badge {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 20px;
  top: 20px;
}

.dishes-badge__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 6px;

  border-radius: 50%;
  background-color: #0d0d0d;
}

.dishes__tab {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .dishes__tab {
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .dishes-badge__item {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1200px) {
  .dishes__icon {
    max-width: 30px;
  }
}

@media (max-width: 767px) {
  .dishes-badge {
    top: 0;
    right: 0;
  }

  .dishes-badge__item {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .dishes__icon {
    max-width: 20px;
  }
}

/* .index, .menu_product .dishes__img {
    padding-bottom: 0 !important;
} */

.index,
.menu_product .dishes__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.index,
.menu_product .dishes__img.placeholder img {
  display: none;
}

.beer__price {
  margin-bottom: 20px;

  line-height: 1.2;
  letter-spacing: 0.8px;
  font-size: 52px;
  font-weight: 500;
}

.beers__price {
  padding: 0 8px;

  line-height: 1.2;
  letter-spacing: 0.8px;
  font-size: 32px;
  font-weight: 500;
}

.beers__subprice {
  padding: 0 8px;

  font-size: 40px;
  letter-spacing: 0.8px;
  font-weight: 500;
}


@media (max-width: 575px) {
  .beer__price {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .beers__price {
    font-size: 18px;
  }
}

.beer__img img {
  width: 100%;
  height: 100%;
}



.beers__img.placeholder {
  background: url("../img/placeholder.svg") no-repeat center center/cover;
}

.dishes__img.placeholder {
  background: url("../img/placeholder.svg") no-repeat center center/cover;
}

.beer-slider.placeholder {
  background: url("../img/placeholder.svg") no-repeat center center/cover !important;
  padding-bottom: 60%;
}

.beers-more__content .dishes__img.placeholder {
  padding-bottom: calc(513/410 * 100%) !important;
}

.index .tabs__item {
  margin-right: 20px;
}

.index .dishes__img.placeholder {
  padding-bottom: calc(513/410 * 100%) !important;
}

.index .dishes__img.placeholder img {
  display: none;
}

.index .dishes__img {
  padding-bottom: calc(513/410 * 100%)
}

.index .dishes__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

#dishes-tabs {
  justify-content: flex-start !important;
}

@media(max-width: 1900px) {
  #dishes-tabs {
    justify-content: flex-start !important;
  }

  #dishes-tabs .menu__btn {
    font-size: 16px;
  }
}


.menu-pdf__link {
  padding: 30px 20px;
}

.menu-pdf__item {
  margin-bottom: 30px;
  transition: 0.3s all;
}

.menu-pdf__item:hover {
  filter: brightness(120%);
}

.breadcrumbs {
  margin-bottom: 64px;
}

@media(max-width: 575px) {
  .breadcrumbs {
    margin-bottom: 32px;
  }
}

.breadcrumbs .menu__title {
  margin-bottom: 0;
}

.breadcrumbs__list {
    list-style: none;
    display: flex;
    align-items: baseline;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  @media(max-width: 992px) {
      .breadcrumbs__list {
          white-space: nowrap;
          overflow-x: scroll;
          overflow-y: hidden;
          min-height: 60px;
      }
      .breadcrumbs__list::-webkit-scrollbar {
          width: 0;
      }
  }
  
  .breadcrumbs__list li+li::before {
    content: "/\00a0";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    line-height: 80px;
    padding: 0 40px;
    color: #383838;
  }
  
  @media(max-width: 1560px) {
    .breadcrumbs__list li+li::before {
      font-size: 60px;
      line-height: 60px;
    }
  }
  
  @media(max-width: 1024px) {
    .breadcrumbs__list li+li::before {
      padding: 0 20px;
      font-size: 30px;
      line-height: 1.2;
    }
  }
  
  @media(max-width: 575px) {
    .breadcrumbs__list li+li::before {
      font-size: 30px;
      padding: 0 8px;
      font-weight: bold;
      line-height: 1.2;
    }
  }
  
  
  
  .breadcrumbs__link {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    color: #818181;
  }
  
  @media(max-width: 1280px) {
      .breadcrumbs__link {
        font-size: 40px;
      }
    }
  
  @media(max-width: 575px) {
    .breadcrumbs__link {
      font-size: 34px;
      line-height: 1.2;
    }
  }

.breadcrumbs__link.active {
  color: #fff;
}


.breadcrumbs__link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #CF7D43;
}

@media(max-width: 575px) {
  .breadcrumbs__link.active::after {
    height: 2px;
    bottom: -10px;
  }
}


.breadcrumbs__link:hover {
  color: inherit;
}

.dishes__tab.hidden {
  display: none !important;
}

/* @media (min-width: 320px) {
  .menu__tabs {
    margin: 20px 0 !important;
  }
} */

/* .tabs-beers {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .tabs-beers {
    margin-bottom: 80px
  }
} */

.header__nav .nav__link {
  position: relative !important;
  overflow: visible;
}

/* .header__nav .nav__link.active {
    background-position: -100%;
} */

.header__nav .nav__link.active::after {
  content: "";
  position: absolute !important;
  bottom: -5px !important;
  width: 100% !important;
  height: 1px !important;
  left: 0 !important;
  background: #CF7D43 !important;
}

.back {
  position: relative;
  margin-bottom: 20px;
}

.back::before {
  content: "\2190";
  margin-right: 8px;
}

.dishes__tab .menu__title {
    padding-top: 80px !important;
}

.tabs {
    margin-bottom: -40px !important;
    /* left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw; */
}

@media (max-width:767px) {
    .dishes__tab .menu__title {
        padding-top: 100px !important;
    }
}

#dishes-tabs {
    cursor: grab !important;
}

/* .breadcrumbs__link .menu__title {
    padding-top: 0 !important;
}
 */

 @media (min-width: 1560px) {
    .section {
        padding: 70px 0 !important;
    }
 }

 .menu__tabs {}

 @media (min-width: 1024px) {
    .menu__tabs {
        width: calc(100vw - 40px);
    }
 }


 .steps {
     position: relative;
 }

 .steps__circle {
     position: absolute;
     top: 200px;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .steps__sign {
     position: relative;
     width: 208px;
     min-height: 210px;
     background: url("../img/beerteka-circle.png") no-repeat center center;
     background-size: 90%;
     animation: spin 13s infinite linear;
 }

 .steps__seed {
    width: 100px;
    height: 65px;
    background: url("../img/action_seed.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }

@keyframes spin {
    0%  {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }   
}

.step__number {
    -webkit-text-stroke: 1px #ca741f;
}

.step__decor::before {
    content: none !important;
}

@media(max-width: 1280px) {
    .steps__circle {
        top: 100px;
    }
    .steps__sign {
        background-size: 60%;
    }
    .steps__seed {
        background-size: 50%;
    }
}

@media(max-width: 767px) {
    .steps__circle {
        display: none;
    }
}

.footer-brands {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.footer-brands__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.3%;
    background-color: transparent;
}

.footer-brands__link {
    position: relative;
    transition: all .3s ease-in-out;
}

.footer-brands__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #ca741f;
    opacity: 0;
    mix-blend-mode: color;
    transition: opacity .3s ease-in-out;
}

.footer-brands__link:hover::before {
    opacity: 1;
}

@media(max-width: 1480px) {
    .footer-brands__item {
        width: 16.6%;
        margin-bottom: 16px;
    }
}

@media(max-width: 575px) {
    .footer-brands__item {
        width: 33.3%;
    }
}

.steps::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 60%;
    transform: translateX(-60%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #e3305a;
    opacity: .2;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}