@charset "UTF-8";

/* Normalize */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */

hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

a {
  color: inherit;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
     # Forms
     # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled=true] {
  cursor: default;
}

address {
  font-style: inherit;
}

/* Доступное скрытие элементов */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  width: 100%;
  max-width: 795px;
  margin: 0 auto;
  padding: 0 20px;
}

@font-face {
  font-weight: 300;
  font-family: "Jost";
  font-style: normal;
  src: url("../fonts/Jost-Light.woff2") format("woff2"), url("../fonts/Jost-Light.woff") format("woff"), url("../fonts/Jost-Light.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-family: "Jost";
  font-style: normal;
  src: url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: "Jost";
  font-style: normal;
  src: url("../fonts/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-family: "Jost";
  font-style: normal;
  src: url("../fonts/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost-Bold.woff") format("woff"), url("../fonts/Jost-Bold.ttf") format("ttf");
  font-display: swap;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

.list-reset {
  list-style: none;
}



.page__body {
  height: 100%;
  min-height: 100%;
  color: #000;
  background-color: #5e4516;
  font-weight: 400;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
}

.page__body--is-lock {
  overflow: hidden;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #f1e7d2;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  text-decoration: none;
}

.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.btn-chat-bot {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.btn-chat-bot.show {
  visibility: visible;
  opacity: 1;
}

.btn-chat-bot img,
.btn-chat-bot svg {
  width: 100%;
  height: 100%;
}

[data-simplebar] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
}

[data-simplebar] .simplebar-track.simplebar-horizontal {
  right: 15px;
  bottom: -15px;
  left: 15px;
}

[data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 5px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  background-color: #ff5c00;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.button:hover {
  background-color: #d44e00;
}

.button--smaller {
  padding: 8px 16px;
  font-size: 10px;
  text-transform: uppercase;
}

.button--bigger {
  padding: 12px 16px;
  font-size: 16px;
  text-transform: uppercase;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input__label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.input__box {
  position: relative;
}

.input__control {
  width: 100%;
  resize: none;
  padding: 12px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
}

.input__control:disabled {
  opacity: 0.5;
}

.input__control--view-btn {
  padding-right: 40px;
}

.input--textarea .input__control {
  min-height: 130px;
}

.input--error .input__control {
  border-color: red;
}

.input--success .input__control {
  border-color: green;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-left: -15px;
}

.form__row > * {
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.form__field {
  margin-bottom: 20px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
}

.title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;

}

.title--medium {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;

}

.title--small {
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}

.nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-width: 312px;
  height: 100vh;
  padding: 30px;
  overflow: auto;
  background: #332F2A;
  -webkit-box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}

.nav__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.nav__close .icon {
  width: 100%;
  height: 100%;
}

.nav__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 21px;
  text-decoration: none;
}

.nav__phone .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.nav__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  list-style: none;
  padding:0;
}

.nav__socials li:not(:last-child) {
  margin-right: 10px;
}

.nav__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.nav__socials .icon {
  width: 24px;
  height: 24px;
}

.nav__menu {
  margin-bottom: 60px;
  padding:0;
}

.nav__chat-bot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
}

.nav__chat-bot svg {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.menu {
  font-size: 20px;
  list-style: none;
}

.menu li:not(:last-child) {
  margin-bottom: 20px;
}

.menu a {
  text-decoration: none;
}
.menu a:hover, .menu a:active {color:#E2A847;}

.slider {
  position: relative;
}

.slider__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.slider .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: unset;
}

.slide__text {padding-bottom: 50px; max-width: 400px;}

.slide__title {
  font-size: 24px;
  margin-bottom: 15px;
}

.slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.slider .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.categories-card {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  height:250px;

}

.categories-card:hover .categories-card__img::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.categories-card__img {
  position: relative;
  display: block;
  width: 100%;
  height: 219px;
  overflow: hidden;
  border-radius: 10px;
}



.categories-card__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  content: "";
}

.categories-card__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.categories-card__title {
  width: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.categories-card__desc {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  list-style: none;
  padding:0;
  margin-bottom: 0;
}

.categories-list__item {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;

}

.categories-list__item--wide {
  width: calc(100% - 20px);
  margin-bottom: 0;
}

.section {
  padding: 30px 0;
}

.section__btn-back {
  position: sticky;
  bottom: 15px;
  max-width: 90px;
}

.section--no-top-padding {
  padding-top: 0;
}

.content > * {
  margin-bottom: 15px;
}

.content > *:first-child {
  margin-top: 0;
}

.content > *:last-child {
  margin-bottom: 0;
}

.content ul,
.content ol {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}

.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 5px;
}

.modal__wrapper {
  padding: 15px;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 361px;
  min-height: 318px;
  padding: 20px 20px 25px;
  color: #fff;
  background: #5e4516;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.modal__title {
  padding-right: 30px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.modal__close .icon {
  width: 100%;
  height: 100%;
}

.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__form-agree {
  font-size: 14px;
  text-align: center;
}

.modal--thanks .modal__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal--thanks .modal__title {
  margin-bottom: 45px;
  padding-right: 0;
  text-align: center;
}

.modal__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 21px;
  text-decoration: none;
}

.modal__phone .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.modal__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
  list-style: none;
}

.modal__socials li:not(:last-child) {
  margin-right: 10px;
}

.modal__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.modal__socials .icon {
  width: 24px;
  height: 24px;
}

.modal__chat-bot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
}

.modal__chat-bot svg {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.header__burger {
  width: 34px;
  height: 32px;
}

.header__burger .icon {
  width: 100%;
  height: 100%;
}



.page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
  list-style: none;
}

