@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.h1 {
  font-size: 55px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .h1 {
    font-size: 30px;
  }
}
.h2 {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .h2 {
    font-size: 25px;
  }
}
.s1 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .s1 {
    font-size: 20px;
  }
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 993px) {
  .fs-18 {
    font-size: 16px;
  }
}
.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .fs-20 {
    font-size: 17px;
  }
}
.fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 993px) {
  .fs-22 {
    font-size: 18px;
  }
}
.fs-24 {
  font-size: 25px;
}
.fs-25 {
  font-size: 25px;
}
@media screen and (max-width: 993px) {
  .fs-25 {
    font-size: 19px;
  }
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 900;
}
.animated_icon {
  transition: 0.5s transform ease;
}
.animated_icon:hover {
  transform: scale(1.1);
}
.little-text {
  font-size: 12px;
  text-transform: uppercase;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto;
}
.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;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
.block-title {
  font-family: "Cormorant SC", serif;
}
#page {
  overflow: hidden;
  background: #f1efe6;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.social-media img {
  transition: 0.5s transform ease;
}
.social-media img:hover {
  transform: scale(1.1);
}
ul.nav li a.dropdown-toggle::after {
  border: none !important;
}
.search-api-page-block-form-search .search-form__submit {
  color: white;
  background: #4a5028;
  border: 1px solid #4a5028;
}
.search-api-page-block-form-search .search-form__submit:hover {
  color: #4a5028;
  background: #f1efe6;
}
#header .header-top {
  border-bottom: 1px solid white;
}
#header .header-top .header-top__box {
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#header .header-top .header-top__box a,
#header .header-top .header-top__box p {
  color: #f1efe6;
  font-size: 14px;
}
#header .header-top .header-top__box a {
  text-decoration: none;
}
#header .header-top .header-top__box a:hover {
  text-decoration: underline;
}
#header .header-top .header-top__box .contact-box {
  color: #f1efe6;
}
@media screen and (max-width: 1200px) {
  #header .header-top .header-top__box .contact-box {
    max-width: 300px;
  }
}
#header .header-bottom {
  padding: 12px 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#header .header-bottom .header-bottom__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  #header .header-bottom .header-bottom__box {
    gap: 10px;
  }
}
#header .header-bottom .header-bottom__box--left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  #header .header-bottom .header-bottom__box--left {
    gap: 10px;
  }
}
#header .header-bottom .header-bottom__box--left .logo img {
  max-width: 45px;
}
#header .header-bottom .header-bottom__box--left ul.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
#header .header-bottom .header-bottom__box--left ul.nav li a {
  padding: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #f1efe6;
}
#header .header-bottom .header-bottom__box--left ul.nav li a:hover {
  text-decoration: underline;
}
#header .header-bottom .header-bottom__box--left ul.nav li a.dropdown-toggle::after {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-down.svg");
  margin-left: 2px;
  background-size: 10px 5px;
  width: 10px;
  height: 5px;
  display: block;
}
#header .header-bottom .header-bottom__box--left ul.nav li a.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-bottom .header-bottom__box--right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#header .header-bottom .header-bottom__box--right .region-search {
  width: 24px;
  height: 24px;
  position: relative;
}
#header .header-bottom .header-bottom__box--right .region-search .search-api-page-block-form-search,
#header .header-bottom .header-bottom__box--right .region-search #block-vesta-theme-knopkapoiska {
  display: none;
}
#header .header-bottom .header-bottom__box--right .region-search #block-vesta-theme-knopkapoiska img {
  transition: 0.5s transform ease;
}
#header .header-bottom .header-bottom__box--right .region-search #block-vesta-theme-knopkapoiska img:hover {
  transform: scale(1.1);
}
#header .header-bottom .header-bottom__box--right .region-search .search-api-page-block-form-search {
  position: absolute;
  width: 300px;
  top: -7px;
  left: -220px;
}
#header .header-bottom .header-bottom__box--right .region-search .search-active {
  display: flex !important;
}
#header .header-bottom .header-bottom__box--right .region-callback a {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 165px;
  height: 46px;
}
#header .header-bottom .header-bottom__box--right .region-callback a:hover {
  background: #c7cfd9;
}
.front #header {
  position: absolute;
  width: 100vw;
  z-index: 2;
  backdrop-filter: blur(5px);
}
#block-vesta-theme-glavnyybanner {
  position: relative;
}
#block-vesta-theme-glavnyybanner .field--name-field-fonovoe-izobrazhenie img {
  width: 100vw;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnyybanner .field--name-field-fonovoe-izobrazhenie img {
    height: 400px;
  }
}
#block-vesta-theme-glavnyybanner .banner-box {
  color: #f1efe6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block-vesta-theme-glavnyybanner .banner-box .field--name-field-logo-v-bannere {
  margin-bottom: 10px;
}
#block-vesta-theme-glavnyybanner .banner-box .field--name-field-logo-v-bannere img {
  max-width: 421px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnyybanner .banner-box .field--name-field-logo-v-bannere {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #block-vesta-theme-glavnyybanner .banner-box .field--name-field-logo-v-bannere img {
    max-width: 50%;
  }
}
#block-vesta-theme-glavnyybanner .banner-box .field--name-field-kastomnyy-zagolovok {
  margin-bottom: 6px;
}
#block-vesta-theme-glavnyybanner .banner-box .field--name-field-kastomnyy-zagolovok h1 {
  font-size: 25px;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnyybanner .banner-box .field--name-field-kastomnyy-zagolovok h1 {
    text-align: center;
  }
}
#block-vesta-theme-glavnyybanner .banner-box .field--name-body {
  margin-bottom: 32px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnyybanner .banner-box .field--name-body {
    margin-bottom: 15px;
  }
}
#block-vesta-theme-glavnyybanner .banner-box .field--name-body p,
#block-vesta-theme-glavnyybanner .banner-box .field--name-body span {
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnyybanner .banner-box .field--name-body p,
  #block-vesta-theme-glavnyybanner .banner-box .field--name-body span {
    text-align: center;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnyybanner .banner-box {
    margin-top: 0px;
  }
}
#block-vesta-theme-menyusizobrazheniyami {
  margin-top: 96px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-menyusizobrazheniyami {
    margin-top: 40px;
  }
}
#block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni > .field__item {
  display: flex;
  justify-content: center;
}
#block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
#block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem a:hover {
  text-decoration: underline;
}
#block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
#block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem .menu-link-text {
  font-size: 16px;
  color: #3c3b33;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  #block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem {
    width: 80px;
  }
  #block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem img {
    width: 80px;
    height: 80px;
  }
  #block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem .field--name-field-ssylka-menyu {
    min-height: 40px;
    text-align: center;
  }
  #block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni .paragraph--type--ssylka-menyu-s-izobrazheniem .field--name-field-ssylka-menyu a {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-menyusizobrazheniyami .field--name-field-ssylki-menyu-s-izobrazheni {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
