@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic);
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Global properties ======================================================== */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font: 17px/18px "Jost", Verdana, serif;
  color: #351516;
  min-width: 960px;
  background: #ffe3c7;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  body {
    width: 100%;
    min-width: 0;
  }
}
.ic {
  border: 0;
  float: right;
  background: #fff;
  color: #f00;
  width: 50%;
  line-height: 10px;
  font-size: 10px;
  margin: -220% 0 0 0;
  overflow: hidden;
  padding: 0;
}
.bg-top {
  /* background:url(../img/bg-top.jpg) center 0 repeat-x;  Фон до шариков */
  /* background:url(/website/img/newfon.jpg) top center; Фон, перемещенный с bgr */
  background-color: #eee7df;
  width: 100%;
}
.bgr {
  position: relative;
  /*background:url(../img/bgr.jpg) center 0 no-repeat;*/
  /*background:url(../img/shapka_shariki1.png) center 0 no-repeat;*/
  width: 100%;
}

/***********************************************************************/
a,
a:visited {
  text-decoration: none;
  cursor: pointer;
  color: #351516;
}
a:hover {
  text-decoration: underline;
}

.button {
  background: #ef6f53;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 12px 10px 12px;
  display: inline-block;
}
.button:hover {
  background: #636f6f;
}

.link {
  color: #50b3bc;
  text-decoration: none;
  text-decoration: underline;
  font-weight: normal;
}
.link:hover {
  text-decoration: none;
}

.link-1 {
  color: #50b3bc;
  text-decoration: none;
  text-decoration: underline;
  float: right;
}
.link-1:hover {
  text-decoration: none;
}

.clr-1 {
  color: #131313;
  font: 14px "Jost";
}
.clr-2 {
  color: #4d4d4d;
}
.clr-3 {
  color: #a70101;
}
h1 {
  line-height: 48px;
  font: 40px "Jost";
  color: #351516;
  font-weight: 500;
}
* h2 {
  line-height: 48px;
  font: 40px "Jost";
  color: #351516;
  text-align: center;
}
@media screen and (max-width: 600px) {
  h1,
  h2 {
    line-height: 1.2px;
    font: 25px "Jost";
  }
}
h2 strong {
  font-size: 22px;
  line-height: 27px;
  color: #131313;
  font-weight: bold;
  font-style: italic;
  text-shadow: transparent 0px 0px 4px;
  display: block;
  margin-top: -5px;
}
h1,
.h2-line {
  padding-bottom: 5px;
  text-align: center;
}
.h2 {
  text-align: center;
}
.h2-line-2 {
  padding-bottom: 2px;
}
.h2-line-3 {
  /*border-bottom:#d6d6d6 1px solid;*/
  padding-bottom: 0px;
  display: block;
}
h3 {
  font-size: 20px;
  line-height: 45px;
  color: #351516;
  font-weight: normal;
}
.h3-line {
  border-bottom: #d6d6d6 1px solid;
  padding-bottom: 2px;
}
.h3 {
  text-align: center;
}
.h3-line-2 {
  border-bottom: #d6d6d6 1px solid;
  padding-bottom: 2px;
  display: inline-block;
}

h4 {
  font-size: 24px;
  line-height: 38px;
  color: #351516;
  font-weight: normal;
  font-style: italic;
  text-align: center; /* text-shadow:#6c6c6c 0px 0px 4px;*/
  background: url(/website/img/venzel.png) no-repeat center bottom;
  height: 61px;
}
h5 {
  font-size: 30px;
  line-height: 36px;
  color: #351516;
  font-weight: normal;
  font-style: italic;
  text-shadow: #6c6c6c 0px 0px 4px;
}
.h5-line {
  border-bottom: #d6d6d6 1px solid;
  padding-bottom: 6px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
ul.list-1 li {
  padding: 0px 0 12px 17px;
  line-height: 18px;
  background: url(../images/marker.gif) 0 7px no-repeat;
}
ul.list-1 li a {
  font-size: 14px;
  color: #7cb6b6;
  line-height: 18px;
  font-weight: bold;
  text-decoration: underline;
}
ul.list-1 li a:hover {
  text-decoration: none;
}

/******************************************************************/
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  width: 100%;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.extra-wrap {
  overflow: hidden;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.it-bold {
  font-style: italic;
  font-weight: bold;
}
.img-indent {
  float: left;
  margin: 3px 40px 0px 0;
}

.last {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.top-1 {
  padding-top: 2px;
}
.top-2 {
  padding-top: 28px;
}
.top-3 {
  padding-top: 13px;
}
.top-4 {
  padding-top: 33px;
}
.top-5 {
  padding-top: 24px;
}

.left-1 {
  margin-left: 40px;
}
.left-2 {
  margin-left: 50px;
}

.bot-0 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.pad-0 {
  padding: 0px 0px 0px 0px;
}
.pad-1 {
  padding: 33px 39px 0px 39px;
}
.pad-2 {
  padding: 0px 39px 0px 39px;
}
.pad-3 {
  margin: 17px 0px 12px 0px;
}

@media screen and (max-width: 1000px) {
  .pad-0,
  .pad-1,
  .pad-2,
  .pad-3 {
    box-sizing: border-box;
  }
  .pad-1 {
    padding: 20px 10px 0;
  }
}
.p1 {
  padding-bottom: 18px;
}
.p2 {
  padding-bottom: 13px;
}

/*********************************header*************************************/
header {
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  header {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 400px) {
  header {
    padding: 0 10px 0;
  }
}
header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.header_adr {
  text-align: center;
}
@media screen and (max-width: 719px) {
  .header_adr {
    position: absolute;
    bottom: 0;
    left: 20%;
  }
  .header_adr img {
    width: 25px;
  }
}
@media screen and (max-width: 599px) {
  .header_adr {
    left: 0;
    bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  .header_adr {
    position: static;
    order: 10;
    width: 100%;
    text-align: center;
  }
}
.header_adr span {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .header_adr span {
    font-size: 17px;
  }
}
@media screen and (max-width: 719px) {
  .header_adr span {
    display: inline-block;
  }
}
@media screen and (max-width: 410px) {
  .header_adr span {
    font-size: 15px;
  }
}
header .header_logo {
  flex-grow: 1;
  width: calc(100% - 420px);
}
@media screen and (max-width: 900px) {
  header .header_logo {
    margin-left: -10px;
  }
}
@media screen and (max-width: 719px) {
  header .header_logo {
    align-self: flex-start;
    margin-left: 0;
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  header .header_logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  header .header_logo {
    width: 100%;
  }
}
header .header_logo img {
  max-width: 100%;
}
header .top .phone strong {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 5px;
}
.header_tel {
  text-align: right;
}
@media screen and (max-width: 520px) {
  .header_tel {
    font-size: 16px;
  }
  header .top .phone strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .header_tel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .header_tel p {
    width: 49%;
  }
}

h1 {
  z-index: 100;
  background: url() 0 0 no-repeat;
  margin-left: 10px;
  padding-left: 4px;
}

nav {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  nav {
    width: 100%;
    box-sizing: border-box;
  }
}
nav button {
  display: none;
}
ul.navigation-pages {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
ul.navigation-pages li {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  ul.navigation-pages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.navigation-pages li {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  nav button {
    display: block;
    width: 100%;
    padding: 15px;
    outline: none;
    border: none;
    background: #352526;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
  }
  ul.navigation-pages {
    display: none;
  }
  ul.navigation-pages li {
    width: 100%;
    float: none;
    display: block;
  }
}
ul.navigation-pages li:first-child {
  border-left: none !important;
}
/* ul.navigation-pages li:first-child a { width:156px !important;} */
ul.navigation-pages li a {
  color: #ffffff;
  font-size: 18px;
  padding: 25px;
  background: #352526;
  border-bottom: none !important;
  display: block;
  text-align: center;
}
ul.navigation-pages li:hover > a,
ul.navigation-pages li.current > a {
  background: #4e4040;
  text-decoration: none;
}
ul.navigation-pages li.active a {
  background: #4e4040;
  text-decoration: none;
}
ul.navigation-pages li ul li a {
  width: 155px;
  text-decoration: none;
}
.navigation-pages > li {
  position: relative;
}
.navigation-pages > li > ul {
  position: absolute;
  z-index: 1000;
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation-pages > li > ul {
    display: block;
    position: static;
  }
  ul.navigation-pages li ul li a {
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
  }
}
.navigation-pages > li > ul li a {
  font-size: 16px;
}
.navigation-pages > li:hover > ul {
  display: block;
}

.phone-number {
  font-size: 24px;
  line-height: 30px;
  color: #351516;
  font-style: italic;
  text-align: center;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 111;
  width: 948px;
}
.phone-number strong {
  display: block;
  color: #131313;
  margin-top: -2px;
}

/*********************************content*************************************/
#content {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 22px;
}
@media screen and (max-width: 1000px) {
  #content {
    width: 100%;
  }
}
.border-right {
  border-right: #cccccc 1px solid;
}
.border-1 {
  border-bottom: #d6d6d6 1px solid;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.border-2 {
  background: url(../img/line.jpg) center bottom no-repeat;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
.border-3 {
  border-bottom: #d6d6d6 1px solid;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.img-border {
  background: #fff;
  display: inline-block;
  padding: 3px;
  border: #d7d7d7 1px solid;
}

.block-1 {
  overflow: hidden;
  border: #bebebe 1px solid;
  border-top: none !important;
  background: url(../img/block-1.jpg) 0 bottom no-repeat #fff;
}
.block-1 > div {
  float: left;
  width: 169px;
  padding: 25px 30px 23px 40px;
}
.block-1 > div.block-1-last {
  width: 158px;
  padding: 25px 30px 22px 40px;
}
.block-1-title {
  height: 81px;
  white-space: nowrap;
}
.block-1-title > span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: bold;
  color: #b4b4b4;
  width: 23px;
  float: left;
  margin-top: 40px;
}
.block-1-title > div.text-1 {
  font-family: "Jost" /*'Lobster', cursive*/;
  font-size: 26px;
  line-height: 25px;
  color: #351516;
  text-shadow: #a7a7a7 0 0 5px;
  display: inline-block;
}
.block-1-title > div.text-1 > strong {
  display: block;
  font-size: 56px;
  line-height: 70px;
  font-weight: normal;
  margin-top: -34px;
}
.block-1-title > div.text-2 {
  font-family: "Jost", cursive;
  font-size: 26px;
  line-height: 25px;
  color: #351516;
  overflow: hidden;
  text-shadow: #a7a7a7 0 0 5px;
  padding-left: 12px;
  padding-right: 10px;
  display: inline-block;
  margin-top: -7px;
}
.block-1-title > div.text-2 > strong {
  display: block;
  font-size: 44px;
  line-height: 55px;
  font-weight: normal;
  margin-top: -36px;
  text-align: right;
}
.block-1-title > div.text-3 {
  font-family: "Jost", cursive;
  font-size: 26px;
  line-height: 25px;
  color: #351516;
  overflow: hidden;
  text-shadow: #a7a7a7 0 0 5px;
  padding-left: 6px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 1px;
}
.block-1-title > div.text-3 > strong {
  display: block;
  font-size: 62px;
  line-height: 80px;
  font-weight: normal;
  margin-top: -36px;
  text-align: right;
  padding-left: 18px;
}
.block-1-title > div.text-4 {
  font-family: "Jost", cursive;
  font-size: 26px;
  line-height: 25px;
  color: #351516;
  text-shadow: #a7a7a7 0 0 5px;
  padding-left: 5px;
  display: inline-block;
}
.block-1-title > div.text-4 > strong {
  display: block;
  font-size: 61px;
  line-height: 75px;
  font-weight: normal;
  margin-top: -38px;
}
.block-1 p {
  margin-top: -7px;
}
.block-1 > div a.link-1 {
  margin-right: 19px;
}
.block-1 > div.block-1-last a.link-1 {
  margin-right: 9px;
}

.block-2 {
  overflow: auto; /* border:#351516 1px solid; border-top:none !important; */
  padding-bottom: 40px;
}

.col-1 {
  float: left;
  width: 590px;
}
.col-2 {
  float: left;
  width: 230px;
}
.box-1 {
  overflow: hidden;
  padding-top: 28px;
}
.comment p img:first-child {
  margin: -2px 5px 0 0;
}
.comment p img.second {
  margin: 0px 0px 0 20px;
}
.comment > span {
  display: block;
  text-align: right;
  margin-top: 6px;
}

.block-3 {
  background: url(../img/block-3.png) center 0 no-repeat;
  margin-top: 43px;
  overflow: hidden;
  padding-top: 17px;
}

.box-3 {
  overflow: hidden;
  padding-top: 30px;
  margin: 0 40px 0 40px;
}
.box-3 > div {
  width: 190px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.box-3 > div p {
  margin-top: 11px;
}

.col-3 p.center {
  margin-top: 29px;
}
.block-4 {
  /* background:url(../img/block-4.png) center 0 no-repeat; */
  margin-top: 17px;
  padding-top: 15px;
}

.box-4 {
  overflow: hidden;
  padding-top: 8px;
  margin-left: 40px;
  margin-right: 40px;
}
.box-4 > div {
  width: 190px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.box-4 > div h4 {
  margin-bottom: 4px;
}
.box-4 > div p {
  margin-top: 11px;
}

.col-4 {
  float: left;
  width: 310px;
}
.col-4 h3,
.col-5 h3 {
  padding-top: 34px;
}
.col-5 {
  float: left;
  width: 510px;
}
.col-5 h2 {
  padding-top: 33px;
}
@media screen and (max-width: 919px) {
  .col-5 {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contacts_block {
    display: flex;
    flex-direction: column;
  }
  .col-5 {
    width: 100%;
    float: none;
    order: 10;
  }
  .col-4 {
    width: 100%;
    float: none;
  }
  .left-2 {
    margin-left: 0;
  }
}
img.accomodation {
  margin-bottom: 30px;
  margin-top: 30px;
}

.flexslider {
  overflow-x: hidden;
}
@media (max-width: 520px) {
  header .flexslider {
    border: none;
  }
  header .flex-control-nav {
    width: auto;
    bottom: 9px;
    right: 30px;
  }
}
@media screen and (max-width: 400px) {
  header .flexslider {
    margin: 0 -10px;
  }
}
#menu_all {
  /* height: 476px;
  background: url(/website/img/menu_bg.png) no-repeat center top; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;

  /* новогоднее меню */
  min-height: 470px;
  background: url(/website/img/menu_bg_ny.png) no-repeat center top;
  background-size: 100% 100%;
}
#menu_all a {
  font-size: 18px;
  line-height: 41px;
  display: block;
  color: #fff;
  font-style: italic;
}
#menu_all a:hover,
#menu_all a.active {
  color: #cf8b60;
  text-decoration: none;
}

#ny_link {
  margin-left: 115px;
  margin-top: 15px;
}

ul#left_menu,
ul#right_menu {
  box-sizing: border-box;
  display: block;
  width: 48%;
  margin:  0 0 20px;
  /* margin-top:39px; без ny */
}
ul#left_menu {
  padding-left: 80px;
}
@media screen and (max-width: 919px) {
  #menu_all {
    box-sizing: border-box;
  }
  ul#left_menu {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  ul#left_menu {
    padding-left: 25px;
  }
}
@media screen and (max-width: 540px) {
  #menu_all {
    padding: 20px 10px;
    background-size: cover;
    min-height: initial;
    align-items: flex-start;
  }
  ul#left_menu {
    padding-left: 0px;
  }
}
@media screen and (max-width: 479px) {
  #ny_link {
    margin: 15px auto 0;
    text-align: center;
  }
  
}
ul#left_menu li a,
ul#right_menu li a {
  padding-left: 55px;
  background-image: url(/website/img/menu_icons.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  ul#left_menu li a,
  ul#right_menu li a {
    font-size: 16px;
  }
  ul#right_menu li:nth-child(3) a {
    line-height: 1.4;
  }
}
@media screen and (max-width: 420px) {
  #menu_all {
    padding: 30px 0;
    background: #2f1b1d;
    border: 4px double #eee7df;
  }
  ul#left_menu,
  ul#right_menu {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
