.jEr_2J4QKMtN5syM9QMw {
  width: 100%;
  height: 472px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
  font-family: "PT Sans", sans-serif;
  border-radius: 5%;
  cursor: pointer;
}
/* всё для описания пива */

.TrOznImrCM1Ow8YsaNPz {
  position: relative;
  padding: 0 15px;
  display: flex;
  justify-content: space-around;
}
.sgzP16scTs46KRud8gZa {
  color: black;
  font-size: 20px;
  font-weight: 800;
  height: 18px;
  font-style: normal;
}
.TXY89IzY7ZGpgoYj4nUg {
  color: green;
  font-weight: 800;
}
.kg5IXpnJtNVaKyG6vCGC {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: black;
  font-size: 15px;
  font-weight: 600;
}
/* все позици , которые имею позици absolute */
.dURN1vamMZmpO_uloHpL {
  width: 102px;
  height: 350px;
}
.dM_oewW7N5QGGlN40J54 {
  margin: 0;
  padding: 0;
  color: red;
}
.FPLPEOT2JdGtoliXwSiP {
  position: absolute;
  right: 18px;
  top: 17px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* mobile */
@media (min-width: 0px) and (max-width: 600px) {
  .Cgx4KJbGavy1VFvVN62Q {
    right: 0px;
    width: 250px;
  }
  .TrOznImrCM1Ow8YsaNPz {
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .dURN1vamMZmpO_uloHpL {
    width: 50px;
    height: 150px;
  }
  .kg5IXpnJtNVaKyG6vCGC {
    height: 250px;
  }
  .dM_oewW7N5QGGlN40J54 {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* @import '../Link.css'; */

.beers,
.Error,
.NotFound {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 2em 0 2em 0;
  padding: 0;
  text-align: center;
}

.Allcontent {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0px 0px 66px 0px;
  justify-content: center;
  width: 70%;
}

.hide {
  display: none;
}

/* слайдер */

.slide {
  width: 50%;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .slide {
    width: 60%;
  }
}
@media (min-width: 0px) and (max-width: 900px) {
  .slide {
    width: 100%;
  }
}

.Link {
  display: flex;
  justify-content: center;
  align-items: center;
   /* ширина */
   width: 100%;
  min-height: 100vh;
  flex-direction: column;
  font-family: "PT Sans", sans-serif;
}
.wrapper {
  /* ширина */

  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}

.LineOrder {
    display: flex;
    flex-direction: column;
    height: 66px;
    width: 100%;
    border-radius: 2%;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
  }
  .curPage{
    font-family: "PT Sans", sans-serif;
    font-size: 35px;
    font-weight: 800;
    height: 20px;
    width: 100%;
    text-align: center;
    align-self: center;
    margin: 0.5em 0 0 0;


  }

  @media (min-width: 0px) and (max-width: 400px) {

    .curPage{
      font-size: 20px;
      margin: 1em 0 0 0;
    }

  }
._Vc5CZDjRgfIKM6oLWSp {
  position: relative;
  align-self: flex-end;
  margin: 0 1em 0 0;
  width: 24px;
  height: 26px;
  background-color: white;
  cursor: pointer;
  background-image: url("https://mdn.mozillademos.org/files/11991/startransparent.gif");
}

.E59tbBl92iF9KFycIAjc {
  width: 24px;
  height: 26px;
}

.qkLabZ0tFPQ7xgZKfYHt {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: black;
  left: 16px;
  top: -4px;
}

.WZaq170ZQtFIagHiqpZ_ {
  font-family: "PT Sans";
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 400px) {
  ._Vc5CZDjRgfIKM6oLWSp {
    margin: -1em 0.5em 0 0;
  }
}

.navbar {
  height: 200px;
  font-family: "PT Sans", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: url(/7f1e9288ca38b6c1b36b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar__links {
  text-decoration: none;
  margin-left: auto;
  display: flex;
  width: 400px;
  text-align: center;
  margin-right: 15px;
}
.navbar__links .pos_navbar {
  font-size: 20px;
  text-decoration: none;
  color: black;
  margin-right: 45px;
  padding: 7px;
  text-align: center;
  font-weight: 600;
}

.navbar__links .pos_navbar:hover,
.navbar__links .pos_navbar:focus {
  text-decoration: none;
  font-size: 20px;
  text-shadow: 0 0 5px red;
  outline: none;
  position: relative;
}
/* Для того чтобы появилась стрелка слева можно использовать пседоэлемент */
.navbar__links .pos_navbar:before {
  position: absolute;
  left: -1em;
  content: ">";
  color: transparent;
  font-weight: 800;
}

.Image_nav {
  height: 300%;
  width: 100%;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

@media (min-width: 0px) and (max-width: 1050px) {
  .navbar__links {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 850px) {
  .navbar {
    justify-content: center;
    flex-wrap: wrap;
  }
  .navbar__links {
    flex-direction: row;
  }
  .Image_nav {
    height: 150px;
    width: 100%;
  }
  .navbar__links {
    display: flex;
    justify-content: space-between;

    width: 100%;
  }
  .navbar__links .pos_navbar {
    margin: 0;
  }
}

@media (min-width: 0px) and (max-width: 400px) {
  .navbar__links .pos_navbar {
    font-size: 16px;
  }
  .navbar__links .pos_navbar:hover,
  .navbar__links .pos_navbar:focus {
    text-shadow: 0 0 5px red;
    font-size: 16px;
    content: "";
  }

  .navbar__links .pos_navbar:before {
    content: "";
  }
}

.Header{

    width: 100%;
}

.BlockPages {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: center;
  width: 100%;
  font-size: 16px;
}

.Page,
.PageActive {
  text-decoration: none;

  /* шрифты */
  color: white;
  font-weight: 800;

  /* ширина и высота */
  width: 40px;
  height: 40px;

  /* стили */
  background-color: black;
  border-radius: 50%;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;

  /* отступы */
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.PageActive {
  background-color: orange;
}

.Prev,
.Next {
  text-decoration: none;
  /* всё что относиться к шрифтам */
  color: white;
  font-weight: 800;

  /* ширина и высота */
  width: 90px;
  height: 40px;

  padding: 10px;

  /* стили */
  background-color: black;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
}

.Prev {
  /* закругления для предыдущей страницы */
  border-top-left-radius: 40%;
  border-bottom-left-radius: 40%;
}

.Next {
  /* закругления для следующей страницы */
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
}

@media (min-width: 0px) and (max-width: 600px) {
 

  .Page {
    display: none;
  }
}

.D8ld5e7tprdqTrxXI28M{
  
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px dashed black;
    animation: KXfiwO_rf7kSkUM_5bZp 1s infinite linear;
   margin:auto;
    margin-top: 200px ;
    
    }
    
    @keyframes KXfiwO_rf7kSkUM_5bZp{
    
    
        from{
    
    transform: rotate(0deg) scale(1);
        }
        to{
    
            transform: rotate(360deg) scale(1.5);
        }
    
    }
  
.KoDg5b6vDgUeywwHkdqA{

width:160px;
height:26px;
margin-right:0px;
margin-left:100px;
align-self:baseline;
}

.searchContent {
    min-width:100%;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
  }
  .search {
    width: 400px;
    height: 30px;
    border-radius: 3px;
  }
.dcL5hEqH3VyDF5kuZ1PG {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  font-family: "PT Sans", sans-serif;
  overflow-y: scroll;
 z-index: 1;

}

.iAXG4sryXf2RRumvpcY8 {
  display: flex;
  flex-wrap: wrap;
  width: 460px;
  background: white;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
  padding-right: 17px;

}

.dcL5hEqH3VyDF5kuZ1PG.sy4JuM_MfIBGipO6nqDp {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 0;
}
.S3sE9sXITAFsxpfg2MpA {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.zuxhulQC6uym28QSKhNu {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.ewAYNywt_m1brLNZzyxp {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #59606d;
}

.DiiuQW0RoP8pXZaqWTPq {
  color: #59606d;
  font-size: 18px;
  margin-top: 24px;
  width: 100%;
  height: 23px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.XcDwWwZb6izzf5u8lBKR {
  font-family: "PT Sans";
  margin-left: 48px;
}

.yyF6rqQm214FvGELDdqA {
  font-size: 32px;
  font-weight: 700;
  margin-top: 24px;
}

.p0lrQ4ANrrU5iTR8096R {
  font-size: 22px;
  margin-top: 24px;
  max-width: 364px;
}

.fJmeUoiXvAD7iftubggi {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
  margin-left: 48px;
  margin-right: 48px;
}

/* mobile */
@media (max-width: 450px) {
  .dcL5hEqH3VyDF5kuZ1PG {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .S3sE9sXITAFsxpfg2MpA {
    width: 100%;
    margin-left: 0px;
  }
  .zuxhulQC6uym28QSKhNu {
    margin-right: 0px;
  }
  .fJmeUoiXvAD7iftubggi {
    margin-left: 10px;
    margin-right: 10px;
  }
  .XcDwWwZb6izzf5u8lBKR {
    width: 100%;
    margin-left: 5px;
  }
}
.xQEPqZYLJJ2Y4bSdv7wT{
    width: 364px;
    height: 220px;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
    font-family: "PT Sans", sans-serif;
    border-radius: 5%;
    margin-bottom: 12px;

  }
  .WdtUGO5xdf7YVxHFA6fw {
    
    position: absolute;
    color: #f2c94c;
    bottom: 16px;
    left: 150px;
    margin: 0;
    padding: 0;
  }
  .xZEpqpjJeD_EjxBiL3hq {
    position: absolute;
    top: 12px;
    left: 130px;
    color: #59606d;
    font-size: 14px;
    width:170px;
    height: 36px;
    font-weight: 400;
    font-style: normal;
  }
  .EQF4zIaHoSk_zC3dtfLi {
    position: absolute;
    width:80px;
    height: 18px;
    top: 54px;
    left: 130px;
    font-weight: 700;
  }
  .m6_zMICQU3B0ti2iPU8I {
    position: absolute;
    left: 25px;
    top: 15px;
    width: 70px;
    height: 190px;
  }
  .nMCSqnGWnohyoEezDcbc {
    position: absolute;
    left: 130px;
    bottom: 16px;
    margin: 0;
    padding: 0;
  }
  .XPgxNyJwVjaxCxih2TbQ{
    position: absolute;
    right: 22px;
    bottom: 49px;
    margin: 0;
    padding: 0;
    cursor: pointer;

  }
  
.RS_xttuY5f8SZ5EIWQj6{

    margin-top:24px;
    width:364px;
    background-color: black;
    height:50px ;
    color:white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
  
}
.Ub6YkPMUvnOVrHcuYNpS{

    margin-top:24px;
    width:364px;
    border:hidden;
    background-color: #59606D;
    height:50px ;
    color:white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
  
}
.f9Q4eKIf4PcCGy12lPmw{
    display: none;
    margin-top: 32px;
    justify-content: center;
    
    }

    .uS3DGRl60Nqx6CG1bGS3{
        display: flex;
        margin-top: 32px;
        justify-content: center;
        
        }
    

.InfoAboutClient {
    width: 364px;
    height: 50px;
    border-radius: 5px;
    border-style: none;
    font-size: 16px;
    background-color: #f8f8f8;
    margin-top: 16px;
    margin-bottom: 16px;
    color: black;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
  }
  
  .Error {
    text-align: center;
    margin-top: 200px;
  }
.Footer {
  font-family: "PT Sans", sans-serif;
  background-color: #f0f0f0;
  width: 100%;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
}

.Footer .way_pay :last-child {
  width: 60px;
  height: 4em;
  position: absolute;
  top: 1em;
  right: 5em;
}
.Footer .way_pay :first-child {
  width: 60px;
  height: 4em;
  position: absolute;
  top: 1em;
  right: 1em;
}

.Footer_links {
  display: flex;
}
.Footer_links .li {
  text-decoration: none;
  width: 100%;
  font-weight: 800;
  color: black;
}
.Footer_links .li:hover,
.Footer_links .li:focus {
  text-decoration: none;
  text-shadow: 0 0 5px red;
  outline: none;
  position: relative;
}
.Footer_links:has(.li) :before {
  position: absolute;
  left: -1em;
  content: "✓";
  color: transparent;
  font-weight: 800;
}
@media (min-width: 0px) and (max-width: 850px) {
  .Footer {
    justify-content: space-between;
  }
  .Footer_links {
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    margin-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 370px) {
  .Footer .way_pay :last-child {
    width: 40px;
    height: 2em;
    right: 1em;
  }
  .Footer .way_pay :first-child {
    width: 40px;
    height: 2em;
    top: 2.5em;
  }
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}
/* @import '../Link.css'; */


/* центрый блок  */
.pageDesc {
  flex: 1 1 auto;
  margin: 3em 0 3em 0;
  padding: 3em 0 3em 0;
  font-weight: 800;

   /* ширина */
   width: 100%;
}

/* обёртка для всех блоков  */


/* стили для верхнего блока */
.info {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  line-height: 3em;
}

.info__text {
  font-style: italic;
  font-size: 30px;
  text-align: center;
}

/* стили для предлагаемых возможностей от заведения */
.opportinity {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  gap: 10px;
}

/* стили для последней строки с видосом */
.content{
  display: flex;
  justify-content: center;
}
.content__video {
  width: 80%;
  height: 315px;
  margin: 5em 0 5em 0;
}

@media (min-width: 0px) and (max-width: 600px) {
  .info__text {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  .info__text {
    font-size: 16px;
  }
}



.sign {
  width: calc(33% - 12px);
  margin: 3em 0 0 0;
}
.sign__img {
  height: 300px;
  width: 100%;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

.sign .excerpt:hover,
.sign .excerpt:focus {
  text-shadow: 0 0 5px red;
  outline: none;
}
.sign__incompleteDesc {
  margin-top: 2em;
}
.sign__completeDesc {
  display: none;
}
.sign:has(.excerpt__text:checked) .sign__completeDesc {
  display: block;
  margin-top: 2em;
}
.sign:has(.excerpt__text:checked) .sign__incompleteDesc {
  display: none;
}

/* здесь для мобилок тебе нужно будет менять ширину */

@media (max-width: 1900px) {
  .sign {
    width: calc(33% - 12px);
  }
  .sign__img {
    height: 350px;
  }
}

@media (max-width: 1600px) {
  .sign {
    width: calc(45% - 12px);
  }
  .sign__img {
    height: 350px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .sign {
    width: calc(80% - 12px);
  }
  .sign__img {
    height: 450px;
  }
}

@media (min-width: 610px) and (max-width: 900px) {
  .sign {
    width: calc(90% - 12px);
  }
}

@media (min-width: 0px) and (max-width: 610px) {
  .sign {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 550px) {
  .sign {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 450px) and (max-width: 550px) {
  .sign {
    width: 100%;
    margin: 0 0 0 0;
  }
}

@media (min-width: 0px) and (max-width: 450px) {
  .sign {
    width: 100%;
    margin: 0 0 0 0;
  }
  .sign__img {
    height: 250px;
  }
}

/* @import '../Link.css'; */
.pageMoreInfo {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 2em 0 2em 0;
  padding: 0;

  /* ширина */
  width: 100%;
}
.listInfo__item {
  width: 100%;

  display: flex;
  flex-direction: column;

  list-style: none;
}
.listInfo__title {
  width: 100%;

  font-weight: 800;
  font-size: 30px;

  text-align: center;
}

.listInfo__text {
  text-align: center;

  margin: 3em 0;

  font-style: italic;
  font-weight: 600;
}

.pageBeer{flex:1 1 auto;margin:3em 0 3em 0;padding:3em 0 3em 0;font-weight:800;width:100%}.pageBeer .block-aboutBeer{position:relative;display:flex;width:100%}.pageBeer .block-aboutBeer .block-picture{margin:0 3em 3em 3em}.pageBeer .block-aboutBeer .block-picture .block-picture__picture{height:50vh}.pageBeer .block-aboutBeer .block-picture .block-picture__abv{color:#ff4040;position:absolute;left:10;top:0;font-size:30px}.pageBeer .block-aboutBeer .block-desc{margin:0 3em 3em 3em;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-around;width:75%}.pageBeer .block-aboutBeer .block-desc .block-desc__beerName{font-size:22px;color:#358ed7;letter-spacing:1px;text-transform:uppercase;align-self:center}.pageBeer .block-aboutBeer .block-desc .block-desc__tagline{font-size:52px;color:#43484d;align-self:center}.pageBeer .block-aboutBeer .block-desc .block-desc__Desc{font-size:20px;color:#86939e;line-height:34px;text-align:center}.pageBeer .block-aboutBeer .block-desc .block-desc__order{font-size:20px;border-radius:5px;margin:3em 0 3em 0;width:250px;color:white;background-color:black;height:50px;align-self:center;cursor:pointer}.pageBeer .food_pairing{font-size:16px;color:#86939e;line-height:24px;width:100%;text-align:center}@media (min-width: 800px) and (max-width: 950px){.pageBeer .block-picture__picture{width:20vw}}@media (min-width: 700px) and (max-width: 800px){.pageBeer .block-picture__picture{width:25vw}}@media (min-width: 650px) and (max-width: 700px){.block-picture__picture{width:30vw}}@media (min-width: 600px) and (max-width: 650px){.block-picture__picture{width:35vw}}@media (min-width: 500px) and (max-width: 600px){.block-picture__picture{width:40vw}}@media (min-width: 0px) and (max-width: 600px){.pageBeer .block-aboutBeer{flex-direction:column;justify-content:center;align-items:center}.pageBeer .block-aboutBeer .block-picture{margin:0}.pageBeer .block-aboutBeer .block-picture .block-picture__picture{width:50px;height:200px}.pageBeer .block-aboutBeer .block-picture .block-picture__abv{color:#ff4040;left:5;top:0;font-size:20px}.pageBeer .block-aboutBeer .block-picture .block-desc{width:100%}}

*{margin:0px;padding:0px;box-sizing:border-box;max-width:100%}.App{min-width:100%;min-height:100%}.NothingOrder{font-family:"PT Sans", sans-serif;margin-left:48px}.AttenrionNothingOrder{font-size:22px;margin-top:24px;max-width:364px}@media (max-width: 828px){.Allcontent{width:828px}}@media (max-width: 600px){.Allcontent{width:528px}}

