@import url("https://fonts.googleapis.com/css2?family=Inter+Tight: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: 48px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .h1 {
    font-size: 30px;
  }
}
.h2 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .h2 {
    font-size: 25px;
  }
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 993px) {
  .fs-15 {
    font-size: 14px;
  }
}
.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  .fs-16 {
    font-size: 15px;
  }
}
.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: 18px;
  }
}
.fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 993px) {
  .fs-22 {
    font-size: 20px;
  }
}
.animated_icon {
  transition: 0.5s transform ease;
}
.animated_icon:hover {
  transform: scale(1.1);
}
.custom_link {
  font-size: 16px;
  color: #4c8936;
  display: flex;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 993px) {
  .custom_link {
    font-size: 15px;
  }
}
.custom_link::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/arrow-up-right.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.custom_link:hover::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-up-right_hover.svg");
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
}
.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: "Inter Tight", sans-serif;
  color: #414339;
  background: #f4f1ee;
}
#page {
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
.contacts-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 225px;
}
.contacts-box .contact-box__img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #e0dfd6;
}
.contacts-box .contact-box__img img {
  width: 24px;
  height: 24px;
}
.contacts-box p,
.contacts-box a {
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  .contacts-box p,
  .contacts-box a {
    font-size: 15px;
  }
}
.contacts-box a:hover {
  color: #396828;
  text-decoration: underline;
}
.contacts-box .contact-box__phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.social-media a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #e0dfd6;
}
.social-media a img {
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease;
}
.social-media a:hover {
  background: #4c8936;
}
.social-media a:hover img {
  filter: brightness(0) invert(1);
}
.region-search .search-form__submit {
  background: #4c8936;
  border: 1px solid #4c8936;
}
.region-search .search-form__submit:hover {
  background: #396828;
  border: 1px solid #396828;
}
ul.nav a {
  color: #414339;
}
.block-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 993px) {
  .block-title {
    margin-bottom: 25px;
  }
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0px;
}
.header-top-box .logo {
  max-width: 215px;
}
.header-top-box .logo a {
  font-size: 22px;
  text-transform: uppercase;
  color: #4c8936;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .header-top-box .logo a {
    font-size: 20px;
  }
}
.header-top-box .logo a:hover {
  color: #396828;
}
.header-top-box .col-contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 75px;
}
@media screen and (max-width: 1200px) {
  .header-top-box .col-contacts {
    gap: 10px;
  }
}
.header-bottom {
  padding: 18px 0px;
  border-top: 1px solid #e0dfd6;
  border-bottom: 1px solid #e0dfd6;
  background: inherit;
}
.header-bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom-box ul.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header-bottom-box ul.nav li a {
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .header-bottom-box ul.nav li a {
    font-size: 15px;
  }
}
.header-bottom-box ul.nav li a:hover {
  text-decoration: underline;
  color: #396828;
}
.header-bottom-box ul.nav li a.dropdown-toggle::after {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-down.png");
}
.header-bottom-box ul.nav li a.dropdown-toggle:hover::after {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-down (1).png");
}
.header-bottom-box ul.nav li ul li {
  padding: 10px;
}
.header-bottom-box .region-search {
  position: relative;
  width: 24px;
  height: 24px;
}
.header-bottom-box .region-search #block-vesta-theme-knopkapoiska img {
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease;
}
.header-bottom-box .region-search #block-vesta-theme-knopkapoiska img:hover {
  filter: sepia(0.9) saturate(3.5) hue-rotate(65deg) brightness(0.85) contrast(1.1);
}
.header-bottom-box .region-search .search-api-page-block-form-search {
  position: absolute;
  width: 300px;
  top: -6px;
  left: -250px;
}
.header-bottom-box .region-search #block-vesta-theme-knopkapoiska,
.header-bottom-box .region-search .search-api-page-block-form-search {
  display: none;
}
.header-bottom-box .region-search .search-active {
  display: flex !important;
}
.header-bottom-box .region-callback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: #4c8936;
  padding: 0px 16px;
}
.header-bottom-box .region-callback a:hover {
  background: #396828;
}
.header-bottom-box .header-bottom-box__callback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#block-vesta-theme-glavnayastranicabanner {
  margin-top: 50px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner {
    margin-top: 100px;
  }
}
#block-vesta-theme-glavnayastranicabanner .banner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner .banner-box {
    margin-bottom: 20px;
  }
}
#block-vesta-theme-glavnayastranicabanner .banner-box h1 {
  font-size: 48px;
  font-weight: 700;
  max-width: 675px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner .banner-box h1 {
    font-size: 30px;
  }
}
#block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text {
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 370px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text {
    gap: 10px;
  }
}
#block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-field-tekst-so-skobkami-banner {
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-field-tekst-so-skobkami-banner {
    font-size: 18px;
  }
}
#block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-body p,
#block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-body span {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-body p,
  #block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-body span {
    font-size: 15px;
  }
}
#block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-field-uznat-podrobnee a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c8936;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4c8936;
  text-decoration: none;
  cursor: pointer;
  background: inherit;
  padding: 0px 16px;
}
#block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text .field--name-field-uznat-podrobnee a:hover {
  border: 1px solid #396828;
  color: #396828;
}
@media screen and (max-width: 1200px) {
  #block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text {
    max-width: 340px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner .banner-box {
    flex-direction: column;
  }
  #block-vesta-theme-glavnayastranicabanner .banner-box h1 {
    max-width: 100%;
  }
  #block-vesta-theme-glavnayastranicabanner .banner-box .banner-box__text {
    width: 100%;
    max-width: 100%;
  }
}
#block-vesta-theme-glavnayastranicabanner .field--name-field-izobrazhenie-banner img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-glavnayastranicabanner .field--name-field-izobrazhenie-banner img {
    height: 320px;
  }
}
.block-views-blockcatalog-block-front {
  margin-top: 80px;
}
@media screen and (max-width: 993px) {
  .block-views-blockcatalog-block-front {
    margin-top: 50px;
  }
}
.view-catalog .view-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content {
    gap: 15px;
  }
}
.view-catalog .view-content .views-row {
  width: 270px;
  height: 310px;
  border-radius: 5px;
  border: 1px solid #e0dfd6;
  background: white;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-title {
  padding-left: 12px;
  padding-top: 12px;
  flex: 2;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-title h2 {
  line-height: 20px;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-title h2 a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .field--name-taxonomy-term-title h2 a {
    font-size: 16px;
  }
}
.view-catalog .view-content .views-row .field--name-description {
  padding-left: 12px;
  padding-top: 10px;
  flex: 3;
}
.view-catalog .view-content .views-row .field--name-description p,
.view-catalog .view-content .views-row .field--name-description span {
  font-size: 15px;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .field--name-description p,
  .view-catalog .view-content .views-row .field--name-description span {
    font-size: 14px;
  }
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link {
  padding-left: 12px;
  padding-top: 12px;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  color: #4c8936;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .field--name-taxonomy-term-link a {
    font-size: 15px;
  }
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/arrow-up-right.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a:hover::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-up-right_hover.svg");
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a:hover {
  text-decoration: underline;
  color: #396828;
}
.view-catalog .view-content .views-row .field--name-field-catalog-image {
  margin-top: auto;
  padding: 0px 12px;
}
.view-catalog .view-content .views-row .field--name-field-catalog-image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.view-catalog .view-content .views-row:hover {
  border: 1px solid #4c8936;
}
.view-catalog .view-content .views-row:hover .field--name-taxonomy-term-title h2 a {
  color: #396828;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row {
    width: 220px;
    height: 350px;
  }
}
@media screen and (max-width: 495px) {
  .view-catalog .view-content .views-row {
    width: 320px;
  }
}
.views-row-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/border.png");
  padding: 12px;
  width: 270px;
  height: 310px;
  display: flex;
  flex-direction: column;
  background-size: 100% 100%;
}
.views-row-custom .view-footer {
  font-size: 18px;
}
@media screen and (max-width: 993px) {
  .views-row-custom .view-footer {
    font-size: 16px;
  }
}
.views-row-custom .more-link {
  margin-top: auto;
}
.views-row-custom .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c8936;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4c8936;
  text-decoration: none;
  cursor: pointer;
  background: inherit;
  padding: 0px 12px;
}
.views-row-custom .more-link a:hover {
  border: 1px solid #396828;
  color: #396828;
}
@media screen and (max-width: 993px) {
  .views-row-custom {
    width: 220px;
    height: 350px;
  }
}
.about-box {
  margin-top: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 993px) {
  .about-box {
    margin-top: 60px;
  }
}
.about-box .field--name-field-izobrazhenie-o-nas,
.about-box .about-box-text {
  flex: 1;
}
.about-box .field--name-field-izobrazhenie-o-nas {
  height: 100%;
}
.about-box .field--name-field-izobrazhenie-o-nas img {
  height: 100%;
  object-fit: cover;
}
.about-box .about-box-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 993px) {
  .about-box .about-box-text {
    gap: 20px;
  }
}
.about-box .field--name-field-zagolovok-o-nas {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .about-box .field--name-field-zagolovok-o-nas {
    font-size: 25px;
  }
}
.about-box .field--name-field-tezisy > .field__item:nth-child(2) .paragraph--type--o-nas-tezisy {
  border-top: 1px solid #e0dfd6;
  border-bottom: 1px solid #e0dfd6;
  padding: 15px 0px;
}
.about-box .field--name-field-tezisy > .field__item:nth-child(1) .paragraph--type--o-nas-tezisy {
  padding-bottom: 15px;
}
.about-box .field--name-field-tezisy > .field__item:nth-child(3) .paragraph--type--o-nas-tezisy {
  padding-top: 15px;
}
.about-box .field--name-field-tezisy .paragraph--type--o-nas-tezisy .field--name-field-zagolovok-tezisa {
  font-size: 18px;
  color: #4c8936;
  padding-bottom: 8px;
}
@media screen and (max-width: 993px) {
  .about-box .field--name-field-tezisy .paragraph--type--o-nas-tezisy .field--name-field-zagolovok-tezisa {
    font-size: 16px;
  }
}
.about-box .field--name-field-tezisy .paragraph--type--o-nas-tezisy .field--name-field-tekst-tezisa {
  font-size: 18px;
}
@media screen and (max-width: 993px) {
  .about-box .field--name-field-tezisy .paragraph--type--o-nas-tezisy .field--name-field-tekst-tezisa {
    font-size: 16px;
  }
}
.about-box .field--name-field-uznat-podrobnee2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c8936;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4c8936;
  text-decoration: none;
  cursor: pointer;
  background: inherit;
  padding: 0px 16px;
}
.about-box .field--name-field-uznat-podrobnee2 a:hover {
  border: 1px solid #396828;
  color: #396828;
}
@media screen and (max-width: 993px) {
  .about-box {
    flex-direction: column;
  }
  .about-box .field--name-field-izobrazhenie-o-nas {
    width: 100%;
  }
  .about-box .field--name-field-izobrazhenie-o-nas img {
    height: auto;
    width: 100%;
  }
}
#benefits-block {
  background-image: url("/sites/all/themes/vesta_theme/image/фон 4 причины доверить.png");
  margin-top: 65px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover;
}
@media screen and (max-width: 993px) {
  #benefits-block {
    margin-top: 35px;
  }
}
@media screen and (max-width: 993px) {
  #benefits-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#block-vesta-theme-4prichinydoverituchastoknam {
  color: white;
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny {
    gap: 15px;
  }
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item {
  width: 270px;
  height: 270px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  backdrop-filter: blur(10px);
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .field--name-field-zagolovok-prichiny {
  text-transform: uppercase;
  font-size: 18px;
  flex: 2;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .field--name-field-zagolovok-prichiny {
    font-size: 16px;
  }
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .field--name-field-tekst-prichiny {
  font-size: 15px;
  flex: 3;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .field--name-field-tekst-prichiny {
    font-size: 14px;
  }
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .prich-bottom-box {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .prich-bottom-box .field--name-field-ikonka-prichiny img {
  width: 40px;
  height: 40px;
}
#block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .prich-bottom-box .field--name-field-nomer-prichiny {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item .paragraph--type--prichiny .prich-bottom-box .field--name-field-nomer-prichiny {
    font-size: 15px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny {
    flex-wrap: wrap;
    justify-content: center ;
  }
  #block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item {
    width: 220px;
  }
}
@media screen and (max-width: 495px) {
  #block-vesta-theme-4prichinydoverituchastoknam .field--name-field-prichiny > .field__item {
    width: 320px;
  }
}
#gallery-block {
  margin-top: 90px;
}
@media screen and (max-width: 993px) {
  #gallery-block {
    margin-top: 45px;
  }
}
#gallery-block .view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
#gallery-block .view-header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c8936;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4c8936;
  text-decoration: none;
  cursor: pointer;
  background: inherit;
  padding: 0px 16px;
}
#gallery-block .view-header a:hover {
  border: 1px solid #396828;
  color: #396828;
}
.view-fotogalereya .view-content {
  display: grid;
  grid-template-columns: repeat(4, 270px);
  grid-template-rows: repeat(500, 1px);
  column-gap: 30px;
}
.view-fotogalereya .views-row {
  grid-column: span 1;
}
.view-fotogalereya .views-row:nth-child(odd) {
  grid-row: span 270;
}
.view-fotogalereya .views-row:nth-child(even) {
  grid-row: span 333;
}
.view-fotogalereya .views-row > .node,
.view-fotogalereya .views-row .field--name-field-gallery,
.view-fotogalereya .views-row .field__item,
.view-fotogalereya .views-row .b-link,
.view-fotogalereya .views-row .media--blazy {
  height: 100%;
}
.view-fotogalereya .views-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.view-fotogalereya .views-row > .contextual {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}
.view-fotogalereya .views-row:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 270;
}
.view-fotogalereya .views-row:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 333;
}
.view-fotogalereya .views-row:nth-child(3) {
  grid-column: 3;
  grid-row: 1 / span 270;
}
.view-fotogalereya .views-row:nth-child(4) {
  grid-column: 4;
  grid-row: 1 / span 333;
}
.view-fotogalereya .views-row:nth-child(5) {
  grid-column: 1;
  grid-row: 301 / span 270;
}
.view-fotogalereya .views-row:nth-child(6) {
  grid-column: 2;
  grid-row: 364 / span 333;
}
.view-fotogalereya .views-row:nth-child(7) {
  grid-column: 3;
  grid-row: 301 / span 270;
}
.view-fotogalereya .views-row:nth-child(8) {
  grid-column: 4;
  grid-row: 364 / span 333;
}
@media screen and (max-width: 1200px) {
  .view-fotogalereya .view-content {
    grid-template-columns: repeat(4, 212px);
  }
  .view-fotogalereya .view-content .views-row:nth-child(5),
  .view-fotogalereya .view-content .views-row:nth-child(7) {
    grid-row: 315 / span 270;
  }
}
@media screen and (max-width: 993px) {
  .view-fotogalereya .view-content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .view-fotogalereya .view-content .views-row {
    width: 220px;
    height: 300px;
  }
}
@media screen and (max-width: 495px) {
  .view-fotogalereya .views-row {
    width: 320px !important;
  }
}
#etap-block {
  margin-top: 65px;
  margin-top: 90px;
}
@media screen and (max-width: 993px) {
  #etap-block {
    margin-top: 35px;
  }
}
@media screen and (max-width: 993px) {
  #etap-block {
    margin-top: 45px;
  }
}
#etap-block .region-etap {
  background: url("/sites/all/themes/vesta_theme/image/куст верхний.svg") top right / 445px 205px no-repeat, url("/sites/all/themes/vesta_theme/image/куст нижний.svg") bottom left / 407px 200px no-repeat;
}
@media screen and (max-width: 993px) {
  #etap-block .region-etap {
    background: inherit;
  }
}
#etap-block .field--name-field-etapy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 993px) {
  #etap-block .field--name-field-etapy {
    gap: 15px;
  }
}
#etap-block .field--name-field-etapy .etap-block {
  width: 270px;
  height: 140px;
  display: flex;
  flex-direction: column;
}
#etap-block .field--name-field-etapy .etap-block .field--name-field-zagolovok-etapa {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  #etap-block .field--name-field-etapy .etap-block .field--name-field-zagolovok-etapa {
    font-size: 16px;
  }
}
#etap-block .field--name-field-etapy .etap-block .field--name-field-tekst-etapa {
  font-size: 15px;
}
@media screen and (max-width: 993px) {
  #etap-block .field--name-field-etapy .etap-block .field--name-field-tekst-etapa {
    font-size: 14px;
  }
}
#etap-block .field--name-field-etapy .etap-block .field--name-field-nomer-etapa {
  margin-top: auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c8936;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  #etap-block .field--name-field-etapy .etap-block .field--name-field-nomer-etapa {
    font-size: 15px;
  }
}
#etap-block .field--name-field-etapy > .field__item {
  height: 400px;
}
#etap-block .field--name-field-etapy > .field__item:nth-child(2) .etap-block {
  margin-top: 70px;
}
#etap-block .field--name-field-etapy > .field__item:nth-child(3) .etap-block {
  margin-top: 140px;
}
#etap-block .field--name-field-etapy > .field__item:nth-child(4) .etap-block {
  margin-top: 210px;
}
@media screen and (max-width: 1200px) {
  #etap-block .field--name-field-etapy .etap-block {
    width: 220px;
    height: 120px;
  }
}
@media screen and (max-width: 993px) {
  #etap-block .field--name-field-etapy {
    flex-wrap: wrap;
    justify-content: center;
  }
  #etap-block .field--name-field-etapy > .field__item {
    height: 120px;
  }
  #etap-block .field--name-field-etapy .etap-block {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 495px) {
  #etap-block .field--name-field-etapy .etap-block {
    width: 320px;
  }
}
#map-block {
  background: url("/sites/all/themes/vesta_theme/image/фон контакты и фос.png");
  background-size: cover;
  margin-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 993px) {
  #map-block {
    margin-top: 45px;
  }
}
@media screen and (max-width: 993px) {
  #map-block {
    padding-bottom: 45px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .field--name-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .field--name-body {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #map-block #block-vesta-theme-yandekskarta-2 .field--name-body {
    flex-direction: column;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts,
#map-block #block-vesta-theme-yandekskarta-2 .map-block {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #map-block #block-vesta-theme-yandekskarta-2 .map-contacts,
  #map-block #block-vesta-theme-yandekskarta-2 .map-block {
    width: 100%;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .map-contacts {
    gap: 15px;
  }
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .map-contacts {
    padding: 10px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .block-title {
  width: 100%;
  margin-bottom: 20px;
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box .map-contacts-box__title {
  font-size: 18px;
  color: #4c8936;
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box .map-contacts-box__title {
    font-size: 16px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box p,
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box a {
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  #map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box p,
  #map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box a {
    font-size: 15px;
  }
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box a {
  font-weight: 600;
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box a:hover {
  color: #396828;
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box .social-media {
  justify-content: flex-start;
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box .social-media a {
  background: white;
}
#map-block #block-vesta-theme-yandekskarta-2 .map-contacts .map-contacts-box .social-media a:hover {
  background: #396828;
}
#block-vesta-theme-vebforma {
  margin-top: 90px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid #f4f1ee;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-vebforma {
    margin-top: 45px;
  }
}
#block-vesta-theme-vebforma form {
  padding: 40px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-vebforma form {
    padding: 20px;
  }
}
#block-vesta-theme-vebforma form .form-type-processed-text .block-title {
  margin-bottom: 15px;
}
#block-vesta-theme-vebforma form .form-type-processed-text p {
  font-size: 18px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-vebforma form .form-type-processed-text p {
    font-size: 16px;
  }
}
#block-vesta-theme-vebforma form .form-type-processed-text,
#block-vesta-theme-vebforma form > .form-wrapper {
  flex: 1;
}
#block-vesta-theme-vebforma form > .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-wrapper {
  display: flex;
  gap: 12px;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-item-telefon,
#block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-type-email {
  flex: 1;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-item-telefon input,
#block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-type-email input {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #f4f1ee;
  font-size: 16px;
  color: #f4f1ee;
  padding-left: 10px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-item-telefon input,
  #block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-type-email input {
    font-size: 15px;
  }
}
#block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-item-telefon input::placeholder,
#block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-type-email input::placeholder {
  font-size: 16px;
  color: #f4f1ee;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-item-telefon input::placeholder,
  #block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-type-email input::placeholder {
    font-size: 15px;
  }
}
#block-vesta-theme-vebforma form > .form-wrapper .form-item-name input,
#block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea input,
#block-vesta-theme-vebforma form > .form-wrapper .form-item-name textarea,
#block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea textarea {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #f4f1ee;
  font-size: 16px;
  color: #f4f1ee;
  padding-left: 10px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-vebforma form > .form-wrapper .form-item-name input,
  #block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea input,
  #block-vesta-theme-vebforma form > .form-wrapper .form-item-name textarea,
  #block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea textarea {
    font-size: 15px;
  }
}
#block-vesta-theme-vebforma form > .form-wrapper .form-item-name input::placeholder,
#block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea input::placeholder,
#block-vesta-theme-vebforma form > .form-wrapper .form-item-name textarea::placeholder,
#block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea textarea::placeholder {
  font-size: 16px;
  color: #f4f1ee;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-vebforma form > .form-wrapper .form-item-name input::placeholder,
  #block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea input::placeholder,
  #block-vesta-theme-vebforma form > .form-wrapper .form-item-name textarea::placeholder,
  #block-vesta-theme-vebforma form > .form-wrapper .form-type-textarea textarea::placeholder {
    font-size: 15px;
  }
}
#block-vesta-theme-vebforma form > .form-wrapper .form-type-checkbox {
  display: flex;
  gap: 10px;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-type-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #396828;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-actions {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-actions .webform-button--submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c8936;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4c8936;
  text-decoration: none;
  cursor: pointer;
  background: inherit;
  background: white;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-actions .webform-button--submit:hover {
  border: 1px solid #396828;
  color: #396828;
}
#block-vesta-theme-vebforma form > .form-wrapper .form-actions .webform-button--submit:hover {
  background: #396828;
  color: white;
  border: 1px solid #396828;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vebforma form {
    flex-direction: column;
  }
  #block-vesta-theme-vebforma form > .form-wrapper .form-wrapper {
    flex-direction: column;
  }
  #block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-item-telefon,
  #block-vesta-theme-vebforma form > .form-wrapper .form-wrapper .form-type-email {
    width: 100%;
  }
}
.modal-dialog .modal-body form .form-type-processed-text {
  display: none;
}
.modal-dialog .modal-body form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-dialog .modal-body form .form-wrapper .form-item-telefon,
.modal-dialog .modal-body form .form-wrapper .form-type-email,
.modal-dialog .modal-body form .form-wrapper .form-item-name,
.modal-dialog .modal-body form .form-wrapper .form-type-textarea {
  width: 100%;
}
.modal-dialog .modal-body form .form-wrapper .form-item-telefon input,
.modal-dialog .modal-body form .form-wrapper .form-type-email input,
.modal-dialog .modal-body form .form-wrapper .form-item-name input,
.modal-dialog .modal-body form .form-wrapper .form-type-textarea input,
.modal-dialog .modal-body form .form-wrapper .form-item-telefon textarea,
.modal-dialog .modal-body form .form-wrapper .form-type-email textarea,
.modal-dialog .modal-body form .form-wrapper .form-item-name textarea,
.modal-dialog .modal-body form .form-wrapper .form-type-textarea textarea {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #4c8936;
  font-size: 16px;
  color: #414339;
  padding-left: 10px;
}
@media screen and (max-width: 993px) {
  .modal-dialog .modal-body form .form-wrapper .form-item-telefon input,
  .modal-dialog .modal-body form .form-wrapper .form-type-email input,
  .modal-dialog .modal-body form .form-wrapper .form-item-name input,
  .modal-dialog .modal-body form .form-wrapper .form-type-textarea input,
  .modal-dialog .modal-body form .form-wrapper .form-item-telefon textarea,
  .modal-dialog .modal-body form .form-wrapper .form-type-email textarea,
  .modal-dialog .modal-body form .form-wrapper .form-item-name textarea,
  .modal-dialog .modal-body form .form-wrapper .form-type-textarea textarea {
    font-size: 15px;
  }
}
.modal-dialog .modal-body form .form-wrapper .form-item-telefon input::placeholder,
.modal-dialog .modal-body form .form-wrapper .form-type-email input::placeholder,
.modal-dialog .modal-body form .form-wrapper .form-item-name input::placeholder,
.modal-dialog .modal-body form .form-wrapper .form-type-textarea input::placeholder,
.modal-dialog .modal-body form .form-wrapper .form-item-telefon textarea::placeholder,
.modal-dialog .modal-body form .form-wrapper .form-type-email textarea::placeholder,
.modal-dialog .modal-body form .form-wrapper .form-item-name textarea::placeholder,
.modal-dialog .modal-body form .form-wrapper .form-type-textarea textarea::placeholder {
  font-size: 16px;
  color: #414339;
}
@media screen and (max-width: 993px) {
  .modal-dialog .modal-body form .form-wrapper .form-item-telefon input::placeholder,
  .modal-dialog .modal-body form .form-wrapper .form-type-email input::placeholder,
  .modal-dialog .modal-body form .form-wrapper .form-item-name input::placeholder,
  .modal-dialog .modal-body form .form-wrapper .form-type-textarea input::placeholder,
  .modal-dialog .modal-body form .form-wrapper .form-item-telefon textarea::placeholder,
  .modal-dialog .modal-body form .form-wrapper .form-type-email textarea::placeholder,
  .modal-dialog .modal-body form .form-wrapper .form-item-name textarea::placeholder,
  .modal-dialog .modal-body form .form-wrapper .form-type-textarea textarea::placeholder {
    font-size: 15px;
  }
}
.modal-dialog .modal-body form .form-type-checkbox {
  display: flex;
  gap: 10px;
}
.modal-dialog .modal-body form .form-type-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #396828;
}
.modal-dialog .modal-footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: #4c8936;
  padding: 0px 16px;
}
.modal-dialog .modal-footer button:hover {
  background: #396828;
}
#footer {
  border-top: 1px solid #f4f1ee;
  background: #4c8936;
}
#footer .footer-main-box {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  color: white;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
#footer .footer-main-box .col-logo {
  max-width: 215px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer .footer-main-box .col-logo .logo-footer {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-logo .logo-footer {
    font-size: 20px;
  }
}
#footer .footer-main-box .col-logo .logo-footer:hover {
  text-decoration: underline;
}
#footer .footer-main-box .col-logo p {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-logo p {
    font-size: 15px;
  }
}
#footer .footer-main-box .col-logo .social-media {
  justify-content: flex-start;
}
#footer .footer-main-box .col-logo .region-callback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c8936;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4c8936;
  text-decoration: none;
  cursor: pointer;
  background: inherit;
  padding: 0px 16px;
  background: white;
}
#footer .footer-main-box .col-logo .region-callback a:hover {
  border: 1px solid #396828;
  color: #396828;
}
#footer .footer-main-box .col-logo .region-callback a:hover {
  background: #396828;
  border: 1px solid #396828;
  color: white;
}
#footer .footer-main-box .col-catalog-footer .view-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
#footer .footer-main-box .col-catalog-footer .view-content .views-row {
  background: inherit;
  width: max-content;
  height: max-content;
  border-radius: 0px;
  border: none;
}
#footer .footer-main-box .col-catalog-footer .view-content .views-row a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-catalog-footer .view-content .views-row a {
    font-size: 15px;
  }
}
#footer .footer-main-box .col-catalog-footer .view-content .views-row a:hover {
  text-decoration: underline;
}
#footer .footer-main-box .col-nav ul.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#footer .footer-main-box .col-nav ul.nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 0px;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-nav ul.nav a {
    font-size: 15px;
  }
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-nav ul.nav a {
    font-size: 15px;
  }
}
#footer .footer-main-box .col-nav ul.nav a:hover {
  text-decoration: underline;
}
#footer .footer-main-box .col-nav ul.nav a.dropdown-toggle::after {
  display: none;
}
#footer .footer-main-box .col-nav ul.nav li ul {
  display: none;
}
#footer .footer-main-box .col-contacts-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer .footer-main-box .col-contacts-footer .contacts-box {
  justify-content: flex-start;
}
#footer .footer-main-box .col-contacts-footer .contacts-box a {
  font-weight: 600;
}
.row-copiryght {
  border-top: 1px solid #f4f1ee;
  padding: 16px 0px;
}
.row-copiryght .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  .row-copiryght .container {
    font-size: 15px;
  }
}
.row-copiryght .container .col-webvesta a {
  text-decoration: none;
}
.row-copiryght .container .col-webvesta a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 993px) {
  .row-copiryght .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.not-front #block-vesta-theme-page-title {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title {
    margin-top: 100px;
  }
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title {
    margin-bottom: 30px;
  }
}
.not-front #block-vesta-theme-page-title h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title h1 {
    font-size: 30px;
  }
}
.not-front .about-box {
  margin-top: 0px;
}
.not-front .about-box .about-box-text .field--name-field-zagolovok-o-nas,
.not-front .about-box .about-box-text .field--name-field-uznat-podrobnee2 {
  display: none;
}
.body-node--800 #map-block {
  margin-top: 0px;
}
.body-node--800 #map-block .block-title {
  display: none;
}
#header-mob {
  color: white;
  background: #4c8936;
  padding: 16px 0px;
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed !important;
  z-index: 1000 !important;
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
#header-mob .col-logo a {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  #header-mob .col-logo a {
    font-size: 15px;
  }
}
#header-mob .col-logo a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 505px) {
  #header-mob .col-logo {
    max-width: 158px;
  }
}
#header-mob .col-phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#header-mob .col-phone a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
#header-mob .col-phone a:hover {
  text-decoration: underline;
}
.offcanvas {
  background-color: #4c8936;
  color: white;
}
.offcanvas .logo a {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  .offcanvas .logo a {
    font-size: 15px;
  }
}
.offcanvas .logo a:hover {
  text-decoration: underline;
}
.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: 30px;
}
.offcanvas .offcanvas-body .region-search #block-vesta-theme-knopkapoiska {
  display: none;
}
.offcanvas .offcanvas-body .region-search .search-form__submit {
  border: 1px solid white;
}
.offcanvas .offcanvas-body .region-navigation ul.nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a {
  color: white;
  padding: 0px;
  font-weight: bold;
  text-decoration: none;
}
.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: 5px;
}
.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;
}
.webform-submission-forma-otzyva-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#block-vesta-theme-knoppkadobavitotzyv a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: #4c8936;
  padding: 0 20px;
}
#block-vesta-theme-knoppkadobavitotzyv a:hover {
  background: #396828;
}
.view-otzyvy {
  margin-top: 40px;
}
@media screen and (max-width: 993px) {
  .view-otzyvy {
    margin-top: 20px;
  }
}
.view-otzyvy .view-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.view-otzyvy .view-content .views-row {
  width: 270px;
  padding: 10px;
  border: 1px solid #4c8936;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.view-otzyvy .view-content .views-row .views-field-webform-submission-value {
  font-weight: 700;
  font-size: 18px;
}
.view-otzyvy .view-content .views-row .views-field-webform-submission-value-3 {
  font-size: 14px;
}
.view-otzyvy .view-content .views-row .views-field-webform-submission-value-1 {
  font-size: 16px;
}
.node--type-page .field--name-body td {
  padding: 10px;
  border: 1px solid #e0dfd6;
}
.node--type-page .field--name-body table {
  margin-bottom: 15px;
}