ul#left_menu li:nth-child(1) a {
  background-position: 0px -326px;
}
ul#left_menu li:nth-child(2) a {
  background-position: 0px -326px;
}
ul#left_menu li:nth-child(3) a {
  background-position: 0px -326px;
}
ul#left_menu li:nth-child(4) a {
  background-position: 0px 6px;
}
ul#left_menu li:nth-child(5) a {
  background-position: 0px -40px;
}
ul#left_menu li:nth-child(6) a {
  background-position: 0px -84px;
}
ul#left_menu li:nth-child(7) a {
  background-position: 0px -131px;
}
ul#left_menu li:nth-child(8) a {
  background-position: 0px -177px;
}
ul#left_menu li:nth-child(9) a {
  background-position: -1px -223px;
}
ul#left_menu li:nth-child(10) a {
  background-position: 0px -268px;
}
ul#right_menu li:nth-child(1) a {
  background-position: 0px -326px;
}
ul#right_menu li:nth-child(2) a {
  position: relative;
  background: none;
}
ul#right_menu li:nth-child(2) a::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url('/website/img/canape.png') center center / 100% auto no-repeat;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(81%) sepia(8%) saturate(512%) hue-rotate(0deg) brightness(95%) contrast(86%);
}
ul#right_menu li:nth-child(3) a {
  background-position: -3px -598px;
}
ul#right_menu li:nth-child(4) a {
  background-position: 0px -418px;
}
ul#right_menu li:nth-child(5) a {
  background-position: 0px 6px;
}
ul#right_menu li:nth-child(6) a {
  background-position: 0px -375px;
}
ul#right_menu li:nth-child(7) a {
  background-position: -2px -555px;
}
ul#right_menu li:nth-child(8) a {
  background-position: -2px -508px;
}
ul#right_menu li:nth-child(9) a {
  background-position: -1px -464px;
}
ul#right_menu li:nth-child(10) a {
  background-position: 0px -326px;
}

ul#left_menu li:nth-child(1) a:hover {
  background-position: 1px -985px;
}
ul#left_menu li:nth-child(2) a:hover {
  background-position: 1px -985px;
}
ul#left_menu li:nth-child(3) a:hover {
  background-position: 1px -985px;
}
ul#left_menu li:nth-child(4) a:hover {
  background-position: 0px -655px;
}
ul#left_menu li:nth-child(5) a:hover {
  background-position: 0px -701px;
}
ul#left_menu li:nth-child(6) a:hover {
  background-position: 0px -745px;
}
ul#left_menu li:nth-child(7) a:hover {
  background-position: 0px -792px;
}
ul#left_menu li:nth-child(8) a:hover {
  background-position: 0px -838px;
}
ul#left_menu li:nth-child(9) a:hover {
  background-position: -1px -884px;
}
ul#left_menu li:nth-child(10) a:hover {
  background-position: 0px -929px;
}
ul#right_menu li:nth-child(1) a:hover {
  background-position: 1px -985px;
}
ul#right_menu li:nth-child(2) a:hover::before,
ul#right_menu li:nth-child(2) a.active::before {
  filter: invert(63%) sepia(57%) saturate(385%) hue-rotate(339deg) brightness(86%) contrast(86%);
}
ul#right_menu li:nth-child(3) a:hover {
  background-position: -2px -1257px;
}
ul#right_menu li:nth-child(4) a:hover {
  background-position: 1px -1077px;
}
ul#right_menu li:nth-child(5) a:hover {
  background-position: 0px -655px;
}
ul#right_menu li:nth-child(6) a:hover {
  background-position: 1px -1034px;
}
ul#right_menu li:nth-child(7) a:hover {
  background-position: -1px -1214px;
}
ul#right_menu li:nth-child(8) a:hover {
  background-position: -1px -1167px;
}
ul#right_menu li:nth-child(9) a:hover {
  background-position: 0px -1123px;
}
ul#right_menu li:nth-child(10) a:hover {
  background-position: 1px -985px;
}

ul#left_menu li:nth-child(1) a.active {
  background-position: 1px -985px;
}
ul#left_menu li:nth-child(2) a.active {
  background-position: 1px -985px;
}
ul#left_menu li:nth-child(3) a.active {
  background-position: 1px -985px;
}
ul#left_menu li:nth-child(4) a.active {
  background-position: 0px -655px;
}
ul#left_menu li:nth-child(5) a.active {
  background-position: 0px -701px;
}
ul#left_menu li:nth-child(6) a.active {
  background-position: 0px -745px;
}
ul#left_menu li:nth-child(7) a.active {
  background-position: 0px -792px;
}
ul#left_menu li:nth-child(8) a.active {
  background-position: 0px -838px;
}
ul#left_menu li:nth-child(9) a.active {
  background-position: -1px -884px;
}

ul#right_menu li:nth-child(1) a.active {
  background-position: 1px -985px;
}
ul#right_menu li:nth-child(2) a.active {
  background-position: 0px -929px;
}
ul#right_menu li:nth-child(3) a.active {
  background-position: -2px -1257px;
}
ul#right_menu li:nth-child(4) a.active {
  background-position: 1px -1077px;
}
ul#right_menu li:nth-child(5) a.active {
  background-position: 0px -655px;
}
ul#right_menu li:nth-child(6) a.active {
  background-position: 1px -1034px;
}
ul#right_menu li:nth-child(7) a.active {
  background-position: -1px -1214px;
}
ul#right_menu li:nth-child(8) a.active {
  background-position: -1px -1167px;
}
ul#right_menu li:nth-child(9) a.active {
  background-position: 0px -1123px;
}
ul#right_menu li:nth-child(10) a.active {
  background-position: 1px -985px;
}

ul.list {
  margin-top: 26px;
}
.list li {
  overflow: hidden;
  vertical-align: top;
  padding: 0px 0 0px;
  line-height: 20px;
  /*  background:url(../img/marker.gif) 0 9px no-repeat;*/
}
.list li.list_desc {
  padding: 0px 0 15px;
}
.list li.list_desc strong {
  font-weight: 400;
}

.list li em,
.list tr td em {
  background: url(../img/line-hor.gif) repeat-x 0% 15px;
  display: block;
  overflow: hidden;
}
.list li span {
  float: right;
  font-size: 16px;
  color: #4a4a4f;
  font-weight: bold;
}
.list li strong {
  float: left;
  font-size: 14px;
  color: #351516;
  line-height: 20px;
  font-weight: bold;
}

.list tr td {
  background: url(../img/line-hor.gif) repeat-x 0% 15px;
}

#drinks h4:first-of-type {
  font-size: 34px;
}

.col-7 {
  float: left;
  width: 630px;
}
.col-7 h2 {
  padding-top: 33px;
}
.col-8 {
  float: left;
  width: 190px;
}
.col-8 h5 {
  padding-top: 39px;
}

.box-5 {
  overflow: hidden;
}
.box-5 > div {
  width: 151px;
  float: left;
  text-align: center;
  margin-right: 8px;
}
.box-5 > div p {
  margin-top: 11px;
}

.comment-2 {
  margin-top: 28px;
}
.comment-2 > p {
  padding-bottom: 17px;
}
.comment-2 p img:first-child {
  margin: -2px 5px 0 0;
}
.comment-2 img.second {
  margin: 0px 0px 0 20px;
}
.comment-2 > span {
  display: block;
  text-align: right;
  margin-top: 6px;
}

.number {
  overflow: hidden;
  border-bottom: #d6d6d6 1px solid;
  padding-bottom: 14px;
  margin-bottom: 13px;
}
.number > strong {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #131313;
  font-style: italic;
  font-weight: normal;
  text-shadow: #6c6c6c 0px 0px 3px;
  margin: -4px 5px 0 0;
}

.age_warn {
  position: absolute;
  right: 94px;
  top: 16px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
}
/**********************form**********************/
.map {
  width: 502px;
  height: 550px;
  margin: 33px 0 0 0;
}
.map iframe {
  width: 502px;
  height: 550px;
}
@media screen and (max-width: 919px) {
  .map,
  .map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    margin: 10px 0 0 0;
    box-sizing: border-box;
  }
}
dl.adr {
  width: 200px;
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  dl.adr {
    width: 100%;
  }
  dl br {
    display: none;
  }
}
dl.adr dt {
  margin: 14px 0 6px 0;
}
dl.adr dd span {
  width: 62px;
  text-align: right;
  display: block;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  dl.adr dd span {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  dl.adr dd a {
    display: block;
  }
}
#form {
  margin: 33px 0 0px 0px;
  width: 310px;
}
#form input {
  border: #d8d5d5 1px solid;
  background: #e4e4e4;
  font: 14px "Jost", Verdana, serif;
  color: #48484e;
  padding: 4px 10px 6px 10px;
  outline: medium none;
  width: 218px;
  height: 17px;
  float: left;
}
#form textarea {
  border: #d8d5d5 1px solid;
  background: #e4e4e4;
  font: 14px "Jost", Verdana, serif;
  color: #48484e;
  height: 255px;
  outline: medium none;
  overflow: auto;
  padding: 4px 0px 0px 10px;
  width: 228px;
  resize: none;
  margin: 0px 0 0 0;
  float: left;
}
#form label {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 37px;
}
#form label strong {
  font-weight: normal;
  text-align: right;
  display: inline-block;
  width: 60px;
  padding-top: 4px;
  padding-right: 9px;
}
.btns {
  text-align: right;
  width: 310px;
  padding-top: 6px;
}
.btns a {
  display: inline-block;
  margin: 0 0px 0 20px;
}
.form-container {
  padding: 40px 15px;
  background: url("../img/form_background_22.jpg") center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .form-container {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 600px) {
  .form-container {
    padding: 15px;
  }
}

.form-header {
  text-align: center;
  margin: 0;
  padding: 0 0 35px;
  color: #352526;
  line-height: 1.1;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 680px) {
  .form-header {
    padding: 0 0 20px;
    font-size: 25px;
  }
}
#captcha {
  border: 1px solid #351516;
  padding: 10px;
}
.text-block {
  width: 100%;
}
#form-reserv,
#form-reserv2 {
  display: grid;
  grid-template-columns: 1fr 230px 175px;
  grid-column-gap: 30px;
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #form-reserv,
  #form-reserv2 {
    grid-column-gap: 15px;
  }
}
@media (max-width: 680px) {
  #form-reserv {
    grid-template-columns: 1fr;
  }
  #form-reserv,
  #form-reserv2 > .info-client:nth-child(1),
  #form-reserv,
  #form-reserv2 > .info-client:nth-child(2),
  #form-reserv,
  #form-reserv2 > .info-client:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
  /* #form-reserv, #form-reserv2 > .info-client:nth-child(1) br,
		#form-reserv, #form-reserv2 > .info-client:nth-child(2) br,
		#form-reserv, #form-reserv2 > .info-client:nth-child(3) br {
			display: none;
		} */
}
@media (max-width: 420px) {
  #form-reserv,
  #form-reserv2 > .info-client:nth-child(1),
  #form-reserv,
  #form-reserv2 > .info-client:nth-child(2),
  #form-reserv,
  #form-reserv2 > .info-client:nth-child(3) {
    grid-template-columns: 1fr;
  }
}
#form-reserv .text-block,
#form-reserv .big-block,
#form-reserv2 .text-block,
#form-reserv2 .big-block {
  grid-column: 1/-1;
}
#form-reserv input[type="text"],
#form-reserv2 input[type="text"] {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.1;
  font-family: "Jost", sans-serif;
  background: #fbf7f1;
  border: 1px solid #351516;
  box-sizing: border-box;
}
#textarea {
  width: 100%;
  height: 75px;
  padding: 10px;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  background: #fbf7f1;
  border: 1px solid #351516;
  box-sizing: border-box;
}
#form-reserv .datepicker,
#form-reserv2 .datepicker {
  width: 100%;
}
/*#form-reserv input[type="text"]:last-of-type {
	margin-right: 0;
}*/
#form-reserv button,
#form-reserv2 button {
  cursor: pointer;
  margin-top: 20px;
  margin-left: 0;
}
#form-reserv label,
#form-reserv2 label {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #351525;
}
#form-reserv > div.info-client > span {
  position: absolute;
  top: -12px;
  left: 0;
  color: red;
  font-size: 12px;
}
#form-reserv > div.info-client > input.error {
  border: 1px solid red;
}
#form-reserv select {
  position: relative;
  width: 100%;
  height: 33px;
  padding: 0 10px;
  background: transparent;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #351516;
  box-sizing: border-box;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.place_wrapper {
  position: relative;
  background: #fff;
}
#form-reserv .place_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #fbf7f1;
  border: 1px solid #351516;
  background-image: url("/website/img/triangledowm.png");
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  z-index: 1;
}
#form-reserv .captcha_row {
  grid-column: 1/-1;
  margin-top: 10px;
}
#form-reserv .captcha_row input {
  margin: 0;
}
#form-reserv .captcha_row label {
  margin: 0;
}
.place_wrapper select::-ms-expand {
  display: none;
}
#form-reserv .big-block,
#form-reserv2 .big-block {
  display: grid;
  grid-template-columns: 185px auto auto 225px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 840px) {
  #form-reserv .big-block {
    grid-template-columns: 185px auto auto;
  }
}
@media (max-width: 620px) {
  #form-reserv .big-block {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
  #form-reserv .warning {
    grid-column: 1/-1;
    margin-top: 10px;
  }
  #form-reserv p.obligatorily br {
    display: none;
  }
  #form-reserv .eating {
    align-self: flex-end;
  }
}
@media (max-width: 380px) {
  #form-reserv .big-block {
    grid-template-columns: 1fr;
  }
  #form-reserv .eating {
    margin-top: 10px;
  }
}
#form-reserv p.obligatorily {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  color: #3b0f0e;
  font-family: "Jost", sans-serif;
}
#form-reserv .btn {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-color: #352526;
  border-radius: 26.5px;
  border: none;
}
@media (max-width: 840px) {
  #form-reserv .info-client.but {
    grid-column: 1/-1;
    margin: 15px auto;
  }
  #form-reserv .btn {
    padding: 15px 50px;
  }
}
@media (max-width: 400px) {
  #form-reserv .btn {
    padding: 15px 20px;
  }
}
#form-reserv .politika,
.form-reserv2 .politika {
  font-weight: normal;
}
.form-container .politika {
  display: block;
  font-weight: normal;
  grid-column: 1/-1;
  margin: 20px 0 0;
  font-weight: 300;
  font-size: 14px;
  color: #3b0f0e;
  font-family: "Jost", sans-serif;
}
.form-container .politika a {
  text-decoration: underline;
}
.form-container .politika a:hover {
  text-decoration: none;
}
#reserv_ok_btn {
  display: none;
}
#reserv_ok {
  display: none;
  max-width: 100%;
  width: 615px;
  padding: 55px 15px;
  background-image: url("/website/img/reserv_ok.jpg");
  background-size: cover;
  border-radius: 8px;
  box-sizing: border-box;
}
#reserv_ok p {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  color: #352526;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
#reserv_ok p span {
  display: inline-block;
  padding: 12px 25px;
  font-size: 38px;
  letter-spacing: 0.065em;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: rgb(196, 164, 132);
}
@media (max-width: 480px) {
  #reserv_ok {
    padding: 30px 15px;
  }
  #reserv_ok p {
    font-size: 20px;
  }
  #reserv_ok p span {
    font-size: 22px;
  }
}
/*#form-reserv label:after{
display:block;
width:27px;
height:44px;
right:0;
position:absolute;
top:0;
border-left:1px solid #351516;
content:' ';
text-align:center;
vertical-align:middle;

}
#form-reserv label:before{
display:block;
position:absolute;
top:0;
right:0;
content:url(/website/img/down-arrow.png);
}*/
#form-reserv .pans {
  /*position: absolute;
	right: 50px;
	top: 112px;*/
  margin-top: -9px;
  margin-left: 41px;
}
#form-reserv div.kind-number {
  width: 470px;
  float: left;
}
#form-reserv div.note {
  float: right;
  width: 375px;
}
#form-reserv div.note #captcha {
  width: 200px;
  height: 41px;
}

