@charset "UTF-8";
/*Обнуление стилей*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
 
}

body {
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAF4F0));
  background: -webkit-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: linear-gradient(180deg, #FFF 0%, #FAF4F0 100%);
}
@media screen and (min-width: 1160px){
  body.hover::after{
    z-index: 300;
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
   background: #2D1810;
   opacity: 0.25;
  }
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

body hr {
  opacity: 1;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #F0D6C7;
  background: #F0D6C7;
  opacity: 1;
  height: 0;
  font-weight: normal !important;
  font-style: normal;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

.form-row input[type="checkbox"],
.form-row input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  top: 4px;
  /* border: 1px solid #CD8A70;
  outline: 1px solid #CD8A70;*/
  margin-right: 16px;
  position: relative;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
}

.form-row input[type="radio"]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #CD8A70;
  -webkit-border-radius: 50%;
  border-radius: 50% !important;
}

.form-row input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  background: #CD8A70;
  display: none;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 150;
}

.form-row input[type="checkbox"]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #CD8A70;
  border: 1px solid #CD8A70;
  border-radius: 2px;
}

.form-row input[type="checkbox"]:before {
  content: "";
  position: absolute;
  z-index: 100;
  display: none;
  top: 3px;
  width: 14px;
  height: 12px;
  -webkit-background-size: contain;
  background-size: contain;
  background: url(../images/icons/check.svg);
  left: 3px;
  display: none;
}