#block-vesta-theme-onasglavnayastranica {
  margin-top: 96px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-onasglavnayastranica {
    margin-top: 40px;
  }
}
#block-vesta-theme-onasglavnayastranica .ok-box {
  color: #3c3b33;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#block-vesta-theme-onasglavnayastranica .ok-box .ok-box__left .field--name-field-malenkiy-tekst-blok-o-nas {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
#block-vesta-theme-onasglavnayastranica .ok-box .ok-box__left .field--name-field-malenkiy-tekst-blok-o-nas:before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Artboard 1 copy 2 1.svg");
  width: 16px;
  height: 16px;
  display: block;
  min-width: 16px;
  min-height: 16px;
}
#block-vesta-theme-onasglavnayastranica .ok-box .ok-box__left .field--name-field-bolshoy-tekst-o-nas {
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: bold;
  color: #4a5028;
  text-transform: uppercase;
  font-family: "Cormorant SC", serif;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-onasglavnayastranica .ok-box .ok-box__left .field--name-field-bolshoy-tekst-o-nas {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-onasglavnayastranica .ok-box .ok-box__left .field--name-field-bolshoy-tekst-o-nas {
    font-size: 25px;
  }
}
#block-vesta-theme-onasglavnayastranica .ok-box .ok-box__left .field--name-body p,
#block-vesta-theme-onasglavnayastranica .ok-box .ok-box__left .field--name-body span {
  max-width: 470px;
  font-size: 16px;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas {
    gap: 10px;
  }
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas {
  width: 270px;
  height: 343px;
  position: relative;
  border-radius: 25px;
  color: white;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-nazvanie-ssylki {
  font-size: 20px;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-nazvanie-ssylki {
    font-size: 17px;
  }
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-izobrazhenie-ssylki2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-izobrazhenie-ssylki2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  top: 0;
  left: 0;
  background-image: url("/sites/all/themes/vesta_theme/image/Subtract.svg");
  background-size: contain;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-izobrazhenie-ssylki2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas {
  bottom: 24px;
  left: 24px;
  z-index: 2;
  position: absolute;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas a {
  color: #f1efe6;
  background: rgba(241, 239, 230, 0.2);
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0px 9px;
  height: 46px;
  gap: 8px;
  width: 116px;
  text-decoration: none;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas a:hover {
  background: #f1efe6;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas a::after {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Vector (Stroke) (1).png");
  width: 17px;
  height: 8px;
  display: block;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas a:hover {
  color: #4a5028;
}
#block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas a:hover::after {
  background-image: url("/sites/all/themes/vesta_theme/image/Vector (Stroke).png");
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas {
    width: 150px;
    height: 190px;
  }
  #block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-nazvanie-ssylki {
    font-size: 14px;
    top: 10px;
    left: 10px;
  }
  #block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas {
    bottom: 10px;
    left: 10px;
  }
  #block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas .paragraph--type--ssylki-v-bloke-o-nas .field--name-field-ssylka-v-bloke-o-nas a {
    padding: 9px 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-onasglavnayastranica .ok-box {
    flex-direction: column;
    justify-content: center;
  }
  #block-vesta-theme-onasglavnayastranica .ok-box .field--name-field-ssylki-bloka-o-nas {
    justify-content: center;
  }
}
.block-views-blockprozhivanie-block-1 {
  margin-top: 96px;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 {
    margin-top: 40px;
  }
}
.block-views-blockprozhivanie-block-1 .node--type-prozhivanie h2 {
  display: none;
}
.block-views-blockprozhivanie-block-1 .progh-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box {
    gap: 10px;
  }
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left {
  max-width: 770px;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info {
    gap: 10px;
  }
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .field--name-field-malenkoe-izobrazheniya-pro img {
  border-radius: 25px;
  height: 100%;
  width: 270px;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text {
  max-width: 470px;
  color: #3c3b33;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-maleniy-tekst-prozhivanie {
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-maleniy-tekst-prozhivanie:before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Artboard 1 copy 2 1.svg");
  width: 16px;
  height: 16px;
  display: block;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-zagolovok-prozhivanie-glav {
  margin-bottom: 32px;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-zagolovok-prozhivanie-glav {
    margin-bottom: 15px;
  }
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-zagolovok-prozhivanie-glav p,
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-zagolovok-prozhivanie-glav span {
  text-transform: uppercase;
  font-family: "Cormorant SC", serif;
  color: #4a5028;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-zagolovok-prozhivanie-glav p,
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-zagolovok-prozhivanie-glav span {
    font-size: 25px;
  }
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-tekst-prozhivanie-glavnaya {
  margin-bottom: 24px;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-tekst-prozhivanie-glavnaya {
    margin-bottom: 12px;
  }
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-tekst-prozhivanie-glavnaya p,
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-tekst-prozhivanie-glavnaya span {
  font-size: 16px;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .field--name-field-tekst-prozhivanie-glavnaya strong {
  white-space: nowrap;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box {
    gap: 5px;
  }
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box a {
  color: #f1efe6;
  background: #4a5028;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0px 16px;
  height: 46px;
  text-decoration: none;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box a:hover {
  background: #3c3b33;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box .field--name-field-podrobnee a {
  color: #4a5028;
  border: 1px solid #4a5028;
  background: #f1efe6;
  gap: 8px;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box .field--name-field-podrobnee a::after {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Vector (Stroke).png");
  width: 17px;
  height: 8px;
  display: block;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box .field--name-field-podrobnee a:hover {
  color: #f1efe6;
  background: #3c3b33;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .progh-box__left--info .progh-box__left--info--text .progh-btn-box .field--name-field-podrobnee a:hover::after {
  background-image: url("/sites/all/themes/vesta_theme/image/Vector (Stroke) (1).png");
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .field--name-field-priemushchestva {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .field--name-field-priemushchestva {
    margin-top: 20px;
  }
}
@media screen and (max-width: 993px) {
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .field--name-field-priemushchestva {
    gap: 10px;
  }
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva {
  border-radius: 25px;
  box-shadow: 0px -4px 24px 0px rgba(34, 60, 80, 0.15);
  padding: 16px;
  width: 238px;
  height: 150px;
  display: flex;
  flex-direction: column;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva .field--name-field-tekst-priemushchestva-proz {
  margin-top: auto;
  color: #3c3b33;
  font-size: 16px;
  text-transform: uppercase;
  height: 57px;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva .field--name-field-ikonka-priemushchestva-pro {
  background: #4a5028;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.block-views-blockprozhivanie-block-1 .progh-box .progh-box__left .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva .field--name-field-ikonka-priemushchestva-pro img {
  width: 24px;
  height: 24px;
}
.block-views-blockprozhivanie-block-1 .progh-box .field--name-field-bolshoe-izobrazhenie-prozh img {
  border-radius: 25px;
  height: 100%;
  width: 370px;
}
@media screen and (max-width: 1200px) {
  .block-views-blockprozhivanie-block-1 .progh-box {
    flex-direction: column;
    align-items: center;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-bolshoe-izobrazhenie-prozh {
    width: 100%;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-bolshoe-izobrazhenie-prozh img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-bolshoe-izobrazhenie-prozh img {
    border-radius: 15px !important;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left--info {
    flex-direction: column;
    align-items: center;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .progh-box__left--info .field--name-field-malenkoe-izobrazheniya-pro {
    display: none;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-priemushchestva {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva {
    width: 100px !important;
    height: 150px !important;
    padding: 10px !important;
    border-radius: 15px !important;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva .field--name-field-tekst-priemushchestva-proz {
    margin-top: 10px !important;
    font-size: 11px !important;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva .field--name-field-ikonka-priemushchestva-pro {
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px !important;
  }
  .block-views-blockprozhivanie-block-1 .progh-box .field--name-field-priemushchestva .paragraph--type--prozhivanie-priemushchestva .field--name-field-ikonka-priemushchestva-pro img {
    width: 10px !important;
    height: 10px !important;
  }
}
#benefits-block {
  margin-top: 96px;
  padding-top: 96px;
  padding-bottom: 96px;
  background: #eae8de;
}
@media screen and (max-width: 993px) {
  #benefits-block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 993px) {
  #benefits-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-foto {
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #benefits-block .field--name-field-idi-tuda-gde-horosho-foto {
    margin-bottom: 20px;
  }
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-foto img {
  width: 100%;
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic {
  padding: 16px 0px;
  border-top: 1px solid #c8c6be;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-nomer-priemushchestva {
  font-family: "Cormorant SC", serif;
  font-size: 100px;
  color: #c8c6be;
  width: 170px;
  height: 67px;
  line-height: 40px;
}
@media screen and (max-width: 993px) {
  #benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-nomer-priemushchestva {
    font-size: 50px;
  }
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-zagolovok-priemushchestva {
  font-size: 20px;
  text-transform: uppercase;
  color: #4a5028;
  width: 270px;
  font-weight: 600;
}
@media screen and (max-width: 993px) {
  #benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-zagolovok-priemushchestva {
    font-size: 17px;
  }
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-spisok-priemushchestva {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 370px;
  width: 370px;
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-spisok-priemushchestva .field__item {
  font-size: 16px;
  color: #3c3b33;
  display: flex;
  gap: 8px;
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-spisok-priemushchestva .field__item:before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Artboard 1 copy 2 1.svg");
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
  min-width: 12px;
  min-height: 12px;
}
@media screen and (max-width: 415px) {
  #benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-spisok-priemushchestva {
    width: 100%;
    max-width: 100%;
  }
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-izobrazhenie-priemushchest img {
  width: 270px;
  height: 174px;
  object-fit: cover;
  border-radius: 25px;
}
@media screen and (max-width: 1200px) {
  #benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  #benefits-block .field--name-field-idi-tuda-gde-horosho-priem .paragraph--type--priemushchestvo-glavnaya-stranic .field--name-field-nomer-priemushchestva {
    height: max-content !important;
  }
}
#benefits-block .field--name-field-idi-tuda-gde-horosho-priem > .field__item:last-child .paragraph--type--priemushchestvo-glavnaya-stranic {
  border-bottom: 1px solid #c8c6be;
}
#territory-block {
  background-image: url("/sites/all/themes/vesta_theme/image/DSC_6264.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 993px) {
  #territory-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.view-territoriya .view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .view-territoriya .view-header {
    margin-bottom: 20px;
  }
}
.view-territoriya .view-header .little-text {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
}
.view-territoriya .view-header .little-text:before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Artboard 1 copy 2 1.png");
  width: 16px;
  height: 16px;
  display: block;
  min-width: 16px;
  min-height: 16px;
}
.view-territoriya .view-header .block-title {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  max-width: 702px;
}
@media screen and (max-width: 993px) {
  .view-territoriya .view-header .block-title {
    font-size: 25px;
  }
}
.view-territoriya .view-header a {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 144px;
  min-width: 144px;
  height: 46px;
  gap: 8px;
  text-decoration: none;
  align-self: flex-end;
}
.view-territoriya .view-header a:hover {
  background: #c7cfd9;
}
.view-territoriya .view-header a::after {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Vector (Stroke).png");
  width: 17px;
  height: 8px;
  display: block;
}
.view-territoriya .view-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 993px) {
  .view-territoriya .view-content {
    gap: 10px;
  }
}
.view-territoriya .view-content .views-row {
  width: 270px;
}
.view-territoriya .view-content .views-row .node--type-territoriya {
  padding: 12px;
  width: 100%;
  background: rgba(241, 239, 230, 0.2);
  color: white;
  border-radius: 25px;
  backdrop-filter: blur(2px);
}
.view-territoriya .view-content .views-row .node--type-territoriya h2 {
  display: none;
}
.view-territoriya .view-content .views-row .node--type-territoriya .field--name-field-territoriya-izobrazhenie img {
  width: 100%;
  height: 162px;
  border-radius: 25px;
  object-fit: cover;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content {
  height: 100%;
  height: 340px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-zagolovok-dl-tizera {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 993px) {
  .view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-zagolovok-dl-tizera {
    font-size: 17px;
  }
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-opisanie-territoriya-tizer {
  font-size: 14px;
  text-align: center;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .node__links {
  margin-top: auto;
  height: 50px;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .node__links ul {
  padding: 0px;
  list-style-type: none;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .node__links ul li {
  text-align: center;
  display: flex;
  justify-content: center;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .node__links ul li a {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 46px;
  width: 118px;
  text-decoration: none;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .node__links ul li a:hover {
  background: #c7cfd9;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-ssylka-na-bannyy-kompleks,
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-vyslpyvayushchee-uvedomlen {
  margin-top: auto;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-ssylka-na-bannyy-kompleks a,
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-vyslpyvayushchee-uvedomlen a {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 46px;
  width: 118px;
  text-decoration: none;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-ssylka-na-bannyy-kompleks a:hover,
.view-territoriya .view-content .views-row .node--type-territoriya .node__content .field--name-field-vyslpyvayushchee-uvedomlen a:hover {
  background: #c7cfd9;
}
.view-territoriya .view-content .views-row .node--type-territoriya .node__content:has(.field--name-field-ssylka-na-bannyy-kompleks) .node__links {
  display: none;
}
@media screen and (max-width: 993px) {
  .view-territoriya .view-header {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .view-territoriya .view-content {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .view-territoriya .views-row {
    width: 150px !important;
  }
  .view-territoriya .views-row .node--type-territoriya {
    padding: 6px !important;
    border-radius: 15px !important;
  }
  .view-territoriya .views-row .node--type-territoriya .field--name-field-territoriya-izobrazhenie img {
    height: 83px !important;
    border-radius: 15px !important;
  }
  .view-territoriya .views-row .node--type-territoriya .field--name-field-zagolovok-dl-tizera {
    font-size: 16px !important;
    min-height: 40px;
  }
  .view-territoriya .views-row .node--type-territoriya .field--name-field-opisanie-territoriya-tizer {
    font-size: 14px !important;
  }
  .view-territoriya .views-row .node--type-territoriya .node__links ul li a {
    padding: 8px 10px !important;
    font-size: 14px !important;
  }
  .view-territoriya .views-row .node--type-territoriya .node__content {
    height: 285px !important;
  }
}
#map-block {
  margin-top: 96px;
}
@media screen and (max-width: 993px) {
  #map-block {
    margin-top: 40px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts {
  max-width: 470px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .block-title {
  font-size: 42px;
  font-weight: bold;
  color: #4a5028;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .block-title {
    font-size: 25px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts p,
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts a {
  font-size: 16px;
  text-decoration: none;
  color: #3c3b33;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts a:hover {
  text-decoration: underline;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts p {
  margin-bottom: 0px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .place_info {
  padding: 24px;
  border-radius: 25px;
  box-shadow: 0px -4px 24px 0px rgba(34, 60, 80, 0.15);
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .place_info {
    padding: 10px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .place_info .place-title {
  color: #4a5028;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .field-city {
  display: flex;
  gap: 8px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .field-city:before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Map Pin Fill.png");
  width: 18px;
  height: 18px;
  display: block;
  min-width: 18px;
  min-height: 18px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .field-tel {
  display: flex;
  gap: 8px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .field-tel:before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Phone Fill.png");
  width: 18px;
  height: 18px;
  display: block;
  min-width: 18px;
  min-height: 18px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .field-mail {
  display: flex;
  gap: 8px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .field-mail:before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/Mail.png");
  width: 18px;
  height: 18px;
  display: block;
  min-width: 18px;
  min-height: 18px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .social-media {
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts .social-media {
    margin-bottom: 0px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .map-contacts img {
  width: 24px;
  height: 24px;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
  max-width: 570px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer iframe {
  border: none;
  display: block;
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .field--name-body {
    flex-direction: column;
    align-items: center;
  }
  #map-block #block-vesta-theme-yandekskarta-2 .field--name-body .place_info {
    border-radius: 15px !important;
  }
}
#fos-block {
  margin-top: 96px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #4a5028;
}
@media screen and (max-width: 993px) {
  #fos-block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 993px) {
  #fos-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
form.webform-submission-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  color: white;
}
form.webform-submission-form .form-type-processed-text .block-title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 993px) {
  form.webform-submission-form .form-type-processed-text .block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 993px) {
  form.webform-submission-form .form-type-processed-text .block-title {
    margin-bottom: 5px;
  }
}
form.webform-submission-form .form-type-processed-text p {
  font-size: 16px;
}
form.webform-submission-form > .form-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 570px;
  gap: 15px;
}
@media screen and (max-width: 993px) {
  form.webform-submission-form > .form-wrapper {
    gap: 10px;
  }
}
form.webform-submission-form > .form-wrapper .form-item-name,
form.webform-submission-form > .form-wrapper .form-item-telefon,
form.webform-submission-form > .form-wrapper .form-item-email {
  flex: 1;
}
form.webform-submission-form > .form-wrapper .form-item-name input,
form.webform-submission-form > .form-wrapper .form-item-telefon input,
form.webform-submission-form > .form-wrapper .form-item-email input {
  width: 100%;
  background: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid white;
  color: #c8c6be;
  padding-left: 8px;
  height: 40px;
}
form.webform-submission-form > .form-wrapper .form-item-name input::placeholder,
form.webform-submission-form > .form-wrapper .form-item-telefon input::placeholder,
form.webform-submission-form > .form-wrapper .form-item-email input::placeholder {
  color: #c8c6be;
}
form.webform-submission-form > .form-wrapper .form-item-name input:focus,
form.webform-submission-form > .form-wrapper .form-item-telefon input:focus,
form.webform-submission-form > .form-wrapper .form-item-email input:focus {
  box-shadow: none;
  outline: none;
}
form.webform-submission-form > .form-wrapper .form-wrapper:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 993px) {
  form.webform-submission-form > .form-wrapper .form-wrapper:nth-child(2) {
    gap: 10px;
  }
}
form.webform-submission-form > .form-wrapper .form-type-textarea {
  margin-bottom: 12px;
}
@media screen and (max-width: 993px) {
  form.webform-submission-form > .form-wrapper .form-type-textarea {
    margin-bottom: 0px;
  }
}
form.webform-submission-form > .form-wrapper .form-type-textarea textarea {
  width: 100%;
  background: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid white;
  color: #c8c6be;
  padding-left: 8px;
  height: 40px;
}
form.webform-submission-form > .form-wrapper .form-type-textarea textarea::placeholder {
  color: #c8c6be;
}
form.webform-submission-form > .form-wrapper .form-type-textarea textarea:focus {
  box-shadow: none;
  outline: none;
}
form.webform-submission-form > .form-wrapper .form-type-checkbox {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 993px) {
  form.webform-submission-form > .form-wrapper .form-type-checkbox {
    margin-bottom: 0px;
  }
}
form.webform-submission-form > .form-wrapper .form-type-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #4a5028;
}
form.webform-submission-form > .form-wrapper .form-type-checkbox .webform-element-description {
  font-size: 14px;
  color: white;
}
form.webform-submission-form > .form-wrapper .form-type-checkbox .webform-element-description a {
  font-size: 14px;
  color: white;
}
form.webform-submission-form > .form-wrapper .form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
form.webform-submission-form > .form-wrapper .form-actions button {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 35px;
  width: 112px;
  height: 46px;
}
form.webform-submission-form > .form-wrapper .form-actions button:hover {
  background: #c7cfd9;
}
@media screen and (max-width: 993px) {
  form.webform-submission-form {
    flex-direction: column;
    align-items: center;
  }
}
#footer {
  background: #4a5028;
  border-top: 1px solid #c7cfd9;
}
#footer .footer-main-box {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#footer .footer-main-box .col-logo img {
  max-width: 170px;
}
#footer .footer-main-box .col-logo .region-callback {
  margin-top: 40px;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-logo .region-callback {
    margin-top: 15px;
  }
}
#footer .footer-main-box .col-logo .region-callback a {
  color: #f1efe6;
  background: #4a5028;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border: 1px solid #f1efe6;
  border-radius: 35px;
  width: 170px;
  height: 46px;
}
#footer .footer-main-box .col-logo .region-callback a:hover {
  background: #c7cfd9;
}
#footer .footer-main-box .col-logo .region-callback a:hover {
  border: 1px solid #c7cfd9;
  color: #3c3b33;
}
#footer .footer-main-box .col-logo .region-footer-bron {
  margin-top: 15px;
}
#footer .footer-main-box .col-logo .region-footer-bron a {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border: 1px solid #f1efe6;
  border-radius: 35px;
  width: 170px;
  height: 46px;
}
#footer .footer-main-box .col-logo .region-footer-bron a:hover {
  background: #c7cfd9;
}
#footer .footer-main-box .col-logo .region-footer-bron a:hover {
  border: 1px solid #c7cfd9;
  color: #3c3b33;
}
#footer .footer-main-box .col-footer {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-footer {
    gap: 15px;
  }
}
#footer .footer-main-box .col-footer ul.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#footer .footer-main-box .col-footer ul.nav li a {
  padding: 0px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
#footer .footer-main-box .col-footer ul.nav li a:hover {
  text-decoration: underline;
}
#footer .footer-main-box .col-footer .view-territoriya .view-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
#footer .footer-main-box .col-footer .view-territoriya .view-content .views-row {
  width: auto;
}
#footer .footer-main-box .col-footer .view-territoriya .view-content .views-row a {
  padding: 0px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
#footer .footer-main-box .col-footer .view-territoriya .view-content .views-row a:hover {
  text-decoration: underline;
}
#footer .footer-main-box .footer-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
  max-width: 270px;
}
#footer .footer-main-box .footer-box .contact-box {
  align-items: flex-start;
  justify-content: flex-start;
}
#footer .footer-main-box .footer-box .contact-box a {
  text-decoration: none;
}
#footer .footer-main-box .footer-box .contact-box a:hover {
  text-decoration: underline;
}
#footer .footer-main-box .footer-box .social-media {
  justify-content: flex-start;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box {
    flex-wrap: wrap;
  }
  #footer .footer-main-box .col-footer {
    flex-wrap: wrap;
  }
  #footer .footer-main-box .col-footer ul.nav li a {
    gap: 20px;
  }
  #footer .footer-main-box .region-footer-territory {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-main-box {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-main-box ul.nav li {
    text-align: center;
  }
}
#footer .row-copiryght {
  padding: 18px 0px;
  border-top: 1px solid #c7cfd9;
}
#footer .row-copiryght .container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 993px) {
  #footer .row-copiryght .container {
    gap: 10px;
  }
}
#footer .row-copiryght .container .copyright,
#footer .row-copiryght .container a {
  color: white;
  font-size: 16px;
}
#footer .row-copiryght .container a {
  text-decoration: none;
}
#footer .row-copiryght .container a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 993px) {
  #footer .row-copiryght .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .row-copiryght .container a {
    text-align: center;
  }
  #footer .row-copiryght .container .col-webvesta {
    text-align: center !important;
  }
}
.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  color: #3c3b33;
}
.modal-content form .form-type-processed-text .block-title {
  display: none;
}
.modal-content form .form-type-processed-text p {
  font-size: 16px;
}
.modal-content form > .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-content form > .form-wrapper .form-item-name,
.modal-content form > .form-wrapper .form-item-telefon,
.modal-content form > .form-wrapper .form-item-email {
  flex: 1;
  width: 100%;
}
.modal-content form > .form-wrapper .form-item-name input,
.modal-content form > .form-wrapper .form-item-telefon input,
.modal-content form > .form-wrapper .form-item-email input {
  width: 100%;
  background: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid #4a5028;
  color: #3c3b33;
  padding-left: 8px;
  height: 40px;
}
.modal-content form > .form-wrapper .form-item-name input::placeholder,
.modal-content form > .form-wrapper .form-item-telefon input::placeholder,
.modal-content form > .form-wrapper .form-item-email input::placeholder {
  color: #3c3b33;
}
.modal-content form > .form-wrapper .form-item-name input:focus,
.modal-content form > .form-wrapper .form-item-telefon input:focus,
.modal-content form > .form-wrapper .form-item-email input:focus {
  box-shadow: none;
  outline: none;
}
.modal-content form > .form-wrapper .form-wrapper:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-content form > .form-wrapper .form-type-textarea {
  width: 100%;
}
.modal-content form > .form-wrapper .form-type-textarea textarea {
  width: 100%;
  background: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid #4a5028;
  color: #3c3b33;
  padding-left: 8px;
  height: 40px;
}
.modal-content form > .form-wrapper .form-type-textarea textarea::placeholder {
  color: #3c3b33;
}
.modal-content form > .form-wrapper .form-type-textarea textarea:focus {
  box-shadow: none;
  outline: none;
}
.modal-content form > .form-wrapper .form-type-checkbox {
  display: flex;
  gap: 8px;
}
.modal-content form > .form-wrapper .form-type-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #4a5028;
}
.modal-content form > .form-wrapper .form-type-checkbox .webform-element-description {
  font-size: 14px;
  color: #3c3b33;
}
.modal-content form > .form-wrapper .form-type-checkbox .webform-element-description a {
  font-size: 14px;
  color: #3c3b33;
}
.modal-content .modal-footer {
  display: flex;
  justify-content: flex-end;
}
.modal-content .modal-footer button {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 35px;
  width: 112px;
  height: 46px;
}
.modal-content .modal-footer button:hover {
  background: #c7cfd9;
}
#block-vesta-theme-page-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-page-title {
    margin-top: 70px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-page-title {
    margin-bottom: 20px;
  }
}
#block-vesta-theme-page-title h1 {
  font-size: 55px;
  font-weight: bold;
  color: #4a5028;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-page-title h1 {
    font-size: 30px;
  }
}
#block-vesta-theme-page-title h1 span {
  font-size: 55px;
  font-weight: bold;
  color: #4a5028;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-page-title h1 span {
    font-size: 30px;
  }
}
.not-front #header {
  /* Белый + микро-шум */
  background: transparent;
  /* Размытие + усиление насыщенности */
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  /* Границы с разной прозрачностью (преломление) */
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  /* Многослойные тени для объема */
  box-shadow: inset 0 1px 0 #ffffff, inset 1px 0 0 rgba(255, 255, 255, 0.6), 0 4px 20px rgba(0, 0, 0, 0.07000000000000001), 0 1px 3px rgba(0, 0, 0, 0.05);
  /* Для белого текста добавляем легкую тень для читаемости */
}
.not-front #header a,
.not-front #header span,
.not-front #header p,
.not-front #header img,
.not-front #header svg {
  color: #ffffff;
  fill: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}