/*.form-header {
    text-align: center;
}
.form-desc {
    text-align: left;
	position: absolute;
	bottom: 24px;
	left: 60px;
}*/
.form-header span,
.form-desc span {
  font-family: Georgia;
  color: #351516;
  font-weight: 700;
  line-height: 20px;
}
.form-header span {
  font-size: 24px;
}
.form-desc {
  /* display: inline-block;
    padding: 0 40px;
    background: url('../img/desc-decor.png') no-repeat center left, url('../img/desc-decor.png') no-repeat center right;*/
  color: #35090a;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
/*.form-desc span {
    font-size: 16px;
    vertical-align: baseline;
    font-style: italic;
}
.form-desc .big-fnt {
    font-size: 24px;
    font-weight: bold;
}*/
.form-control,
.btn {
  display: block;
  float: left;
  border: 1px solid #351516;
}
.form-control {
  height: 33px;
  padding: 0 5px;
  font-family: Georgia;
  color: #351516;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.btn {
  height: 40px;
  font-family: Georgia;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.send-btn {
  background: #794d48; /* Old browsers */
  background: -moz-linear-gradient(top, #794d48 0%, #5f3f3a 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #794d48),
    color-stop(100%, #5f3f3a)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #794d48 0%,
    #5f3f3a 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #794d48 0%,
    #5f3f3a 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #794d48 0%, #5f3f3a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #794d48 0%, #5f3f3a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#794d48', endColorstr='#5f3f3a',GradientType=0 ); /* IE6-9 */
  border-color: #774c1d;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  color: #eeebe2;
}
.user-info {
  max-width: 145px;
  height: 38px;
  background: -webkit-linear-gradient(90deg, #f8f7f2 0%, #efede3 100%);
  background: -moz-linear-gradient(90deg, #f8f7f2 0%, #efede3 100%);
  background: -o-linear-gradient(90deg, #f8f7f2 0%, #efede3 100%);
  background: -ms-linear-gradient(90deg, #f8f7f2 0%, #efede3 100%);
  background: linear-gradient(0deg, #f8f7f2 0%, #efede3 100%);
}
.date {
  width: 92px;
  background: -webkit-linear-gradient(
    90deg,
    #e6e2d4 0%,
    #d4d0b7 5%,
    #d4d0b7 16%,
    #e4e1d1 52%,
    #f3f1e9 97%
  );
  background: -moz-linear-gradient(
    90deg,
    #e6e2d4 0%,
    #d4d0b7 5%,
    #d4d0b7 16%,
    #e4e1d1 52%,
    #f3f1e9 97%
  );
  background: -o-linear-gradient(
    90deg,
    #e6e2d4 0%,
    #d4d0b7 5%,
    #d4d0b7 16%,
    #e4e1d1 52%,
    #f3f1e9 97%
  );
  background: -ms-linear-gradient(
    90deg,
    #e6e2d4 0%,
    #d4d0b7 5%,
    #d4d0b7 16%,
    #e4e1d1 52%,
    #f3f1e9 97%
  );
  background: linear-gradient(
    0deg,
    #e6e2d4 0%,
    #d4d0b7 5%,
    #d4d0b7 16%,
    #e4e1d1 52%,
    #f3f1e9 97%
  );
  color: #351516;
  cursor: pointer;
  text-align: center;
}
.user-info:nth-of-type(2),
.user-info:nth-of-type(3) {
  border-left: none;
}
.date:nth-of-type(5) {
  border-left: none;
}
.ml-14 {
  margin-left: 14px;
}

.gostblock {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.gostblock figure {
  float: left;
}
.gostblock figure:nth-of-type(2) {
  margin: 0 15px;
}
.gostblock figure img {
  border-radius: 8px;
}
.gostblock figure figcaption {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}
.gostblock figure figcaption a {
  background: rgb(233, 70, 75);
  background: -moz-linear-gradient(
    top,
    rgba(233, 70, 75, 1) 0%,
    rgba(137, 30, 33, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(233, 70, 75, 1) 0%,
    rgba(137, 30, 33, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(233, 70, 75, 1) 0%,
    rgba(137, 30, 33, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9464b', endColorstr='#891e21',GradientType=0 );
  color: #fff;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  height: 40px;
  font-size: 16px;
  box-sizing: border-box;
  padding-top: 10px;
  border-radius: 8px;
}
.catalogblock {
  margin-top: -20px;
}
.catalogblock hr {
  background: #615152;
  border: 0;
  height: 1px;
}
.catalogblock h2 {
  margin-bottom: 20px;
}
.catalogblock .cat_item {
  position: relative;
  margin-bottom: 20px;
  min-height: 160px;
  overflow: auto;
}
@media screen and (max-width: 680px) {
  .catalogblock .cat_item {
    text-align: center;
  }
}
.catalogblock .cat_item .item_name a,
.catalogblock .cat_item .item_name {
  font-size: 18px;
  font-weight: bold;
  color: #615152;
  margin-bottom: 5px;
  /*display: block;*/
}

.cat_item .right {
  float: right;
  width: 350px;
}
@media screen and (max-width: 920px) {
  .cat_item .right {
    width: 300px;
  }
}
@media screen and (max-width: 680px) {
  .cat_item .right {
    width: 100%;
    float: none;
  }
}
.cat_item .item_pic {
  float: left;
  width: 520px;
}
@media screen and (max-width: 920px) {
  .cat_item .item_pic {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 680px) {
  .cat_item .item_pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 2px solid #615152;
  }
}
.cat_item .item_pic a {
  display: block;
  font-size: 0;
  width: 100%;
  max-width: 510px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.cat_item .item_pic:hover a {
  position: relative;
}
.cat_item .item_pic:hover a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: rgba(250, 223, 194, 0.8);
}
.cat_item .item_pic a:hover::after {
  content: "Просмотреть еще фото номера";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 80px;
  padding-top: 45px;
  background-image: url("/website/img/item_more.png");
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: rgb(55, 20, 27);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(239, 219, 196, 1);
  box-sizing: border-box;
}
.cat_item .item_pic img {
  outline: 1px solid #8d6b62;
  border: 1px solid #e2dad9;
  padding: 3px;
  background: #fff;
  box-sizing: border-box;
}

.catalog_text {
  font-size: 18px;
  font-weight: bold;
  color: #615152;
  padding-bottom: 20px;
  overflow: auto;
}
.catalog_text span {
  display: block;
}
.catalog_text span:first-of-type {
  width: 70%;
  float: left;
}
.catalog_text span:last-of-type {
  width: 30%;
  float: right;
}
@media screen and (max-width: 360px) {
  .catalog_text span:first-of-type,
  .catalog_text span:last-of-type {
    width: 100%;
    float: none;
  }
  .catalog_text span:first-of-type {
    margin-bottom: 5px;
  }
  .catalog_text span:last-of-type {
    font-size: 20px;
  }
}

.border_top {
  border-top: 1px solid #615152;
}
.items_rooms {
  padding: 10px 20px 0;
  border: 1px solid #615152;
  border-radius: 5px;
}
@media screen and (max-width: 920px) {
  .items_rooms {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 680px) {
  .items_rooms {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.items_rooms p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 8px;
}
@media screen and (max-width: 680px) {
  .items_rooms p {
    width: 49%;
  }
}
@media screen and (max-width: 550px) {
  .items_rooms p {
    width: 100%;
  }
}
.items_rooms .rooms {
  margin: 0;
  margin-right: 30px;
  color: #615152;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  text-decoration: none;
}
@media screen and (max-width: 680px) {
  .items_rooms .rooms {
    margin-right: 10px;
  }
}
.rooms:hover {
  text-decoration: underline;
}
.cat_item .items_rooms p a.watch {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  border-radius: 5px;
  background-image: linear-gradient(
    to top,
    rgb(54, 32, 18) 0%,
    rgb(143, 118, 99) 100%
  );
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.cat_item .items_rooms p a.watch:hover {
  background-image: linear-gradient(
    to top,
    rgb(213, 188, 157) 0%,
    rgb(253, 226, 197) 100%
  );
  box-shadow: 0px 1px 0px 0px rgba(159, 146, 144, 1);
  text-decoration: none;
}
.cat_item .item_name {
  display: inline-block;
  padding: 0px 0 10px;
}

.luxury-extra-bed {
  margin-bottom: 10px;
  /* color: #615152; */
  background-color: white;
  padding: 15px;
  font-family: "Jost", sans-serif;
}
.luxury-extra-bed--big {
  /* max-width: 475px; */
  margin-bottom: 70px;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1.2;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .luxury-extra-bed--big {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}
.luxury-extra-bed .item_price {
  margin-top: 10px !important;
}
.luxury-extra-bed b {
  font-size: 17px;
  font-family: "Jost", sans-serif;
}
.luxury-extra-bed--big b {
  position: relative;
  display: block;
  /* margin-bottom: 5px; */
  /* padding-left: 50px; */
  font-size: 17px;
}
/* .luxury-extra-bed--big b::before {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		width: 37px;
		height: 30px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bcb7b3' viewBox='0 0 512 512' width='512'%3E%3Ctitle/%3E%3Cpath d='M432,230.7a79.44,79.44,0,0,0-32-6.7H112a79.51,79.51,0,0,0-32,6.69h0A80.09,80.09,0,0,0,32,304V416a16,16,0,0,0,32,0v-8a8.1,8.1,0,0,1,8-8H440a8.1,8.1,0,0,1,8,8v8a16,16,0,0,0,32,0V304A80.09,80.09,0,0,0,432,230.7Z'/%3E%3Cpath d='M376,80H136a56,56,0,0,0-56,56v72a4,4,0,0,0,5.11,3.84A95.5,95.5,0,0,1,112,208h4.23a4,4,0,0,0,4-3.55A32,32,0,0,1,152,176h56a32,32,0,0,1,31.8,28.45,4,4,0,0,0,4,3.55h24.46a4,4,0,0,0,4-3.55A32,32,0,0,1,304,176h56a32,32,0,0,1,31.8,28.45,4,4,0,0,0,4,3.55H400a95.51,95.51,0,0,1,26.89,3.85A4,4,0,0,0,432,208V136A56,56,0,0,0,376,80Z'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 37px;
	} */
.cat_item .item_price {
  font-size: 16px;
  font-weight: bold;
  color: #615152;
  margin-top:/* 10px; */ 20px;
}
.cat_item .item_price span {
  font-size: 20px;
}
.luxury-extra-bed--big .item_price {
  font-size: 24px;
  font-weight: bold;
}
.cat_item a.watch {
  width: /* 211px; */ 160px;
  margin-top:/* 10px; */ 20px;
}

#item_gallery {
  width: 100%;
}

.slider-for img {
  width: 100%;
  height: auto;
  /* border: 6px solid #d6be9a; */
  box-sizing: border-box;
}
.slider_wrapper {
  margin-top: 5px;
  padding: 8px 0;
  padding-right: 12px;
  border-radius: 10px;
  background-color: #e8ddd1;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.slider-nav {
  position: relative;
  width: calc(100% - 200px);
  padding: 0 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .slider_wrapper {
    flex-wrap: wrap;
  }
  .slider-nav {
    width: 100%;
  }
}
.slider-nav .slick-slide {
  display: block;
  height: auto;
  border: 5px solid transparent;
}
.slider-nav .slick-slide img {
  width: 100%;
  /* border: 6px solid #d6be9a; */
  box-sizing: border-box;
}
.slick-arrow {
  position: absolute;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 34px;
  height: 34px;
  background-image: url(/website/img/item_arrow2.png);
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 17px);
  left: 35px;
  z-index: 4;
}
.slick-arrow:hover {
  opacity: 1;
}
.slider-next {
  transform: scale(-1, 1);
  left: auto;
  right: 30px;
}

.grid-price {
  display: grid;
  grid-template-columns: auto 3fr;
  grid-column-gap: 30px;
}

.big_price {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 50px;
  background-color: white;
  margin-bottom: 70px;
  padding: 10px 30px;
  border-radius: 8px;
}
#item_info hr {
  margin-top: 20px;
  width: 86px;
  margin-right: 320px;
  float: left;
}
a.watch {
  display: inline-block;
  text-align: center;
  background: #754b46;
  color: #fff;
  width: 290px;
  height: 43px;
  font-size: 16px;
  box-sizing: border-box;
  padding-top: 12px;
  /* margin-bottom:10px; */
}
.slider_wrapper a.watch {
  width: auto;
  max-width: 202px;
  height: auto;
  position: relative;
  border-radius: 10px;
  padding: 90px 10px 10px;
  box-sizing: border-box;
  /* background-image: url('/website/img/tur_back.png'); */
  background-color: #352526;
  background-size: cover;
  font-size: 13px;
  /* font-weight: 700; */
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 7px;
}
.slider_wrapper a.watch::before {
  content: "";
  position: absolute;
  left: calc(50% - 29px);
  top: 30px;
  width: 58px;
  height: 48px;
  background-image: url("/website/img/monitor_play_icon.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 680px) {
  .slider_wrapper a.watch {
    width: 100%;
    max-width: 100%;
    padding-top: 25px;
  }
  .slider_wrapper a.watch::before {
    top: 3px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.item_desc {
  width: calc(100% - 230px);
  font-size: 18px;
  margin-bottom: 30px;
}

.item_desc p {
  line-height: 1.9;
}

.item-description p::before {
  content: url("/website/img/circle.png");
  margin-right: 10px;
  line-height: 1.9;
}

@media screen and (max-width: 680px) {
  .item_desc {
    width: 100%;
  }
  .item_desc .big_price {
    margin-bottom: 15px;
  }
}
#skidka {
  display: block;
  background: url(/website/img/percent.png) no-repeat left center;
  padding: 10px 0px 10px 40px;
  width: 365px;
  float: left;
  text-align: left;
  text-transform: uppercase;
  color: red;
}
.blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}

@-webkit-keyframes blink1 {
  0% {
    color: rgba(53, 21, 22, 1);
  }
  50% {
    color: rgba(53, 21, 22, 0);
  }
  100% {
    color: rgba(53, 21, 22, 1);
  }
}
@keyframes blink1 {
  0% {
    color: rgba(53, 21, 22, 1);
  }
  50% {
    color: rgba(53, 21, 22, 0);
  }
  100% {
    color: rgba(53, 21, 22, 1);
  }
}
.info-wrapper #skidka {
  position: relative;
  width: auto;
  max-width: 200px;
  padding: 110px 20px 45px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #351516;
  font-weight: 700;
  border-radius: 10px;
}
.info-wrapper #skidka::before {
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  top: 44px;
  width: 64px;
  height: 58px;
  background-image: url("/website/img/bron_icon.png");
}
#skidka span {
  font-size: 20px;
}
@media screen and (max-width: 680px) {
  .info-wrapper #skidka {
    width: 100%;
    max-width: 100%;
    padding: 75px 20px 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
  }
  .info-wrapper #skidka br {
    display: none;
  }
  #skidka span {
    font-size: 18px;
  }
  .info-wrapper #skidka::before {
    top: 5px;
  }
}
.form-container.item_from {
  padding: 30px 30px 30px;
  background-image: url("/website/img/bron_nomera_card.jpg");
  border-radius: 10px;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 680px) {
  .form-container.item_from {
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
  }
}
.item_from .form-header {
  padding: 0 0 30px;
}
.item_from #form-reserv {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_from .form-header span {
  font-size: 20px;
  font-weight: 700;
  color: #615152;
  text-transform: uppercase;
  font-family: "Jost", Verdana, serif;
}

.input_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 220px);
}
@media screen and (max-width: 600px) {
  .input_wrapper {
    width: 100%;
  }
}
#form-reserv .input_wrapper input[type="text"] {
  display: block;
  width: 49%;
  height: auto;
  margin: 0 0 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  line-height: 13px;
  font-size: 13px;
}
.input_wrapper div {
  position: relative;
  width: 49%;
  margin: 0 0 10px;
}
@media screen and (max-width: 360px) {
  .input_wrapper div,
  #form-reserv .input_wrapper input[type="text"] {
    width: 100%;
  }
  #form-reserv .input_wrapper div.datepicker {
    margin-bottom: 0;
  }
}
.input_wrapper div:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  content: url(../img/calendar.png);
}
#form-reserv .input_wrapper div.datepicker input {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  line-height: 13px;
  font-size: 13px;
}
.item_from #form-reserv > div.info-client {
  max-width: 195px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .item_from #form-reserv > div.info-client {
    width: 100%;
    max-width: 100%;
  }
}
.item_from #form-reserv .politika {
  font-size: 14px;
  color: #615152;
  font-weight: 400;
  text-align: left;
  line-height: 1;
}
.item_from #form-reserv .politika a {
  text-decoration: none;
  font-size: 14px;
  color: #615152;
  font-weight: 400;
}
.item_from #form-reserv button {
  width: 190px;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
  background-image: linear-gradient(
    to top,
    rgb(192, 2, 1) 0%,
    rgb(236, 12, 12) 100%
  );
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  line-height: 44px;
}
.pravila {
  /* float: left;
	width: 50%; */
  line-height: 1.7;
  color: #352526;
}
@media screen and (max-width: 899px) {
  .pravila {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 740px) {
  .pravila {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.pravila a {
  /* color: #615152; */
  text-decoration: underline;
  font-size: 16px;
}
.pravila a:before {
  content: "";
  margin-right: 5px;
  background-image: url("/website/img/list_icon.png");
  background-size: 15px 15px;
  display: inline-block;
  width: 14px;
  height: 15px;
  content: "";
}

.item-inner .bottom .threeblocks div {
  margin-right: 5px;
  /* width:118px;
	height:112px; */
  /* float:right; */
  /* background-image:url(/website/img/pay_blocks_sprite.png); */
  /* background-repeat:no-repeat; */
}
.threeblocks_flex {
  display: grid;
  grid-template-columns: 3fr 1.4fr 1fr 1fr;
  margin-bottom: 20px;
}

.threeblocks_flex img {
  float: right;
  border-radius: 7px;
}

#loyal_link span {
  text-decoration: underline;
}

@media screen and (max-width: 880px) {
  .threeblocks_flex img {
    float: left;
    margin: 20px 20px 0px 0px;
  }
  .threeblocks_flex {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .item-inner .bottom .threeblocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-inner .bottom .threeblocks div {
    width: 32.5%;
    float: none;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 390px) {
  .item-inner .bottom .threeblocks {
    justify-content: center;
  }
  .item-inner .bottom .threeblocks div {
    width: 118px;
    margin: 0 5px 5px;
  }
}
.item-inner .bottom .threeblocks div:nth-of-type(2) {
  background-position: -130px 0;
}
.item-inner .bottom .threeblocks div:nth-of-type(3) {
  background-position: -260px 0;
}
.item-inner .bottom .threeblocks div:nth-of-type(1):hover {
  background-position: 0px -112px;
}
.item-inner .bottom .threeblocks div:nth-of-type(2):hover {
  background-position: -130px -112px;
}
.item-inner .bottom .threeblocks div:nth-of-type(3):hover {
  background-position: -260px -112px;
}

.spec {
  font-size: 18px;
  margin-bottom: 20px;
  /*height: 165px;*/
  clear: both;
  overflow: auto;
}
.spec img {
  margin-right: 20px;
  float: left;
}
.spec2 {
  font-size: 26px;
  line-height: normal;
}

#breadcrumps {
  padding: 10px 0px;
  font-size: 14px;
}

.gost_text p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.gost_text p a {
  font-style: italic;
  font-weight: bold;
}

#bron_form {
  display: none;
  width: 960px;
  max-width: 100%;
  margin: 0;
}
#fancybox-overlay {
  opacity: 0.5 !important;
}

.menu_btn {
  display: block;
  text-align: center;
  /* width: 238px; */
  padding: 10px 25px;
  font-size: 15px;
  padding-top: 12px;
  margin-bottom: 10px;
  color: #fff !important;
  clear: both;
  border-radius: 25px;
  background-color: #d6824b;
  margin-right: 15px;
}

.menu_btn img {
  margin: -5px 8px 0 0;
}

#loyal_link {
  clear: both;
  display: block;
  width: 100%;
  color: #352526;
  text-transform: uppercase;
}
@media screen and (max-width: 740px) {
  #loyal_link {
    padding-top: 10px;
  }
}

