.topnav {
  background-color: #333;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4caf50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 658px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 658px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container,
.topnav,
section,
.restoran {
  max-width: 1000px;
  position: relative;
  margin: 12px auto auto auto;
}

.slideshow-container {
  height: 100%;
}
.mySlides img {
  width: 100%;
  height: 100%;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

body {
  /*background: #eedebc;*/
  background: rgb(247, 239, 227);
  /*background: #e7e4e4;*/
}

.opisanie {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.content-wrapper {
  display: flex;
}

.opis {
  width: 70%;
  padding: 30px;
  line-height: 20px;
}

.opis p {
  text-indent: 30px;
  text-align: justify;
  margin-right: 20px;
  font-size: 17px;
  line-height: 25px;
  max-width: 1000px;
  margin: 20px auto;
  color: #333;
}

.sidebar h3,
.opis-nomer h3,
.karta-contact h3 {
  text-align: center;
}

.sidebar {
  padding: 30px;
  border: 1px solid rgb(92, 90, 90);
  width: 30%;
  color: #333;
  justify-content: center;
}

.sidebar ul li {
  font-size: 16px;
  line-height: 25px;
}
/* --номера--*/
.content-wrapper-nomer {
  display: flex;
  background: #fff;
}

.nomera_oglavlenie {
  margin: 20px auto;
  text-indent: 20px;
}

.opis-nomer {
  width: 50%;
  padding: 10px;
  line-height: 20px;
  font-size: 16px;
}

.opis-nomer ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.sidebar-nomer {
  padding: auto;
  width: 50%;
  height: auto;
  border: 1px solid rgb(92, 90, 90);
  margin: 10px;
  color: #333;
}

.content-wrapper-restoran {
  background: #ffff;
}

.restoran p {
  text-indent: 30px;
  text-align: justify;
  /*margin-right: 10px;*/
  font-size: 17px;
  line-height: 25px;
  max-width: 1000px;
  /*margin: 10px auto;*/
  color: #333;
  padding: 30px 30px 0 30px;
}

.restoran h2 {
  padding: 10px 20px 0px 20px;
  line-height: 20px;
}
.bronirovanie h2 {
  padding: 0 0 0 30px;
  line-height: 20px;
  text-indent: 20px;
}

.restoran_oglavlenie h2 {
  padding: 0 0 0 30px;
}

/* Кнопка стиль */
.btn {
  background-color: rgb(21, 21, 21);
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 130px;
  margin-top: 20px;
}
.btn-1 {
  background-color: rgb(21, 21, 21);
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 16px;
  margin: 10px auto;
  display: block;
}

.btn a {
  color: #fff;
  text-decoration: none;
}

/* Более темный фон при наведении курсора мыши */
.btn:hover {
  background-color: rgb(134, 132, 132);
}

.bron {
  line-height: 35px;
  background: #fff;
  padding: 20px 30px;
  display: flex;
}
.frm-row {
  width: 50%;
  padding: 10px;
  background: #f2f2f2;
}
.section-colm-colm6 {
  width: 100%;
  padding: 5px;
  /*box-sizing: border-box;*/
  resize: vertical;
  text-align: right;
}

.field-label {
  padding: 0;
  /*display: inline-block;*/
  float: left;
  text-align: auto;
}

.field-icon i {
  margin-right: 20px;
}

.content-wrapper-contact {
  display: flex;
  background: #fff;
}

/*Подвал*/
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

footer {
  position: relative; /*относительное позиционирование*/
  width: 100%; /*на всю ширину*/
  padding: 20px 50px; /*поля для контента*/
  background: #2b2b2b; /*цвет футера*/
  display: flex;
  justify-content: center; /*в центре по горизонтали*/
  align-items: center; /*в центре по вертикали*/
  flex-direction: column;
  margin-top: 20px; /*отступ сверху*/
}
footer .wave {
  position: absolute; /*абсолютное позиционирование*/
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(wave.png); /*картинка волны*/
  background-size: 1000px 100px; /*ширина и высота волны*/
}
.social,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap; /*разрешен перенос на новую строку*/
}
.social li,
.menu li {
  list-style: none; /*удалить черные маркеры*/
}
.social li a {
  font-size: 2em; /*размер иконок*/
  color: #fff; /*цвет иконок*/
  margin: 0 10px;
  display: inline-block; /*отображать как строчно-блочный элемент*/
  transition: 0.5s; /*плавный переход*/
}
.menu li a {
  font-size: 18px; /*размер ссылок меню*/
  color: #fff; /*цвет ссылок меню*/
  opacity: 0.75; /*значение прозрачности*/
  margin: 0 15px;
  text-decoration: none; /*ссылка без подчеркивания*/
  display: inline-block;
}
.menu li a:hover {
  opacity: 1;
}
footer p {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  /*font-size: 1.1em;*/
  font-size: 14px;
}

.contact h2 {
  padding: 0 0 0 30px;
}
.sidebar-contact {
  padding: auto;
  width: 60%;
  height: 100%;
  border-radius: 10px;
  margin: 10px;
  margin-left: 0;
  color: #333;
}
.karta-contact {
  width: 40%;
  margin: 10px;
}

/* форма отбартной связи*/

/* Стиль ввода, выделение элементов и текстовых областей */
input[type="text1"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

textarea {
  height: 87px;
}

/* Стиль метки для отображения рядом с входными данными */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Стиль кнопки "Отправить" */
input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Стиль контейнера */
.container-1 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Плавающая колонка для этикеток: ширина 25% */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Плавающая колонка для входа: ширина 75% */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Очистить поплавки после столбцов */
.row:after {
  content: "";
  display: table;
  clear: both;
}

input {
  width: 60%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
/*html {
  scroll-behavior: smooth;
}*/