.not-front #map-block {
  margin-top: 45px;
}
@media screen and (max-width: 993px) {
  .not-front #map-block {
    margin-top: 30px;
  }
}
.not-front #map-block .region-map {
  padding-top: 40px;
  border-top: 1px solid #c8c6be;
}
@media screen and (max-width: 993px) {
  .not-front #map-block .region-map {
    padding-top: 30px;
  }
}
.page-view--territoriya .view-territoriya .node--type-territoriya .node__links a {
  border: 1px solid #3c3b33 !important;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa {
    gap: 30px;
  }
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks {
    gap: 20px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks {
    flex-direction: column;
  }
  #block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom {
    width: 100% !important;
  }
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .field--name-field-slayder-bannyy-kompleks {
  max-width: 600px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .field--name-field-slayder-bannyy-kompleks img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .field--name-field-slayder-bannyy-kompleks a {
  width: 100%;
  max-width: 470px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .field--name-field-slayder-bannyy-kompleks .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .field--name-field-slayder-bannyy-kompleks {
    max-width: 100%;
  }
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 600px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .field--name-field-zagolovok-bannyy-kompleks {
  font-size: 26px;
  font-weight: bold;
  font-family: "Cormorant SC", serif;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .field--name-field-zagolovok-bannyy-kompleks {
    font-size: 20px;
  }
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .field--name-field-harakteristiki-bannyy-komp {
  display: flex;
  gap: 10px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .field--name-field-harakteristiki-bannyy-komp .paragraph--type--prozhivanie-priemushchestva {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 15px;
  border-radius: 25px;
  border: 1px solid #4a5028;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .field--name-field-harakteristiki-bannyy-komp .paragraph--type--prozhivanie-priemushchestva img {
  width: 24px;
  height: 24px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .field--name-field-harakteristiki-bannyy-komp .paragraph--type--prozhivanie-priemushchestva .field--name-field-tekst-priemushchestva-proz {
  font-size: 16px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .ban-kom__btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .ban-kom__btn .field--name-field-zabronirovat-bannyy-komple a {
  color: white;
  background: #4a5028;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 165px;
  height: 46px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .ban-kom__btn .field--name-field-zabronirovat-bannyy-komple a:hover {
  background: #3c3b33;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .ban-kom__btn .field--name-field-stoimost-bannyy-kompleks {
  display: flex;
  gap: 3px;
  align-items: center;
  font-size: 16px;
}
#block-vesta-theme-bannyykompleks .field--name-field-vidy-bannogo-kompleksa .paragraph--type--bannyy-kompleks .ban-kom .ban-kom__btn .field--name-field-stoimost-bannyy-kompleks .field__item {
  font-weight: bold;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block {
    gap: 30px;
  }
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__label,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__label,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__label,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__label,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__label,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__label,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__label {
    margin-bottom: 15px;
  }
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__items,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__items,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__items,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__items,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__items {
    gap: 10px;
  }
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__items .paragraph--type--prozhivanie-priemushchestva,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__items .paragraph--type--prozhivanie-priemushchestva,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__items .paragraph--type--prozhivanie-priemushchestva {
  display: flex;
  gap: 5px;
  align-items: center;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__items .paragraph--type--prozhivanie-priemushchestva img,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__items .paragraph--type--prozhivanie-priemushchestva img,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__items .paragraph--type--prozhivanie-priemushchestva img {
  width: 30px;
  height: 30px;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .field__items .paragraph--type--prozhivanie-priemushchestva .field--name-field-tekst-priemushchestva-proz,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .field__items .paragraph--type--prozhivanie-priemushchestva .field--name-field-tekst-priemushchestva-proz,
.node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .field__items .paragraph--type--prozhivanie-priemushchestva .field--name-field-tekst-priemushchestva-proz {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata {
    width: 100%;
  }
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-osnashchenie-kupola .paragraph--type--prozhivanie-priemushchestva,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-kuhnya .paragraph--type--prozhivanie-priemushchestva,
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table .field--name-field-vannaya-komnata .paragraph--type--prozhivanie-priemushchestva {
    width: 330px;
  }
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__table {
    flex-direction: column;
    align-items: center;
  }
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__header {
    gap: 20px;
  }
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .full-prog-block__header {
    flex-direction: column;
  }
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-slayder-stranica-prozhivan {
  max-width: 600px;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-slayder-stranica-prozhivan img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-slayder-stranica-prozhivan a {
  width: 100%;
  max-width: 470px;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-slayder-stranica-prozhivan .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 993px) {
  .node--type-prozhivanie.node--view-mode-full .field--name-field-slayder-stranica-prozhivan {
    max-width: 100%;
  }
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__header--info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-ploshchad-i-kolichestvo-ch {
  display: flex;
  gap: 10px;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-ploshchad-i-kolichestvo-ch .paragraph--type--prozhivanie-priemushchestva {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 15px;
  border-radius: 25px;
  border: 1px solid #4a5028;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-ploshchad-i-kolichestvo-ch .paragraph--type--prozhivanie-priemushchestva img {
  width: 24px;
  height: 24px;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-ploshchad-i-kolichestvo-ch .paragraph--type--prozhivanie-priemushchestva .field--name-field-tekst-priemushchestva-proz {
  font-size: 16px;
}
.node--type-prozhivanie.node--view-mode-full .field--name-field-tekst-stranica-prozhivanie p,
.node--type-prozhivanie.node--view-mode-full .field--name-field-tekst-stranica-prozhivanie span {
  font-size: 16px;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__header--btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__header--btn .field--name-field-zabronirovat-prozhivanie a {
  color: white;
  background: #4a5028;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 165px;
  height: 46px;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__header--btn .field--name-field-zabronirovat-prozhivanie a:hover {
  background: #3c3b33;
}
.node--type-prozhivanie.node--view-mode-full .full-prog-block__header--btn .field--name-field-cena {
  font-size: 16px;
  font-weight: bold;
}
#header-mob {
  background: rgba(60, 59, 51, 0.01);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#header-mob .col-phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#header-mob .col-phone a {
  font-size: 14px;
  text-decoration: none;
  color: white;
}
#header-mob .col-phone a:hover {
  text-decoration: underline;
}
.offcanvas {
  background: rgba(60, 59, 51, 0.01);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.offcanvas .btn-close {
  --bs-btn-close-bg: url("/sites/all/themes/vesta_theme/image/close.png");
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.offcanvas .offcanvas-body .region-search #block-vesta-theme-knopkapoiska {
  display: none;
}
.offcanvas .offcanvas-body .region-search .search-form__submit {
  background: #f1efe6;
  border: 1px solid #f1efe6;
  color: #4a5028;
}
.offcanvas .offcanvas-body .region-search .search-form__submit:hover {
  background: #4a5028;
  color: white;
}
.offcanvas .offcanvas-body .region-navigation ul.nav {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a {
  padding: 0px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a:hover {
  text-decoration: underline;
}
.offcanvas .offcanvas-body .contact-item-label {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .contact-item-el {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.offcanvas .offcanvas-body .contact-item-el a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.offcanvas .offcanvas-body .contact-item-el a:hover {
  text-decoration: underline;
}
.offcanvas .offcanvas-body .social-media {
  justify-content: flex-start;
}
.offcanvas .offcanvas-body .region-callback a {
  color: #4a5028;
  background: #f1efe6;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 165px;
  height: 46px;
}
.offcanvas .offcanvas-body .region-callback a:hover {
  background: #c7cfd9;
}
#scrollToTop {
  right: 20px;
}
.ajax-progress {
  display: none !important;
}
.page-node--800 #map-block {
  margin-top: 0px;
}
.page-node--800 #map-block .region-map {
  padding-top: 0px;
  border-top: none;
}
.page-node--800 #map-block .region-map .block-title {
  display: none;
}
.view-fotogalereya .field--name-field-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.view-fotogalereya .field--name-field-gallery img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .view-fotogalereya .field--name-field-gallery img {
    width: 120px;
    height: 120px;
  }
}
.node--type-bannyy-kompleks.node--view-mode-full .node__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.node--type-bannyy-kompleks.node--view-mode-full .node__content .field--name-field-bannyy-kompleks-galereya {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.node--type-bannyy-kompleks.node--view-mode-full .node__content .field--name-field-bannyy-kompleks-galereya img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}
.node--type-photogallery.node--view-mode-teaser {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.node--type-about.node--view-mode-full {
  display: flex;
  gap: 30px;
}
.node--type-about.node--view-mode-full img {
  border-radius: 25px;
  object-fit: cover;
}
.node--type-about.node--view-mode-full .field--name-field-levoe-foto {
  height: 100%;
  width: 40%;
}
.node--type-about.node--view-mode-full .field--name-field-levoe-foto img {
  height: 500px;
  width: 100%;
}
.node--type-about.node--view-mode-full .field--name-field-pravoe-foto {
  width: 25%;
}
.node--type-about.node--view-mode-full .field--name-field-pravoe-foto img {
  width: 100%;
}
.node--type-about.node--view-mode-full .field--name-body {
  width: 40%;
}
.node--type-about.node--view-mode-full .field--name-body .big-text-about {
  margin-bottom: 15px;
}
.node--type-about.node--view-mode-full .field--name-body .big-text-about p,
.node--type-about.node--view-mode-full .field--name-body .big-text-about span {
  font-size: 26px;
  font-weight: bold;
  color: #4a5028;
  font-family: "Cormorant SC", serif;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 993px) {
  .node--type-about.node--view-mode-full .field--name-body .big-text-about p,
  .node--type-about.node--view-mode-full .field--name-body .big-text-about span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .node--type-about.node--view-mode-full {
    gap: 15px;
  }
}
@media screen and (max-width: 993px) {
  .node--type-about.node--view-mode-full {
    flex-direction: column;
  }
  .node--type-about.node--view-mode-full .field--name-field-levoe-foto,
  .node--type-about.node--view-mode-full .field--name-field-pravoe-foto,
  .node--type-about.node--view-mode-full .field--name-body {
    width: 100%;
  }
  .node--type-about.node--view-mode-full .field--name-field-levoe-foto img,
  .node--type-about.node--view-mode-full .field--name-field-pravoe-foto img,
  .node--type-about.node--view-mode-full .field--name-body img {
    height: auto;
  }
}
.body-view--territoriya .region-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body-view--territoriya .region-content #block-vesta-theme-page-title {
  width: 100%;
}
.body-view--territoriya .region-content #block-vesta-theme-fotografiyastranicaterritoriya {
  width: 40%;
}
.body-view--territoriya .region-content #block-vesta-theme-fotografiyastranicaterritoriya img {
  border-radius: 25px;
  object-fit: cover;
  height: 600px;
}
.body-view--territoriya .region-content #block-vesta-theme-content {
  width: 50%;
  background-image: url("/sites/all/themes/vesta_theme/image/DSC_6264.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 25px;
}
.body-view--territoriya .region-content #block-vesta-theme-content .view-territoriya .view-content {
  gap: 15px !important;
}
@media screen and (max-width: 1200px) {
  .body-view--territoriya .region-content #block-vesta-theme-fotografiyastranicaterritoriya {
    width: 30%;
  }
  .body-view--territoriya .region-content #block-vesta-theme-content {
    width: 65%;
  }
}
@media screen and (max-width: 993px) {
  .body-view--territoriya .region-content {
    flex-direction: column;
  }
  .body-view--territoriya .region-content #block-vesta-theme-fotografiyastranicaterritoriya {
    width: 100%;
    margin-bottom: 20px;
  }
  .body-view--territoriya .region-content #block-vesta-theme-fotografiyastranicaterritoriya img {
    height: auto;
    max-height: 320px;
  }
  .body-view--territoriya .region-content #block-vesta-theme-content {
    width: 100%;
  }
  .body-view--territoriya .region-content #block-vesta-theme-content .view-territoriya .view-content {
    justify-content: center;
  }
}