#dop_mesto {
  background-color: #fff;
  border: 1px solid #95887f;
  border-radius: 5px;
  padding: 15px 25px;
  color: #615152;
  margin-top: 10px;
}

.toup {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 200;
  cursor: pointer;
}
/*изменения 01.04.2016*/
.jcarousel-skin-tango li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
/*.jcarousel-skin-tango li:nth-child(3n){
margin-right:0;
}*/
.jcarousel-skin-tango li img {
  width: 203px;
}
.mobile_tel {
  text-decoration: none !important;
  color: inherit;
  cursor: initial;
}
#bron_side_btn {
  position: fixed;
  right: 0;
  bottom: 235px;
  z-index: 200;
}
@media screen and (max-width: 1100px) {
  #bron_side_btn {
    top: 50%;
  }
}
@media screen and (max-width: 600px) {
  #bron_side_btn {
    display: none;
  }
}
#bron_side_btn2 {
  display: none;
}
@media screen and (max-width: 600px) {
  #bron_side_btn2 {
    display: block;
    margin-top: 8px;
    text-align: center;
  }
  nav {
    margin-top: 0;
  }
}
#preffs {
  overflow: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}
#preffs div {
  text-align: center;
  width: 33%;
  margin-bottom: 45px;
  padding-top: 110px;
  min-height: 37px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #preffs div {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 350px) {
  #preffs div {
    width: 100%;
    margin-bottom: 15px;
  }
}
#preffs div span {
  text-transform: none;
}
#preffs div:nth-of-type(1) {
  background: url(/website/img/preffs1.png) no-repeat top center;
}
#preffs div:nth-of-type(4) {
  background: url(/website/img/preffs2.png) no-repeat top center;
}
#preffs div:nth-of-type(3) {
  background: url(/website/img/preffs3.png) no-repeat top center;
}
#preffs div:nth-of-type(2) {
  background: url(/website/img/preffs4.png) no-repeat top center;
}
#preffs div:nth-of-type(5) {
  background: url(/website/img/preffs5.png) no-repeat top center;
}
#preffs div:nth-of-type(6) {
  background: url(/website/img/preffs6.png) no-repeat top center;
}

.galleru-block {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.galleru-block img {
  width: 49%;
  margin-bottom: 10px;
}
.gost_text {
  overflow: auto;
  margin-bottom: 20px;
  margin-left: -39px;
}
@media screen and (max-width: 1000px) {
  .gost_text {
    margin-left: 0;
    box-sizing: border-box;
  }
}
.main_start {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px !important;
}
.main_start i {
  color: #351516;
  font-size: 18px;
  line-height: 1.3;
}
.main_start > p {
  width: calc(100% - 425px);
}
@media screen and (max-width: 900px) {
  .main_start > p {
    order: 10;
    width: 100%;
    padding: 20px 10px 0;
    margin-bottom: 10px;
  }
}

.main_start span {
  font: 23px "Jost";
}
.booking {
  display: block;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .c-reserv {
    display: none;
  }
}

::-webkit-input-placeholder {
  color: #351516;
}
::-moz-placeholder {
  color: #351516;
} /* Firefox 19+ */
:-moz-placeholder {
  color: #351516;
} /* Firefox 18- */
:-ms-input-placeholder {
  color: #351516;
}
.reservation.inline {
  display: inline-block;
  vertical-align: top;
  width: 415px;
  text-align: center;
  padding-bottom: 30px;
}

p.sales-reserv span {
  font-size: 26px;
}
p.sales-reserv span b {
  font-size: 44px;
  position: relative;
  top: -18px;
}
.reservation.inline p.reservation-cap {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-style: italic;
  background: url(/website/img/cap.png) top center no-repeat;
  padding: 20px 0 33px;
  margin-bottom: 17px;
}
.reservation-block {
  padding-top: 3px;
  padding-right: 3px;
}
.main_start.reservation-block {
  padding-bottom: 3px !important;
  position: relative;
}
.reservation-block p {
  padding-top: 30px;
  color: #351516;
  font-size: 18px;
  line-height: 17px;
}
.reservation-block p.politika {
  padding-top: 0;
}
.reservation-block p.politika a {
  text-decoration: underline;
}
.reservation-block p.sales-reserv,
p.sales-reserv {
  color: #b50a0a;
  font: 21px "Jost", cursive;
  display: inline-block;
  vertical-align: top;
  margin: 15px auto 0;
  padding: 0;
  line-height: 6px;
  text-align: left;
  height: 40px;
}
.reservation-block > p > span {
  display: block;
}
.reservation a.find-link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 16px 40px;
  text-decoration: none;
  background: url(../img/btn-find.png) top center no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .reservation a.find-link {
    margin-top: 20px;
  }
}
.reservation a.find-link:hover {
  text-decoration: underline;
}
.extra-wrap p {
  margin: 10px 0;
}
.extra-wrap span {
  font-style: italic;
  font-size: 18px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#help {
  clear: both;
  border: 1px solid #5b1a00;
  margin: 10px auto 0;
  max-width: 1080px;
  padding: 9px 20px 9px 40px;
}
@media screen and (max-width: 1000px) {
  #help {
    width: 100%;
    padding: 9px 10px;
    box-sizing: border-box;
  }
}
#help b,
#help a {
  display: inline-block;
}
#help b {
  font: 22px "Jost";
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #help b {
    display: block;
    width: 100%;
  }
}
#help a {
  text-decoration: underline;
  padding: 6px 0 6px 38px;
  font-size: 18px;
  margin-right: 35px;
}
#help noindex a:first-of-type {
  background: url(/website/img/icons/plane.png) no-repeat left center;
  margin-right: 108px;
}
#help noindex a:nth-of-type(2) {
  background: url(/website/img/icons/train.png) no-repeat left center;
}
#help noindex a:nth-of-type(3) {
  background: url(/website/img/icons/sighs.png) no-repeat left center;
  margin-left: 202px;
}
#help > a {
  background: url(/website/img/icons/afisha.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  #help noindex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #help noindex a:first-of-type,
  #help noindex a:nth-of-type(2) {
    margin: 0;
    width: 49%;
    box-sizing: border-box;
  }
  #help noindex a:nth-of-type(3) {
    margin-left: 0;
  }
}