.page-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(33.3333333333% - 20px);
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
}

.page-nav__item a {
  text-decoration: none;
}

.page-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  color: #ff5c00;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.page-nav__icon:hover {
  color: #d44e00;
  background-color: rgb(234, 234, 234);
}

.page-nav__icon .icon {
  width: 36px;
  height: 36px;
}

.page-nav__icon img,
.page-nav__icon svg {
  width: 100%;
  height: 100%;
}

.page-nav__icon--reverse {
  color: #fff;
  background-color: #ff5c00;
}

.page-nav__icon--reverse:hover {
  color: rgb(234, 234, 234);
  background-color: #d44e00;
}

.page-nav__text {
  text-decoration: none;
}

.houses-list {
  padding:0;
  margin: 0;
  list-style: none;
  display: flex;
  gap:20px;
}

.houses-list__item {
  width: 50%;
  flex: 0 1 50%;


}

.houses-card {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.houses-card:hover .houses-card__img::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.houses-card__img {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
}

.houses-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.houses-card__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  content: "";
}

.houses-card__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.houses-card__title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.houses-card__desc {
  margin-bottom: 10px;
}

.houses-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  font-size: 10px;
}

.houses-card__price-sum {
  margin-right: 8px;
  font-weight: 400;
  font-size: 24px;
}

.lisure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
  list-style: none;
}

.lisure-list__item {
  width: calc(33.3333333333% - 20px);
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.lisure-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.lisure-card__img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50%;
}

.lisure-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.lisure-card__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50%;
  padding: 20px;
}

.leisure-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
  list-style: none;
}

.leisure-items__item {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.leisure-item {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.leisure-item:hover .leisure-item__img::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.leisure-item__img {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}

.leisure-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.leisure-item__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  content: "";
}

.leisure-item__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px 20px;
}

.leisure-item__title {
  margin-bottom: 10px;
}

.leisure-item__desc {
  max-width: 290px;
  margin-bottom: 10px;
}

.leisure-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
}

.leisure-item__duration {
  margin-right: 10px;
  font-weight: 700;
  font-size: 13px;
}

.leisure-item__price {
  margin-left: auto;
  padding: 5px;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  background: #fff;
  border-radius: 5px;
}

.cafe-menu__group:not(:last-child) {
  margin-bottom: 40px;
}

.cafe-menu__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.cafe-menu__subtitle::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #ff5c00;
  border-radius: 50%;
  content: "";
}

.cafe-menu__item:not(:last-child) {
  margin-bottom: 15px;
}

.cafe-menu__item:not(:last-child).cafe-menu-item--simple {
  margin-bottom: 15px;
}

.cafe-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cafe-menu-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
}

.cafe-menu-item__title {
  font-weight: 500;
  font-size: 17px;

}

.cafe-menu-item__desc {
  max-width: 300px;
  font-size: 13px;
  line-height: 1.2;
}

.cafe-menu-item__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 10px;
}

.cafe-menu-item__price {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
}

.cafe-menu-item__weight {
  font-size: 11px;
}

.cafe-menu-item--simple .cafe-menu-item__additional {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cafe-menu-item--simple .cafe-menu-item__price {
  margin-bottom: 0;
}

.cafe-menu-item--simple .cafe-menu-item__weight {
  margin-left: 15px;
}

.house__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 12px;
  background: #fff;
  border-radius: 10px;
}

.house__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-size: 10px;
  line-height: 110%;
}

.house__price-summ {
  margin-right: 8px;
  font-size: 30px;
  line-height: 100%;
}

.house__facilities-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}

.house__facilities-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.house__facilities-item:not(:last-child) {

}

.house__slider {
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.15));
}

.house__slider .slider__item {
  min-height: unset;
  padding: 0;
}

.house__img {
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-radius: 10px;
}

.house__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.house-facilities-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px 10px 5px;
  background: #f1e7d2;
  border: 1px solid #c9b999;
  border-radius: 5px;
  justify-content: space-between;
}

.house-facilities-item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 9px;
  flex:0 0 40px;
}

.house-facilities-item__text {
  font-size: 11px;
  text-align: center;
}

.activity__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.activity__duration {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  font-weight: 700;
  font-size: 13px;
}

.activity__map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff5c00;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
}

.activity__map-btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.activity__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 12px;
  background: #fff;
  border-radius: 10px;
}

.activity__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-size: 10px;
  line-height: 110%;
}

.activity__price-summ {
  margin-right: 8px;
  font-size: 30px;
  line-height: 100%;
}

.activity__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activity__img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px;
}

.activity__img:not(:last-child) {
  margin-right: 5px;
}

.activity__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.map {
  padding: 0 0 30px !important;
}

.map__img {
  position: relative;
  width: calc(100% + 40px);
  min-height: 400px;
  max-height: 800px;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.map__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


/* stepan */

.slider .swiper-pagination-bullet:not(:last-child) {margin-right: 5px;}

@media only screen and (max-width: 767px) {
  .page__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
  }

  .categories-list__item {
    width: calc(50% - 20px);
  }

  .categories-list__item--wide {
    width: calc(100% - 20px);
  }

  .categories-list__item--wide .categories-card__img {
    height: 173px;
  }

  .houses-list__item {
    width: calc(50% - 20px);
  }

  .lisure-list__item {
    width: calc(50% - 20px);
  }

  .leisure-items__item {
    width: calc(100% - 20px);
  }

  .map {
    padding: 0 !important;
  }

  .map__img {
    max-height: unset;
    margin-bottom: -90px;
  }

  .container {
    padding: 0 15px;
  }

  .slide__text {padding:0 30px 50px 30px;}
}