
			body{
				background: url("images/istockphoto-1437120571-170x170.jpg");
				width: 100%;
				margin-right: 0;
			}
			.asa{
				 display: block;
		   margin-left: auto;
    margin-right: auto;
    top: 0;
    margin-bottom: 4%;
			}
			.bpp{
  color:#4682B4 ;
    font-family: RobotoSlab-Bold;
}

			.set4{

  padding-Left: 20%;
  padding-right: 20%;
   /*background: #f1f7fc;*/
   background-color: black;
   font-family: 'Times New Roman', Times, serif; /* Гарнитура текста */ 
    font-size: 500%; /* Размер шрифта в процентах */ 
      text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
  color: white;
  font: 20px Georgia, serif;
  height: auto;
}
			.formaoba {
    width: auto;
        font-family: RobotoSlab-Bold;
      color: white;}
      input{
  min-width:200px;
}
  


  input[type=text,tel], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  max-width: 500px;
}
			.podval{
  text-align: center;
  justify-content: center;
  

  /* Абсолютное позиционирование */
 bottom: 0; /* Положение элемента */
  min-height: 150px;
width: 100%;
margin: 0;

background-color: #FFDEAD;
}
.nmbr{
  
    text-align: center;
    min-height: 34px;
width: 100%;
position: fixed;
background-color: #FFDEAD;

bottom: 0;
     font-family: RobotoSlab-Bold;
     z-index: 100;
     padding: 10px;
      padding: 1%;
     text-shadow: 1px 1px 2px black, 0 0 0.1em black, 0 0 0.1em black;
}
.na{
	color: white;
}
@font-face {
    font-family: RobotoSlab-Bold;
    font-display: swap;
    src: url(fonts/RobotoSlab-Bold.ttf)
}
@font-face {
    font-family: OpenSans-Regular;
    font-display: swap;
    src: url(fonts/OpenSans-Regular.ttf)
}
.na2{
	
	font-size: 1.2rem;
	margin-right: 5%;
	margin-left: 5%;
	  font-family: RobotoSlab-Bold;
}
.whatsimg{
z-index: 100;

  position: absolute;
    min-height: 34px;
    width: 50px;
    height: 50px;
position: fixed;
 top: 15%;
 right: 2%;
}
.socseti{
	margin-top: 10px;
   width: 30px;
  height: 30px;
}
			a{
  color: white;
}
.menu-bar {
  border-radius: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  align-items: center;
  padding: 0 10px;
  font-size: 100%;

}
.menu-bar li {
  list-style: none;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  padding: 12px 16px;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;

}
.menu-bar li::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 0.2s;
  border-radius: 25px;
}
.menu-bar li:hover {
  color: black;
}
.menu-bar li:hover::before {
  background: linear-gradient(to bottom, #e8edec, #d2d1d3);
  box-shadow: 0px 3px 20px 0px black;
  transform: scale(1.2);
}
.chap{
  
  
  
  position: fixed;
  
  top: 5%;
  z-index: 100;
  width: 100%;
  justify-content: center;
  text-align: center;

  

}
.modal {
  
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 3%;
  height: 96%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  /* some rules */
  text-align: center;
  width: auto;
  height: auto;
}
.me{
	text-direction: none;
	color: black;
}
.close {
  /* some rules */
}
.hamburger-menu{
  background-color: #FFDEAD ;
  position: fixed;
  min-height: 10%;
  
  z-index: 150;
  width: 100%;
}

 
/* скрываем чекбокс */
#menu__toggle {
  opacity: 0;
}
.hamburger-menu{
  background-color: #FFDEAD;

}
/* стилизуем кнопку */
.menu__btn {
  display: flex; /* используем flex для центрирования содержимого */
  align-items: center;  /* центрируем содержимое кнопки */
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;


}
/* добавляем "гамбургер" */
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;

}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
/* контейнер меню */
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #FFDEAD;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

    z-index: 2;
}
/* элементы меню */
.menu__item {
  display: block;
  padding: 12px 24px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;

}
.menu__item:hover {
  background-color: white;
  
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);

}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);



}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);

}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
 
}
@media screen and (min-width:240px) and (max-width:680px) {
  .chap{
  display: none;
}