.icons {
  margin-top:/* 10px; */ 20px;
}
.icons img {
  margin-right: 5px;
}

#mycarousel-1 {
  text-align: center;
}

.wrap table {
  width: 100%;
}
.wrap table td {
  text-align: right;
  padding-bottom: 15px;
}
.wrap table td:first-child {
  text-align: left;
}
.wrap table td:nth-child(2),
.wrap table td:nth-child(3) {
  width: 85px;
}
.wrap table th {
  text-align: right;
  padding-bottom: 15px;
}
#recall {
  display: none;
  background: #fbf7f1;
  border: 1px solid #351516;
  border-radius: 20px;
  width: 633px;
  max-width: 100%;
}

.recall-one {
  background: #fbf7f1;
  border: 2px solid #351516;
  border-radius: 20px;
  width: 633px;
  max-width: 100%;
  padding: 4px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .recall-one {
    box-sizing: border-box;
  }
}
#recall-one {
  border: 1px solid #351516;
  border-radius: 20px;
}
.fancybox-opened .fancybox-skin {
  border-radius: 8px;
  padding: 0 !important;
}
.fancybox-close {
  background: url(/website/img/close_big.png) !important;
  height: 73px !important;
  width: 73px !important;
  top: -35px !important;
  right: -35px !important;
}
@media screen and (max-width: 991px) {
  .fancybox-close {
    right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .fancybox-close {
    height: 50px !important;
    width: 50px !important;
    background-size: contain !important;
  }
}
.recall-btn {
  position: fixed;
  right: 0;
  bottom: 75px;
  z-index: 999;
}
.recall-caption {
  padding: 15px 0;
  margin: 0;
  text-align: center;
  font: 600 40px "Jost";
  color: #351516;
  text-shadow: 1px 1px 3px #a28986;
}
#recall form,
.recall-one form {
  display: block;
  width: 510px;
  max-width: 100%;
  margin: 7px auto 0;
  color: #615152;
  font: 15px "Jost", Verdana, serif;
  text-align: center;
}
#recall form input,
#recall form textarea,
.recall-one form input,
.recall-one form textarea {
  width: 99%;
  border: 1px solid #351516;
  background: #fbf7f1;
  padding-left: 15px;
  margin-bottom: 12px;
  box-sizing: border-box;
  color: #615152;
  font: 15px "Jost", Verdana, serif;
}
.recall-one .captcha_row {
  margin-top: 10px;
}
.recall-one .captcha_row input {
  margin: 0;
}
#recall form input,
.recall-one form input {
  height: 36px;
}
#recall form textarea,
.recall-one form textarea {
  height: 100px;
  padding-top: 12px;
}
#recall form button,
.recall-one form button {
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
  font: 18px "Jost", Verdana, serif;
  background: #784c47;
  background: -moz-linear-gradient(top, #784c47, #62413c);
  background: -webkit-linear-gradient(top, #784c47, #62413c);
  background: -o-linear-gradient(top, #784c47, #62413c);
  background: -ms-linear-gradient(top, #784c47, #62413c);
  background: linear-gradient(top, #784c47, #62413c);
  border: none;
  outline: none;
  width: 180px;
  margin: 0 auto 18px;
  padding: 8px 0;
}
#recall form button:hover,
.recall-one form button:hover {
  background: #62413c;
}
#recall form button:active,
#recall form button:focus,
.recall-one form button:active,
.recall-one form button:focus {
  box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.5),
    inset -2px -2px 9px rgba(0, 0, 0, 0.5);
}
.recall-one form .agreement {
  padding-top: 10px;
  padding-bottom: 10px;
}
.recall-one form .agreement label {
  display: block;
  line-height: 1.2em;
}
.recall-one form .agreement input {
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.breakfast-recall a {
  display: inline-block;
  vertical-align: top;
}
.menu_btn.breakfast-recall_review {
  /* width:190px; */
  /* background: #90bd88;
    background: -moz-linear-gradient(top, #90bd88, #6ca262);
    background: -webkit-linear-gradient(top, #90bd88, #6ca262);
    background: -o-linear-gradient(top, #90bd88, #6ca262);
    background: -ms-linear-gradient(top, #90bd88, #6ca262);
    background: linear-gradient(top, #90bd88, #6ca262); */
  background-color: #6fa465;
}
h1.reviews-caption {
  border: none;
  position: relative;
}
.review-block p {
  margin: 0;
  padding: 0;
  font: 15px "Jost", Verdana, serif;
  color: #615152;
  line-height: 18px;
}
.review-block_text {
  padding-left: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .review-block_text {
    padding-left: 10px;
  }
}
p.review-block_name {
  background: #9dc193;
  color: #351516;
  font-style: italic;
  font-size: 24px;
  border-bottom: 1px solid #351516;
  font-weight: 600;
  padding: 16px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  p.review-block_name {
    padding: 16px 10px;
  }
}
.review-block {
  margin-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .review-block {
    margin-top: 0;
  }
}
p.review-block_name span {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
p.review-block_name span:before {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  content: url(/website/img/dotted.png);
}
.review-block p.review-block_positive b {
  font-style: italic;
}
.review-block p.main_review {
  margin-top: 20px;
}
.admin-answer {
  padding-left: 70px;
  border-top: 1px solid #351516;
}
@media screen and (max-width: 600px) {
  .admin-answer {
    padding-left: 25px;
  }
}
p.admin-answer_name {
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  color: #351516;
  padding-top: 13px;
  margin-bottom: 14px;
}
ul.pagination-reviews {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
ul.pagination-reviews li {
  display: inline-block;
  vertical-align: top;
}
ul.pagination-reviews li a {
  text-decoration: none;
  color: #351516;
  font-size: 18px;
  font-weight: 600;
  margin: 0 7px;
  padding: 5px 10px;
  border-radius: 15px;
}
ul.pagination-reviews li.active a,
ul.pagination-reviews li a:hover {
  color: #fff;
  background: #351516;
}
.loading-gif {
  margin: 0 auto;
  margin-bottom: 12px;
  display: none;
}
.hotel-block {
  background: #fbf7f1;
  border: 1px solid #351516;
  margin-top: 11px;
  padding: 18px 40px;
  position: relative;
}
.hotel-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#goToPrevSlide,
#goToNextSlide {
  position: absolute;
  top: 50%;
}
#goToPrevSlide {
  left: 20px;
}
#goToNextSlide {
  right: 20px;
}
p.message-reviews {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.g-recaptcha {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#map {
  display: none;
}
.hidden {
  display: none;
}
.loading-bron {
  /* position: absolute; */
  bottom: 28px;
  width: 239px;
  right: 199px;
  height: 23px;
  /* display: none; */
  width: 160px;
  display: none;
  margin-top: 20px;
}
aside {
  width: 300px;
  float: left;
}
aside + div {
  width: calc(100% - 300px);
  float: right;
}
@media screen and (max-width: 900px) {
  aside {
    width: 270px;
  }
  aside + div {
    width: calc(100% - 270px);
  }
  aside + div img[style="float: left; margin-right: 15px; margin-top: 0px;"] {
    max-width: 40%;
  }
}
@media screen and (max-width: 600px) {
  aside {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  aside + div {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 440px) {
  aside + div img[style="float: left; margin-right: 15px; margin-top: 0px;"] {
    max-width: 100%;
    width: 100%;
    float: none !important;
    margin: 5px 0 !important;
  }
}
aside ul {
  padding: 0;
  list-style: none;
  width: 253px;
}
@media screen and (max-width: 600px) {
  aside ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
aside ul li {
  background: #971c20; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #971c20 0%,
    #6b1115 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #971c20 0%,
    #6b1115 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #971c20 0%,
    #6b1115 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971c20', endColorstr='#6b1115',GradientType=0 ); /* IE6-9 */
  margin-bottom: 11px;
}
@media screen and (max-width: 600px) {
  aside ul li {
    width: 49%;
  }
  aside ul li:nth-child(4) {
    order: 5;
    width: 100%;
  }
  aside ul li:last-child {
    order: 10;
    width: 100%;
    text-align: center;
    background: none;
  }
}
aside ul li a,
aside ul li a:visited {
  padding-left: 67px;
  display: block;
  line-height: 39px;
  text-transform: uppercase;
  color: #fff5dc;
  background-position: 16px center;
  background-repeat: no-repeat;
}
aside ul li:nth-child(1) a {
  background-image: url(/website/img/icons/aside_pic1.png);
}
aside ul li:nth-child(2) a {
  background-image: url(/website/img/icons/aside_pic2.png);
}
aside ul li:nth-child(3) a {
  background-image: url(/website/img/icons/aside_pic3.png);
}
aside ul li:nth-child(4) a {
  background-image: url(/website/img/icons/aside_pic4.png);
}
aside ul li:nth-child(5) a {
  background-image: url(/website/img/icons/aside_pic5.png);
}

.gallery {
  text-align: center;
  margin: 15px 0;
}
.gallery a {
  width: 31%;
  display: inline-block;
  padding: 5px;
}
@media screen and (max-width: 680px) {
  .gallery a {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .gallery a {
    width: 49%;
  }
}
.gallery img {
  width: 100%;
  border: 6px solid #d6be9a;
  box-sizing: border-box;
}

.gallery-page h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #615152;
}

.marks {
  margin: 0px;
  font: bold 14px/28px Arial;
  float: none;
  border-bottom: 1px solid #cdcccc;
  text-align: left;
  height: 30px;
  padding: 5px 0;
}
@media screen and (max-width: 560px) {
  .marks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }
}
.marks span {
  font-size: 13px;
}
@media screen and (max-width: 560px) {
  .marks span {
    display: block;
    width: 100%;
  }
}
.marks input {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -10000px;
}

.voit1,
.voit2,
.voit3,
.voit4,
.voit5 {
  width: 27px;
  height: 26px;
  display: block;
  float: right;
  text-align: center;
  margin-right: 13px;
  border: 2px solid #351516;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
}
@media screen and (min-width: 561px) {
  .voit5 {
    margin-right: 0;
  }
}

.voit1:hover,
.voit1selected,
.voit2:hover,
.voit2selected,
.voit3:hover,
.voit3selected,
.voit4:hover,
.voit4selected,
.voit5:hover,
.voit5selected {
  border-color: #a61419;
  color: #a61419;
}

#marks {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f8f1e8;
  padding: 20px 47px;
}
@media screen and (max-width: 400px) {
  #marks {
    padding: 20px 10px;
  }
}
.reservation {
  background: #d2bb99;
  background: -moz-linear-gradient(top, #d2bb99, #f2d8ba, #fde2c5, #d2bb99);
  background: -webkit-linear-gradient(top, #d2bb99, #f2d8ba, #fde2c5, #d2bb99);
  background: -o-linear-gradient(top, #d2bb99, #f2d8ba, #fde2c5, #d2bb99);
  background: -ms-linear-gradient(top, #d2bb99, #f2d8ba, #fde2c5, #d2bb99);
  background: linear-gradient(top, #d2bb99, #f2d8ba, #fde2c5, #d2bb99);
  font-family: "Jost", Verdana, serif;
}
.date-block {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  max-width: 100%;
  position: relative;
  text-align: left;
}
.date-block div.datepicker {
  width: 88%;
}
.date-block div.datepicker table {
  top: -86px;
}
.main_start .date-block .datepicker td span {
  font-size: 14px;
}
/* .date-block:after{
display:block;
position:absolute;
top:10px;
right:18px;
content:url(../img/calendar.png);
} */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.reservation.dop-page p.reservation-cap {
  display: inline-block;
  vertical-align: top;
  color: #351516;
  font-size: 25px;
  line-height: 27px;
  height: 115px;
  font-style: italic;
  padding: 21px 15px 40px 70px;
  background: url(../img/red-arrow.png) top left no-repeat;
  background-size: 61px;
}
.inline-blocks.inputs {
  padding-top: 17px;
}
.inline-blocks {
  display: inline-block;
  vertical-align: middle;
  max-width: 370px;
}
.inline-blocks p.sales-reserv {
  line-height: 17px;
  margin-top: 7px;
}
.inline-blocks p.sales-reserv b {
  top: -6px;
}
.reservation .inline-blocks a.find-link {
  margin-top: 40px;
  padding: 14px 40px;
}
.reservation.dop-page p.politika a {
  text-decoration: underline;
}
.reservation.dop-page .booking {
  position: absolute;
  left: 240px;
  bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .reservation.dop-page .date-block {
    width: 200px;
  }
  .inline-blocks.inputs {
    max-width: calc(100% - 560px);
  }
}
@media screen and (max-width: 820px) {
  .reservation.dop-page {
    position: relative;
    padding-bottom: 10px;
  }
  .reservation.dop-page .date-block {
    width: 100%;
  }
  .inline-blocks--bnts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .sales-reserv + br {
    display: none;
  }
  .inline-blocks.inputs {
    max-width: calc(100% - 340px);
  }
  .reservation.dop-page input {
    box-sizing: border-box;
  }
  .reservation.dop-page .date-block div.datepicker {
    width: 100%;
  }
  .reservation .inline-blocks--bnts a.find-link {
    margin-top: 10px;
  }
  .inline-blocks--bnts p.sales-reserv {
    margin: 10px 10px 0;
  }
  .reservation.dop-page .booking {
    position: absolute;
    bottom: auto;
    top: 25%;
    margin: 0;
  }
}
@media screen and (max-width: 580px) {
  .reservation.dop-page p.reservation-cap {
    width: 100%;
    height: 176px;
    box-sizing: border-box;
  }
  .reservation.dop-page .booking {
    position: absolute;
    bottom: auto;
    top: 65px;
    margin: 0;
  }
  .reservation.dop-page .inline-blocks.inputs {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .reservation.dop-page .date-block {
    width: 49%;
  }
  .reservation.dop-page .politika {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .inline-blocks--bnts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .reservation.dop-page .date-block {
    width: 100%;
  }
  .inline-blocks--bnts {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .reservation .inline-blocks--bnts a.find-link {
    margin: 10px auto 0;
  }
  .inline-blocks--bnts p.sales-reserv {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 370px) {
  .reservation.dop-page p.reservation-cap {
    background: none;
    height: auto;
    padding: 10px;
  }
  .reservation.dop-page .booking {
    position: static;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
form.reviews p.politika {
  padding: 20px 0;
  text-align: left;
}
@media screen and (max-width: 660px) {
  form.reviews p.politika {
    padding: 20px 10px;
    box-sizing: border-box;
  }
}
form.reviews p.politika a {
  text-decoration: underline;
}
.hotel-info:after {
  display: block;
  clear: both;
  content: " ";
}
.hotel-info_img {
  float: left;
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .hotel-info_img {
    width: 48%;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .hotel-info_img {
    width: 80%;
    float: none;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 400px) {
  .hotel-info_img {
    width: 100%;
  }
}
.hotel-info_img > img {
  width: 100%;
}
.hotel-info_img div {
  margin-bottom: 3px;
  display: block;
}
.hotel-info_img div img {
  display: block;
  margin: 0 auto;
}
.hotel-info_txt {
  float: right;
  width: 600px;
}
@media screen and (max-width: 1000px) {
  .hotel-info_txt {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .hotel-info_txt {
    width: 100%;
    float: none;
  }
}
.hotel-info_txt p {
  margin-bottom: 15px;
}
.hotel-info_txt p span {
  font-style: italic;
  font-size: 18px;
}
.location-info {
  display: block;
  margin: 15px 0;
}
.location-info:after {
  display: block;
  clear: both;
  content: " ";
}
.location-info div {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .location-info div {
    width: 210px;
  }
}
@media screen and (max-width: 560px) {
  .location-info div {
    width: 100%;
    float: none;
  }
}
.location-info div,
.location-info > a {
  display: inline-block;
  vertical-align: top;
}
.location-info div a {
  display: block;
  position: relative;
  color: #583934;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 11px 20px 11px 85px;
  border-radius: 15px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8, #dddddd);
  background: -webkit-linear-gradient(top, #f8f8f8, #dddddd);
  background: -o-linear-gradient(top, #f8f8f8, #dddddd);
  background: -ms-linear-gradient(top, #f8f8f8, #dddddd);
  background: linear-gradient(top, #f8f8f8, #dddddd);
  margin-bottom: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  width: calc(90% - 85px);
}
@media screen and (max-width: 768px) {
  .location-info div a {
    padding: 6px 10px 6px 65px;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .location-info div a {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
  }
  .location-info div a.bar {
    width: 100%;
  }
}
.location-info div a:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 22px;
}
@media screen and (max-width: 768px) {
  .location-info div a:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.location-info div a:hover {
  background: #f8f8f8;
}
.location-info div a.museum:before {
  content: url(/website/img/icon1.png);
}
.location-info div a.temple:before {
  content: url(/website/img/icon2.png);
}
.location-info div a.park:before {
  content: url(/website/img/icon3.png);
}
.location-info div a.bar:before {
  content: url(/website/img/icon4.png);
}
.location-info div a.other:before {
  content: url(/website/img/icon5.png);
}
.location-info > a {
  float: right;
}
@media screen and (max-width: 1000px) {
  .location-info > a {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .location-info > a {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 600px) {
  .location-info > a {
    width: 100%;
    float: none;
  }
}
.banner-here {
  width: 100%;
  margin-top: 20px;
}
.dejavu-photo {
  width: 10px;
  display: none;
}
img[src*="skidka_kartochka"] {
  width: 45%;
  margin: -15px 0 0 0;
}
.phone b {
  text-transform: uppercase;
  color: #4f1f01;
  font-weight: 700;
  font-size: 14px;
  text-shadow: none;
  text-align: right;
}
.restoran p {
  margin-bottom: 15px;
}
.img-block {
  display: flex;
  justify-content: space-between;
}
.restoran h1,
.restoran h2 {
  padding-top: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .restoran h1,
  .restoran h2 {
    padding-top: 15px;
  }
}
.restoran h1:first-of-type {
  padding-top: 0;
}
.restoran .r-line {
  padding-top: 0;
}
.restoran p img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
h2#reviews-restaurant {
  padding-top: 0;
}
a.restoran_link {
  display: inline-block;
  margin: 25px auto 0;
  padding: 21px 23px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 7px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(135, 29, 33) 0%,
    rgb(116, 22, 25) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(135, 29, 33) 0%,
    rgb(116, 22, 25) 100%
  );
  background-image: linear-gradient(
    -90deg,
    rgb(135, 29, 33) 0%,
    rgb(116, 22, 25) 100%
  );
}

.scrollMenu {
  display: none;
  z-index: 105;
  position: fixed;
  box-sizing: border-box;
  padding: 0;
  box-shadow: 0 5px 10px rgba(98, 65, 60, 0.1);
  background-image: linear-gradient(
    to right,
    #d6bf9d 0%,
    #fce1c4 50%,
    #d9c1a0 100%
  );
  width: 100%;
  height: 90px;
}

.scrollMenu * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.scrollMenu__contantInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}

.scrollMenu__contantInfo a,
.scrollMenu__contantInfo_adress {
  font-size: 16px;
  font-weight: 700;
  color: black;
}

.scrollMenu-links {
  background-color: #352526;
  height: 0;
  font-size: 0;
}

.scrollMenu-links__container {
  margin: 0 auto;
  display: block;
  height: 100%;
}

.scrollMenu-links__items {
  display: flex;
  justify-content: space-between;
}

.scrollMenu-links_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollMenu-links_link a {
  text-transform: uppercase;
  font-family: "Open Sans";
}

.scrollMenu-links_link a:hover {
  color: #891f28;
  text-decoration: none;
}
.scrollMenu-links_active {
  height: 45px;
  font-size: 14px;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .scrollMenu-links_active {
    height: 45px;
    font-size: 14px;
    transition: 0.3s;
  }

  .scrollMenu-links_active .scrollMenu-links__items {
    transition: 0.7s;
  }
}
@media (max-width: 920px) {
  .scrollMenu__contantInfo {
    font-size: 13px;
  }

  .scrollMenu__contantInfo a,
  .scrollMenu__contantInfo_adress {
    font-size: 14px;
  }

  .scrollMenu_logo {
    text-align: center;
    max-width: 300px;
  }
}

@media (max-width: 790px) {
  .scrollMenu__contantInfo {
    font-size: 12px;
  }

  .scrollMenu__contantInfo a,
  .scrollMenu__contantInfo_adress {
    font-size: 13px;
  }

  .scrollMenu_logo {
    text-align: center;
    max-width: 250px;
  }
}

@media (max-width: 700px) {
  .scrollMenu_logo {
    order: -1;
  }
  .contantInfo-adress {
    display: none;
  }
}

@media (max-width: 540px) {
  .scrollMenu_logo {
    max-width: 200px;
  }

  .scrollMenu-links__container {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .scrollMenu-links_active {
    font-size: 12px;
  }

  .scrollMenu-links {
    justify-content: space-around;
  }
}

.hidden-link {
  display: none;
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin-top: 10px;
}

.hidden-link span {
  font-weight: 400;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .scrollMenu__contantInfo {
    display: none;
  }
}
.scrollMenu-links.scrollMenu-links-font.scrollMenu-links_active {
  height: 60px;
}

.hidden-link {
  display: block;
}
.scrollMenu-links_link {
  display: none;
}

.scrollMenu-links_active .scrollMenu-links_link {
  display: block;
  padding: 21px 37px;
}

.scrollMenu-links_active .scrollMenu-links_link:hover {
  background-color: #4e4040;
}

a.active {
  color: red;
}

/* CONTAINER */
.container {
  display: block;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

.container-nav {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

/* NEW-HEADER */

.header {
  font-family: "Jost", sans-serif;
}

.header ul.navigation-pages li a {
  font-size: 19px;
}

.header__begin__background {
  background-color: #c4a484;
  box-shadow: #000 -2px -30px 30px 20px;
}

.header__begin {
  display: grid;
  grid-template-columns: 410px auto auto 265px;
  padding: 10px 0 0 0;
  font-size: 18px;
}

.header__begin__hotel {
  display: flex;
  flex-direction: column;
}

.header__begin__hotel a img {
  margin-left: -13px;
  margin-top: -5px;
  margin-bottom: 5px;
  margin-right: 13px;
}

.header__begin__hotel > p {
  margin-left: 30px;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.header__begin__hotel > a {
  margin-bottom: 5px;
}

.header__begin__rest a img {
  margin-left: -13px;
  margin-top: -5px;
  margin-bottom: 5px;
  margin-right: 13px;
}

.header__begin__rest > p {
  margin-bottom: 7px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: 600;
}

.header__begin__address {
  margin-top: 5px;
}
@media screen and (min-width: 750px) {
  .header__begin__address a:first-child {
    display: inline-block;
    margin-top: 17px;
  }
}
.header__begin__address a:first-child img {
  margin-top: -5px;
  margin-bottom: 5px;
  margin-right: 13px;
}

.header__begin__address__banner {
  margin-top: 5px;
  width: 95%;
}

.header__nav__background {
  background-color: #352526;
}

.header__begin__logo {
  align-self: center;
}

.header__begin__logo__mobile {
  display: none;
}
.header__begin .scrollMenu_button {
  display: none;
}
@media screen and (max-width: 1100px) {
	ul.navigation-pages li a {
		padding: 25px 15px;
	  }
}
@media screen and (max-width: 1050px) {
  .header__begin {
    grid-template-columns: 390px auto auto 245px;
  }
  .header__begin__hotel a img {
    margin-left: -3px;
    margin-right: 3px;
  }
  .header__begin__rest a img {
    margin-left: -3px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 1000px) {
  .header__begin {
    grid-template-columns: 320px auto auto 245px;
  }
  .header__begin__logo img {
    width: 95%;
  }
}
@media screen and (max-width: 925px) {
  ul.navigation-pages li a {
    padding: 20px 10px;
  }
  .header__begin__logo__desktop {
    display: none;
  }
  .header__begin__logo__mobile {
    display: block;
    margin: 0 10px;
  }
  .header__begin {
    grid-template-columns: 200px auto auto 235px;
  }
  .header__begin__address a {
    font-size: 17px;
  }
  .header__begin__address a:first-child img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 844px) {
  ul.navigation-pages li a {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 800px) {
  .header__begin {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .header__begin {
    grid-template-columns: 430px auto;
    grid-template-rows: auto auto auto;
    font-size: 18px;
  }
  .header__begin__address a:first-child img {
    margin-left: -3px;
    margin-right: 5px;
  }
  .header__begin__logo img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .header__begin__address__banner {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 220px;
  }
  .header__begin__address a {
    font-size: 18px;
  }
  .header__begin__hotel {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .header__begin__rest {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .header__begin__address {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .header__begin__logo__desktop {
    display: block;
    margin-left: 10px;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .header__begin__logo__mobile {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header__begin {
    grid-template-columns: 370px auto;
  }
  .header__begin__logo img {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .header__begin {
    grid-template-columns: 330px auto;
  }
}
@media screen and (max-width: 550px) {
  .header__begin {
    grid-template-columns: 280px auto;
  }
  .header__begin__logo__desktop {
    display: none;
  }
  .header__begin__logo__mobile {
    display: block;
    margin-left: 10px;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
@media screen and (max-width: 520px) {
  .header__begin {
    grid-template-columns: auto auto;
    padding: 15px 25px 10px;
    font-size: 15px;
  }
  .header__begin__logo {
    grid-column: 1/-1;
    grid-row: auto;
    margin: 0 0 12px;
  }
  .header__begin__logo img {
    width: 307px;
    max-width: 85%;
    margin: 0;
  }
  .header__begin__logo__desktop {
    display: block;
  }
  .header__begin__logo__mobile {
    display: none;
  }
  .header__begin__hotel {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .header__begin__rest {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .header__begin__address {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .header__begin__address a {
    font-size: 15px;
  }
  .header__begin__address__banner {
    width: 180px;
  }
  .header__begin__hotel > p,
  .header__begin__rest > p {
    font-size: 17px;
  }
  .header__begin__hotel > a {
    margin-bottom: 1px;
  }
  .header__begin__address {
    margin-top: 1px;
  }
  .header__begin__rest a img,
  .header__begin__address a:first-child img,
  .header__begin__hotel a img {
    position: relative;
    top: -2px;
    width: 23px;
    margin: 0;
    margin-right: 7px;
  }
  .header__begin__hotel a:last-child img {
    width: 22px;
  }
  nav button {
    display: none;
  }
  .header__begin .scrollMenu_button {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 414px) {
  .header__begin {
    padding: 15px 10px 10px;
  }
  .header__begin .scrollMenu_button {
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .header__begin {
    padding: 15px 0 10px;
  }
}
@media screen and (max-width: 380px) {
  .header__begin {
    grid-template-columns: 1fr;
    font-size: 18px;
  }
  .header__begin__hotel {
    grid-column: auto;
    grid-row: auto;
  }
  .header__begin__rest {
    grid-column: auto;
    grid-row: auto;
  }
  .header__begin__address {
    grid-column: auto;
    grid-row: auto;
  }
  .header__begin__address__banner {
    width: 220px;
  }
  .header__begin__address a {
    font-size: 18px;
  }
  .header__begin__hotel > p {
    font-size: 20px;
  }
  .header__begin__rest > p {
    font-size: 20px;
  }
}

ul.navigation-pages li ul li a {
  padding: 15px 0;
  width: 133px;
}

@media screen and (max-width: 925px) {
  ul.navigation-pages li ul li a {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  ul.navigation-pages li ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  ul.navigation-pages {
    padding: 25px 0;
  }
  ul.navigation-pages li a,
  ul.navigation-pages li ul li a {
    padding: 10px 0;
  }
  .header ul.navigation-pages li a {
    font-size: 20px;
  }
  body.fixed {
    overflow: hidden;
  }
  .header__nav__background:not(.fixed) {
    height: auto !important;
  }
  .header__nav__background.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
    overflow: scroll;
  }
}
/* FIX-HEADER */

.header__begin__fix {
  display: grid;
  grid-template-columns: 410px auto auto 265px auto;
  padding: 10px 0 0 0;
  font-size: 18px;
}

.scrollMenu-links_link > a {
  color: #fff !important;
}

@media screen and (max-width: 1100px) {
  .header__begin__fix {
    grid-template-columns: 390px auto auto 240px auto;
  }
}
@media screen and (max-width: 1040px) {
  .header__begin__fix {
    grid-template-columns: 330px auto auto 240px auto;
  }
  .header__begin__fix .header__begin__logo__desktop img {
    width: 95%;
  }
}
@media screen and (max-width: 970px) {
  .header__begin__fix {
    grid-template-columns: 290px auto auto 240px auto;
  }
}
@media screen and (max-width: 925px) {
  .header__begin__fix {
    grid-template-columns: 180px auto auto 240px auto;
  }
}
@media screen and (max-width: 820px) {
  .header__begin__fix {
    grid-template-columns: 250px auto auto 190px auto;
  }
  .header__begin__fix .header__begin__hotel {
    font-size: 13px;
  }
  .header__begin__fix .header__begin__rest {
    font-size: 13px;
  }
  .header__begin__fix .header__begin__address a {
    font-size: 13px;
  }
  .header__begin__hotel > p {
    font-size: 18px;
  }
  .header__begin__rest > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__begin__fix .header__begin__address__banner {
    width: 170px;
  }
  .header__begin__fix {
    grid-template-columns: 210px auto auto 190px auto;
  }
}
@media screen and (max-width: 750px) {
  .header__begin__fix {
    grid-template-columns: 430px auto 80px;
  }
  .header__begin__fix .header__begin__logo__desktop {
    margin-right: 20px;
  }
  .header__begin__fix .header__begin__hotel {
    font-size: 18px;
  }
  .header__begin__fix .header__begin__rest {
    font-size: 18px;
  }
  .header__begin__fix .header__begin__address a {
    font-size: 18px;
  }
  .header__begin__hotel > p {
    font-size: 22px;
  }
  .header__begin__rest > p {
    font-size: 22px;
  }
  .header__begin__fix .header__begin__address__banner {
    width: 220px;
  }
}
@media screen and (max-width: 730px) {
  .header__begin__fix {
    grid-template-columns: 380px auto 80px;
  }
}
@media screen and (max-width: 680px) {
  .header__begin__fix {
    grid-template-columns: 340px auto 80px;
  }
}
@media screen and (max-width: 640px) {
  .header__begin__fix .header__begin__hotel {
    font-size: 13px;
  }
  .header__begin__fix .header__begin__rest {
    font-size: 13px;
  }
  .header__begin__fix .header__begin__address a {
    font-size: 13px;
  }
  .header__begin__fix .header__begin__hotel > p {
    font-size: 18px;
  }
  .header__begin__fix .header__begin__rest > p {
    font-size: 18px;
  }
  .header__begin__fix .header__begin__address__banner {
    width: 170px;
  }
  .header__begin__fix {
    grid-template-columns: 350px auto 40px;
  }
}
@media screen and (max-width: 570px) {
  .header__begin__fix {
    grid-template-columns: 310px auto 40px;
  }
}
@media screen and (max-width: 550px) {
  .header__begin__fix {
    grid-template-columns: 240px auto 40px;
  }
  .header__begin__fix .header__begin__hotel {
    font-size: 18px;
  }
  .header__begin__fix .header__begin__rest {
    font-size: 18px;
  }
  .header__begin__fix .header__begin__address a {
    font-size: 18px;
  }
  .header__begin__fix .header__begin__address__banner {
    width: 220px;
  }
}
@media screen and (max-width: 520px) {
  .header__begin__fix .header__begin__logo__desktop img {
    width: 307px;
  }
  .header__begin__fix .scrollMenu_button {
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 510px) {
  .header__begin__fix {
    grid-template-columns: 220px auto 40px;
  }
  .header__begin__fix .header__begin__hotel {
    font-size: 16px;
  }
  .header__begin__fix .header__begin__rest {
    font-size: 16px;
  }
  .header__begin__fix .header__begin__address a {
    font-size: 16px;
  }
  .header__begin__fix.header__begin__hotel > p {
    font-size: 20px;
  }
  .header__begin__fix .header__begin__rest > p {
    font-size: 20px;
  }
  .header__begin__fix .header__begin__address__banner {
    width: 200px;
  }
}
@media screen and (max-width: 414px) {
  .header__begin__fix .scrollMenu_button {
    right: 10px;
  }
}
/* burger */

.scrollMenu_button {
  position: relative;
  top: 25px;
  width: 35px;
  height: 35px;
  display: block;
  margin-left: 10px;
}
.scrollMenu_button span,
.scrollMenu_button:after,
.scrollMenu_button:before {
  height: 4px;
  width: 100%;
  position: absolute;
  background: #58443d;
  margin: 0 auto;
}
.scrollMenu_button span {
  top: 16px;
}
.scrollMenu_button:after,
.scrollMenu_button:before {
  content: "";
}
.scrollMenu_button:after {
  bottom: 5px;
}
.scrollMenu_button:before {
  top: 5px;
}

.scrollMenu_button_active span {
  opacity: 0;
  transition: 0.5s;
}
.scrollMenu_button_active:before {
  transform: rotate(38deg);
  top: 16px;
  transition: 0.4s;
}
.scrollMenu_button_active:after {
  transform: rotate(-38deg);
  bottom: 16px;
  transition: 0.4s;
}

@media screen and (max-width: 1080px) {
  .scrollMenu-links_active .scrollMenu-links_link {
    padding: 21px 30px;
  }
}
@media screen and (max-width: 1040px) {
  .scrollMenu_button {
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .scrollMenu-links_active .scrollMenu-links_link {
    padding: 21px 25px;
  }
}

@media screen and (max-width: 900px) {
  .scrollMenu-links_active .scrollMenu-links_link {
    padding: 21px 20px;
  }
}

@media screen and (max-width: 820px) {
  .scrollMenu-links_active .scrollMenu-links_link {
    padding: 21px 15px;
  }
}

@media screen and (max-width: 767px) {
  .scrollMenu-links__items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .scrollMenu-links.scrollMenu-links-font.scrollMenu-links_active {
    height: 480px;
  }
  .scrollMenu-links_active .scrollMenu-links_link {
    padding: 21px 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .scrollMenu_button {
    top: 188px;
    right: -33px;
  }
}
@media screen and (max-width: 640px) {
  .scrollMenu_button {
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  .scrollMenu_button {
    top: 15px;
  }
}
@media screen and (max-width: 520px) {
  .scrollMenu-links_active .scrollMenu-links__items {
    padding: 20px 0;
  }
  .scrollMenu-links_active .scrollMenu-links_link {
    padding: 10px 0;
    font-size: 20px;
  }
  .scrollMenu-links_link a {
    text-transform: none;
  }
}

/* FIX-MENU-MOBILE */

@media screen and (max-width: 550px) {
  .header__begin__fix {
    grid-template-columns: auto auto 55px;
    grid-template-rows: auto auto auto auto;
    font-size: 18px;
  }
  .header__begin__fix .header__begin__logo__desktop {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
    display: block;
    margin-right: 10px;
  }
  .header__begin__fix .header__begin__logo__mobile {
    display: none;
  }
  .header__begin__fix .header__begin__hotel {
    margin-top: 10px;
    margin-left: 45px;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .header__begin__fix .header__begin__rest {
    margin-top: 10px;
    margin-left: 45px;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .header__begin__fix .header__begin__address {
    display: none;
  }
  .header__begin__fix .header__begin__hotel > p {
    font-size: 20px;
  }
  .header__begin__fix .header__begin__rest > p {
    font-size: 20px;
  }
  .header__begin__fix .header__begin__hotel > a:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .header__begin__fix .header__begin__rest {
    margin-left: 0;
  }
}
@media screen and (max-width: 415px) {
  .header__begin__fix .header__begin__hotel {
    font-size: 14px;
  }
  .header__begin__fix .header__begin__rest {
    font-size: 14px;
  }
  .header__begin__fix .header__begin__hotel > p {
    font-size: 17px;
  }
  .header__begin__fix .header__begin__rest > p {
    font-size: 17px;
  }
  .header__begin__fix .header__begin__rest a img {
    margin-left: -2px;
    width: 23px;
    margin-top: -2px;
    margin-right: 2px;
  }
  .header__begin__fix .header__begin__hotel a img {
    margin-left: -2px;
    width: 23px;
    margin-top: -2px;
    margin-right: 2px;
  }
  .header__begin__fix .header__begin__rest a img {
    margin-left: -2px;
    width: 23px;
    margin-top: -2px;
    margin-right: 2px;
  }
  .header__begin__fix {
    grid-template-columns: auto auto 35px;
  }
}
@media screen and (max-width: 400px) {
  .scrollMenu_button span {
    top: 13px;
  }
  .scrollMenu_button {
    top: 20px;
    width: 30px;
    height: 30px;
  }
  .scrollMenu_button_active:before {
    top: 11px;
  }
}
@media screen and (max-width: 365px) {
  .header__begin__fix .header__begin__hotel {
    font-size: 12px;
  }
  .header__begin__fix .header__begin__rest {
    font-size: 12px;
  }
  .header__begin__fix .header__begin__hotel > p {
    font-size: 15px;
  }
  .header__begin__fix .header__begin__rest > p {
    font-size: 15px;
  }
}
@media screen and (max-width: 335px) {
  .header__begin__fix .header__begin__hotel {
    margin-left: 20px;
  }
}

/* NEW-FOOTER */

.footer__background {
  background-color: #c4a484;
}

.footer__content {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: auto auto auto 185px;
  padding: 20px 10px;
  font-family: "Jost", sans-serif;
  color: #352526;
}

/* grid-set */

.footer__content__logo {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}
.footer__content__address {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.footer__content__email {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.footer__content__banner {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
}
.footer__content__gost {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.footer__content__whats {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.footer__content__first__num {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}
.footer__content__rest {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.footer__content__second__num {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.footer__content__copy {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}
.footer__content__age__warn {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
}

/* grid-set-end */

.footer__content__logo {
  margin: auto 0;
}

.footer__content__address {
  margin-bottom: 5px;
}
.footer__content__email {
  margin-bottom: 10px;
}

.footer__content__banner {
  margin-top: auto;
}

.footer__content__gost,
.footer__content__rest {
  margin-left: 33px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}
.footer__content__address,
.footer__content__email,
.footer__content__vk {
  font-size: 16px;
}
.footer__content__first__num,
.footer__content__whats,
.footer__content__second__num {
  font-size: 18px;
}
.footer__content__copy {
  align-self: end;
  font-size: 12px;
  color: #fff;
}
.footer__content__copy a {
  color: inherit;
}
.footer__content__copy .footer_politic {
  display: block;
}
.footer__content__age__warn {
  margin-left: auto;
  max-width: 30px;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
}
.footer__content__banner img {
  width: 250px;
}
.footer__icon {
  margin-right: 5px;
  margin-top: -5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1020px) {
  .footer__content__logo img {
    width: 95%;
  }
}
.footer__content__logo__mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .footer__content__logo__desktop {
    display: none;
  }
  .footer__content__logo__mobile {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .footer__content__gost,
  .footer__content__rest {
    font-size: 17px;
  }
  .footer__content__address,
  .footer__content__email,
  .footer__content__vk {
    font-size: 13px;
  }
  .footer__content__first__num,
  .footer__content__whats,
  .footer__content__second__num {
    font-size: 15px;
  }
  .footer__content__banner img {
    width: 200px;
  }
  .footer__content {
    grid-template-columns: auto auto auto 160px;
  }
}

@media screen and (max-width: 730px) {
  .footer__content {
    grid-template-columns: auto auto auto;
    grid-row-gap: 3px;
  }
  /* grid-set */
  .footer__content__logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .footer__content__address {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer__content__email {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-bottom: 5px;
  }
  .footer__content__banner {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__gost {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer__content__whats {  
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__content__first__num {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__content__rest {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__second__num {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .footer__content__copy {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .footer__content__age__warn {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6;
  }

  /* grid-set-end */

  .footer__content__gost,
  .footer__content__rest {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 570px) {
  .footer__content {
    grid-template-columns: auto auto auto;
    grid-row-gap: 3px;
  }
  .footer__content__logo {
    margin: 0 auto;
  }
  .footer__content__logo__mobile {
    display: none;
  }
  .footer__content__logo__desktop {
    display: block;
  }
  .footer__content__logo img {
    width: unset;
  }
  /* grid-set */
  .footer__content__logo {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer__content__address {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__content__email {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__content__banner {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__gost {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__content__whats {  
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__content__first__num {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__rest {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__content__second__num {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__content__copy {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .footer__content__age__warn {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6;
  }

  /* grid-set-end */

  .footer__content__gost,
  .footer__content__rest {
    margin-bottom: 5px;
  }
  .footer__icon {
    width: 20px;
    margin-top: 0;
  }
  .footer__content__gost,
  .footer__content__rest {
    margin-left: 25px;
  }
}

@media screen and (max-width: 540px) {
  .footer__content {
    grid-template-columns: auto auto auto;
    grid-row-gap: 3px;
  }
  .footer__content__logo {
    margin: 0 auto;
  }
  .footer__content__logo__mobile {
    display: none;
  }
  .footer__content__logo__desktop {
    display: block;
  }
  .footer__content__logo img {
    width: unset;
  }
  /* grid-set */
  .footer__content__logo {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer__content__address {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__content__email {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__content__vk {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__banner {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__gost {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__content__whats {  
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__content__first__num {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__rest {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .footer__content__second__num {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .footer__content__copy {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .footer__content__age__warn {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .footer__content__address,
  .footer__content__email,
  .footer__content__banner,
  .footer__content__vk {
    margin-left: 60px;
  }
  .footer__content__copy {
    margin-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  .footer__content__address,
  .footer__content__email,
  .footer__content__banner,
  .footer__content__vk {
    margin-left: 30px;
  }
}
@media screen and (max-width: 470px) {
  .footer__content__address,
  .footer__content__email,
  .footer__content__banner,
  .footer__content__vk {
    margin-left: 10px;
  }
}
@media screen and (max-width: 450px) {
  .footer__content {
    grid-template-columns: auto auto;
    grid-row-gap: 3px;
  }
  /* grid-set */
  .footer__content__logo {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer__content__gost {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__content__whats {  
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__content__first__num {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__content__rest {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .footer__content__second__num {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .footer__content__address {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .footer__content__email {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
  }
  .footer__content__vk {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 10;
  }
  .footer__content__banner {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 10;
  }
  .footer__content__copy {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 10;
    grid-row-end: 11;
  }
  .footer__content__age__warn {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 10;
    grid-row-end: 11;
  }
  .footer__content__address,
  .footer__content__email,
  .footer__content__banner,
  .footer__content__vk {
    margin-left: 0;
  }
  .footer__content__gost,
  .footer__content__rest {
    font-size: 20px;
  }
  .footer__content__address,
  .footer__content__email,
  .footer__content__vk {
    font-size: 18px;
  }
  .footer__content__first__num,
  .footer__content__whats,
  .footer__content__second__num {
    font-size: 18px;
  }
  .footer__content__banner img {
    width: 240px;
  }
  .footer__icon {
    width: 25px;
  }
}
@media screen and (max-width: 471px) {
  .footer__content__gost,
  .footer__content__rest {
    font-size: 18px;
  }
  .footer__content__address,
  .footer__content__email,
  .footer__content__vk {
    font-size: 16px;
  }
  .footer__content__first__num,
  .footer__content__whats,
  .footer__content__second__num {
    font-size: 16px;
  }
  .footer__content__banner img {
    width: 210px;
  }
  .footer__icon {
    width: 20px;
  }
}

/* CONTACTS */

.contact__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Jost", sans-serif;
}
.contact__content__left {
  font-size: 16px;
  color: #352526;
}
.contact__content__left > div {
  margin-bottom: 30px;
}
.contact__content__left a {
  font-size: 16px;
  color: #352526;
}
.contact__content__left h1 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: left;
  text-shadow: none;
  border-bottom: none;
}
.contact__content__address p:nth-child(2) {
  margin-left: 45px;
}
.contact__content__rest__title,
.contact__content__gost__title {
  margin-bottom: 10px;
  margin-left: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact__content__gost p:nth-child(2) {
  margin-bottom: 10px;
}
.footer__content__email b {
  font-weight: 400;
  text-decoration: #352526 underline;
}
.contacts__icon {
  margin-top: -5px;
  margin-right: 15px;
}
.contact__content__graf p:nth-child(2) {
  margin-bottom: 5px;
}
.contact__content__graf p:nth-child(2),
.contact__content__graf p:nth-child(3) {
  margin-left: 45px;
}

.contacts__icon__wat {
  margin-left: 3px;
}

/* NEW-FORM */

.form__background {
  background-color: #fff;
}
.form__container {
  display: grid;
  grid-template-columns: 260px 360px auto auto auto;
  grid-gap: 3px;
  padding: 25px 15px;
  font-family: "Jost", sans-serif;
  color: #a1948a;
}

.form__date {
  position: relative;
}

.datepicker:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  content: "";
  width: 28px;
  height: 28px;
  margin-top: -19px;
  background: url(/website/img/calendar_events_schedule_icon.svg) transparent
    right no-repeat;
  background-size: 33px;
}

.form__date input {
  padding: 10px 20px;
  width: 260px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #a1948a;
  font-weight: 300;
  border-radius: 20px;
  border: 1px solid #dacec5;
}

.form__in {
  margin-bottom: 10px;
}

.form__title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #c89d43;
}

.form__sale {
  margin-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}

.form__sale__num {
  margin: auto 0;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
}

.form__rights {
  font-size: 13px;
}

.form__rights > a {
  color: #a1948a;
  text-decoration: underline;
}

.form__link {
  margin: auto;
  padding: 10px 25px 10px 25px;
  font-size: 15px;
  font-weight: 300;
  color: #fff !important;
  background-color: #c71734;
  border-radius: 20px;
}

/* grid-set */

.form__title {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.form__booking {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 5;
}
.form__in {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.form__out {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
}
.form__sale {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.form__sale__num {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}
.form__rights {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}
.form__link {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
}

/* grid-set-end */

@media screen and (max-width: 1060px) {
  .form__container {
    grid-template-columns: 240px 310px auto auto auto;
  }
  .form__date:after {
    right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .form__container {
    grid-template-columns: 240px 200px auto auto auto;
  }
  .form__date input {
    width: 140px;
  }
  .form__date:after {
    right: 40px;
  }
}
@media screen and (max-width: 875px) {
  .form__container {
    grid-template-columns: 200px 190px auto auto auto;
  }
  .form__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 825px) {
  .form__container {
    grid-template-columns: 240px auto auto auto;
  }
  .form__title {
    font-size: 22px;
  }
  .form__sale__num {
    margin-top: 25px;
  }
  .form__rights {
    margin: auto;
  }
  .form__date input {
    width: 380px;
  }
  /* grid-set */

  .form__title {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .form__booking {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
  }
  .form__in {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .form__out {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .form__sale {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .form__sale__num {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .form__rights {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .form__link {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 7;
  }

  /* grid-set-end */
}

@media screen and (max-width: 785px) {
  .form__container {
    grid-template-columns: auto 0px auto auto;
  }
  .form__sale__num {
    font-size: 50px;
  }
  .form__date input {
    width: 300px;
  }
  .form__rights {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .form__link {
    margin: 0;
  }
  .form__link {
    margin: auto 0;
    max-width: 85px;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .form__rights {
    margin: 0;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .form__sale__num {
    margin-top: 10px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 8;
  }
}
@media screen and (max-width: 610px) {
  .form__container {
    grid-template-columns: auto;
  }
  .form__title {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .form__booking {
    margin-left: 10px;
    margin-bottom: 10px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .form__in {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .form__out {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .form__sale {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 10;
  }
  .form__sale__num {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 10;
    grid-row-end: 11;
  }
  .form__rights {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
  }
  .form__link {
    margin-top: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 8;
  }
}
@media screen and (max-width: 360px) {
  .form__date input {
    width: 200px;
  }
}

/* WARN */

.header__begin__address__banner {
  border-radius: 5px;
  animation: lamp 7s infinite;
}

@keyframes lamp {
  0% {
    box-shadow: 0px 0 2px 1px #ff0006;
  }
  10% {
    box-shadow: 0px 0 9px 1px #ff0006;
  }
  20% {
    box-shadow: 0px 0 2px 1px #ff0006;
  }
  30% {
    box-shadow: 0px 0 9px 1px #ff0006;
  }
  40% {
    box-shadow: 0px 0 2px 1px #ff0006;
  }
  50% {
    box-shadow: 0px 0 9px 1px #ff0006;
  }
  60% {
    box-shadow: 0px 0 2px 1px #ff0006;
  }
  70% {
    box-shadow: 0px 0 9px 1px #ff0006;
  }
  80% {
    box-shadow: 0px 0 2px 1px #ff0006;
  }
  90% {
    box-shadow: 0px 0 9px 1px #ff0006;
  }
  100% {
    box-shadow: 0px 0 2px 1px #ff0006;
  }
}

.menu__bisness--1,
.menu__bisness--2,
.menu__bisness--3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .menu__bisness--1,
  .menu__bisness--2,
  .menu__bisness--3 {
    line-height: 1.2px;
    font: 32px "Jost";
  }
}

.sauna {
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 20px;
}
.sauna * {
  box-sizing: border-box;
}
.sauna .container {
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
}
.sauna h1 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
}
.sauna_intro {
  background: url("/website/img/sauna-bg.png") center bottom / auto no-repeat;
  padding-bottom: 50px;
}
.sauna_blocks {
  padding-top: 40px;
}
.sauna_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
  line-height: 1.25em;
}
.sauna_block--big {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 110px;
}
.sauna_block__text {
  width: 42%;
}
.sauna_block__img {
  width: 50%;
  flex-shrink: 0;
}
.sauna_block__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sauna_block--big .sauna_block__text {
  align-self: flex-end;
}
.sauna_block--big .sauna_block__img {
  margin-bottom: 10px;
}
.sauna_content {
  padding-top: 80px;
}
.sauna_img-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  padding-top: 45px;
  margin-bottom: 35px;
}
.sauna_img-row img {
  width: 47.5%;
}
.sauna_contacts {
  text-align: center;
  background-color: #fff;
  padding: 40px 30px 55px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 1.6px #c7c1ba;
  font-size: 30px;
  margin-bottom: 20px;
}
.sauna_contacts__title {
  margin-bottom: 15px;
}
.sauna_contacts__sub {
  font-weight: 600;
  margin-bottom: 25px;
}
.sauna_contacts__phones {
  color: #c4a484;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sauna_contacts__phones a {
  color: inherit;
  text-decoration: none;
}
.sauna_contacts__phones span {
  position: relative;
  display: inline-flex;
  column-gap: 10px;
}
.sauna_contacts__phones span:first-child {
  padding-right: 35px;
  margin-right: 35px;
}
.sauna_contacts__phones span:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background-color: #c4a484;
}
@media screen and (max-width: 1280px) {
	.sauna_intro {
		background-size: 100% auto;
	}
	.sauna_blocks {
		padding-top: 20px;
	}
	.sauna_block {
		margin-bottom: 70px;
	}
	.sauna_block__text {
		width: 46%;
	}
	.sauna_block--big .sauna_block__text {
		align-self: inherit;
	}
	.sauna_img-row img {
		width: 48.5%;
	}
}
@media screen and (max-width: 992px) {
	.sauna_content {
		padding-top: 40px;
	}
	.sauna_block {
		margin-bottom: 45px;
	}
	.sauna_block--big {
		font-size: 24px;
	}
	.sauna_contacts {
		font-size: 24px;
		padding: 30px 20px;
	}
	.sauna_contacts__sub {
		margin-bottom: 15px;
	}
	.sauna_contacts__phones span img {
		max-width: 34px;
	}
}
@media screen and (max-width: 768px) {
	.sauna {
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sauna_block {
		margin-bottom: 35px;
	}
	.sauna_intro {
		padding-bottom: 20px;
	}
	.sauna_block--big {
		font-size: 22px;
	}
	.sauna_img-row {
		padding-top: 20px;
	}
	.sauna_contacts {
		font-size: 22px;
		padding: 25px 10px;
	}
	.sauna_contacts__phones span:first-child {
		padding-right: 15px;
		margin-right: 15px;
	}
	.sauna_contacts__phones span img {
		max-width: 28px;
	}
}
@media screen and (max-width: 700px) {
	.sauna_block__text {
		width: 100%;
		order: 1;
	}
	.sauna_block .sauna_block__text {
		padding: 20px 0 0;
	}
	.sauna_block__img {
		width: 100%;
	}
	.sauna_img-row img {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}	
}
@media screen and (max-width: 600px) {
	.sauna_contacts {
		font-size: 20px;
	}
	.sauna_intro {
		background-size: 180% auto;
	}
}
@media screen and (max-width: 480px) {
	.sauna_contacts__phones {
		flex-direction: column;
		align-items: center;
		row-gap: 2px;
	}
	.sauna_contacts__phones span:first-child {
		padding-right: 0;
		margin-right: 0;
	}
	.sauna_contacts__phones span:first-child::before {
		display: none;
	}
}

.traveline-form.container {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 30px 15px 25px;
}
.captcha_row {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.captcha_row label {
	flex-shrink: 0;
}
.captcha_row img {
	display: block;
}
.captcha_row input {
	display: block;
	width: 100%;
	margin: 0;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr a {
  color: #fff;
  text-decoration: underline;
}
.gdpr a:hover {
  text-decoration: none;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}

.menu__zavtraki_descr {
  padding: 20px 0;
}




/* ГИРЛЯНДА (ОБЩИЕ СТИЛИ) */
/* .header__begin__background {
	position: relative;
	padding-top: 80px;
}
.header__begin__background::before {
	position: absolute;
	display: block;
	content: '';
	height: 84px;
	top: 0;
    left: 0;
    width: 100%;
    background-image: url('/website/img/girlanda2.png');
    background-position: center;
} */
/* ГИРЛЯНДА (частные) */

/* ХХХ ГИРЛЯНДА ХХХХ */
.site-creator {
  padding: 8px 10px;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}
.img-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 20px;
  margin-bottom: 30px;
}
.img-row img {
  display: block;
}
@media (max-width: 768px) {
  .img-row {
    column-gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .img-row {
    grid-template-columns: 1fr;
  }
}
