*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-image: url(font.jpg);
    background-color: black;
    padding-left: 20px;
    scroll-padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 0px;
    font-family: Montserrat;
}
.name{
    font-size: 60px;
    font-weight: 700;
    color: red;
    text-align: center;
    text-shadow: 2px 2px 3px rgb(255, 22, 22), 0 0 1em rgba(255, 0, 0, 0.664);
}
.cont{
    text-align: center;
}
.shawerma{
    font-size: 300;
    padding-top: 10px;
    color: red;
}
.contacts-link{
    font-size: 18px;
    font-weight: 700;
    line-height: 10px;
    color: white;
}
.wrapper{
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 5px 9px 20px rgba(255, 255, 255, 0.24);
    margin-top: 30px;
}
.sidebar{
    background: #1e2939;
    width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(sidebar.jpg);
    color: White;
    font-size: 18px;
    font-weight: 550;
    text-align: right;
    border-top: 4px solid rgba(255, 217, 0, 0.205); 
    border-left: 4px solid rgba(255, 217, 0, 0.205); 
}
.bigtext{
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgb(255, 22, 22), 0 0 1em red;
    font-size: 40px;
    font-weight: 550;
    text-align: right;
    padding-bottom: 15px;
    padding-top: 40px;
}
.sidetext{
    padding-bottom: 19px;  
}
.price{
    color: white;
    background-color: red;
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.pict{
    border-top: 4px solid rgba(255, 217, 0, 0.205); 
    border-right: 4px solid rgba(255, 217, 0, 0.205); 
    border-bottom: 4px solid rgba(255, 217, 0, 0.205); 
}
.rightbar{
    padding-left: 50px;
    padding-right: 200px;
    background-image: url(wood.jpg);
}
.img-text-gov{
    color: black;
    padding-left: 130px;
    font-size: 25px;
    font-weight: 600;
}
.gov{
    margin-left: 10px;
    margin-top: 95px;
    border: 2px solid black;
    margin-right: 10px;
}
.sulug{
    margin-left: 80px;
    margin-top: 90px;
    border: 2px solid black;
    margin-right: 10px;
}
.img-text-sulug{
    color: black;
    padding-left: 200px;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.time-work{
    color:  rgb(255, 136, 0);
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 50px;
}
.map{
    margin-top: 30px;
}
.time{
    color:  yellow;
    text-align: center;
}
.copyrights{
    text-align: center; 
    color: white;
    font-size: 25px; 
    text-shadow: .07em 0 black;
    background-color: black;
}
.hidden-menu {
    display: block;
    position: fixed;
    list-style:none;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    width: 200px;
    background-image: url(left.jpg);
    height: 50%;
    top: 0;
    left: -200px;
    transition: left .3s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.hidden-menu-ticker {
    display: none;
}
.btn-menu {
    color: #fff;
    background-color: black;
    padding: 5px;
    position: fixed;
    top: 5px;
    left: 5px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.btn-menu span {
    display: block;
    height: 5px;
    background-color: #fff;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
}
.btn-menu span.first {
    margin-top: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu {
    left: 160px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}
    .hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 10px;
}
    .hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}
    .hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -10px;
}
    .bigtext-menu{
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgb(255, 22, 22), 0 0 1em red;
    font-size: 40px;
    font-weight: 550;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 40px;
}
.ing-text{

}
a.{
    color: white;
}
A:visited {
  color: white; /* Цвет посещенных ссылок */
 }
 A:active {
  color: red; /* Цвет активных ссылок */
 }
 a:hover {font-size:16px; color:white; font-weight:bold
}
a:link{
  color: white;
  text-shadow: 2px 2px 4px rgb(0, 0, 0), 0 0 1em rgb(48, 45, 45);
  text-decoration: none;
}

 .sidetext-menu{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 550;
    text-align: right;
    margin-bottom: 15px;
}
.zatem{
    margin-bottom: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
    padding-top: 100px;
}
.zat-padding{
    margin-top: 10px;
}
#zatemnenie {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    display: none; 
  }
  #okno {
    width: 600px;
    height: 420px;
    text-align: center;
    padding-top: 120px;
    border: 3px solid black;
    border-radius: 10px;
    color: White;
    font-size: 20px;
    text-shadow: .07em 0 black;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(ingr.jpg);
  }
  #zatemnenie:target {display: block;}
  .close {
    display: inline-block;
    border: 1px solid white;
    color: #0000cc;
    padding: 0 12px;
    margin: 10px;
    text-decoration: none;
    background: black;
    font-size: 14pt;
    cursor:pointer;
  }
  .close:hover {
      background: #ffffff;
}
#zatemnenie1 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
  }
  #zatemnenie1:target {display: block;}
  #zatemnenie2 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:130px;
    left: 0;
    display: none;
  }
  #zatemnenie2:target {display: block;}
  #zatemnenie3 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 160px;
    left: 0;
    display: none;
  }
  #zatemnenie3:target {display: block;}
  #zatemnenie4 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:190px;
    left: 0;
    display: none;
  }
  #zatemnenie4:target {display: block;}
  #zatemnenie5 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:220px;
    left: 0;
    display: none;
  }
  #zatemnenie5:target {display: block;}
  #zatemnenie6 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:250px;
    left: 0;
    display: none;
  }
  #zatemnenie6:target {display: block;}
  #zatemnenie7 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:280px;
    left: 0;
    display: none;
  }
  #zatemnenie7:target {display: block;}
  #zatemnenie8 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:310px;
    left: 0;
    display: none;
  }
  #zatemnenie8:target {display: block;}
  #zatemnenie9 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:340px;
    left: 0;
    display: none;
  }
  #zatemnenie9:target {display: block;}
  #zatemnenie10 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:370px;
    left: 0;
    display: none;
  }
  #zatemnenie10:target {display: block;}
  #zatemnenie11 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:400px;
    left: 0;
    display: none;
  }
  #zatemnenie11:target {display: block;}
  #zatemnenie12 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:430px;
    left: 0;
    display: none;
  }
  #zatemnenie12:target {display: block;}
  #zatemnenie13 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:700px;
    left: 0;
    display: none;
  }
  #zatemnenie13:target {display: block;}
  #zatemnenie14 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1000px;
    left: 0;
    display: none;
  }
  #zatemnenie14:target {display: block;}
  #zatemnenie15 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1000px;
    left: 0;
    display: none;
  }
  #zatemnenie15:target {display: block;}
  #zatemnenie16 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1000px;
    left: 0;
    display: none;
  }
  #zatemnenie16:target {display: block;}
  #zatemnenie17 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1000px;
    left: 0;
    display: none;
  }
  #zatemnenie17:target {display: block;}
  #zatemnenie18 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1300px;
    left: 0;
    display: none;
  }
  #zatemnenie18:target {display: block;}
  #zatemnenie19 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1600px;
    left: 0;
    display: none;
  }
  #zatemnenie19:target {display: block;}
  #zatemnenie20 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1600px;
    left: 0;
    display: none;
  }
  #zatemnenie20:target {display: block;}
  #zatemnenie21 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1700px;
    left: 0;
    display: none;
  }
  #zatemnenie21:target {display: block;}
  #zatemnenie22 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1700px;
    left: 0;
    display: none;
  }
  #zatemnenie22:target {display: block;}
  #zatemnenie23 {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top:1700px;
    left: 0;
    display: none;
  }
  #zatemnenie23:target {display: block;}
  