@font-face {
  font-family: "NunitoSans";
  src: url("/sites/all/themes/vesta_theme/font/NunitoSans-Medium.woff2") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "NunitoSans";
  src: url("/sites/all/themes/vesta_theme/font/NunitoSans-Bold.woff2") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "NunitoSans";
  src: url("/sites/all/themes/vesta_theme/font/NunitoSans-ExtraBold.woff2") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/sites/all/themes/vesta_theme/font/CormorantGaramond-Bold.woff") format("truetype");
  font-style: normal;
  font-weight: 700;
}
html {
  font-family: NunitoSans;
}
body {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.btn {
  display: inline-block;
  background: #684b3d;
  border-color: #684b3d;
  border-radius: 30px;
}
.btn:hover {
  background: #442b1f;
  border-color: #442b1f;
}
.btn:active {
  background-color: #315111;
}
.btn:first-child:active {
  background-color: #315111;
  border-color: #315111;
}
.form-control:focus {
  border-color: #512a07;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(115, 65, 12, 0.25);
}
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.link-house {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 11px 83.8px 13px 83.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .link-house {
    padding: 11px 83.8px 13px 83.8px;
  }
}
.link-house:hover {
  background: #442b1f;
}
#scrollToTop {
  width: 50px;
  height: 50px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 60px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
#scrollToTop:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  #scrollToTop {
    right: 40px;
  }
}
.social-right {
  flex-direction: column;
  gap: 15px;
  width: 50px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 130px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
@media (min-width: 768px) {
  .social-right {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .social-right {
    display: none;
  }
}
.social-right a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.social-right a:hover {
  transform: scale(1.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.social-right a svg {
  width: 100%;
  height: 100%;
}
#block-vesta-theme-strokanavigacii {
  display: none;
}
.not-front #block-vesta-theme-page-title h1 {
  color: #684b3d;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  color: var(--color2);
}
#app {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#app main {
  flex-grow: 1;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 87px;
  }
}
#header .header-top {
  padding: 15px 0 16px 0;
}
#header .header-inner {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 0 45.5px;
  align-items: center;
}
#header .header-inner .col-contacts {
  display: flex;
  align-items: center;
  gap: 17px;
}
#header .header-inner .col-contacts .phones {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#header .header-inner .col-contacts .phones a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#header .header-inner .col-contacts .phones a:hover {
  text-decoration: underline;
}
#header .header-inner .col-callback .mail {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}
#header .header-inner .col-callback .mail a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#header .header-inner .col-callback .mail a:hover {
  text-decoration: underline;
}
#header .header-inner .col-callback .callback .field--name-body a {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 0.2px 35.8px 0.2px 35.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-color: #684b3d;
  border-radius: 40px;
  transition: all 0.3s;
}
#header .header-inner .col-callback .callback .field--name-body a:hover {
  background: #442b1f;
}
#header .header-inner .social {
  display: none;
}
@media (min-width: 1200px) {
  #header .header-inner .social {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
#header .header-inner .social a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
#header .header-inner .social a:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
#header .header-inner .social a svg {
  width: 100%;
  height: 100%;
}
#header .header-inner a.house {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 11px 83.8px 13px 83.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s;
  padding: 11px 35.8px 13px 35.8px;
}
@media (min-width: 576px) {
  #header .header-inner a.house {
    padding: 11px 83.8px 13px 83.8px;
  }
}
#header .header-inner a.house:hover {
  background: #442b1f;
}
@media (min-width: 1200px) {
  #header .header-inner a.house {
    padding: 11px 83.8px 13px 83.8px;
  }
}
#header .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #684b3d;
  padding: 20px 0;
}
#header .header-bottom .region-navigation {
  background: transparent;
}
#header .header-bottom .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  gap: 10px 25px;
  /* li:first-child {
            display: none;
          }*/
}
@media (min-width: 1200px) {
  #header .header-bottom .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
    gap: 60.25px;
  }
}
#header .header-bottom .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  padding: 0;
}
#header .header-bottom .search {
  position: relative;
  width: 25px;
  height: 25px;
}
#header .header-bottom .search svg.search-icon {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
#header .header-bottom .search svg.search-icon path {
  transition: all 0.3s;
}
#header .header-bottom .search svg.search-icon:hover path {
  stroke: #ac7d23;
}
#header .header-bottom .search .region.region-search {
  display: none;
}
#header .header-bottom .search .region.region-search.active {
  position: absolute;
  bottom: -5px;
  right: 0px;
  display: block;
  width: 195px;
  z-index: 498;
  background-color: white;
}
#header .header-bottom .search .region.region-search.active form {
  display: flex;
  align-items: center;
}
#header .header-bottom .search .region.region-search.active form .form-type-search input {
  border-color: #684b3d;
  border-radius: 20px 0 0 20px;
  box-shadow: none;
}
#header .header-bottom .search .region.region-search.active form .form-actions::before,
#header .header-bottom .search .region.region-search.active form .form-actions::after {
  display: none;
}
#header .header-bottom .search .region.region-search.active form .form-actions button {
  position: relative;
  width: 40px;
  color: transparent;
  overflow: hidden;
  border-color: #684b3d;
  border-radius: 0 20px 20px 0;
  background: transparent;
}
#header .header-bottom .search .region.region-search.active form .form-actions button:hover {
  background-color: #684b3d;
}
#header .header-bottom .search .region.region-search.active form .form-actions button::before,
#header .header-bottom .search .region.region-search.active form .form-actions button:after {
  display: none;
}
#header .header-bottom .search .region.region-search.active form .form-actions button::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  opacity: 1;
  transition: all 0.3s;
}
#header .header-bottom .search .region.region-search.active form .form-actions button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search-white.svg");
  opacity: 0;
  transition: all 0.3s;
}
#header .header-bottom .search .region.region-search.active form .form-actions button:hover::before {
  opacity: 0;
}
#header .header-bottom .search .region.region-search.active form .form-actions button:hover::after {
  opacity: 1;
}
#header-mob {
  background: white;
  flex-direction: row-reverse;
}
@media (min-width: 576px) {
  #header-mob {
    flex-direction: row;
  }
}
#header-mob .col-logo a img {
  max-width: 200px;
}
#header-mob .col-contacts {
  display: none;
}
@media (min-width: 576px) {
  #header-mob .col-contacts {
    display: flex;
    align-items: center;
    gap: 17px;
  }
}
#header-mob .col-contacts .phones {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#header-mob .col-contacts .phones a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#header-mob .col-contacts .phones a:hover {
  text-decoration: underline;
}
#header-mob .col-callback {
  display: none;
}
@media (min-width: 768px) {
  #header-mob .col-callback {
    display: block;
  }
}
#header-mob .col-callback .mail {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}
#header-mob .col-callback .mail a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#header-mob .col-callback .mail a:hover {
  text-decoration: underline;
}
#header-mob .col-callback .callback .field--name-body a {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 0.2px 35.8px 0.2px 35.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-color: #684b3d;
  border-radius: 40px;
}
.not-front main {
  margin-top: 15px;
}
#slider-block .node--type-banner.node--view-mode-default .node__content {
  position: relative;
}
#slider-block .node--type-banner.node--view-mode-default .node__content .field--name-field-foto img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  background: rgba(0, 0, 0, 0.49);
  border-radius: 30px;
  padding: 26px 20px;
  max-width: 960px;
}
@media (min-width: 992px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text {
    padding: 10px 0px;
  }
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text .field--name-field-title h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-align: center;
  color: white;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .field--name-field-title h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .field--name-field-title h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .field--name-field-title h1 {
    font-size: 48px;
  }
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text .field--name-body {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  text-align: center;
  color: #3b626a;
  color: white;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .field--name-body {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text .links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 576px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .links {
    gap: 30px;
  }
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.btn {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 11px 83.8px 13px 83.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s;
  padding: 11px 30.8px 11.3px 30.8px;
  font-size: 16px;
}
@media (min-width: 576px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.btn {
    padding: 11px 83.8px 13px 83.8px;
  }
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.btn:hover {
  background: #442b1f;
}
@media (min-width: 576px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.btn {
    padding: 11px 83.8px 11.3px 83.8px;
  }
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.banner-about {
  display: none;
  font-weight: 800;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #684b3d;
  padding: 11px 20.8px 11.3px 20.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #cce2e7;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 576px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.banner-about {
    font-size: 18px;
    padding: 11px 40.8px 11.3px 40.8px;
  }
}
@media (min-width: 768px) {
  #slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.banner-about {
    padding: 11px 83.8px 11.3px 83.8px;
  }
}
#slider-block .node--type-banner.node--view-mode-default .node__content .text .links a.banner-about:hover {
  background: #684b3d;
  color: #cce2e7;
}
#block-vesta-theme-views-block-catalog-block-front {
  display: none;
}
.about {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/about-bg.png");
  background-repeat: repeat-x;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .about {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .about {
    background-size: contain;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content {
  display: grid;
  grid-template-columns: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .about .node--type-about.node--view-mode-teaser .node__content {
    grid-template-columns: 320px 1fr;
  }
}
@media (min-width: 992px) {
  .about .node--type-about.node--view-mode-teaser .node__content {
    grid-template-columns: 400px 1fr;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .node__content {
    grid-template-columns: 570px 1fr;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-field-photo {
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-photo {
    grid-row: 1/3;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-photo {
    grid-row: 1/4;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-field-photo img {
  border-radius: 30px 30px 0 0;
}
@media (min-width: 768px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-photo img {
    border-radius: 30px 0 0 30px;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 16px;
  padding: 18px 20px 0 20px;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-title {
    font-size: 36px;
    padding: 30px 30px 0 30px;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  padding: 0 20px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-body {
    font-size: 18px;
    padding: 0 30px;
    margin-bottom: 35px;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits {
  padding: 0 30px 30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits {
    gap: 0px;
  }
}
@media (min-width: 768px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits {
    grid-column: 1/3;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits {
    grid-column: 2/3;
    margin-top: 0;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits .field__item .paragraph--type--icon-text {
  display: block;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits .field__item .paragraph--type--icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits .field__item .paragraph--type--icon-text {
    display: block;
  }
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits .field__item .paragraph--type--icon-text .field--name-field-icon {
  margin-bottom: 15px;
}
.about .node--type-about.node--view-mode-teaser .node__content .field--name-field-benefits .field__item .paragraph--type--icon-text .field--name-field-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #416b74;
}
.accommodation {
  margin-bottom: 60px;
}
.accommodation .block-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .accommodation .block-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .accommodation .block-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.view-accommodation.view-display-id-block_1 .view-content,
.view-accommodation.view-display-id-page_1 .view-content {
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .view-accommodation.view-display-id-block_1 .view-content,
  .view-accommodation.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .view-accommodation.view-display-id-block_1 .view-content,
  .view-accommodation.view-display-id-page_1 .view-content {
    gap: 30px;
  }
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  background-position: center;
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation::after,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  pointer-events: none;
  z-index: 0;
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .field--name-field-fon img,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .field--name-field-fon img {
  max-height: 340px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
}
@media (min-width: 768px) {
  .view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .field--name-field-fon img,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .field--name-field-fon img {
    max-height: none;
  }
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content {
  /*position: absolute;
          top: 0;
          left: 0;
          bottom: 0;*/
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}
@media (min-width: 992px) {
  .view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content {
    min-height: 570px;
  }
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2 {
  flex-grow: 1;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2 {
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2 a,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2 a {
  color: inherit;
  text-decoration: none;
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content .field--name-description,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content .field--name-description {
  display: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #fff;
  flex-grow: 1;
  max-width: 494px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content .field--name-description,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content .field--name-description {
    font-size: 18px;
  }
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content a.term-more,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content a.term-more {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #684b3d;
  padding: 12px 16px 12px 16px;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f0f7f8;
  text-decoration: none;
}
.view-accommodation.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content a.term-more:hover,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content a.term-more:hover {
  color: #f0f7f8;
  background: #684b3d;
}
.view-accommodation.view-display-id-block_1 .more-link,
.view-accommodation.view-display-id-page_1 .more-link {
  margin-top: 30px;
  text-align: center;
}
.view-accommodation.view-display-id-block_1 .more-link a,
.view-accommodation.view-display-id-page_1 .more-link a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 11px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 576px) {
  .view-accommodation.view-display-id-block_1 .more-link a,
  .view-accommodation.view-display-id-page_1 .more-link a {
    width: 510px;
  }
}
.view-accommodation.view-display-id-block_1 .more-link a:hover,
.view-accommodation.view-display-id-page_1 .more-link a:hover {
  background: #442b1f;
}
.view-accommodation.view-display-id-block_1 .more-link a span,
.view-accommodation.view-display-id-page_1 .more-link a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.view-accommodation.view-display-id-block_1 .more-link a span::after,
.view-accommodation.view-display-id-page_1 .more-link a span::after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}
.view-accommodation.view-display-id-page_2 .view-content,
.view-accommodation.view-display-id-page_1 .view-content {
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .view-accommodation.view-display-id-page_2 .view-content,
  .view-accommodation.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .view-accommodation.view-display-id-page_2 .view-content,
  .view-accommodation.view-display-id-page_1 .view-content {
    gap: 30px;
  }
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .taxonomy-term.vocabulary-bath-complex,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-bath-complex {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  background-position: center;
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .taxonomy-term.vocabulary-bath-complex::after,
.view-accommodation.view-display-id-page_1 .view-content .views-row .taxonomy-term.vocabulary-bath-complex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  pointer-events: none;
  z-index: 0;
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .field--name-field-fon,
.view-accommodation.view-display-id-page_1 .view-content .views-row .field--name-field-fon {
  position: relative;
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .field--name-field-fon img,
.view-accommodation.view-display-id-page_1 .view-content .views-row .field--name-field-fon img {
  max-height: 340px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
}
@media (min-width: 768px) {
  .view-accommodation.view-display-id-page_2 .view-content .views-row .field--name-field-fon img,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .field--name-field-fon img {
    max-height: none;
  }
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .content,
.view-accommodation.view-display-id-page_1 .view-content .views-row .content {
  position: relative;
  z-index: 1;
  /* position: absolute;
        top: 0;
        left: 0;
        bottom: 0;*/
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
}
@media (min-width: 992px) {
  .view-accommodation.view-display-id-page_2 .view-content .views-row .content,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .content {
    padding: 30px;
  }
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .content h2,
.view-accommodation.view-display-id-page_1 .view-content .views-row .content h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 16px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .view-accommodation.view-display-id-page_2 .view-content .views-row .content h2,
  .view-accommodation.view-display-id-page_1 .view-content .views-row .content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .content h2 a,
.view-accommodation.view-display-id-page_1 .view-content .views-row .content h2 a {
  color: inherit;
  text-decoration: none;
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .content .field--name-description,
.view-accommodation.view-display-id-page_1 .view-content .views-row .content .field--name-description {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 494px;
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .content a.term-more,
.view-accommodation.view-display-id-page_1 .view-content .views-row .content a.term-more {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #684b3d;
  padding: 12px 16px 12px 16px;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f0f7f8;
  text-decoration: none;
}
.view-accommodation.view-display-id-page_2 .view-content .views-row .content a.term-more:hover,
.view-accommodation.view-display-id-page_1 .view-content .views-row .content a.term-more:hover {
  color: #f0f7f8;
  background: #684b3d;
}
.more-link {
  margin-top: 30px;
  text-align: center;
}
.more-link a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 11px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 576px) {
  .more-link a {
    width: 510px;
  }
}
.more-link a:hover {
  background: #442b1f;
}
.more-link a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.more-link a span::after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}
.view-category-accom.view-display-id-block_1 {
  margin-bottom: 50px;
}
.view-category-accom.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .view-category-accom.view-display-id-block_1 .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation {
  position: relative;
  background-position: center;
  border-radius: 30px;
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  pointer-events: none;
  z-index: 0;
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .field--name-field-fon img {
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content {
  /* position: absolute;
          top: 0;
          left: 0;
          bottom: 0;*/
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  z-index: 1;
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2 {
  flex-grow: 1;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 20px;
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content h2 a {
  color: inherit;
  text-decoration: none;
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content .field--name-description {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #fff;
  flex-grow: 1;
  max-width: 494px;
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content a.term-more {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #684b3d;
  padding: 12px 16px 12px 16px;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f0f7f8;
  text-decoration: none;
}
.view-category-accom.view-display-id-block_1 .view-content .views-row .taxonomy-term.vocabulary-accommodation .content a.term-more:hover {
  color: #f0f7f8;
  background: #684b3d;
}
.complecs article.node--type-bannyy-compleks.node--view-mode-teaser {
  background-size: cover;
}
.complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content {
  padding: 70px 0 70px;
}
@media (min-width: 992px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content {
    padding: 120px 0 120px;
  }
}
@media (min-width: 1200px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content {
    padding: 235px 0 236px;
  }
}
.complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text {
  position: relative;
  box-shadow: inset 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  padding: 25px 16px 25px 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgba(213, 235, 240, 0.65);
  margin: 0 40px;
  /*  &::before{
          content:'';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
        background: #D5EBF0;
        opacity: 0.85;
        border-radius: 30px;
        }*/
}
@media (min-width: 576px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text {
    background-image: url("/sites/all/themes/vesta_theme/image/complex-bg.svg");
    padding: 40px 26px 40px 110px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text {
    padding: 40px 100px;
  }
}
.complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text .field--name-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 14px;
}
@media (min-width: 576px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text .field--name-title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text .field--name-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text .field--name-title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
.complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text .field--name-body {
  display: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  text-align: center;
  color: #3b626a;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text .field--name-body {
    font-size: 18px;
  }
}
.complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text > a {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 11px 83.8px 13px 83.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text > a {
    padding: 11px 83.8px 13px 83.8px;
  }
}
.complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text > a:hover {
  background: #442b1f;
}
@media (min-width: 768px) {
  .complecs article.node--type-bannyy-compleks.node--view-mode-teaser .node__content .text > a {
    width: 510px;
  }
}
.map {
  background: #f0f7f8;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .map {
    padding: 60px 0;
  }
}
.map .block-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .map .block-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .map .block-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.map article.node--type-location.node--view-mode-default .node__content {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .map article.node--type-location.node--view-mode-default .node__content {
    grid-template-columns: 1fr 1fr;
  }
}
.map article.node--type-location.node--view-mode-default .node__content .city,
.map article.node--type-location.node--view-mode-default .node__content .outside {
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  overflow: hidden;
}
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-body,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-body {
  border-radius: 30px 30px 0 0;
}
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-city,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-city,
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-za-gorodom,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-za-gorodom {
  padding: 20px;
}
@media (min-width: 576px) {
  .map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-city,
  .map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-city,
  .map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-za-gorodom,
  .map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-za-gorodom {
    padding: 30px;
  }
}
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-city p:first-child,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-city p:first-child,
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-za-gorodom p:first-child,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-za-gorodom p:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-city p:first-child,
  .map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-city p:first-child,
  .map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-za-gorodom p:first-child,
  .map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-za-gorodom p:first-child {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-city p:first-child::before,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-city p:first-child::before,
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-za-gorodom p:first-child::before,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-za-gorodom p:first-child::before {
  content: "";
  display: block;
  width: 21px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/geo.svg");
}
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-city p:last-child,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-city p:last-child,
.map article.node--type-location.node--view-mode-default .node__content .city .field--name-field-adres-za-gorodom p:last-child,
.map article.node--type-location.node--view-mode-default .node__content .outside .field--name-field-adres-za-gorodom p:last-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
}
.fos {
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: repeat-x;
  padding: 30px 0;
  background: rgba(209, 242, 250, 0.9);
}
@media (min-width: 576px) {
  .fos {
    background-image: url("/sites/all/themes/vesta_theme/image/form-bg.png");
    padding: 60px 0;
  }
}
@media (min-width: 1900px) {
  .fos {
    background-size: contain;
  }
}
.fos .region-fos {
  display: grid;
  grid-template-columns: 100%;
  gap: 18px;
}
@media (min-width: 992px) {
  .fos .region-fos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .fos .region-fos {
    gap: 30px;
  }
}
.fos .region-fos #block-fos-text {
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  background: #fff;
}
@media (min-width: 992px) {
  .fos .region-fos #block-fos-text {
    padding: 30px;
  }
}
.fos .region-fos #block-fos-text .block-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .fos .region-fos #block-fos-text .block-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .fos .region-fos #block-fos-text .block-title {
    font-size: 36px;
  }
}
.fos .region-fos #block-fos-text .field--name-body {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
}
@media (min-width: 992px) {
  .fos .region-fos #block-fos-text .field--name-body {
    font-size: 21px;
  }
}
.fos .region-fos #block-webforma form {
  display: grid;
  grid-template-columns: 100%;
  gap: 14px 15px;
}
@media (min-width: 576px) {
  .fos .region-fos #block-webforma form {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .fos .region-fos #block-webforma form {
    gap: 30px 30px;
  }
}
.fos .region-fos #block-webforma form strong.error,
.fos .region-fos #block-webforma form .form-item--error-message,
.fos .region-fos #block-webforma form .alert-error {
  display: none !important;
}
.fos .region-fos #block-webforma form input.error,
.fos .region-fos #block-webforma form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.fos .region-fos #block-webforma form .form-item-name input,
.fos .region-fos #block-webforma form .form-item-phone input {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.01em;
  color: #416b74;
  padding: 11px 20px;
  margin: 0;
  border-radius: 40px;
  box-shadow: inset 0 4px 4px -1px rgba(12, 12, 13, 0.05);
  background: #fff;
}
.fos .region-fos #block-webforma form .form-item-name input.error,
.fos .region-fos #block-webforma form .form-item-phone input.error {
  box-shadow: 0px 0px 7px 0px red;
}
@media (min-width: 576px) {
  .fos .region-fos #block-webforma form .form-item-message {
    grid-column: 1/3;
  }
}
.fos .region-fos #block-webforma form .form-item-message textarea {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.01em;
  color: #416b74;
  padding: 11px 20px;
  margin: 0;
  border-radius: 40px;
  box-shadow: inset 0 4px 4px -1px rgba(12, 12, 13, 0.05);
  background: #fff;
}
.fos .region-fos #block-webforma form .form-item-message textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.fos .region-fos #block-webforma form .form-item-privacy {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (min-width: 576px) {
  .fos .region-fos #block-webforma form .form-item-privacy {
    gap: 10px;
    grid-column: 1/3;
  }
}
.fos .region-fos #block-webforma form .form-item-privacy .checkbox {
  position: relative;
}
.fos .region-fos #block-webforma form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.fos .region-fos #block-webforma form .form-item-privacy input {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.fos .region-fos #block-webforma form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.fos .region-fos #block-webforma form .form-item-privacy input + .description {
  position: relative;
}
.fos .region-fos #block-webforma form .form-item-privacy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 18px;
  height: 18px;
  box-shadow: 0px 1px 0px 0px red;
}
.fos .region-fos #block-webforma form .form-item-privacy .description {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857;
  color: #416b74;
  margin-left: 0;
}
.fos .region-fos #block-webforma form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.fos .region-fos #block-webforma form .form-actions {
  text-align: center;
}
@media (min-width: 576px) {
  .fos .region-fos #block-webforma form .form-actions {
    grid-column: 1/3;
  }
}
.fos .region-fos #block-webforma form .form-actions button {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 11px 83.8px 13px 83.8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 576px) {
  .fos .region-fos #block-webforma form .form-actions button {
    padding: 11px 83.8px 13px 83.8px;
  }
}
.fos .region-fos #block-webforma form .form-actions button:hover {
  background: #442b1f;
}
#footer {
  padding-top: 30px;
}
#footer .footer-inner {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 53.5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #684b3d;
}
@media (min-width: 576px) {
  #footer .footer-inner {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner {
    grid-template-columns: auto auto auto;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner {
    grid-template-columns: auto auto auto auto;
  }
}
#footer .footer-inner .logo {
  margin-bottom: 20px;
}
#footer .footer-inner .logo img {
  max-width: 160px;
}
@media (min-width: 992px) {
  #footer .footer-inner .logo img {
    max-width: 200px;
  }
}
#footer .footer-inner .col-nav {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-nav {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner .col-nav {
    grid-column: auto;
    grid-row: auto;
  }
}
#footer .footer-inner .col-nav #block-vesta-theme-osnovnayanavigaciya-4 ul.nav {
  display: grid;
  grid-auto-flow: auto auto;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
  gap: 10px 40px;
}
#footer .footer-inner .col-nav #block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  padding: 0;
}
#footer .footer-inner .contacts {
  grid-column: 1/2;
}
@media (min-width: 768px) {
  #footer .footer-inner .contacts {
    grid-column: auto;
  }
}
#footer .footer-inner .contacts .col-contacts {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 10px;
}
#footer .footer-inner .contacts .col-contacts .phones {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#footer .footer-inner .contacts .col-contacts .phones a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#footer .footer-inner .contacts .col-contacts .phones a:hover {
  text-decoration: underline;
}
#footer .footer-inner .contacts .mail {
  display: flex;
  align-items: center;
  gap: 12px;
}
#footer .footer-inner .contacts .mail p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#footer .footer-inner .contacts .mail p label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.86667;
  color: #684b3d;
}
#footer .footer-inner .contacts .mail p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#footer .footer-inner .contacts .mail p a:hover {
  text-decoration: underline;
}
#footer .footer-inner .social {
  display: none;
}
@media (min-width: 992px) {
  #footer .footer-inner .social {
    display: flex;
    gap: 8px;
  }
}
#footer .footer-inner .social a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
#footer .footer-inner .social a:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
#footer .footer-inner .social a svg {
  width: 100%;
  height: 100%;
}
#footer .row-copiryght {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857;
  color: #684b3d;
  gap: 10px 30px;
}
@media (min-width: 992px) {
  #footer .row-copiryght {
    justify-content: space-between;
    gap: 0;
  }
}
#footer .row-copiryght a {
  text-decoration: none;
}
#footer .row-copiryght a:hover {
  text-decoration: underline;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
  font-family: "Nunito Sans", sans-serif;
  max-width: 744px;
  flex-direction: column;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
    flex-direction: row;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content p a {
  color: #442b1f;
  text-decoration: none;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content p a:hover {
  text-decoration: underline;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions #vpa-btn-ok {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #684b3d;
  border-radius: 30px;
  padding: 8px 20px;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions #vpa-btn-ok:hover {
  background: #442b1f;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews > h2 {
  color: #684b3d;
  font-size: 20px;
  margin-bottom: 20px;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment {
  position: relative;
  display: grid;
  gap: 5px 20px;
  margin-bottom: 40px;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .field--name-field-avatar {
  grid-row: 1/4;
  grid-column: 1/2;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .field--name-field-avatar img {
  max-width: 100%;
  height: auto;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .field--name-field-names {
  font-weight: 700;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .group-date {
  grid-row: 2/3;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .group-date .field--name-dynamic-token-fieldcomment-read-more {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add h2 {
  color: #684b3d;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form {
  display: grid;
  gap: 10px;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-item-name {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-subject-wrapper label {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-comment-body-wrapper .form-item .form-type-textarea label {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-comment-body-wrapper .form-item .form-wrapper {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-names label {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-subject {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-avatar .image-widget-data input {
  height: auto;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-avatar .description {
  display: none;
}
.body-node--811 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button#edit-preview {
  display: none;
}
.view-taxonomy-term.view-display-id-page_1 .view-header {
  display: none;
}
.view-taxonomy-term.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
@media (min-width: 992px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser {
  position: relative;
  height: 100%;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .hou {
  position: relative;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  background-position: center;
  background-size: contain;
}
@media (min-width: 576px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .hou {
    background-size: cover;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .hou::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  pointer-events: none;
  z-index: -1;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text {
  /*position: absolute;
          top: 0;
          left: 0;
          bottom: 0px;*/
  padding: 15px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 334px;
}
@media (min-width: 576px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text {
    padding: 30px;
    min-height: 360px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text .field--name-node-title {
  flex-grow: 1;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text h2 {
    font-size: 36px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text h2 a {
  color: inherit;
  text-decoration: none;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text .field--name-body {
  display: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  flex-grow: 1;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text .field--name-body {
    max-width: 494px;
    line-height: 1.55556;
    font-size: 18px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text .field--name-node-link a {
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #684b3d;
  padding: 12px 16px 12px 16px;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f0f7f8;
  text-decoration: none;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .text .field--name-node-link a:hover {
  color: #f0f7f8;
  background: #684b3d;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .field--name-field-photos {
  display: none;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .field--name-field-photos a {
  display: flex;
  position: relative;
  z-index: 1;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .field--name-field-photos a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  pointer-events: none;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-house.node--view-mode-teaser .field--name-field-photos img {
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
}
.node--type-house.node--view-mode-full {
  color: #684b3d;
}
.node--type-house.node--view-mode-full .group-text {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 30px;
}
@media (min-width: 992px) {
  .node--type-house.node--view-mode-full .group-text {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .node--type-house.node--view-mode-full .group-text {
    margin-bottom: 60px;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-node-title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #684b3d;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .node--type-house.node--view-mode-full .group-text .field--name-node-title h1 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .node--type-house.node--view-mode-full .group-text .field--name-node-title h1 {
    font-size: 40px;
    margin-bottom: 36px;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-body {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #684b3d;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .node--type-house.node--view-mode-full .group-text .field--name-body {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price .field__label {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 28px;
  display: none;
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price > .field__item {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .node--type-house.node--view-mode-full .group-text .field--name-field-price > .field__item {
    font-size: 18px;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price > .field__item strong {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .node--type-house.node--view-mode-full .group-text .field--name-field-price > .field__item strong {
    font-size: 20px;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price-table {
  overflow-x: auto;
  color: #684b3d;
  font-size: 17px;
}
@media (min-width: 992px) {
  .node--type-house.node--view-mode-full .group-text .field--name-field-price-table {
    grid-column: 1/3;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price-table table {
  min-width: 500px;
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price-table table th,
.node--type-house.node--view-mode-full .group-text .field--name-field-price-table table td {
  color: #684b3d;
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price-table table th {
  font-size: 16px;
}
@media (min-width: 576px) {
  .node--type-house.node--view-mode-full .group-text .field--name-field-price-table table th {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .node--type-house.node--view-mode-full .group-text .field--name-field-price-table table th {
    font-size: 20px;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-field-price-table table td {
  font-size: 14px;
}
@media (min-width: 576px) {
  .node--type-house.node--view-mode-full .group-text .field--name-field-price-table table td {
    font-size: 16px;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-field-photos {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .node--type-house.node--view-mode-full .group-text .field--name-field-photos {
    grid-column: 2/3;
    grid-row: 1/4;
    margin-bottom: 0;
  }
}
.node--type-house.node--view-mode-full .group-text .field--name-field-photos a {
  display: flex;
}
.node--type-house.node--view-mode-full .group-text .field--name-field-photos a img {
  border-radius: 30px;
}
.node--type-house.node--view-mode-full .field--name-field-udobstva {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .node--type-house.node--view-mode-full .field--name-field-udobstva {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .node--type-house.node--view-mode-full .field--name-field-udobstva {
    margin-top: 0;
  }
}
.node--type-house.node--view-mode-full .field--name-field-udobstva .field__label {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items > .field__item {
  border-radius: 10px;
  padding: 16px;
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items .paragraph--type--title-text .field--name-field-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items .paragraph--type--title-text .field--name-field-ikonka-tekst > .field__item {
  margin-bottom: 5px;
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items .paragraph--type--title-text .field--name-field-ikonka-tekst .paragraph--type--icon-text {
  display: flex;
  gap: 15px;
  align-items: center;
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items .paragraph--type--title-text .field--name-field-ikonka-tekst .paragraph--type--icon-text .field--name-field-icon {
  flex: 0 0 33px;
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items .paragraph--type--title-text .field--name-field-ikonka-tekst .paragraph--type--icon-text .field--name-field-icon img {
  width: 33px;
  height: 33px;
}
.node--type-house.node--view-mode-full .field--name-field-udobstva > .field__items .paragraph--type--title-text .field--name-field-tekst p {
  margin-bottom: 2px;
}
.node--type-house.node--view-mode-full .field--name-field-photas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 576px) {
  .node--type-house.node--view-mode-full .field--name-field-photas {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .node--type-house.node--view-mode-full .field--name-field-photas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.node--type-house.node--view-mode-full .field--name-field-photas > .field__item a {
  position: relative;
  display: flex;
}
.node--type-house.node--view-mode-full .field--name-field-photas > .field__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.node--type-house.node--view-mode-full .field--name-field-photas > .field__item a:hover::after {
  opacity: 1;
}
.node--type-house.node--view-mode-full .field--name-field-photas > .field__item a img {
  width: 100%;
  border-radius: 10px;
}
.node--type-house.node--view-mode-full .field--name-field-video {
  margin-top: 15px;
}
.node--type-house.node--view-mode-full .field--name-field-video .field--name-field-media-video-file > .field__item {
  display: flex;
  justify-content: center;
}
.node--type-house.node--view-mode-full .field--name-field-video .field--name-field-media-video-file > .field__item video {
  margin: 0 auto;
}
#offcanvasNav {
  background: white;
}
#offcanvasNav .offcanvas-header .logo a img {
  max-width: 160px;
}
#offcanvasNav .offcanvas-body .region-search {
  margin-bottom: 15px;
}
#offcanvasNav .offcanvas-body .region-search form {
  display: flex;
  align-items: center;
  gap: 8px;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions button {
  border-radius: 6px;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul li {
  margin-bottom: 15px;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul li a {
  padding: 0;
  color: #684b3d;
}
#offcanvasNav .offcanvas-body .contacts {
  grid-column: 1/2;
}
@media (min-width: 768px) {
  #offcanvasNav .offcanvas-body .contacts {
    grid-column: auto;
  }
}
#offcanvasNav .offcanvas-body .contacts .col-contacts {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 10px;
}
#offcanvasNav .offcanvas-body .contacts .col-contacts .phones {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#offcanvasNav .offcanvas-body .contacts .col-contacts .phones a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#offcanvasNav .offcanvas-body .contacts .col-contacts .phones a:hover {
  text-decoration: underline;
}
#offcanvasNav .offcanvas-body .contacts .mail {
  display: flex;
  align-items: center;
  gap: 12px;
}
#offcanvasNav .offcanvas-body .contacts .mail p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#offcanvasNav .offcanvas-body .contacts .mail p label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.86667;
  color: #684b3d;
}
#offcanvasNav .offcanvas-body .contacts .mail p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  color: #684b3d;
  text-decoration: none;
}
#offcanvasNav .offcanvas-body .contacts .mail p a:hover {
  text-decoration: underline;
}
#offcanvasNav .offcanvas-body .social {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
#offcanvasNav .offcanvas-body .social a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
#offcanvasNav .offcanvas-body .social a:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
#offcanvasNav .offcanvas-body .social a svg {
  width: 100%;
  height: 100%;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty {
  margin-bottom: 50px;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a {
  text-decoration: none;
  color: #684b3d;
  font-size: 20px;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a:hover {
  text-decoration: underline;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .social {
  display: none;
}
@media (min-width: 1200px) {
  body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .social {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .social a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .social a:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .social a svg {
  width: 100%;
  height: 100%;
}
body.body-node--830 .node--type-page.node--view-mode-full .field--name-body img {
  max-width: 100%;
  float: none;
  margin: 0;
}
@media (min-width: 768px) {
  body.body-node--830 .node--type-page.node--view-mode-full .field--name-body img {
    float: right;
    max-width: 350px;
    padding: 0 0 20px 20px;
  }
}
body.body-node--830 .node--type-page.node--view-mode-full .field--name-body p {
  color: #684b3d;
  font-size: 16px;
}
@media (min-width: 768px) {
  body.body-node--830 .node--type-page.node--view-mode-full .field--name-body p {
    font-size: 18px;
  }
}
body.body-node--830 .node--type-page.node--view-mode-full .field--name-body ul {
  padding-inline-start: 15px;
}
body.body-node--830 .node--type-page.node--view-mode-full .field--name-body ul li {
  color: #684b3d;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.body-node--830 .node--type-page.node--view-mode-full .field--name-body ul li {
    font-size: 18px;
  }
}
.modal-content .modal-body form strong.error,
.modal-content .modal-body form .form-item--error-message,
.modal-content .modal-body form .alert-error {
  display: none !important;
}
.modal-content .modal-body form input.error,
.modal-content .modal-body form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.modal-content .modal-body form .form-item-name,
.modal-content .modal-body form .form-item-phone {
  margin-bottom: 10px;
}
.modal-content .modal-body form .form-item-name input,
.modal-content .modal-body form .form-item-phone input {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.01em;
  color: #416b74;
  padding: 11px 20px;
  margin: 0;
  border-radius: 40px;
  box-shadow: inset 0 4px 4px -1px rgba(12, 12, 13, 0.05);
  background: #fff;
}
.modal-content .modal-body form .form-item-name input.error,
.modal-content .modal-body form .form-item-phone input.error {
  box-shadow: 0px 0px 7px 0px red;
}
.modal-content .modal-body form .form-item-message {
  margin-bottom: 10px;
}
.modal-content .modal-body form .form-item-message textarea {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.01em;
  color: #416b74;
  padding: 11px 20px;
  margin: 0;
  border-radius: 40px;
  box-shadow: inset 0 4px 4px -1px rgba(12, 12, 13, 0.05);
  background: #fff;
}
.modal-content .modal-body form .form-item-message textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.modal-content .modal-body form .form-item-privacy {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (min-width: 576px) {
  .modal-content .modal-body form .form-item-privacy {
    gap: 10px;
  }
}
.modal-content .modal-body form .form-item-privacy .checkbox {
  position: relative;
}
.modal-content .modal-body form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.modal-content .modal-body form .form-item-privacy input {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  opacity: 0;
  cursor: pointer;
}
.modal-content .modal-body form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.modal-content .modal-body form .form-item-privacy input + .description {
  position: relative;
}
.modal-content .modal-body form .form-item-privacy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 18px;
  height: 18px;
  box-shadow: 0px 1px 0px 0px red;
}
.modal-content .modal-body form .form-item-privacy .description {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857;
  color: #416b74;
  margin-left: 0;
}
.modal-content .modal-body form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.modal-content .modal-body form .form-actions {
  text-align: center;
}
.modal-content .modal-body form .form-actions button {
  display: inline-block;
  background: #684b3d;
  border-color: #684b3d;
  border-radius: 30px;
}
.modal-content .modal-body form .form-actions button:hover {
  background: #442b1f;
  border-color: #442b1f;
}
.modal-content .modal-body form .form-actions button:active {
  background-color: #315111;
}
.modal-content .modal-footer button {
  width: 100%;
}
/*&:focus-visible {
              background-color: green;
              border-color: green;
            }
            &.active {
              background-color: green;
              border-color: green;
            }*/
.ajax-progress.ajax-progress-throbber {
  display: none !important;
}
#block-fotogalereya .block-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  #block-fotogalereya .block-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #block-fotogalereya .block-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.view-fotogalereya.view-display-id-block_1 .view-content,
.view-fotogalereya.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 576px) {
  .view-fotogalereya.view-display-id-block_1 .view-content,
  .view-fotogalereya.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .view-fotogalereya.view-display-id-block_1 .view-content,
  .view-fotogalereya.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .view-fotogalereya.view-display-id-block_1 .view-content,
  .view-fotogalereya.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link {
  display: flex;
}
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link > .media,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link > .media {
  width: 100%;
}
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link img,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link::after,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link:hover::after,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser a.b-link:hover::after {
  opacity: 1;
}
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  display: none;
}
.gallery {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/gallery-bg.png");
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .gallery {
    padding: 60px 0;
  }
}
.view-gallery-page.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 576px) {
  .view-gallery-page.view-display-id-block_1 .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .view-gallery-page.view-display-id-block_1 .view-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .view-gallery-page.view-display-id-block_1 .view-content {
    gap: 30px;
  }
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row a {
  position: relative;
  display: flex;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row a:hover::after {
  opacity: 1;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.view-gallery-page.view-display-id-block_1 .view-footer {
  margin-top: 15px;
}
.dosug {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/activities-bg.png");
  background-repeat: repeat-x;
  padding-bottom: 60px;
}
#block-dosug .block-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #684b3d;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  #block-dosug .block-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #block-dosug .block-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.view-dosug.view-display-id-block_1 .view-header,
.view-dosug.view-display-id-page_1 .view-header {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  text-align: center;
  color: #416b74;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .view-dosug.view-display-id-block_1 .view-header,
  .view-dosug.view-display-id-page_1 .view-header {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .view-dosug.view-display-id-block_1 .view-header,
  .view-dosug.view-display-id-page_1 .view-header {
    font-size: 18px;
  }
}
.view-dosug.view-display-id-block_1 .view-content,
.view-dosug.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .view-dosug.view-display-id-block_1 .view-content,
  .view-dosug.view-display-id-page_1 .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .view-dosug.view-display-id-block_1 .view-content,
  .view-dosug.view-display-id-page_1 .view-content {
    gap: 30px;
  }
}
.view-dosug.view-display-id-block_1 .view-content .views-row,
.view-dosug.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .view-dosug.view-display-id-block_1 .view-content .views-row,
  .view-dosug.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .view-dosug.view-display-id-block_1 .view-content .views-row,
  .view-dosug.view-display-id-page_1 .view-content .views-row {
    padding: 0;
  }
}
.view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser,
.view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser {
  position: relative;
}
.view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser .field--name-field-fon img,
.view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser .field--name-field-fon img {
  border-radius: 30px;
  width: 100%;
}
.view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text,
.view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text {
  position: absolute;
  left: 16px;
  bottom: 18px;
  right: 16px;
}
@media (min-width: 992px) {
  .view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text,
  .view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text {
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}
.view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-title h2,
.view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-title h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.63636;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-title h2,
  .view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-title h2 {
    font-size: 22px;
  }
}
.view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-link a,
.view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-link a {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  text-align: center;
  color: #684b3d;
  padding: 12px 16px 12px 16px;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f0f7f8;
  text-decoration: none;
}
.view-dosug.view-display-id-block_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-link a:hover,
.view-dosug.view-display-id-page_1 .view-content .node--type-dosug.node--view-mode-teaser .dosug-text .field--name-node-link a:hover {
  color: #f0f7f8;
  background: #684b3d;
}
body.node-type-dosug .node--type-dosug.node--view-mode-full .field--name-body img {
  max-width: 100%;
  float: none;
  margin: 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  body.node-type-dosug .node--type-dosug.node--view-mode-full .field--name-body img {
    float: right;
    max-width: 350px;
    margin: 0 0 20px 20px;
  }
}
body.node-type-dosug .node--type-dosug.node--view-mode-full .field--name-body p {
  color: #684b3d;
  font-size: 16px;
}
@media (min-width: 768px) {
  body.node-type-dosug .node--type-dosug.node--view-mode-full .field--name-body p {
    font-size: 20px;
  }
}
body.node-type-dosug .node--type-dosug.node--view-mode-full .field--name-body ul {
  padding-inline-start: 15px;
}
body.node-type-dosug .node--type-dosug.node--view-mode-full .field--name-body ul li {
  color: #684b3d;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.node-type-dosug .node--type-dosug.node--view-mode-full .field--name-body ul li {
    font-size: 18px;
  }
}
body.body-node--832.not-front #block-vesta-theme-page-title h1 {
  font-size: 26px;
}
.view-review-foto.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .view-review-foto.view-display-id-page_1 .view-content {
    row-gap: 30px;
  }
}
.view-review-foto.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .view-review-foto.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .view-review-foto.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
nav.pager {
  margin-top: 50px;
}
nav.pager ul.pagination {
  justify-content: center;
}
nav.pager ul.pagination li a {
  color: black;
  border: none;
}
nav.pager ul.pagination li a:hover {
  background-color: #684b3d;
  color: white;
}
nav.pager ul.pagination li.page-item.is-active.active a {
  background-color: #684b3d;
  color: white;
}