input[type="checkbox"]:checked::after,
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::after,
input[type="radio"]:checked::before {
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

:root {
  --swiper-theme-color: #CD8A70!important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: none;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

html body {
  color: var(--neitral-3, #1B1B1B);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAF4F0));
  background: -webkit-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: linear-gradient(180deg, #FFF 0%, #FAF4F0 100%);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
body iframe{
  max-width: 100%!important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 0;
}
ol, ul {
  list-style: none;
}

.item-news__fulltext ul {
 /* list-style: circle;*/
  list-style:disc;
  padding-left: 28px;
}
.item-news__fulltext ul li{
  margin: 10px 0;
}

ol {
  counter-reset: myCounter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  padding-left: 26px;
  position: relative;
}

ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: var(--main-0, #CD8A70);
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 133.333% */
  letter-spacing: 0.032px;
  left: 0px;
  position: absolute;
  top: -2px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
/*border-collapse: separate;
  border-spacing: 10px;*/
  border: none;
  overflow: auto;
  margin: 10px 0;
  max-width: 100%;
}

table tbody {
  border: none;
}

td, th {
  padding: 8px;
  border: 1px solid var(--main-2, #F0D6C7);
}

th {
  background: var(--main-2, #F0D6C7);
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Tenor Sans', sans-serif;
  font-style: normal;
  letter-spacing: 0.0025em;
  color: var(--main-3, #2D1810);
  margin: 0;
}

body h1 {
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
}

body h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.09px;
  color: #2D1810;
}

body h3 {
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.0015em;
  color: var(--main-3, #2D1810);
}

body h4 {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.003em;
}

body h5 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.024px;
}

body h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

span {
  color: #1B1B1B;
}

body p {
  margin: 16px 0;
  color: var(--neitral-3, #1B1B1B);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
  text-align: justify;
}

.wrapper {
  max-width: 1440px;
  padding: 0 16px;
  margin: auto;
}
.content-part{
  min-height: 406px;
}

a[href$="doc"], a[href$="docx"],
a[href$="zip"], a[href$="rar"],
a[href$="pdf"], a[href$="ppt"], a[href$="pptx"],
a[href$="xls"], a[href$="xlsx"], a[href$="DOC"],
a[href$="rtf"], a[href^="https://pravo.by/document/"], a[href^="https://etalonline.by/"],
a[href^="https://www.pravo.by/"], a[href^="http://etalonline.by/"],
a[href^="http://www.pravo.by/"], a[href^="http://pravo.by/"] {
  padding-left: 30px;
  display: inline-block;
  background-position: left -1px;
  background-repeat: no-repeat;
  min-height: 25px;
  margin-top: 8px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-image: url("../images/icons/file.svg");
  color: #1B1B1B;
}

a:hover {
  color: var(--link, #2F5B79);
  text-decoration: none;
}

/*Стилизуем кнопки*/
.primary-button, .btn.btn-primary.button, .button.validate {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--gold, #DFBB68);
  color: var(--accent-3, #072211);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.175px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  display: inline-block;
}

.primary-button:hover, .primary-button:focus, .btn.btn-primary.button:hover,
.btn.btn-primary.button:focus, .button.validate:hover {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--accent-2, #11552C);
  color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: inset -4px -2px #DFBB68;
  box-shadow: inset -4px -2px #DFBB68;
}

.primary-button:active, a.primary-button:active, a.primary-button.icon:active,
.btn.btn-primary.button:active, .button.validate:active {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--accent-2, #11552C);
  text-decoration: none;
  -webkit-box-shadow: inset 4px 2px #DFBB68;
  box-shadow: inset 4px 2px #DFBB68;
}

.primary-button.icon, .secondary-button.icon, .thirdy-button.icon {
  padding-left: 38px;
  position: relative;
}

.primary-button.icon svg, .secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  top: 9.5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.primary-button.icon:hover svg path {
  fill: #FFFFFF;
}

.secondary-button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*border-top: 1px solid var(--accent-2, #11552C);
border-right: 2px solid var(--accent-2, #11552C);
border-bottom: 1px solid var(--accent-2, #11552C);
border-left: 2px solid var(--accent-2, #11552C);*/
  color: var(--accent-2, #11552C);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.175px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 12px 16px;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: inset 2px 1px, inset -2px -1px #11552C;
  box-shadow: inset 2px 1px, inset -2px -1px #11552C;
}

.secondary-button.light {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*border-top: 1px solid var(--accent-2, #F1E1BC);
border-right: 2px solid var(--accent-2, #F1E1BC);
border-bottom: 1px solid var(--accent-2, #F1E1BC);
border-left: 2px solid var(--accent-2, #F1E1BC);*/
  -webkit-box-shadow: inset 2px 1px, inset -2px -1px #F1E1BC;
  box-shadow: inset 2px 1px, inset -2px -1px #F1E1BC;
}

.secondary-button:hover, .secondary-button:focus {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--accent-3, #F7F0DE);
  color: var(--accent-2, #11552C);
  text-decoration: none;
  -webkit-box-shadow: inset 1px 1px, inset -4px -2px #11552C;
  box-shadow: inset 1px 1px, inset -4px -2px #11552C;
}

.secondary-button:active, .secondary-button.siteMap:active {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--accent-2, #F1E1BC);
  text-decoration: none;
  -webkit-box-shadow: inset 4px 2px, inset -1px -1px #11552C;
  box-shadow: inset 4px 2px, inset -1px -1px #11552C;
}

.thirdy-button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #11552C;
  text-align: center;
  /* Кнопка */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.175px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 12px 8px;
  border: none;
  background: none;
  display: inline-block;
}

.welcome p a.thirdy-button {
  color: #11552C;
}

.thirdy-button.light {
  color: var(--accent-2, #F1E1BC);
}

.thirdy-button:hover, .thirdy-button:focus {
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset -4px -2px #DFBB68;
  box-shadow: inset -4px -2px #DFBB68;
  background: var(--accent-3, #F7F0DE);
  color: var(--accent-2, #11552C);
}

.thirdy-button:active {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 4px 2px #DFBB68;
  box-shadow: inset 4px 2px #DFBB68;
  background: var(--accent-2, #F1E1BC);
  text-decoration: none;
  color: var(--accent-2, #11552C);
}

.thirdy-button:hover svg path, .thirdy-button:focus svg path, .thirdy-button:active svg path {
  fill: #11552C;
}

/*убираем лишнее подчеркивание*/
.navbar a, .header a, .main-content a,
.banner-main a, .menu-sidebar a, .primary-button a,
.secondary-button a, .thirdy-button a, body a, .nav-menu .nav-menu-item a {
  text-decoration: none;
}

.navbar {
  width: 100%;
  background: #F5E9E0;
  position: sticky;
  position: -webkit-sticky;
  height: 48px;
  top: 0;
  left: 0;
  z-index: 999;
}
.navbar-wrapper{
  width: 100%;
  position: relative;
}

.menu {
 /* padding-left: 32px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
 /* position: relative;*/
  z-index: 999999999;
  /*  &__item.dropdown{
            padding-right: 42px;
            padding-left: 16px;
            position: relative;
            &:hover .nav-arrow{
            transform: rotateX(180deg);
            }
        }*/
}

.menu__item {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  min-height: 48px;
  /* padding-top: 14px;
  padding-bottom: 14px;*/
  -webkit-border-radius: 3px;
          border-radius: 3px;
          z-index: 999999999;
}

.menu__item > a {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  display: inline-block;
}

.menu__item.active > a::after {
  content: "";
  width: -webkit-calc(100% - 33px);
  width: calc(100% - 33px);
  height: 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: var(--main-0, #CD8A70);
  position: absolute;
  left: 14px;
  bottom: 0;
}

.menu__item > a:hover, .menu__item.active > a {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: var(--main-3, #FAF4F0);
  color: #2D1810;
}

.menu__link {
  color: #2D1810;
}
/*.navbar .wrapper{
  position: relative;
}*/
.home.menu__item {
  padding-right: 0;
  padding-top: 10px;
  position: relative;
  position: absolute;
  left: calc(50vw - 1440px / 2 + 10px);

  /*position: absolute;*/
}
@media screen and (max-width: 1446px) {
  .home.menu__item{
    right: auto;
    left: 16px;
    position: absolute;
    padding-left: 0px;
    padding-right: 10px;
  }
  .menu{
    padding-left: 42px;
  }
}
.home.menu__item .menu__link {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  background: url(../images/icons/home.svg) center center no-repeat;
  background-size: contain;
}

.dropdown > a {
  padding-left: 16px;
  padding-right: 42px;
  display: inline-block;
  position: relative;
}

.dropdown__menu {
 /* display: none;*/
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 100vw;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(227, 183, 159, 0.95);
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  text-align: center;
  padding: 8px 0;
  overflow: hidden;
  z-index: 999999999;
 
}

.dropdown__item {
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown__item:last-child .dropdown__link::after {
  display: none;
}

.dropdown__link {
  padding: 14px 16px;
  display: inline-block;
  position: relative;
  color: var(--neitral-3, #1B1B1B);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dropdown__link::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: var(--main-0, #CD8A70);
  position: absolute;
  left: -webkit-calc(50% - 44px);
  left: calc(50% - 44px);
  bottom: -3px;
  z-index: 100;
}

.dropdown__link:hover {
  background: var(--main-3, #FAF4F0);
  color: var(--neitral-3, #1B1B1B); 
}

.nav-arrow {
  position: absolute;
  right: 16px;
  top: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* header style start*/
.header-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 48px);
  overflow: hidden !important;
  min-height: 400px;
}

.dekor {
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  z-index: 20;
}

.dekor__image {
  width: 100%;
  height: 100px;
  background-image: url(../images/dekor.svg);
  background-position: center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dekor__image .button-down {
  width: 18px;
  height: 18px;
  position: relative;
  left: 6px;
  top: 8px;
  z-index: 22;
  background-image: url(../images/icons/arrow=down.svg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: arrow 2.2s infinite;
  animation: arrow 2.2s infinite;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

.main-slider {
  width: 100%;
  height: 100%;
}

.main-slider {
  overflow: hidden;
}

.main-slider .intro-media {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}

.main-slider .intro-video {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
}

.main-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-slider .mainSwiper {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  z-index: 20;
  position: absolute;
 /* top: 48px;*/
 top: 0;
  left: 0;
  background: var(--unnamed, linear-gradient(180deg, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.3) 73.23%, rgba(45, 24, 16, 0) 100%));
}

.header .wrapper {
  padding-top: 8px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .thirdy-button {
  position: relative;
  right: 8px;
}

.header .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 24px;
  padding-bottom: 16px;
}

.header .socials li {
  margin-right: 24px;
}

.header .socials li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .socials li img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.header .logo {
  text-align: center;
  padding-top: 8px;
  width: 592px;
}
.header .logo a{
  line-height: 0;
}

.header .logo img {
width: 100%;
max-width: 100%;
}

.header .logo h3 {
  color: #FFFFFF;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 133.333% */
  letter-spacing: 0.032px;
}

.header .logo h1 {
  color: var(--linen, #F5E9E0);
}

.header .col-right {
  min-width: 298px;
}

.header .lang-eye {
  padding-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .lang-eye .bvi-open {
  position: relative;
  bottom: 2px;
}

.header .lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header .lang li {
  margin-right: 24px;
}

.header .lang li a {
  color: var(--accent-2, #F1E1BC);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.175px;
  text-transform: uppercase;
}

.header .search {
  position: relative;
  height: 48px;
  margin-top: 16px;
}

.header .search input[type="search"] {
  color: var(--neitral-3, #F7F7F7);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
  border: none;
  outline: none;
  background: transparent;
  background: none;
  height: 100%;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  max-width: 100%;
 /* background: rgba(45, 24, 16, 0.7);*/
  padding-left: 0px;
  padding-right: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*z-index: -1;*/
  position: relative;
}

.header .search-button {
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--main-0, #CD8A70);
  background-image: url(../images/icons/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  height: 40px;
  right: 4px;
  top: 3px;
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
}

form.search-header {
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(45, 24, 16, 0.7);
  width: 100%;
  height: 48px;
  display: none;
  z-index: 20;
  padding-top: 14px;
  padding-bottom: 18px;
}

input[type="search"] {
  color: var(--neitral-3, #F7F7F7);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
  width: -webkit-calc(100% - 48px - 16px);
  width: calc(100% - 48px - 16px);
  max-width: 100%;
 /* background: rgba(45, 24, 16, 0.7);*/
  padding-left: 16px;
  padding-right: 48px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.search-icon {
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--main-0, #CD8A70);
  background-image: url(../images/icons/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  height: 40px;
  right: 4px;
  top: 4px;
  border: none;
  outline: none;
  z-index: 20;
}

/*Мобильное меню*/
.additional-list {
  display: none;
}

.additional-list__item {
  line-height: 1;
}

.additional-list .search-button {
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/search.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.additional-list .mobile-search {
  display: none;
  position: absolute;
  left: auto;
  right: -3px;
  top: 36px;
  bottom: auto;
  z-index: 20;
  height: 48px;
  width: 220px;
}

.search-mobile {
  position: relative;
}

.nav-close {
  display: none;
}

@media screen and (min-width: 1160px) {
  .menu__item.dropdown:hover .dropdown__menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .menu__item.dropdown:hover .nav-arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .dropdown__menu{
    transition: all 0.2s ease;
  }
 
}

@media screen and (max-width: 1450px) {
  .dekor .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 1300px) {
  .menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu__item.dropdown > a {
    padding-left: 8px;
    padding-right: 32px;
  }
  .menu__item.dropdown > a.active::after {
    content: "";
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 2px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: var(--main-0, #CD8A70);
    position: absolute;
    left: 8px;
    bottom: 0;
  }
  .menu .nav-arrow {
    right: 8px;
  }
}

@media screen and (max-width: 1270px) {
  .header .thirdy-button {
    font-size: 0;
    padding-right: 0;
  }
  .header .lang li, .header .socials li {
    margin-right: 16px;
  }
  .header .col-left, .header .col-right {
    width: 20%;
    min-width: 20%;
  }
}

@media screen and (max-width: 1160px) {

  .header-slider {
    height: 600px;
  }
  .additional-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
  }
  .additional-list__item.question{
    display: none;
  }
  body h1 {
    font-size: 41px;
    line-height: 60px;
  }
  .header .search, .header .thirdy-button {
    display: none;
  }
  .header .search .search-header {
    display: none !important;
  }
  .search-mobile .search-header {
    display: block;
    background: var(--main-3, #2D1810);
  }
  .search-mobile .search-header input[type="search"]{
    padding-left: 0;
    color: var(--neitral--3, #F7F7F7);
  }
  .header .socials {
    padding-top: 8px;
  }
  /*мобильное меню выезжает по клику*/
  .menu__item.dropdown > a.active::after {
    display: none;
  }
  .menu__item > a:hover{
    background: transparent;
  }
  .menu {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    background: var(--linen, #F5E9E0);
    -webkit-box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.1), 1px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.1), 1px 0px 2px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
    overflow-y: auto;
    padding-left: 24px;
    width: 304px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 64px;
    padding-bottom: 16px;
    max-width: inherit;
    z-index: 99999;
  }
  .menu.opened {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .menu svg.nav-arrow {
    margin-top: 0;
    position: absolute;
    top: 0px;
    padding: 16px;
    right: 0px;
    z-index: 99999999;
    width: 50px!important;
    height: 50px!important;
  }
  .nav-arrow.active-menu {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 99999999;
  }
  .menu__item.dropdown .dropdown__menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    /*margin-top: 8px;*/
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .home.menu__item {
    left: 24px;
    top: 4px;
    margin-bottom: 0;
  }
  .menu__item.dropdown {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 8px;
  }
  .menu__item{
    margin-bottom: 8px;
  }
  /*.menu__item > a{
    background: transparent!important;
  }*/
 .menu__item.active {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: var(--main-3, #FAF4F0);
    color: #2D1810;
}
  .menu__item.dropdown > a {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .menu__item.dropdown .menu__link {
    padding-left: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    position: static;
    width: fit-content;
  }
  .menu__item .menu__link{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    position: static;
    width: fit-content;
  }
  /*.menu__item .menu__link:hover, .menu__item .menu__link:focus,
  .menu__item .menu__link:active{
    background: var(--linen, #F5E9E0)!important;
  }*/
  :root {
    --f-button-hover-bg: transparent!important;
    --f-button-active-bg:transparent!important;
}
  .menu__item.active > a::after{
    /*display: none;*/
  }
  .nav-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
  }
  .dropdown__link {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 992px) {
  body h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {

  .intro-media {
    display: none;
  }
  .header-slider {
    background-image: url(../images/slide4.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .header .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .logo {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding-top: 0;
  }
  .header .col-left, .header .col-right {
    width: 50%;
  }
  .col-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .header .logo img {
   /* width: 40px;
    height: 40px;*/
    width: 80%;
  }
  .inner-header .logo img {
    width: 65%;
  }
  body h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px){

  .inner-header .logo img {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .eye{
    display: none;
  }
  .header-slider {
    height: calc(100vh - 60px);
  }
  .header .logo img{
    width: 91%;
  }
.additional-list .mobile-search{
    width: calc(100vw - 32px);
    max-width: 500px;
    left: auto;
    right: 0;
  }
}
.search-suggest{
  border: none;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #FFFFFF;
  width: 400px;
  max-width: calc(100% - 50px);
  height: 48px;
  float: left;
}
.search-suggest+input[type="submit"]{
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--main-0, #CD8A70);
  background-image: url(../images/icons/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  top: -20px;
  border: none;
  outline: none;
  z-index: 20;
  font-size: 0;
  position: relative;
}

@media screen and (max-width: 430px) {
  body h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .header .logo img{
    width: 93%;
  }
}
@media screen and (max-width: 400px) {
  .header .lang li, .header .socials li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 355px){
  .header .wrapper{
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 335px) {
  .header .lang li, .header .socials li {
    margin-right: 6px;
  }
}

/*section welcome style start*/
.adress,
.mail, .phone,
.tel, .fax, .kabinet, .mail,
.mobile, .operator {
  padding-left: 24px;
  position: relative;
  text-align: left;
}

.adress a,
.mail a, .phone a,
.tel a, .fax a, .kabinet a, .mail a,
.mobile a, .operator a {
  color: #1B1B1B;
  text-align: left;
}

.operator a:first-child, .mobile a:first-child {
  color: var(--neitral-3, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
}

.operator a, .mobile a {
  color: var(--neitral-2, #454545);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
}

.adress::after {
  content: url(../images/icons/address.svg);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0px;
}

.mobile::after {
  content: url(../images/icons/smartphone.svg);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0px;
}

.tel::after {
  content: url(../images/icons/phone.svg);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0px;
}

.mail::after {
  content: url(../images/icons/email.svg);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0px;
}

.operator::after {
  content: url(../images/icons/operator.svg);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0px;
}

.welcome {
  z-index: 10;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAF4F0));
  background: -webkit-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: linear-gradient(180deg, #FFF 0%, #FAF4F0 100%);
}

.welcome hr {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: #FFFFFF;
}

.welcome .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
}

.welcome p a {
  color: var(--neitral-3, #1B1B1B);
}

.welcome p a:hover {
  text-decoration: underline;
}

.hello-wrapper {
  width: -webkit-calc(70% - 16px);
  width: calc(70% - 16px);
  /* padding-left: 10%;*/
}

.hello-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*align-items: center;*/
}
.but{
 padding: 7px;
  border-radius: 3px;
background: var(--accent--2, #F1E1BC);
display: flex;
flex-direction: row;
width: fit-content;
justify-content: space-around;
flex-wrap: wrap;
}

.tel {
  margin-top: 16px;
}

.tel p {
  margin-top: 0;
  margin-bottom: 4px;
  text-align: left;
}
.tel p>a{
  width: 161px;
  display: inline-block;
}
.tel p span, .mail span, .hello-row .mobile span {
  color: var(--main-2, #6A3925);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  display: inline-block;
  margin-left: 3px;
}
.tel p>a>span.one{
  display: inline-block;
  width: 10px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  color: var(--neitral-3, #1B1B1B);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
    }
@media screen and (max-width: 576px){
  .tel p>a{
  text-align: justify;
    
  }
  .tel p>a>span.one{
display: inline-block;
width: 10px;
text-align: center;
margin-left: 0px;
margin-right: 0px;
color: var(--neitral-3, #1B1B1B);
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.08px;
  }
}


.worktime-wrapper {
  position: relative;
  width: -webkit-calc(30% - 16px);
  width: calc(30% - 16px);
  -webkit-border-radius: 300px 300px 3px 3px;
  border-radius: 300px 300px 3px 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0D6C7), color-stop(68.02%, #FAF4F0));
  background: -webkit-linear-gradient(top, #F0D6C7 0%, #FAF4F0 68.02%);
  background: -o-linear-gradient(top, #F0D6C7 0%, #FAF4F0 68.02%);
  background: linear-gradient(180deg, #F0D6C7 0%, #FAF4F0 68.02%);
  padding: 16px 16px 72px;
}

.worktime-wrapper h3.worktime-title {
  text-align: center;
  color: var(--main-3, #2D1810);
  font-family: Tenor Sans;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /*margin-top: 45%;*/
  margin-top: 136px;
}

.worktime-wrapper::after {
  content: "";
  width: 126px;
  height: 72px;
  display: inline-block;
  position: absolute;
  left: -webkit-calc(50% - 126px / 2);
  left: calc(50% - 126px / 2);
  top: 72px;
  background-image: url(../images/barokko1.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.worktime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.worktime h3 {
  color: var(--neitral-3, #1B1B1B);
  font-family: "Tenor Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 133.333% */
  letter-spacing: 0.032px;
}

.worktime div {
  width: 50%;
  text-align: center;
  margin-top: 20px;
}

.worktime div p {
  margin-bottom: 0;
  margin-top: 8px;
  color: var(--main-2, #6A3925);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
}

.worktime div:first-child {
  border-right: 1px solid #F0D6C7;
}

.worktime div:last-child {
  border-left: 1px solid #F0D6C7;
}

/*Анимация*/
@media screen and (min-width: 767px){
  .faq-but{
    display: none;
  }
}
@media screen and (min-width: 576px) {

  .welcome.anim-items .wrapper,
  .events.anim-items .wrapper,
  .otzyvy .wrapper.anim-items {
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
  }
  .welcome.anim-items.animActive .wrapper,
  .events.anim-items.animActive .wrapper,
  .otzyvy .wrapper.anim-items.animActive {
    opacity: 1;
  }
  /*Анимация при загрузке страницы*/
  .header.anim-items {
    -webkit-animation: down 1.6s ease 0.3s;
            animation: down 1.6s ease 0.3s;
    /*opacity: 0;
transform: translateY(-100%);
transition: all 1.6s ease;*/
  }
  .dekor.anim-items {
    -webkit-animation: up 1.6s ease 0.3s;
            animation: up 1.6s ease 0.3s;
  }
  @-webkit-keyframes up {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes up {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes down {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes down {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  /*.header.anim-items.animActive{
  opacity: 1;
  transform: translateY(0);
  }*/
}

@media screen and (max-width: 992px) {
  .welcome .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hello-wrapper {
    width: 100%;
    padding-bottom: 24px;
  }
  .worktime-wrapper {
    width: 328px;
    height: 280px;
    margin: auto;
    -webkit-border-radius: 300px 300px 3px 3px;
    border-radius: 300px 300px 3px 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0D6C7), color-stop(68.02%, #FAF4F0));
    background: -webkit-linear-gradient(top, #F0D6C7 0%, #FAF4F0 68.02%);
    background: -o-linear-gradient(top, #F0D6C7 0%, #FAF4F0 68.02%);
    background: linear-gradient(180deg, #F0D6C7 0%, #FAF4F0 68.02%);
  }
  .worktime-wrapper::after {
    top: 40px;
  }
  .worktime-wrapper h3.worktime-title {
    margin-top: 100px;
  }
  .hello-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 430px) {
  .hello-row p.mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hello-row p.mail {
    margin-top: 12px;
  }
  .hello-row p.but {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hello-wrapper hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .welcome {
    padding-bottom: 0;
  }
  .worktime-wrapper::after {
    top: 26px;
  }
}

/*section map style start*/
.location {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAF4F0), color-stop(85.73%, #F0D6C7));
  background: -webkit-linear-gradient(top, #FAF4F0 0%, #F0D6C7 85.73%);
  background: -o-linear-gradient(top, #FAF4F0 0%, #F0D6C7 85.73%);
  background: linear-gradient(180deg, #FAF4F0 0%, #F0D6C7 85.73%);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location__map {
  z-index: 10;
  width: 60%;
  position: relative;
}

.location .map {
  height: -webkit-calc(100vh - 48px);
  height: calc(100vh - 48px);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
 /* min-height: 680px;*/
  /*Иконки на карте*/
}

.location .map img {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.location .map img.map-image {
  width: 100%;
  min-width: 1120px;
  height: 100%;
 /*min-height: 672px;*/
 /* -o-object-fit: cover;
  object-fit: cover;*/
  object-fit: contain;
}
@media screen and (min-width: 1650px){
  .location .map img.map-image{
    -o-object-fit: cover;
    object-fit: cover;
  }
}


.location .map .active img {
  /*-webkit-transform: scale(1.24);
  -ms-transform: scale(1.24);
  transform: scale(1.24);*/
  filter: drop-shadow(2px 2px 0px rgba(205,138,112,1));
}

.location .map .dvorec-image {
  position: absolute;
  top: 32.5%;
  left: -webkit-calc(47% - 292px / 2);
  left: calc(47% - 292px / 2);
  width: 292px;
  height: 64px;
  display: block;
}

.location .map .dvorec-image img {
  width: 292px;
  height: 64px;
  min-width: 10px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}



.location .map .pivovarnya-image {
  position: absolute;
  width: 60px;
  height: 64px;
  top: 19%;
  right: 15%;
}
@media screen and (min-width: 1850px){
    .location .map .pivovarnya-image {
      top: 19%;
      right: 13%;
    }
  
}
@media screen and (max-width: 1580px){
  .location .map .pivovarnya-image {
    top: 19%;
    right: 13%;
  }
}
@media screen and (max-width: 1450px){
  .location .map .pivovarnya-image {
    top: 19%;
    right: 10%;
  }
}





.location .map .pivovarnya-image img {
  width: 60px;
  height: 64px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.location .map .cafe-image {
  position: absolute;
  width: 58px;
  height: 64px;
  top: 29%;
  right: 26%;
}

.location .map .cafe-image img {
  width: 104px;
  height: 64px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.location .map .dom-image {
  position: absolute;
  width: 64px;
  height: 48px;
  top: 42%;
  right: 19%;
}

.location .map .dom-image img {
  width: 64px;
  height: 48px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.location .map .kaplica-image {
  position: absolute;
  width: 41px;
  height: 64px;
  bottom: 31%;
  right: 43%;
}

.location .map .kaplica-image img {
  width: 41px;
  height: 64px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.location .map .restoran-image {
  position: absolute;
  left: 40%;
  top: 20%;
  width: 68px;
  height: 64px;
}

.location .map .restoran-image img {
  width: 104px;
  height: 64px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


.location .map .hotel-image {
  width: 64px;
  height: 56px;
  position: absolute;
  left: 38%;
  top: 47%;
}

.location .map .hotel-image img {
  width: 104px;
  height: 64px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}




@media screen and (min-width: 1024px){
  .location .map .dvorec-image img:hover {
    -webkit-transform: scale(1.24);
    -ms-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)) drop-shadow(8px 8px 32px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)) drop-shadow(8px 8px 32px rgba(0, 0, 0, 0.15));
    cursor: pointer;
  
  }
  .location .map .hotel-image img:hover, 
.location .map .kaplica-image img:hover,
.location .map .restoran-image img:hover,
.location .map .dom-image img:hover,
.location .map .cafe-image img:hover,
.location .map .pivovarnya-image img:hover,
.location .map .dvorec-image img:hover {
 -webkit-transform: scale(1.24);
  -ms-transform: scale(1.24);
  transform: scale(1.24);
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)) drop-shadow(8px 8px 32px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)) drop-shadow(8px 8px 32px rgba(0, 0, 0, 0.15));
  cursor: pointer;
  /*animation: shadow 0.7s ease;*/

}
}

/*@-webkit-keyframes shadow{
  0% {
  
  }
  50% {

box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30), 8px 8px 32px 0px rgba(0, 0, 0, 0.15);
  }
  100% {
    transform: scale(1.2);
box-shadow: 2px 2px 0px 0px #CD8A70;
  }
}

@keyframes arrow {
  0% {

  }
  50% {

    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30), 8px 8px 32px 0px rgba(0, 0, 0, 0.15);
  }
  100% {
    transform: scale(1.2);
    filter: drop-shadow(2px 2px 0px 0px #CD8A70);
  }
}*/

@media screen and (min-width: 576px) {
  .location.anim-items .map-nav li{
    transform: scale(1.6);
    opacity: 0;
    -webkit-transition: all 1.6s ease 0.3s;
    -o-transition: all 1.6s ease 0.3s;
    transition: all 1.6s ease 0.3s;
  }
  .location.anim-items.animActive .map-nav li{
    opacity: 1;
    transform: scale(1);
  
  }
 
}

.location__title {
  position: absolute;
  width: 210px;
  padding-top: 8px;
  top: 0;
  right: 48px;
  z-index: 50;
}

.location__title h2 {
  text-align: center;
}

.location__title h6 {
  color: var(--neitral-3, #1B1B1B);
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.048px;
}

.location__card {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*карточка с описанием локации*/
.card.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.card {

  z-index: 999;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*visibility: hidden;*/
  display: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /*Фотография локации справа*/
  /*Нижняя кнопка брони*/
  
}

.card hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.card__item {
  width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -32px;
  z-index: 30;
}

.card__image {
 /* width: 472px;*/
 width: calc(100% - 360px + 64px);
  height: -webkit-calc(100vh - 48px);
  height: calc(100vh - 48px);
  text-align: right;
  position: relative;
  z-index: 20;
}

.card__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.card .reserve-button {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card .reserve-button .back {
  display: none;
}

.card .location-buttons {
  width: 312px;
  text-align: center;
 /* margin-top: 16px;*/
  /*position: absolute;*/
  /*flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
  left: 16px;
  bottom: 0px;
}
.card .location-buttons>a{
  margin-top: 16px;
}

/*Тело карточки*/
/*Скроллбар для карточки*/
.card__container::-webkit-scrollbar {
  width: 5px;
}

.card__container::-webkit-scrollbar-track {
 /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);*/
 background: #F5E9E0;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}

.card__container::-webkit-scrollbar-thumb {
  background: #CD8A70;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.card__container {
  scrollbar-color:#F6F5F3;
  scrollbar-width: thin !important;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  border-radius: 25px;
  width: 360px;
  width:100%;
 /* min-height: 540px;*/
  /* height:calc(100vh - 48px - 38px - 24px);*/
  min-height: -webkit-calc(100vh - 48px - 38px - 66px);
  min-height: calc(100vh - 48px - 38px - 66px);
  max-height: -webkit-calc(100vh - 48px - 38px - 8px);
  max-height:  calc(100vh - 48px - 38px - 66px);
 /* overflow: hidden;*/
  z-index: 30;
  padding: 24px 32px 16px 16px;

}
.card__container p{
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: 0.035px;
}
.item_content{
 /*flex: 1 0 auto;*/
}
.location-buttons{
  /*flex: 0 0 auto;*/
}
.container-item-card{
 /* height: calc(100% + 54px);
  position: relative;
  padding-bottom: 54px;
  display: flex;flex-direction: column;*/
}


.card__wrapper {
  position: relative;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-top: 16px;
height: fit-content;
overflow: hidden;
background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0.95)));
background: -webkit-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0.95) 100%);
background: -o-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0.95) 100%);
background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.95) 100%);
 /*   min-height: -webkit-calc(100% - 48px - 38px - 24px);
    min-height: calc(100% - 48px - 38px - 24px);
    max-height: -webkit-calc(100% - 48px - 38px - 8px);
    max-height: calc(100% - 48px - 38px - 8px);*/

}


.card__wrapper .container {
  /*width: 100%;
height: 100%;
overflow: auto;*/
}

.card__wrapper hr + p {
  color: var(--neitral-2, #454545);
  font-size: 14px;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
}

.card__wrapper h5 {
  color: var(--main-2, #6A3925);
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.024px;
}

.card__wrapper h6 {
  color: var(--neitral-2, #454545);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.014px;
}

.card__wrapper .location-prices {
  margin-top: 10px;
 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card__wrapper .location-prices div {
  margin-right: 8px;
  padding: 4px 12px 4px 4px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  background: var(--linen, #F5E9E0);
}

.card__wrapper .location-prices div span {
  color: var(--neitral-2, #454545);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  display: inline-block;
  padding-left: 8px;
}

.card__wrapper .location-prices div span.kosht {
  /* margin-right: 8px;*/
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background: var(--main-1, #E3B79F);
  padding: 4px;
  color: var(--main-3, #2D1810);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
}

.card__wrapper .location__worktime .weekend {
  margin-bottom: 10px;
  margin-top: 8px;
}

.card__wrapper .location__worktime .weekend, .card__wrapper .location__worktime .work-days {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__wrapper .location__worktime span {
  color: var(--neitral-3, #1B1B1B);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  display: inline-block;
  width: 82px;
}

.worktime-block {
  width: 224px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.worktime-block li {
  border: 1px solid var(--main-2, #F0D6C7);
  border-right: none;
  background: #FFF;
  width: 30px;
  height: 30px;
  color: var(--main-2, #6A3925);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.worktime-block li:last-child {
  border-right: 1px solid var(--main-2, #F0D6C7);
}

.worktime-block li.active {
  color: var(--main-1, #E3B79F);
  background: var(--main-3, #FAF4F0);
}

.comfort {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comfort div {
  -webkit-border-radius: 32px;
  border-radius: 32px;
  background: var(--linen, #F5E9E0);
  padding: 8px 12px;
  color: var(--neitral-2, #454545);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  margin-right: 8px;
  margin-bottom: 8px;
}

/*.card__wrapper .container{
width: 100%;
height: auto;
  position: relative;
  
}
.card .location-buttons{
  top: calc(100% -48px);
}*/
@media screen and (max-width: 1650px) {
  .location__map {
    z-index: 10;
    width: 58%;
    position: relative;
  }
  .location__card{
    width: 42%;
  }
  .card__image {
  /*  width: 360px;*/
    width: calc(100% - 360px + 26px);
  }
  
  .location__title {
    right: 0px;
  }
  .card__item {
    left: 16px;
  }
  .card__wrapper {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1650px) {
  .card__image {
    /*width: 496px;*/
    width: calc(100% - 360px + 68px);
  }
  .card .reserve-button {
    margin-top: 16px;
  }
 .card__container {
    max-height: -webkit-calc(100vh - 32px - 38px - 16px - 48px);
    max-height: calc(100vh - 32px - 38px - 16px - 48px);
    min-height: -webkit-calc(100vh - 32px - 38px - 16px - 48px);
    min-height: calc(100vh - 32px - 38px - 16px - 48px);
    /* min-height: 500px;*/
    
  }

}
@media screen and (max-width: 1600px){
  .location .map {
    min-height: 640px;
  }
}
@media screen and (max-width: 1450px) {
  .location .map img.map-image {
    width: 100%;
    min-width: 1120px;
    height: 100%;
   /*min-height: 672px;*/
   /* -o-object-fit: cover;
    object-fit: cover;*/
    object-fit: contain;
  }
  .location .map {
    min-height: 640px;
  }
  .location__title {
    right: -48px;
  }
  .card {
    width: 80%;
    min-width: 360px;
    background: var(--main-2, #F0D6C7);
    height: -webkit-calc(100vh - 48px);
    height: calc(100vh - 48px);
    min-height: 700px;
  }
  .card .location-buttons {
   /* width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-bottom: 16px;*/
    width: 100%;
  }
  .card__item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .card__wrapper {
    width: 100%;
    min-height: 440px;
    height: auto;
    /*padding-bottom: 62px;*/
  }
  .card__container{
    padding-right: 16px;
    min-height: 440px;
    max-height: 62vh;
    height: auto;
   
  }
  .location-buttons{
    width: 100%;
  }
  .card__wrapper p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.035px;
  }
  .card__image {
    width: 100%;
    height: 360px;
    position: relative;
  }
  .card__image::after {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75.31%, rgba(240, 214, 199, 0)), to(#F0D6C7));
    background: -webkit-linear-gradient(top, rgba(240, 214, 199, 0) 75.31%, #F0D6C7 100%);
    background: -o-linear-gradient(top, rgba(240, 214, 199, 0) 75.31%, #F0D6C7 100%);
    background: linear-gradient(180deg, rgba(240, 214, 199, 0) 75.31%, #F0D6C7 100%);
  }
  .card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card .reserve-button {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .card .location-prices {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1350px) {
  .location__title {
    right: -70px;
  }
  .location .map .cafe-image{
    right: 24%;
  }
}
@media screen and (max-width: 1150px) {
  .location .map img.map-image {
    -o-object-fit: cover;
    object-fit: cover;
   /* object-fit: contain;*/
  }

}

@media screen and (max-width: 1120px) {
  .location .map img.map-image {
    -o-object-fit: cover;
    object-fit: cover;
   /* object-fit: contain;*/
  }
  .card .reserve-button .back {
    display: block;
  }
  .card .reserve-button {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    position: relative;
    right: 16px;
  }
  .location__title {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
  .location__title h6 {
    text-align: center;
  }
  .card {
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 360px;
    z-index: 60;
  }
  .card.mobile-show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .location__map {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
  .location .map {
    height: 780px;
    overflow: hidden;
  }
  .location {
    height: auto;
    min-height: 500px;
    position: relative;
  }
  .location__title {
    right: 0;
  }
  .location .map .pivovarnya-image {
    right: auto;
    left: calc(50% + 280px);
  }
  .location .map .cafe-image{
    right: auto;
    top: 28%;
    left: calc(50% + 190px);
  }
}

@media screen and (max-width: 840px) {

  .location .map .pivovarnya-image {
    right: auto;
    top: 21%;
    left: calc(50% + 290px);
  }
}

@media screen and (max-width: 780px) {

 /* .location .map .cafe-image {
    right: 20%;
  }
  .location .map .dom-image {
    right: 5%;
  }
  .location .map .restoran-image {
    left: 38%;
  }*/
  .card {
    height: -webkit-calc(100vh - 48px);
    height: calc(100vh - 48px);
    width: 100%;
    width: 100vw;
  }
 /* .location .map {
    height: -webkit-calc(100vh - 48px - 78px);
    height: calc(100vh - 48px - 78px);
  }*/

}
@media screen and (max-width: 750px){
  .location .map .cafe-image{
    right: auto;
    top: 28%;
    left: calc(50% + 116px);
  }
  .location .map .pivovarnya-image {
    right: auto;
    left: calc(50% + 250px);
  }
  .location .map img.map-image{
    position: relative;
    right: 10%;
    /*min-width: 630px;*/
  }
  .location .map .hotel-image{
    left: 28%;
    top: 40%;
  }
  .location .map .kaplica-image {
    right: auto;
    left: calc(50% - 32px);
    bottom: 31%;
  }
}
@media screen and (max-width: 650px){
  .location .map img.map-image{
    position: relative;
    right: 15%;
  }
  .location .map .pivovarnya-image {
    right: auto;
    left: calc(50% + 220px);
  }
  .location .map .kaplica-image {
    right: auto;
    left: calc(45% - 32px);
  }
}
@media screen and (max-width: 576px){
  .card .location-buttons {
    margin-bottom: 10px;
  }
  .location .map img.map-image{
    position: relative;
    right: 20%;
    /*min-width: 630px;*/
  }
  .location .map{
   /* overflow-x: auto;*/
  }
  .location .map .pivovarnya-image {
    left: calc(50% + 200px);
  }
  .location .map .cafe-image{
    right: auto;
    top: 20%;
    left: 50%;
  }
  .location .map .restoran-image{
    left: 24px;
    top: 22%;
  }
  .location .map .pivovarnya-image {
    top: 26%;
    left: calc(50% + 150px);
  }
}

@media screen and (max-width: 430px) {
  .location .map img.map-image{
    position: relative;
    right: 35%;
  }
  .card .location-buttons {
    margin-bottom: 1px;
  }
  .card{
    min-width: 260px;
  }
  .location .map {
    height: -webkit-calc(100vh - 48px - 92px);
    height: calc(100vh - 48px - 92px);
    overflow: hidden;
  }
  .location .map img.map-image{
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .location .map .kaplica-image{
    bottom: 32.5%;
    left: 24%;
  }
  .location .map .dvorec-image {
   left: -16px;
   transform: scale(0.8);
    top: 33%;
    right: auto;
  }
  .location .map .hotel-image{
    left: -8px;
    top: 45.5%;
  }
  .location .map .pivovarnya-image{
    top: 30.5%;
   /* left: auto;
    right: 38px;*/
    right: auto;
    left: 65%;
  }
  .location .map .hotel-image img{
    transform: scale(0.8);
  }
  .location .map .pivovarnya-image img{
    transform: scale(0.9);
  }
}
@media screen and (max-width: 376px){
  .location .map .pivovarnya-image{
    top: 30%;
    right: auto;
    left: 68%;
  }
}
@media screen and (max-width: 365px){
  .location .map .pivovarnya-image{
    top: 30%;
    left: 71%;
  }
}
@media screen and (max-width: 340px){
  .location .map .pivovarnya-image{
    top: 29%;
    left: 73%;
  }
  .card .reserve-button{
    flex-direction: column;
 align-items: center;
  }
  .card .reserve-button .primary-button{
    margin-top: 10px;
    width: fit-content;
  }
  .card .reserve-button .thirdy-button{
    width: fit-content;
  }
}

/*map section style end*/
/*section main media style start*/
.main-media {
  width: 100%;
  position: relative;
}

.main-media .main-button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 24px;
  text-align: center;
  z-index: 20;
  background: transparent!important;
}

.media-slider {
  width: 100%;
  height: 448px;
}

.media-slider .swiper-slide img {
  height: 448px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30), 8px 8px 32px 0px rgba(0, 0, 0, 0.15);*/
}

@media screen and (max-width: 1300px) {
  .media-slider .swiper-slide img, .media-slider {
    height: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .media-slider .swiper-slide img, .media-slider {
    height: 350px;
  }
}

@media screen and (max-width: 1025px) {
  .media-slider .swiper-slide img, .media-slider {
    height: 304px;
  }
}

/*section events style start*/
.events {
  width: 100%;
  background: var(--main-3, #FAF4F0);
  padding-top: 24px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}

.events .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(75% - 16px) calc(25% - 16px);
  grid-template-columns: -webkit-calc(75% - 16px) -webkit-calc(25% - 16px);
  grid-template-columns: calc(75% - 16px) calc(25% - 16px);
  grid-column-gap: 32px;
}

.section-title {
  text-align: center;
  margin-bottom: 14px;
  position: relative;
  z-index: 50;
}

.section-title::before {
  content: "";
  display: inline-block;
  background: url(../images/barokko2.png) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 317px;
  height: 72px;
  position: absolute;
  top: -8px;
  left: -webkit-calc(50% - 317px / 2);
  left: calc(50% - 317px / 2);
  z-index: -10;
}

/*.events .section-title::after{
  content: "";
  display: inline-block;
 background: var(--main-3, #FAF4F0);
  -webkit-background-size: contain;
          background-size: contain;
  width: 317px;
  height: 72px;
  position: absolute;
  top: -8px;
  left: -webkit-calc(50% - 317px / 2);
  left: calc(50% - 317px / 2);
  z-index: -5;
  opacity: 0.3;
}*/
.news__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26% 74%;
  grid-template-columns: 26% 74%;
  border-bottom: 2px solid var(--main-1, #E3B79F);
  margin-bottom: 16px;
  transition: all 0.5s ease;
}

.news__content {
  padding-left: 16px;
  padding-right: 56px;
  padding-top: 14px;
  position: relative;
}
.news__item:hover{
  border-color: #DFBB68;
}
.news__content:hover .news-button {
  -webkit-border-radius: 48px 48px 0px 0px;
  border-radius: 48px 48px 0px 0px;
  background: var(--accent-2, #F1E1BC);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__content:hover .news-button .more-news {
  bottom: -webkit-calc(50% - 16px);
  bottom: calc(50% - 16px);
}

.news__pretext {
  color: var(--neitral-3, #1B1B1B);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  padding-bottom: 10px;
}

.news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  min-height: 166px;
}

.news-title {
  margin-bottom: 4px;
  margin-top: 16px;
}

.news-title a {
  color: var(--main-3, #2D1810);
}

.news-title a:hover {
  text-decoration: none;
}

.news-button {
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.more-news {
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 24px;
  height: 24px;
  line-height: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.more-news:hover {
  cursor: pointer;
}

.news-date {
  color: var(--main-2, #6A3925);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 120% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.important-news {
  height: 100%;
}

.important-news__item {
  width: 100%;
  height: 100%;
  position: relative;
border-bottom:2px solid var(--main-0, #CD8A70);
transition: all 0.6s ease;
}

.important-news__item:hover .important-news__content {
  background: var(--accent-2, #F1E1BC);
  bottom: 107px;
  cursor: pointer;
}
.important-news__item:hover{
  border-color:#DFBB68;
}
.important-news__item:hover .important-news__image{
border-radius: 1px;
}

.important-news__image {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 328px 328px 1px 1px;
  border-radius: 328px 328px 1px 1px;
  overflow: hidden;
  transition: all 0.6s linear;
}

.important-news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
 /* -webkit-border-radius: 328px 328px 1px 1px;
  border-radius: 328px 328px 1px 1px;*/
}

.important-news__content {
  position: absolute;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  left: 16px;
  bottom: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--main-2, #F0D6C7);
  z-index: 20;
  padding: 14px 40px 16px 16px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.important-news__title {
  color: var(--main-3, #2D1810);
  font-family: 'Tenor Sans', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 130.769% */
}

.important-news__title a {
  color: var(--main-3, #2D1810);
}

.important-news__title a:hover {
  text-decoration: none;
}

.events-button {
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .events .wrapper {
    -ms-grid-columns: calc(70% - 16px) calc(30% - 16px);
    grid-template-columns: -webkit-calc(70% - 16px) -webkit-calc(30% - 16px);
    grid-template-columns: calc(70% - 16px) calc(30% - 16px);
  }
}

@media screen and (max-width: 1100px) {
  .news {
    margin-bottom: 6px;
  }
  .events .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .important-news {
    height: 528px;
    width: 330px;
    max-width: 100%;
    margin: 24px auto;
  }
  .events-button {
    margin-top: 8px;
  }
}

@media screen and (max-width: 800px) {
  .news__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
  }
}

@media screen and (max-width: 576px) {
  .news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__content {
    padding-left: 0;
    padding-top: 10px;
  }
  .news__image {
    line-height: 1;
    min-height: 192px;
    height: 240px;
  }
}

@media screen and (max-width: 430px) {
  .news__image {
    height: 192px;
  }
  .news__image img {
    min-height: 192px;
  }
}

/*section services style start*/
.services {
  background: var(--main-2, #F0D6C7);
  padding-top: 24px;
  position: relative;
  z-index: 10;
}

.services .wrapper {
  position: relative;
}

.services .wrapper:nth-child(2) {
  /*max-width: 1632px;*/
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services__button {
  position: absolute;
  top: 0px;
  left: 16px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 60;
}

.services__item {
  min-height: 300px;
 /* height: -webkit-calc(100vh - 94px - 24px - 21px);
  height: calc(100vh - 94px - 24px - 21px);*/
  height: -webkit-calc(100vh - 153px);
  height: calc(100vh - 153px);
  margin-top: 21px;
  /*max-height: 624px;*/
  max-height: 800px;
  position: relative;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid var(--main-2, #F0D6C7);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.services__item:hover {
  border: 2px solid var(--gold, #DFBB68);
}

.services__item:hover img {
  -webkit-transform: scale(1.1) rotate(-2deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}

.services__item:hover .services-button {
  background: rgba(223, 187, 104, 0.80);

}  

.services__item:hover .services-button .more-news {
  right: -webkit-calc(50% - 12px);
  right: calc(50% - 12px);
}

.services__title {
  z-index: 20;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(59.69%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #FFF 0%, white 59.69%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #FFF 0%, white 59.69%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF 0%, white 59.69%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  min-height: 80px;
  padding: 10px 16px 12px;
  position: absolute;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  top: 0;
  left: 0;
  text-align: center;
}

.services__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services__image:hover {
  cursor: pointer;
}

.services__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.services__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.services-button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 48px 48px 0px 0px;
  border-radius: 48px 48px 0px 0px;
  height: 48px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.services-button .more-news {
  bottom: 12px;
}
@media screen and (max-width: 1024px){
  .services__image video{
    display: none;
  }
  .services__item:first-child .services__image{
    background: url(../images/services/01-min.png) center no-repeat;
    background-size: cover;
  }
  .services__item:nth-child(2) .services__image{
    background: url(../images/services/02-min.png) center no-repeat;
    background-size: cover;
  }
  .services__item:nth-child(3) .services__image{
    background: url(../images/services/03-min.png) center no-repeat;
    background-size: cover;
  }
  .services__item:nth-child(4) .services__image{
    background: url(../images/services/04-min.png) center no-repeat;
    background-size: cover;
  }
  .services__item:nth-child(5) .services__image{
    background: url(../images/services/05-min.png) center no-repeat;
    background-size: cover;
  }
  .services__item:nth-child(6) .services__image{
    background: url(../images/services/06-min.png) center no-repeat;
    background-size: cover;
  }
}
/*Модальное окно с разновидностью заявок*/
.modal-zajavka {
  z-index: 100;
  position: absolute;
  right: 16px;
  top: 42px;
  display: none;
  width: 900px;
  max-width: 100%;
  padding: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: var(--linen, #F5E9E0);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3), 8px 8px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3), 8px 8px 32px 0px rgba(0, 0, 0, 0.15);
}

.modal-zajavka h3 {
  color: var(--main-3, #2D1810);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 130.769% */
  margin-bottom: 14px;
  text-align: center;
  position: relative;
  z-index: -1;
}

.modal-zajavka h6 {
  color: var(--neitral-2, #454545);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.048px;
  text-align: center;
  margin-bottom: 16px;
}

.modal-wrapper {
  width: 100%;
  max-width: 100%;
}

.close-modal {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
  z-index: 20;
}

.close-modal:hover {
  cursor: pointer;
}

.zajavka-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zajavka-nav li {
  margin-bottom: 12px;
}

.secondary-button {
  margin-left: 4px;
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .services__item {
    height: 400px;
  }
}

@media screen and (max-width: 1025px) {
  .services .wrapper:nth-child(2) {
    margin-top: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services__item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    margin-top: 0;
    border: 2px solid var(--gold, #DFBB68);

  }
  .services-button{
    background: rgba(223, 187, 104, 0.80);
    
  }
  .services__item .services-button .more-news {
    right: -webkit-calc(50% - 12px);
    right: calc(50% - 12px);
}
}

@media screen and (max-width: 800px) {
  .services__button {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 16px;
  }
}

@media screen and (max-width: 650px) {
  .services__item {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    margin-top: 0;
  }
}

@media screen and (max-width: 440px) {
  .services__item {
    overflow: hidden;
    width: 100%;
    max-width: 244px;
    margin-top: 0;
    height: 360px;
    border-radius: 328px 328px 2px 2px;
    border: 2px solid var(--Gold, #DFBB68);
    margin-bottom: 16px;
   
  }
  .services__item .services__image{
    border-radius: 328px 328px 2px 2px;
   
  }
  .services__title{

    padding-top: 0;
    padding-bottom: 0;
    background: none;
   display: flex;
   justify-content: center;
    text-align: center;

    background: linear-gradient(180deg, #F5E9E0 0%, rgba(245, 233, 224, 0.80) 59.69%, rgba(245, 233, 224, 0.00) 100%);

  }
  .services__title h3{
    padding-top: 33px;
    padding-bottom: 28px;
    max-width: 200px;
    color: var(--main-2, #6A3925);
text-align: center;
font-family: 'Tenor Sans', sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 130.769% */
margin-bottom: 4px;
  }
  .services .wrapper:nth-child(2){
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
  }
  .services-button{
    background: rgba(223, 187, 104, 0.80);
    
  }
  .services__button {
   justify-content:space-around;
   
  }
  .services__item .services-button .more-news {
    right: -webkit-calc(50% - 12px);
    right: calc(50% - 12px);
}
  .services .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/*section otzyvy style start*/
.otzyvy {
  padding-top: 24px;
  padding-bottom: 32px;
  background: var(--main-3, #FAF4F0);
}

.otzyvy__item {
  /*padding-left: 80px;
    padding-right: 80px;*/
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-bottom: 2px solid var(--main-1, #E3B79F);
  padding-top: 16px;
}

.otzyvy__item .news-date {
  margin-top: 10px;
}

.otzyvy__item h3 {
  text-align: center;
}

.otzyvy__item span {
  display: block;
  text-align: center;
}

.otzyvy__button {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.swiper.otzyvySwiper .swiper-slide {
  padding-left: 112px;
  padding-right: 112px;
}

.swiper-button-next.otzyvy-button {
  width: 48px;
  height: 48px;
  right: 32px;
}

.swiper-button-prev.otzyvy-button:after {
  content: "";
  display: block;
  background: url(../images/icons/arrow-left.png) center no-repeat;
  width: 48px;
  height: 48px;
}

.swiper-button-next.otzyvy-button:after {
  content: "";
  display: block;
  background: url(../images/icons/arrow-right.png) center no-repeat;
  width: 48px;
  height: 48px;
}

.swiper-button-prev.otzyvy-button {
  width: 48px;
  height: 48px;
  left: 32px;
}

@media screen and (max-width: 576px) {
  .swiper.otzyvySwiper .swiper-slide {
    padding-left: 48px;
    padding-right: 48px;
  }
  .swiper-button-prev.otzyvy-button {
    left: 0;
  }
  .swiper-button-next.otzyvy-button {
    right: 0;
  }
  .otzyvy .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 350px){
.otzyvy__button .secondary-button{
  margin-bottom: 16px;
}
}

/*section video presentation style start*/
.video-presentation {
  background: var(--main-1, #E3B79F);
  padding-top: 32px;
  padding-bottom: 32px;
}

.video-presentation__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-presentation .video {
  width: 50%;
  padding-right: 16px;
}
.video-presentation .video iframe{
  margin: 0;
}

.video-presentation .video-card {
  width: 50%;
  padding-left: 16px;
}

.video-presentation .video-card hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: var(--main-0, #CD8A70);
}

.video-presentation .video-card .secondary-button {
  margin-top: 10px;
}

.nagrady-site {
  margin-top: 4px;
  padding-right: 190px;
  position: relative;
}

.nagrady-site a {
  position: absolute;
  bottom: 0;
  right: 0;
}

.nagrady-site a[href^="https://ozerny.by/"] {
  padding-left: 26px;
  display: inline-block;
  background-position: left 1px;
  background-repeat: no-repeat;
  min-height: 25px;
  margin-top: 8px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-image: url("../images/icons/WEB.svg");
  color: #1b1b1b;
}

.nagrady-site a[href^="https://ozerny.by/"]:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .video-presentation .video {
    width: 100%;
    padding-right: 0;
  }
  .video-presentation .video-card {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
  .video-presentation .video-card h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .video-presentation__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .video-presentation .video iframe {
    height: 380px !important;
  }
  .video-presentation .video-card h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .nagrady-site {
    padding-right: 4px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .nagrady-site a {
    position: relative;
  }
}

@media screen and (max-width: 430px) {
  .video-presentation .video iframe {
    height: 200px !important;
  }
  .video-presentation .video-card .secondary-button {
    min-width: 206px;
    margin-left: -webkit-calc(50% - 103px);
    margin-left: calc(50% - 103px);
  }
}

/*footer style start*/
.footer {
  padding-top: 16px;
 /* padding-bottom: 12px;*/
  background: var(--main-2, #F0D6C7);
}

.footer iframe {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}

.footer .wrapper {
  max-width: 1452px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
 
}

.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: -webkit-calc(50% - 21px);
  width: calc(50% - 21px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer__social {
  padding-left: 16px;
  padding-right: 16px;
}

.footer__social li {
  margin-bottom: 20px;
}

.footer__social li img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 24px;
  height: 24px;
}

.footer__social li img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer__contacts {
  border-left: 2px solid var(--main-1, #E3B79F);
  padding-left: 16px;
}

.footer__menu {
  width: -webkit-calc(25% - 21px);
  width: calc(25% - 21px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 328px;
}

.footer .copy {
  margin-top: 0;
  margin-bottom: 24px;
}

.footer__map {
  width: -webkit-calc(25% - 21px);
  width: calc(25% - 21px);
}

.menu-footer {
  padding: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid var(--gold, #DFBB68);
  border-right: 2px solid var(--gold, #DFBB68);
  border-bottom: 1px solid var(--gold, #DFBB68);
  border-left: 2px solid var(--gold, #DFBB68);
}

.menu-footer__item {
  padding: 14px 16px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-footer__item a {
  color: var(--neitral-3, #1B1B1B);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-footer__item:hover {
  background: var(--main-3, #FAF4F0);
}

.menu-footer__item:hover a {
  color: var(--main-3, #2D1810);
}
/*Копирайт*/
.developer{
  background: #FFF;
  padding: 16px;
  margin-top: 16px;
}
.copyright-parason{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
  .copyright-parason img{
  display: block;
  margin: 0 auto;  
  padding-top: 8px;
  }
  .copyright-parason h6{
  color: #4D4D4D;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.035px;
  display: inline-block;
  
  }
  .copyright-parason p{
margin: 0;
  color: #1A1A1A;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.035px;
  display: inline-block;
  }
  .copyright-parason p a{
  color: #1A1A1A;
  }
  .copyright-parason p a:hover{
  color: #1A1A1A;
  text-decoration: none;
  }
  .copyright-parason__name {
  border-bottom: 1px solid rgba(0, 45, 60, 0.50);
  padding-bottom: 8px;
  display: flex;
  align-items:center;
  
  }

@media screen and (max-width: 992px) {
  .footer .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__left {
    width: 100%;
  }
  .footer__menu {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 16px;
  }
  .footer__menu .primary-button {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .footer__map {
    width: 100%;
    margin-top: 16px;
  }
}

/*Кнопка Санаторий Озерный*/
.ozernyj-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  background: #FFF;
  width: 56px;
  height: 56px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ozernyj-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ozernyj-button span.img {
  width: 56px;
  height: 56px;
  display: inline-block;
  padding: 12px;
}

.ozernyj-button img {
  width: 32px;
  height: 32px;
}

.ozernyj-button span {
  display: block;
  white-space: nowrap;
  padding-right: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.048px;
}

.ozernyj-button:hover {
  width: 210px;
}

/*style archive sobytyja lenta start*/
.inner-header {
  position: relative;
  min-height: -webkit-calc(314px - 40px);
  min-height: calc(314px - 40px);
  z-index: 20;
}

.inner-header .primary-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 24, 16, 0.9)), to(rgba(45, 24, 16, 0.5))), url(../images/primary_bg.jpg);
  background: -webkit-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/primary_bg.jpg);
  background: -o-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/primary_bg.jpg);
  background: linear-gradient(180deg, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/primary_bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: -webkit-calc(314px - 40px);
  min-height: calc(314px - 40px);
  position: relative;
  height: 100%;
  z-index: -10;
}

.inner-header .secondary-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 24, 16, 0.9)), to(rgba(45, 24, 16, 0.5))), url(../images/secondary_bg.jpg);
  background: -webkit-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/secondary_bg.jpg);
  background: -o-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/secondary_bg.jpg);
  background: linear-gradient(180deg, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/secondary_bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: -webkit-calc(314px - 40px);
  min-height: calc(314px - 40px);
  position: relative;
  height: 100%;
  z-index: -10;
}

.inner-header .thirdy-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 24, 16, 0.9)), to(rgba(45, 24, 16, 0.5))), url(../images/thirdy_bg.jpg);
  background: -webkit-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/thirdy_bg.jpg);
  background: -o-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/thirdy_bg.jpg);
  background: linear-gradient(180deg, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/thirdy_bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: -webkit-calc(314px - 40px);
  min-height: calc(314px - 40px);
  position: relative;
  height: 100%;
  z-index: -10;
}

.inner-header .fourthdy-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 24, 16, 0.9)), to(rgba(45, 24, 16, 0.5))), url(../images/fourthdy_bg.jpg);
  background: -webkit-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/fourthdy_bg.jpg);
  background: -o-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/fourthdy_bg.jpg);
  background: linear-gradient(180deg, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/fourthdy_bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: -webkit-calc(314px - 40px);
  min-height: calc(314px - 40px);
  position: relative;
  z-index: -10;
  height: 100%;
}

.inner-header .fifthdy-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 24, 16, 0.9)), to(rgba(45, 24, 16, 0.5))), url(../images/fifthdy_bg.jpg);
  background: -webkit-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/fifthdy_bg.jpg);
  background: -o-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/fifthdy_bg.jpg);
  background: linear-gradient(180deg, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/fifthdy_bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: -webkit-calc(314px - 40px);
  min-height: calc(314px - 40px);
  height: 100%;
  position: relative;
  z-index: -10;
}

.inner-header .sixthdy-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 24, 16, 0.9)), to(rgba(45, 24, 16, 0.5))), url(../images/sixthdy_bg.jpg);
  background: -webkit-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/sixthdy_bg.jpg);
  background: -o-linear-gradient(top, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/sixthdy_bg.jpg);
  background: linear-gradient(180deg, rgba(45, 24, 16, 0.9) 0%, rgba(45, 24, 16, 0.5) 100%), url(../images/sixthdy_bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: -webkit-calc(314px - 40px);
  min-height: calc(314px - 40px);
  height: 100%;
  position: relative;
  z-index: -10;
}

.inner-header .logo .logo__image {


}

.inner-header .header {
  position: relative;
  z-index: 10;
  min-height: 170px;
  top: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .inner-header, .inner-header .primary-background,
  .inner-header .secondary-background, .inner-header .fourthdy-background,
  .inner-header .thirdy-background, .inner-header .fifthdy-background, .inner-header .sixthdy-background {
    min-height: -webkit-calc(330px - 48px);
    min-height: calc(330px - 48px);
    height: auto;
  }
  .inner-header .primary-background,
  .inner-header .secondary-background, .inner-header .fourthdy-background,
  .inner-header .thirdy-background, .inner-header .fifthdy-background, .inner-header .sixthdy-background {
    /*padding-bottom: 10px;*/
  }
}
@media screen and (max-width: 410px) {
  .inner-header, .inner-header .primary-background,
  .inner-header .secondary-background, .inner-header .fourthdy-background,
  .inner-header .thirdy-background, .inner-header .fifthdy-background, .inner-header .sixthdy-background {
    min-height: -webkit-calc(320px - 48px);
    min-height: calc(320px - 48px);
    height: auto;
  }
}

@media screen and (max-width: 359px) {
  .inner-header, .inner-header .primary-background,
  .inner-header .secondary-background, .inner-header .fourthdy-background,
  .inner-header .thirdy-background, .inner-header .fifthdy-background, .inner-header .sixthdy-background {
    min-height: -webkit-calc(320px - 48px);
    min-height: calc(320px - 48px);
    height: auto;
  }
  .header .lang li, .header .socials li {
    margin-right: 12px;
  }
}

.archive-events {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(68% - 16px) calc(32% - 16px);
  grid-template-columns: -webkit-calc(68% - 16px) -webkit-calc(32% - 16px);
  grid-template-columns: calc(68% - 16px) calc(32% - 16px);
  grid-column-gap: 32px;
  height: 648px;
}

.archive-events .important-news__content {
  /* bottom: 107px;*/
}

.archive-events .news {
  overflow: auto;
  padding-bottom: 24px;
  padding-top: 16px;
}

.archive-events .news::-webkit-scrollbar {
  display: none;
  width: 0px;
  /* ширина scrollbar'a */
  background: transparent;
  /* опционально */
}

.archive-events .news {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

.archive-events .news__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 68%;
  grid-template-columns: 32% 68%;
}

.archive-events .important-news {
  position: relative;
}

.archive-events .important-news__item {
  height: 648px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.show-all {
  text-align: right;
  margin-top: 24px;
}

@media screen and (max-width: 1100px) {
  .archive-events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }
  .archive-events .important-news__item {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media screen and (max-width: 800px) {
  .archive-events .news__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
  }
}

@media screen and (max-width: 576px) {
  .archive-events .news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .archive-events .news__content {
    padding-left: 0;
    padding-top: 10px;
  }
  .archive-events .news__image {
    line-height: 1;
    min-height: 192px;
    height: 240px;
  }
}

@media screen and (max-width: 430px) {
  .archive-events .news__image {
    height: 192px;
  }
  .archive-events .news__image img {
    min-height: 192px;
  }
}

/*style sobytyja static start*/
/*Хлебные крошки*/
ul.breadcrumb {
  padding: 16px;
  list-style: none;
  background: transparent;
  display: block;
  text-align: center;
  margin: 0;
}

.breadcrumb > li {
  color: var(--main-2, #6A3925);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  display: inline;
}

.breadcrumb > li a {
  color: var(--main-2, #6A3925);
}

.breadcrumb > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.breadcrumb > li span.divider {
  color: var(--main-2, #6A3925);
  margin-left: 8px;
  margin-right: 8px;
}

.static-events {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAF4F0));
  background: -webkit-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: linear-gradient(180deg, #FFF 0%, #FAF4F0 100%);
}

.static-events .wrapper {
  max-width: 1200px;
}

.static-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* padding-bottom: 8px;*/
}

.prokat {
  padding-bottom: 16px;
}

.item-news__pretext {
  position: relative;
  z-index: 50;
}

.item-news {
  padding-bottom: 0px;
}

.item-news img {
  max-width: 100%;

  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}
.item-news__image img{
  width: 930px;
  max-width: 100%;
}
.item-news .item-title::after {
  display: none;
}

.item-news__header {
  text-align: center;
}

.item-news__image {
  text-align: center;
  max-width: 100%;
}

.item-news__fulltext {
  /*text-align: center;*/
  padding-top: 1px;
}

.item-news__fulltext img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  margin: 0 8px;
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  text-align: center;
}

.item-news__fulltext P {
 /* text-align: left;*/
}

.item-title {
  color: var(--main-3, #2D1810);
  font-family: 'Tenor Sans', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.item-title.item-title{
  color: var(--main-2, #6A3925);
}

.citata {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid var(--gold, #DFBB68);
  border-right: 3px solid var(--gold, #DFBB68);
  border-bottom: 1px solid var(--gold, #DFBB68);
  border-left: 3px solid var(--gold, #DFBB68);
  background: rgba(255, 255, 255, 0.5);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 24px;
  width: fit-content;
}

.citata span {
  color: var(--neitral-2, #454545);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.014px;
  display: block;
  margin-top: 8px;
}

.share {
  text-align: center;
  margin-top: 16px;
}

.share span {
  color: var(--neitral-2, #454545);
  /* Надпись */
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 120% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.share-buttons {
  margin-top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-buttons li {
  margin: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.share-buttons li:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*сервис поделиться на админке*/
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background-color: transparent!important;
  border-radius: 0!important;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: contain!important;
  border-radius: 0!important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon{
  background-image: url(../images/icons/social/share/twitter.svg)!important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon{
  background-image: url(../images/icons/social/share/ok.svg)!important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon{
  background-image: url(../images/icons/social/share/vk.svg)!important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon{
  background-image: url(../images/icons/social/share/telegram.svg)!important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_viber .ya-share2__icon{
  background-image: url(../images/icons/social/share/viber.svg)!important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon{
  background-image: url(../images/icons/social/share/whatsapp.svg)!important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
  margin-left: 4px!important;
  margin-right: 4px!important;
  margin-top: 5px!important;
}
/*Стилизация спойлеров*/
p.spojler::after {
  content: "";
   position: absolute;
   right: 16px;
   top: -webkit-calc(50% - 2px);
   top: calc(50% - 2px);
  background:#834730;
   width: 22px;
   height: 2px;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
 }
 p.spojler::before{
     content: "";
   background:#834730;
   width: 2px;
   height: 22px;
   position: absolute;
  top: -webkit-calc(50% - 11px);
   top: calc(50% - 12px);
   right: 26px;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
 }
 
 p.spojler.active::before {
   -webkit-transform: rotate(90deg);
       -ms-transform: rotate(90deg);
           transform: rotate(90deg);
 }
 
 p.spojler.active, p.spojler:hover {
cursor: pointer;
 }
p.spojler {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5px;
background: var(--main--2, #F0D6C7);
  position: relative;
  padding: 16px 48px 16px 16px;
  text-align: left;
  color: var(--main-3, #2D1810);
  font-family: 'Tenor Sans', serif;
  color: var(--main-2, #6A3925);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 133.333% */
  letter-spacing: 0.032px;
  transition: all 0.4s ease;
  z-index: 30;
}
.price-fulltext td{
  border: none;
}
.price-fulltext .hide_text td p{
margin-top: 0px;
margin-bottom: 8px;

}
.link {
  background: transparent;
  margin-top: 24px;
  margin-bottom: 24px;
  clear: both;
  border: 1px solid var(--Linen, #F5E9E0);
  background: var(--main--3, #FAF4F0);
  border-radius: 5px;
}
.hide_text{
  background: var(--main--3, #FAF4F0);
  display: none;
  padding-left: 16px;
  padding-right: 16px;
}
.link table{
  width: 100%;
}
table td span{
  color: var(--main-2, #6A3925);
}
table td{
  color: var(--main-3, #2D1810)
}

@media screen and (max-width: 576px) {
  .item-news__fulltext img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*section uslugi-inner stayle start*/
/*Услуги на внутренних*/
.uslugi-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAF4F0));
  background: -webkit-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: linear-gradient(180deg, #FFF 0%, #FAF4F0 100%);
}

.small-wrapper {
  max-width: 1200px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.uslugi-wrapper {
  width: 100%;
}
.rest-beer{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lenta {
  padding-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 90;
}

.lenta__item {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-bottom: 32px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lenta__item:nth-child(4n+1), .lenta__item:nth-child(4n+4) {
  background: var(--main-3, #2D1810);
}

.lenta__item:nth-child(4n+1) h3, .lenta__item:nth-child(4n+4) h3 {
  color: #FFF;
}

.lenta__item:nth-child(4n+1) h3 a, .lenta__item:nth-child(4n+4) h3 a {
  color: #FFF;
}

.lenta__item:nth-child(4n+1) .secondary-button, .lenta__item:nth-child(4n+4) .secondary-button {
  -webkit-box-shadow: inset 2px 1px, inset -2px -1px var(--accent-2, #F1E1BC);
  box-shadow: inset 2px 1px, inset -2px -1px var(--accent-2, #F1E1BC);
  color: var(--accent-2, #F1E1BC);
  /* margin-bottom: 24px;*/
}

.lenta__item .secondary-button {
  margin-bottom: 24px;
  margin-top: 24px;
}

.lenta__item:nth-child(4n+1) .secondary-button:hover, .lenta__item:nth-child(4n+4) .secondary-button:hover {
  background: var(--accent-3, #F7F0DE);
  color: var(--accent-2, #11552C);
  text-decoration: none;
  -webkit-box-shadow: inset 1px 1px, inset -4px -2px #11552C;
  box-shadow: inset 1px 1px, inset -4px -2px #11552C;
}

.lenta__item:nth-child(4n+1) .secondary-button:active, .lenta__item:nth-child(4n+4) .secondary-button:active {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--accent-2, #F1E1BC);
  text-decoration: none;
  -webkit-box-shadow: inset 4px 2px, inset -1px -1px #11552C;
  box-shadow: inset 4px 2px, inset -1px -1px #11552C;
}

.lenta__item {
  background: var(--linen, #F5E9E0);
}

.lenta__image {
  width: 100%;
}

.lenta__image img {
  height: 352px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.lenta__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  padding: 24px 16px;
}

.lenta__icon img {
  width: 40px;
  height: 40px;
}

.lenta__title {
  margin-top: 16px;
  color: var(--main-3, #2D1810);
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  /* 133.333% */
  letter-spacing: 0.032px;
}

.lenta__title a {
  color: var(--main-3, #2D1810);
}

.lenta__title a:hover {
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .lenta__image img {
    height: 280px;
  }
  .lenta__content {
    min-height: 160px;
    padding-top: 16px;
  }
  .lenta__item .secondary-button {
    margin-bottom: 0;
  }
  .lenta__icon {
    line-height: 1;
    height: 40px;
  }
  .lenta__item {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 676px) {
  .lenta {
    /* padding-top: 0;*/
    padding-bottom: 8px;
  }
  .lenta__image img {
    height: 280px;
  }
  .lenta__item {
    width: 100%;
  }
  .lenta__item:nth-child(2n) {
    background: var(--linen, #F5E9E0);
  }
  
.lenta__item:nth-child(2n+1) {
  background: var(--main-3, #2D1810);
}
.lenta__item:nth-child(2n) h3 a{
  color: var(--main-3, #2D1810);
}
.lenta__item:nth-child(2n+1) h3 {
  color: #FFF;
}

.lenta__item:nth-child(2n+1) h3 a{
  color: #FFF;
}

.lenta__item:nth-child(2n+1) .secondary-button{
  -webkit-box-shadow: inset 2px 1px, inset -2px -1px var(--accent-2, #F1E1BC);
  box-shadow: inset 2px 1px, inset -2px -1px var(--accent-2, #F1E1BC);
  color: var(--accent-2, #F1E1BC);
  /* margin-bottom: 24px;*/
}
.lenta__item:nth-child(2n) .secondary-button{
  -webkit-box-shadow: inset 2px 1px, inset -2px -1px #11552C;
  box-shadow: inset 2px 1px, inset -2px -1px #11552C;
  color: var(--accent-2, #11552C);

}

.lenta__item:nth-child(2n+1) .secondary-button:hover{
  background: var(--accent-3, #F7F0DE);
  color: var(--accent-2, #11552C);
  text-decoration: none;
  -webkit-box-shadow: inset 1px 1px, inset -4px -2px #11552C;
  box-shadow: inset 1px 1px, inset -4px -2px #11552C;
}

.lenta__item:nth-child(2n+1) .secondary-button:active{
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--accent-2, #F1E1BC);
  text-decoration: none;
  -webkit-box-shadow: inset 4px 2px, inset -1px -1px #11552C;
  box-shadow: inset 4px 2px, inset -1px -1px #11552C;
}
  
}

@media screen and (max-width: 450px) {
  .lenta__image img {
    height: 200px;
  }
}

/*Страница История Статичная*/
.static-history {
  z-index: 10;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAF4F0));
  background: -webkit-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FAF4F0 100%);
  background: linear-gradient(180deg, #FFF 0%, #FAF4F0 100%);
}

.item-title {
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0;
  position: relative;
  z-index: 10;
}

.item-title::after {
  content: "";
  display: block;
  background: url(../images/barokko3.png) top center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  width: 210px;
  top: -8px;
  left: -webkit-calc(50% - 105px);
  left: calc(50% - 105px);
  height: 349px;
  z-index: -10;
}

.history {
  z-index: 10;
  position: relative;
  margin-top: 24px;
  padding-bottom: 24px;
}

.history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.history__item:nth-child(2n+1) .history__content {
  padding-left: 32px;
}

.history__item:nth-child(2n+1) .swiper-slide {
  padding-left: 56px;
  padding-right: 32px;
}

.history__item:nth-child(2n+1) .swiper-pagination-vertical.swiper-pagination-bullets, .history__item:nth-child(2n+1) .swiper-vertical > .swiper-pagination-bullets {
  left: 0;
  right: auto;
}

.history__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.history__item:nth-child(2n) .history__content {
  padding-right: 32px;
}

.history__content {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 40px;
  padding-bottom: 20px;
}

.history__image {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: var(--linen, #F5E9E0);
  height: 100%;
  padding: 24px 24px 20px;
  height: 424px;
}

.history__image .historySwiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 1;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.swiper .swiper-pagination-bullet-active {
  background: var(--accent-0, #A5AF9C);
}

.history__image .swiper-slide {
  padding-right: 56px;
  padding-left: 32px;
}

.history__image .swiper-pagination-vertical.swiper-pagination-bullets, .history__image .swiper-vertical > .swiper-pagination-bullets {
  right: 0;
}

.history__image span {
  color: var(--neitral-3, #1B1B1B);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.048px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 4px;
}

.history__image img {
  width: 100%;
 /* height: -webkit-calc(100% - 34px);
  height: calc(100% - 34px);*/
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}

.history-wrapper {
  position: relative;
  z-index: 10;
  padding-bottom: 24px;
}

p.citata {
  position: relative;
  z-index: 10;
}

.history-date {
  color: var(--main-2, #6A3925);
}

.history-gallery {
  width: 100%;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: var(--main-0, #CD8A70);
  padding-top: 32px;
  padding-bottom: 32px;
}

.history-photo {
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  position: relative;
}

.history-photo img {
  max-width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-height:calc(100vh - 48px - 64px);
  object-fit: cover;
}

.history-photo span {
  color: var(--accent-1, #E6CA89);
  font-family: 'Tenor Sans', sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}

.history-photo span:first-child {
  left: -194px;
  top: 100px;
}

.history-photo span:last-child {
  right: -194px;
  bottom: 120px;
}

/*Дополнительное меню второго уровня на внутренних страницах*/
.inner-menu {
  width: 100%;
  /*max-width: 830px;*/
}

.inner-menu__nav {
  margin-top: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.inner-menu__item {
  color: var(--main-3, #2D1810);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
  padding-left: 16px;
  padding-right: 16px;
}

.inner-menu__item a {
  color: var(--main-3, #2D1810);
  display: inline-block;
  padding: 14px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  text-align: center;
}

.inner-menu__item a:hover {
  text-decoration: none;
}

.inner-menu__item a:hover {
  color: var(--chestnut, #834730);
  border-bottom: 2px solid var(--chestnut, #834730);
}

.inner-menu__item a.active {
  color: var(--chestnut, #834730);
  border-bottom: 2px solid var(--chestnut, #834730);
}

@media screen and (max-width: 1420px) {
  .history-photo span {
    font-size: 160px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .history-photo span:first-child {
    left: 0;
    top: -28px;
  }
  .history-photo span:last-child {
    right: 0;
    bottom: -30px;
  }
  .history-photo {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 900px) {
  .history__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .history__item:first-child .history__content {
    padding-top: 16px;
  }
  .history__content {
    width: 100%;
  }
  .history__image {
    width: 100%;
    padding: 16px;
  }
  .celebration-container .horizontal-content{
    width: 100%;
  }
  .history__item:nth-child(2n+1) .history__content {
    padding-left: 0;
  }
  .history__item:nth-child(2n) .history__content {
    padding-right: 0;
  }
  .history__image .swiper-slide {
    padding-left: 16px;
    padding-right: 40px;
  }
  .history__item:nth-child(2n+1) .swiper-slide {
    padding-right: 16px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 576px) {
  .history__image {
    height: 380px;
  }
  .history-photo span {
    font-size: 103px;
  }
  .history-photo {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .history-photo span:first-child {
    top: -28px;
  }
  .history-photo span:last-child {
    bottom: -28px;
  }
}

@media screen and (max-width: 500px) {
  .history__image {
    height: 340px;
  }
  .history__image .swiper-slide {
    padding-left: 0px;
    padding-right: 32px;
  }
  .history__item:nth-child(2n+1) .swiper-slide {
    padding-right: 0;
    padding-left: 32px;
  }
}

@media screen and (max-width: 450px) {
  .history__image {
    height: 280px;
  }
}

@media screen and (max-width: 380px) {
  .history__image {
    height: 224px;
  }
}

/*Страница Рестораны и Мероприятия (один шаблон)*/
.celebration-container {
  padding-bottom: 32px;
}

.horizontal-cards {
  margin-top: 24px;
  position: relative;
  z-index: 10;
}

.horizontal-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.horizontal-item:nth-child(2n) .horizontal-content {
  padding: 16px 0px 16px 0;
  /*padding: 16px 32px 16px 0;*/
}

.horizontal-content {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
 /* padding: 16px 0 16px 32px;*/
  padding: 16px 0 16px 0px;
}

.horizontal-content h3 {
  color: var(--main-2, #6A3925);
}

.horizontal-content h6 {
  color: var(--neitral-3, #1B1B1B);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
}
.horizontal-content h5{
  color: var(--main-3, #2D1810);
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
margin-top: 12px;
margin-bottom: 16px;
}
p.important{
  border-radius: 5px;
border-bottom: 1px solid var(--Gold, #DFBB68);
border-left: 3px solid var(--Gold, #DFBB68);
background: var(--main--3, #FAF4F0);
padding: 12px 16px;
}
.features-item{
  margin-right: 8px;
  padding: 4px 4px 4px 12px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid var(--main--2, #F0D6C7);
}
.features{
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
h6.features-title{
  color: var(--main-3, #2D1810);
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.014px;
}
.features span{
  color: var(--neitral-2, #454545);
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: 0.035px;

}
.features span.quantity{
      -webkit-border-radius: 24px;
      border-radius: 24px;
     padding: 2px 4px;
     display: inline-block;
     margin-left: 8px;
      background: var(--Linen, #F5E9E0);
      border: 1px solid var(--main--2, #F0D6C7);
      color: var(--neitral-3, #1B1B1B);
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0.08px;
}



.horizontal-image {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  text-align: center;
  height: 100%;
}

.horizontal-image img {
max-width: 100%;

  height: 100%!important;
  min-height: 384px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -o-object-fit: contain;
     object-fit: contain;
}

.celebration-button {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

/*Дополнительные услуги*/
.more-services {
  background: var(--main-1, #E3B79F);
}

.small-wrapper > h3 {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--main-3, #2D1810);
  font-family: "Tenor Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media screen and (max-width: 1100px){
  .features-item{
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1030px) {
  .horizontal-image img {
    min-height: 320px;
  }
  .horizontal-cards .horizontal-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-item {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .horizontal-cards .horizontal-content {
    width: 100%;
  }
  .horizontal-image {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .horizontal-image img {
    min-height: 280px;
  }
}

@media screen and (max-width: 400px) {
  .horizontal-image img {
    min-height: 250px;
  }
}

@media screen and (max-width: 370px) {
  .horizontal-image img {
    min-height: 220px;
  }
}

/*Кнопки обратной связи*/
.call-me {
  position: fixed;
  bottom: 88px;
  right: 16px;
  z-index: 100;
}

.call-me .message {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  height: 32px;
  color: var(--neitral-3, #1B1B1B);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
  position: absolute;
  right: 120%;
  top: 10px;
}

.fab {
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--accent-2, #11552C);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}

.fab.viber {
  background: var(--viber, #7360F2);
}

.fab.telegram {
  background: var(--telegram, #08C);
}

.fab.whatsapp {
  background: var(--whatsapp, #25D366);
}

.fab:hover .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
}

.call-me__wrapper {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--accent-2, #11552C);
  width: 56px;
  height: 56px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-me__wrapper:hover {
  cursor: pointer;
}

.call-me__wrapper.call-active .call-me__close {
  display: block;
  z-index: 99;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  left: 16px;
}

.call-me__wrapper.call-active .call-me__icon {
  display: none;
}

.call-me__close {
  display: none;
}

.call-me__buttons {
  position: fixed;
  right: 24px;
  bottom: 152px;
  display: none;
}

.call-me .buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* padding-top: 24px;
  padding-right: 10px;*/
}

.primary-icon {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.primary-icon {
  -webkit-animation: change 7s infinite;
  animation: change 7s infinite;
  width: 24px;
  height: 24px;
}

/*Анимация смены иконок на кнопке обратной связи*/
@-webkit-keyframes change {
  0% {
    background-image: url(../images/icons/booking.svg);
  }
  27% {
    background-image: url(../images/icons/booking.svg);
  }
  33.3% {
    background-image: url(../images/icons/ticket.svg);
  }
  60% {
    background-image: url(../images/icons/ticket.svg);
  }
  66.7% {
    background-image: url(../images/icons/bot.svg);
  }
  94% {
    background-image: url(../images/icons/bot.svg);
  }
  100% {
    background-image: url(../images/icons/booking.svg);
  }
}

@keyframes change {
  0% {
    background-image: url(../images/icons/booking.svg);
  }
  27% {
    background-image: url(../images/icons/booking.svg);
  }
  33.3% {
    background-image: url(../images/icons/ticket.svg);
  }
  60% {
    background-image: url(../images/icons/ticket.svg);
  }
  66.7% {
    background-image: url(../images/icons/bot.svg);
  }
  94% {
    background-image: url(../images/icons/bot.svg);
  }
  100% {
    background-image: url(../images/icons/booking.svg);
  }
}

/*Кнопка вверх*/
.scrollUp {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: none;
  padding: 16px;
  width: 56px;
  height: 56px;
  background: #E8CD8E;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.scrollUp:hover {
  background: #CFCFCF;
}

.scrollUp-show {
  display: block;
}

.scrollUp:hover {
  cursor: pointer;
}

.scrollUp svg {
  -webkit-transition: fill .4s ease;
  -o-transition: fill .4s ease;
  transition: fill .4s ease;
}

/*время работы на внутренних*/
.inner-worktime__container {
  width: 230px;
  margin: auto;
  padding: 24px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-top: 1px solid var(--gold, #DFBB68);
  border-right: 3px solid var(--gold, #DFBB68);
  border-bottom: 1px solid var(--gold, #DFBB68);
  border-left: 3px solid var(--gold, #DFBB68);
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
  z-index: 90;
}
.inner-worktime__container p{
  margin-top: 16px;
  margin-bottom: 6px;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Montserrat Alternates', sans-serif;
}

.inner-worktime__container span {
  display: inline-block;
  color: var(--main-2, #6A3925);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.035px;
}

/*Страница Ресторан Пивоварения*/
.lenta__content p {
  margin-top: 6px;
  margin-bottom: 0;
  min-height: 60px;
  color: var(--neitral-2, #454545);
  text-align: center;
}

.lenta__content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lenta__item:nth-child(2n+1) p {
  color: var(--neitral-3, #F7F7F7);
}

/*Нижний блок с описанием и каруселью*/
.description-block {
  background: var(--main-1, #E3B79F);
}

.description {
  padding-top: 32px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* align-items: center;*/
}

.description h6 {
  color: var(--main-3, #2D1810);
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.014px;
}

.description hr + p {
  font-size: 14px;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
}

.description hr {
  margin-top: 24px;
  margin-bottom: 24px;
}

.description__image {
  width: -webkit-calc(51%);
  width: calc(51%);
}

.description__content {
  width: -webkit-calc(49%);
  width: calc(49%);
}
.light-container{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border-radius: 3px;
background: var(--main--2, #F0D6C7);
padding-left: 16px;
padding-right: 16px;
}
.light-logo{
  border-radius: 3px;
background: var(--Linen, #F5E9E0);
padding: 0 16px;
float: right;
width: fit-content;
margin-left: 10px;
}
.description__content .secondary-button {
  margin-top: 8px;
}

.description__image {
  height: 368px;
}

.description__image .descriptionSwiper {
  width: 100%;
  height: 100%;
}

.description__image img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.descriptionSwiper .swiper-slide {
  padding-right: 64px;
}

.descriptionSwiper.swiper-vertical > .swiper-pagination-bullets {
  right: 24px;
}

@media screen and (max-width: 900px) {
  .description__image {
    width: 100%;
  }
  .description__content {
    width: 100%;
  }
}

@media screen and (max-width: 676px) {
  .description {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .descriptionSwiper .swiper-slide {
    padding-right: 48px;
  }
  .descriptionSwiper.swiper-vertical > .swiper-pagination-bullets {
    right: 8px;
  }
}

@media screen and (max-width: 576px) {
  .description__image {
    height: 290px;
  }
  .light-container{
    flex-direction: column;
    margin-top: 16px;
  }
}

@media screen and (max-width: 450px) {
  .description__image {
    height: 240px;
  }
}

@media screen and (max-width: 392px) {
  .description__image {
    height: 196px;
  }
}

/*Страница 2,1 Дворец и парк*/
/*Переключатель*/
/*checkbox google*/
.checkbox-google {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-right: 16px;
  margin-left: 24px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 144px;
  text-align: right;
}

.checkbox-google .checkbox-google-switch {
  display: inline-block;
  width: 36px;
  height: 14px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  top: 6px;
  vertical-align: top;
  background: #CB896F;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox-google .checkbox-google-switch:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: -1px;
  background: #F0D6C7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
}

.checkbox-google input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
  background: #DEBA68;
}

.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
  background: #63715B;
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Hover */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.2);
}

/* Active/Focus */
.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before,
.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
  -webkit-animation: checkbox-active-on 0.5s forwards linear;
  animation: checkbox-active-on 0.5s forwards linear;
}

@-webkit-keyframes checkbox-active-on {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
    box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
    box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
  }
}

@keyframes checkbox-active-on {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
    box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
    box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
  }
}

.checkbox-google input[type="checkbox"]:not(:disabled):checked:active + .checkbox-google-switch:before,
.checkbox-google input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-google-switch:before {
  -webkit-animation: checkbox-active-off 0.5s forwards linear;
  animation: checkbox-active-off 0.5s forwards linear;
}

@-webkit-keyframes checkbox-active-off {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(223, 187, 104, 0);
    box-shadow: 0 0 0 0 rgba(223, 187, 104, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(223, 187, 104, 0.4);
    box-shadow: 0 0 0 10px rgba(223, 187, 104, 0.4);
  }
}

@keyframes checkbox-active-off {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(223, 187, 104, 0);
    box-shadow: 0 0 0 0 rgba(223, 187, 104, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(223, 187, 104, 0.4);
    box-shadow: 0 0 0 10px rgba(223, 187, 104, 0.4);
  }
}

/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  border-color: rgba(0, 0, 0, 0.1);
}

.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
  background: #eee;
}

/*reservation style*/
.reservation__cards .card-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reserve-module {
  width: 50%;
  padding: 48px 32px 48px 48px;
  position: relative;
  z-index: 50;
}

.reserve-module::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 50vw;
  content: "";
  position: absolute;
  -webkit-border-radius: 49px 0px 0px 0px;
          border-radius: 49px 0px 0px 0px;
  background: var(--unnamed, linear-gradient(180deg, #F0D6C7 52.08%, #E3B79F 100%));
  z-index: -1;
}

.reservation {
  overflow: hidden;
  position: relative;
}

.card-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-left: 16px;
  padding-top: 48px;
}

.card-nav {
  /* padding-left: 16px;*/
}

.card-nav li {
  margin-bottom: 16px;
  display: block;
}

.card-nav li a {
  position: relative;
  display: block;
  color: var(--main-3, #2D1810);
  font-family: "Tenor Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 133.333% */
  letter-spacing: 0.032px;
  padding-left: 84px;
  padding-right: 64px;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: left;
  -webkit-border-radius: 72px 0px 0px 72px;
          border-radius: 72px 0px 0px 72px;
}

.card-nav li a:hover {
  text-decoration: none;
}

.card-nav li a.active-card {
  background: var(--main-2, #F0D6C7);
  text-align: right;
}

.card-nav li a::before {
  content: url(../images/icons/more.svg);
  position: absolute;
  right: 22px;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card-nav li a::after {
  content: "";
  position: absolute;
  left: 24px;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.card-nav li a.reserve-dvorec::after {
  background-image: url(../images/icons/palace.svg);
}

.card-nav li a.reserve-excursion::after {
  background-image: url(../images/icons/guide.svg);
}

.card-nav li a.reserve-restaurant::after {
  background-image: url(../images/icons/fiesta.svg);
}

.card-nav li a.restaurant-visited::after {
  background-image: url(../images/icons/restaurant.svg);
}

.card-nav li a.hotel-visited::after {
  background-image: url(../images/icons/reception.svg);
}

.card-nav li a.reserve-home::after {
  background-image: url(../images/icons/guest-house.svg);
}

.card-nav li a.spa-relax::after {
  background-image: url(../images/icons/spa.png);
}

.card-nav li a.rent-bike::after {
  background-image: url(../images/icons/bycicle.svg);
}

.card-nav li a.fishing::after {
  background-image: url(../images/icons/fish.svg);
}

.card-nav li a.ceremony::after {
  background-image: url(../images/icons/couple.svg);
}

.card-nav li a.theatre::after {
  background-image: url(../images/icons/theatre.svg);
}

.card-nav li a.conference-hall::after {
  background-image: url(../images/icons/conference.svg);
}

.card-nav li a.active-card::after {
  -webkit-transform: scale(1.9);
      -ms-transform: scale(1.9);
          transform: scale(1.9);
}

.card-nav li a.active-card::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-background {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-item {
  position: relative;
}

#reserve-dvorec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  height: 60%;
  background-image: url(../images/bron1.png);
  background-position: top right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -100;
}

#reserve-excursion::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  height: 68%;
  background-image: url(../images/bron2.png);
  background-position: top right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -100;
}

/*#reserve-excursion .card-background::after{
  content:"";
position: absolute;
top: 0;
right: 0;
width: 50vw;
height: 100%;
background-image: url(../images/bron2.png);
background-position: top right;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}*/
#restaurant-visited::before,
#reserve-restaurant::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  height: 60%;
  background-image: url(../images/bron3.png);
  background-position: top right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#hotel-visited::before, #reserve-home::before, #spa-relax::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  height: 55%;
  background-image: url(../images/bron4.png);
  background-position: top right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#rent-bike::before, #fishing::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  height: 65%;
  background-image: url(../images/bron5.png);
  background-position: top right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#theatre::before, #conference-hall::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  height: 60%;
  background-image: url(../images/bron7.png);
  background-position: top right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#ceremony::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  height: 60%;
  background-image: url(../images/bron6.png);
  background-position: top right;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

/*#restaurant-visited .card-background::after,
#reserve-restaurant .card-background::after{
  content:"";
position: absolute;
top: 0;
right: 0;
width: 50vw;
height: 100%;
background-image: url(../images/bron3.png);
background-position: top right;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}*/
.reserve-module {
  display: none;
}

.reserve-module:nth-child(2) {
  display: block;
}

.form-order form {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: var(--linen, #F5E9E0);
  padding: 24px 16px;
  padding-bottom: 1px;
}

.form-order > p {
  margin-top: 0;
}

form h3 {
  color: var(--main-2, #6A3925);
  text-align: center;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 130.769% */
  margin-bottom: 18px;
}

#reserve-excursion h3 {
  margin-bottom: 4px;
}

form h6 {
  color: var(--neitral-2, #454545);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  margin-bottom: 8px;
}

form hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-color: #FFFFFF;
}

.form-row {
  min-height: 48px;
  /*padding-left: 16px;
  padding-right: 16px;*/
  margin-bottom: 16px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-row.form-tel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-row.form-tel label {
  color: var(--chestnut, #834730);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.048px;
  margin-left: 16px;
}

.form-row > h6 {
  text-align: left;
}

input[type="date"], .date,
select {
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px);
  height: 48px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-left: 16px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  color: var(--neitral-1, #6E6E6E);
}

.all-width select, .all-width input,
.all-width div {
  width: 100%;
}

.name input[type="text"], input[type="tel"], input[type="text"] {
  width: 100%;
  height: 48px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-left: 16px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  color: var(--neitral-1, #6E6E6E);
}

textarea {
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  min-height: 72px;
  padding: 12px 16px;
}

textarea:focus {
  border: none;
  outline: none;
}

select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  background-image: url("../images/icons/expand.svg");
  background-position: -webkit-calc(100% - 12px) center;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
}

::-webkit-calendar-picker-indicator,
.date {
  color: transparent;
  opacity: 1;
  background-image: url(../images/icons/calendar.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
          background-size: 24px;
}

.form-row.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.form-row.btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-row input, .form-row select {
  border: none;
  outline: none;
}

#restaurant-visited label:first-child,
#reserve-restaurant label:first-child {
  width: 100%;
}

.reservation label:first-child, .reservation .form-row h6 {
  width: 45%;
  color: var(--neitral-3, #1B1B1B);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
}

label span {
  color: var(--neitral-2, #454545);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
}

span.price {
  width: 104px;
  height: 48px;
  text-align: right;
  display: inline-block;
  border-left: 2px solid var(--main-2, #F0D6C7);
  color: var(--main-2, #6A3925);
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.014px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pay-sum {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: var(--main-1, #E3B79F);
  padding-left: 16px;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
}

.pay-sum span {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

div.quantity_inner {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /*align-self: stretch;*/
  height: 48px;
}

input.bt_minus {
  border: none;
  outline: none;
  background: transparent;
  color: #834730;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-image: url(../images/icons/minus.svg);
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}

input.bt_plus {
  border: none;
  outline: none;
  background: transparent;
  color: #834730;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-image: url(../images/icons/plus.svg);
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}

input.quantity {
  border: none;
  outline: none;
  background: transparent;
  width: 48px;
  height: 48px;
  color: var(--main-3, #2D1810);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.08px;
}

@media screen and (max-width: 1260px) {
  .form-row {
    /*flex-wrap: wrap;*/
  }
  .reserve-module {
    padding: 32px 16px 32px 32px;
  }
  .card-menu {
    padding-left: 0;
    padding-top: 48px;
  }
}

@media screen and (max-width: 900px) {
  .reservation__cards .card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .reservation__cards .card-menu {
    width: 100%;
    padding-top: 16px;
  }
  .reservation__cards .card-menu li{
    right: -16px;
    margin-bottom: 0;
    position: relative;
  }
  .reservation__cards .card-menu li>a{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 64px;
    padding-right: 48px;
    text-align: left;
  }
  .card-nav li a::after{
    left: 10px;
  }
  /*.card-nav li a::before{
    right: 16px;
    transform: rotateY(-90deg);
  }
  .card-nav li a.active-card::before{
    transform: rotate(180deg, 0deg);
  }*/
  .card-nav li a.active-card::after{
    transform: scale(1);
  }
  
  .reserve-module {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 24px 8px 24px 24px;
  }
  .reserve-module::after {
    width: 100vw;
    -webkit-border-radius: 16px 0px 0px 0px;
            border-radius: 16px 0px 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(52.08%, #f0d6c7), to(rgba(227, 183, 159, 0)));
    background: -webkit-linear-gradient(top, #f0d6c7 52.08%, rgba(227, 183, 159, 0) 100%);
    background: -o-linear-gradient(top, #f0d6c7 52.08%, rgba(227, 183, 159, 0) 100%);
    background: linear-gradient(180deg, #f0d6c7 52.08%, rgba(227, 183, 159, 0) 100%);
  }
}

@media screen and (max-width: 576px) {
  .reserve-module {
    padding: 24px 0 16px 16px;
  }
}

/*Страница контакты*/
.inner-contacts {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
}

.contacts-container p, .contacts-container > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.contacts-container {
  padding-top: 16px;
  padding-left: 16px;
  width: 62%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #FFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.contacts-container::after {
  width: 130%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #FFF;
}

.inner-contacts .worktime-wrapper {
  width: 38%;
  -webkit-border-radius: 300px 300px 3px 3px;
          border-radius: 300px 300px 3px 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0D6C7), to(#FAF4F0));
  background: -webkit-linear-gradient(top, #F0D6C7 0%, #FAF4F0 100%);
  background: -o-linear-gradient(top, #F0D6C7 0%, #FAF4F0 100%);
  background: linear-gradient(180deg, #F0D6C7 0%, #FAF4F0 100%);
}

.inner-contacts .worktime div p,
.worktime-wrapper p {
  text-align: center;
}

.inner-contacts .worktime {
  margin-bottom: 24px;
}

.inner-contacts .worktime-wrapper::after {
  display: none;
}

.inner-contacts .worktime-wrapper h3.worktime-title {
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .inner-contacts .worktime-wrapper h3.worktime-title {
    margin-top: 60px;
  }
  .contacts-container, .inner-contacts .worktime-wrapper {
    width: 50%;
  }
  .inner-contacts .worktime-wrapper {
    height: 360px;
  }
}

@media screen and (max-width: 640px) {
  .inner-contacts .worktime-wrapper h3.worktime-title {
    margin-top: 54px;
  }
  .inner-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner-contacts .worktime-wrapper {
    width: 100%;
  }
  .contacts-container {
    margin-left: 16px;
    margin-right: 16px;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
  }
  .contacts-container::after {
    width: 100%;
    height: 190%;
  }
}

/*страница 7,1 отзывы*/
.otzyzvy-inner__item {
  position: relative;
  z-index: 50;
}

.otzyzvy-inner__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-radius: 3px 3px 1px 1px;
          border-radius: 3px 3px 1px 1px;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--main-1, #E3B79F);
}

.otzyzvy-inner__item h5 {
  margin-bottom: 11px;
  text-align: right;
}

.otzyvy-inner__left {
  width: 100%;
  margin-right: 24px;
}

.otzyvy-inner__right .news-date {
  min-width: 74px;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.feedback-form .form-row {
  display: block;
}

.feedback-form .form-row, .feedback-form h5 {
  position: relative;
  z-index: 50;
}

form {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: var(--linen, #F5E9E0);
  padding: 16px;
}

.feedback-form form label {
  color: var(--chestnut, #834730);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.048px;
  margin-left: 16px;
}

.feedback-form h5 {
  margin-bottom: 24px;
  text-align: center;
}

.feedback-form p {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .otzyzvy-inner__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .show-all {
    text-align: center;
  }
}

/*страница 4.2 Номера отеля*/
.lenta-hotel {
  background: var(--main-3, #FAF4F0);
}

.lenta-hotel__item {
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: var(--main-2, #F0D6C7);
  padding: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.lenta-hotel__item:last-child {
  /* margin-bottom: 0;*/
}

.item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.item-container hr {
  border-color: #F5E9E0;
}

.reserve-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.lenta-hotel__item .reserve-button {
  margin-top: 24px;
}

.lenta-hotel__content {
  width: 40%;
  padding-left: 16px;
}

.lenta-hotel__content p {
  color: var(--main-3, #2D1810);
  margin-top: 10px;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title h3 {
  width: -webkit-calc(100% - 124px);
  width: calc(100% - 124px);
}

span.kosht {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #FFF;
  -webkit-border-radius: 36px;
          border-radius: 36px;
  background: var(--chestnut, #834730);
  display: inline-block;
  padding: 8px;
  font-family: 'Montserrat Alternates', sans-serif;
  white-space:nowrap;
}

span.inform {
  color: var(--neitral-3, #1B1B1B);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
  display: inline-block;
}

.lenta-hotel__image {
  width: 60%;
  height: 350px;
}

.lenta-hotel__item .hotelSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.hotelSwiper .swiper-slide {
  padding-left: 64px;
}

.lenta-hotel__image img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotelSwiper.swiper-vertical > .swiper-pagination-bullets {
  left: 24px;
  width: 32px;
}

.contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 8px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*align-items: center;*/
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-top: 1px solid var(--gold, #DFBB68);
  border-right: 3px solid var(--gold, #DFBB68);
  border-bottom: 1px solid var(--gold, #DFBB68);
  border-left: 3px solid var(--gold, #DFBB68);
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 50;
  width: 342px;
  margin: auto;
}

.contacts-block h3 {
  text-align: center;
  margin-bottom: 20px;
}

.contacts-block p {
  margin-top: 0;
  margin-bottom: 16px;
}

p.mobile span {
  color: var(--neitral-2, #454545);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.035px;
}

.pretext {
  position: relative;
  z-index: 50;
}

.lenta-hotel .item-title::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lenta-hotel__image, .lenta-hotel__content {
    width: 50%;
  }
  .lenta-hotel__content {
    padding-left: 0;
  }
  .lenta-hotel__image {
    height: 250px;
  }
}

@media screen and (max-width: 850px) {
  .lenta-hotel__content {
    width: 100%;
  }
  .lenta-hotel__image {
    width: 100%;
    padding-top: 24px;
    height: 280px;
  }
  .hotelSwiper .swiper-slide {
    padding-left: 48px;
  }
  .item-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hotelSwiper.swiper-vertical > .swiper-pagination-bullets {
    left: 8px;
  }
  .lenta-hotel__item {
    margin-bottom: 16px;
  }
}

/*Страница с формой обратной связи*/
label {
  color: var(--chestnut, #834730);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.048px;
  margin-left: 16px;
  width: 100%;
  text-align: left;
  display: inline-block;
}

.electronic-feedback {
  max-width: 930px;
  margin: auto;
  position: relative;
  z-index: 50;
  
}

.static-wrapper {
  margin-bottom: 24px;
}

.electronic-feedback form {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-top: 2px solid var(--main-1, #E3B79F);
  border-right: 4px solid var(--main-1, #E3B79F);
  border-bottom: 2px solid var(--main-1, #E3B79F);
  border-left: 4px solid var(--main-1, #E3B79F);
  background: var(--linen, #F5E9E0);
  padding-bottom: 1px;
}

.form-row.col-1 input, .form-row.col-1 select, .form-row.col-1 div {
  width: 100%;
}

.form-row.col-3 div {
  width: 32%;
}

.form-row.col-3 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-row input[type="file"] {
  border: none;
  outline: none;
  background: transparent;
  /* font-size: 14px;
  text-transform: uppercase;
  color: var(--accent-2, #11552C);*/
}

@media screen and (max-width: 800px) {
  .form-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form-row.col-3 div {
    width: 100%;
    margin-bottom: 16px;
  }
  .form-row.col-3 div:last-child {
    margin-bottom: 0;
  }
}
/*страница Прайсы*/
.price-page{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 688px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}
.price-page .price-item{
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid var(--gold, #DFBB68);
  border-right: 3px solid var(--gold, #DFBB68);
  border-bottom: 1px solid var(--gold, #DFBB68);
  border-left: 3px solid var(--gold, #DFBB68);
  background: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  padding: 20px 26px;
  width: fit-content;
  gap: 16px;
}
.price-item{
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid var(--gold, #DFBB68);
  border-right: 3px solid var(--gold, #DFBB68);
  border-bottom: 1px solid var(--gold, #DFBB68);
  border-left: 3px solid var(--gold, #DFBB68);
  background: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  padding: 16px;
  width: fit-content;
  gap: 16px;
}

.price-item p>span{
  color: var(--main-2, #6A3925);
text-align: center;

/* Подзаголовок 1 */
font-family: 'Montserrat Alternates', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.024px;
}
.price-page .price-item p:first-child{
  margin-bottom: 12px;
}
.price-item p{
  color: var(--main-3, #2D1810);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
  margin: 0;
}
.price-item td{
  padding: 8px;
  vertical-align: middle;
  
}
.price-item td p{
  text-align: justify;
}
.price-item table{
  margin: 0;
}
.price-fulltext{
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}
.cena{
  color: var(--main-3, #2D1810);
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
text-align: center;
width: 210px;
margin-bottom: 0!important;
}
.price-fulltext p.cena-title{
  color: var(--main-3, #2D1810);
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: 0.035px;
text-align: left;
}
.cena-sub{
  color: var(--main-3, #2D1810);
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 120% */
letter-spacing: 0.15px;
text-transform: uppercase;
text-align: center;
width: 200px;
}
#viewer{
  background: #F0D6C7!important;
}
.price-fulltext .link table tr:nth-child(2n){
border-bottom:1px solid var(--Linen, #F5E9E0);
}
.price-fulltext .link table tr:last-child{
  border: none;
}
.price-fulltext .link table{
  margin: 0;
}
.price-fulltext .link table td{
  padding-top: 16px;
  padding-bottom: 16px;
}
.price-fulltext .link table tr:nth-child(2n) td{
 padding-top: 0;
}
@media screen and (max-width: 500px){
  .price-fulltext p.cena-title{
    text-align: left;
  }
  .price-page{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .cena-sub, .cena{
    width: 100px;
  }
}
/*карта сайта*/
.map-columns{
  max-width: 1168px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 24px;
}
.map-columns ul{
  list-style: disc;
  padding-left: 28px;
}
.map-columns ul li{
  margin: 10px 0;
}
/*всплывающее окно*/
.prompt-age{
width: 100vw;
height: 100vh;
position: fixed;
display: flex;
align-items: center;
z-index: 999999;
left: 0;
top: 0;
display: none;
}
.prompt-age::after{
  content: "";
  background: #2D1810;
  opacity: 0.25;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
.prompt-container{
  width: 100%;
  height: 100%;
  display: flex;
align-items: center;
justify-content: center;
}
.prompt{
  border-radius: 5px;
border-top: 1px solid var(--Gold, #DFBB68);
border-right: 3px solid var(--Gold, #DFBB68);
border-bottom: 1px solid var(--Gold, #DFBB68);
border-left: 3px solid var(--Gold, #DFBB68);
background: #FFF;
backdrop-filter: blur(16px);
display: flex;
width: 552px;
min-width: 280px;
width: 552px;
max-width: calc(100vw - 32px);
flex-direction: column;
justify-content: center;
margin: auto;
position: relative;
z-index: 999999999;
opacity: 1;
padding: 19px 8px 8px
}
.prompt-age p{
  color: var(--neitral-2, #454545);
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: 0.035px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 24px;
}
.prompt-age h3{
padding-left: 16px;
padding-right: 16px;
}
.prompt-buttons{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.prompt-buttons .no.thirdy-button{
  color:#973553;
  margin-left: 8px;
}
/*Страница с меню*/
.rest-menu{
  width: 100%;
  padding: 8px;
  background: var(--Linen, #F5E9E0);
  position: relative;
  z-index: 30;
}
.rest-menu-nav{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.rest-menu-nav li a{
  display: flex;
min-width: 90px;
min-height: 32px;
padding: 8px 16px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 56px;
color: var(--main-3, #2D1810);
text-align: center;
font-family: 'Montserrat Alternates', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
letter-spacing: 0.014px;
transition: all 0.3s ease;

}
.rest-menu-nav li a.active{
  background: var(--main--2, #F0D6C7);
  color: var(--main-2, #6A3925);
text-align: center;
font-family: 'Montserrat Alternates', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
letter-spacing: 0.014px;
background: var(--main--2, #F0D6C7);
}
.rest-menu-nav li a:hover,
.rest-menu-nav li a:active,
.rest-menu-nav li a:focus, .rest-menu-nav li a:visited{
  background: var(--main--2, #F0D6C7);
  color: var(--main-2, #6A3925);
text-align: center;
font-family: 'Montserrat Alternates', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
letter-spacing: 0.014px;
background: var(--main--2, #F0D6C7);
}

.menu__fulltext{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
  overflow-y: auto;
  margin-top: 24px;
  margin-bottom: 16px;
}
.menu__fulltext .link{
  margin-top: 0;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.menu__fulltext .link:last-child{
  margin-bottom: 8px;
}
.menu__fulltext p.spojler{
  padding-top: 22px;
  padding-bottom: 22px;
}
.visible-menu-item{
  display: flex;

width: 100%;
padding: 16px 0;
justify-content: space-between;
align-items: center;
gap: 16px;
border-bottom: 1px solid var(--main--2, #F0D6C7);
position: relative;
z-index: 30;
}
.visible-menu-item:last-child{
  border: none;
}
.visible-menu-image{
  width: 128px;
height: 80px;
flex-shrink: 0;
border-radius: 5px;
display: none;
}
.visible-menu-image img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  /*object-fit: cover;*/
  object-fit: contain;
  margin: 0;
}
.visible-menu-title{
  flex: 1;
}
.visible-menu-title h3{
  color: var(--neitral-3, #1B1B1B);
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
margin-bottom: 16px;
}
.menu-describe{
  color: var(--neitral-2, #454545);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.048px;
}
.menu-price{
  min-width: 140px;
  width: fit-content;
  text-align: right;
  color: var(--Chestnut, #834730);
font-family: 'Tenor Sans', sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 133.333% */
letter-spacing: 0.032px;
width: fit-content;
}
/*Скроллбар для карточки*/
.menu__fulltext::-webkit-scrollbar {
  width: 5px;
}

.menu__fulltext::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);*/
  background: #F5E9E0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.menu__fulltext::-webkit-scrollbar-thumb {
  background: #CD8A70;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px){
.menu__fulltext{
  /*padding-right: 16px;*/
}
.menu-price{
  min-width: 110px;
  width: fit-content;

}
}
@media screen and (max-width: 916px){
.rest-menu-nav{
  flex-wrap: nowrap;
  align-items: center;
  /*width: 1324px;*/
  max-width: 1380px;
  width: 1365px;
}
.rest-menu{
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.rest-menu::-webkit-scrollbar {
  display: none;
 }
 .rest-menu::-moz-progress-bar,
 .rest-menu::-moz-scrollbar {
  display: none;
 }
}
@media screen and (max-width: 576px){
.visible-menu-item{
  flex-wrap: wrap;
}

.visible-menu-title{
  width: 100%;
  flex: auto;
  order: 3;
}

}
@media screen and (max-width: 430px){
  .visible-menu-item{
    gap: 16px;
  }
.menu-price{
  font-size: 19px;
  line-height: 23px;
  min-width: 100px;
}
}

html body .special-color-1 *{
  background: transparent!important;
}