:root {
  --color-primary: #00a650;
  --color-primary-dark: #00622f;
  --color-text: #2c2c2c;
  --color-text-light: #ffffff;
  --color-bg-light: #fffef6;
  --color-bg-card: #f8f6e7;
  --color-bg-menu: #f4f2e4;
  --color-border: #e5e5e5;
  --lh-base: 120%;
  --lh-small: 130%;
  --lh-large: 110%;
  --fw-normal: 400;
  --fw-medium: 500;
  --container-max-width: 1200px;
}
@media screen and (max-width: 1899px) {
  :root {
    --container-max-width: 1140px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --container-max-width: 100%;
  }
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
a {
  color: var(--color);
  text-decoration: none;
  transition: all 0.4s ease;
}
.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen,
.throbber,
.ajax-throbber {
  display: none !important;
}
.fullwidth {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 15px;
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Manrope", sans-serif;
  background-color: var(--color-bg-light);
}
#page {
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
h1,
h2,
h3 {
  font-family: "Geologica", sans-serif;
}
#scrollToTop {
  width: clamp(30px, 8vw, 40px);
  height: clamp(30px, 8vw, 40px);
  background-color: var(--color-text-light);
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: clamp(60px, 12vh, 120px);
  right: clamp(16px, 5vw, 75px);
  z-index: 10;
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
  border-radius: 0;
}
#scrollToTop img {
  width: clamp(10px, 2vw, 14px);
  display: block;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: flex-start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.bg-transparent {
  background: transparent;
}
.tr {
  transition: all 0.4s ease;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-primary {
  padding: clamp(10px, 2vw, 14px) clamp(16px, 3vw, 22px);
  background: var(--color-primary);
  border-radius: 0;
  border: none;
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  transition: all 0.3s ease;
}
.btn-primary:hover,
.btn-primary:disabled,
.btn-primary:active,
.btn-primary:focus {
  background: var(--color-primary-dark) !important;
  color: var(--color-text-light) !important;
  border: none;
}
#header {
  box-shadow: 0px 2px 4px rgba(31, 65, 47, 0.2);
}
#header .header-top .col-first {
  gap: clamp(16px, 2.5vw, 30px);
}
#header .header-top .col-first .logo {
  flex-shrink: 0;
}
#header .header-top .col-first .logo img {
  width: clamp(100px, 10vw, 164px);
  object-fit: contain;
}
#header .header-top .col-first .col-search {
  height: 38px;
}
#header .header-top .col-first .col-search form {
  position: relative;
  width: clamp(180px, 20vw, 300px);
}
#header .header-top .col-first .col-search form .form-type-search {
  width: 100%;
}
#header .header-top .col-first .col-search form .form-type-search input[type="search"] {
  padding: 11px 40px 10px 18px;
  width: 100%;
  border: 1px solid var(--color-border);
  background-color: transparent;
  border-radius: 0;
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: var(--lh-base);
}
#header .header-top .col-first .col-search form .form-type-search input[type="search"]:hover,
#header .header-top .col-first .col-search form .form-type-search input[type="search"]:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: none;
}
#header .header-top .col-first .col-search .search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("/sites/all/themes/vesta_theme/image/search.svg") center no-repeat !important;
  background-size: 18px !important;
  background-color: transparent !important;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 1 !important;
  filter: none !important;
  outline-offset: 2px;
}
#header .header-top .col-first .col-search .search-form__submit:hover {
  background: url("/sites/all/themes/vesta_theme/image/search-active.svg") center no-repeat !important;
  background-size: 18px !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
#header .header-top .col-first .col-search .search-form__submit:focus,
#header .header-top .col-first .col-search .search-form__submit:active,
#header .header-top .col-first .col-search .search-form__submit:focus-visible {
  background: url("/sites/all/themes/vesta_theme/image/search-active.svg") center no-repeat !important;
  background-size: 18px !important;
  background-color: transparent !important;
}
#header .header-top .col-first .col-search .search-form__submit:disabled {
  background-color: transparent !important;
  opacity: 0.5;
  cursor: not-allowed;
}
#header .header-top .col-first .col-contacts .contact-item {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 10px);
}
#header .header-top .col-first .col-contacts .contact-item a {
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
#header .header-top .col-first .col-contacts .contact-item a:hover {
  text-decoration: underline;
}
#header .header-top .col-third {
  gap: clamp(16px, 2.5vw, 30px);
}
#header .header-bottom {
  padding: 10px 16px 12px;
  border-top: 1px solid rgba(50, 84, 137, 0.2);
}
#header .header-bottom .region-navigation ul.nav {
  display: flex;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item > a.nav-link {
  font-weight: var(--fw-normal);
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: var(--lh-small);
  color: var(--color-text);
  background: none;
  padding: 0;
  margin: 0;
  transition: color 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item > a.nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
  z-index: 10;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item > a.nav-link:hover {
  color: var(--color-primary);
  text-decoration: none;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item.dropdown {
  position: relative;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item.dropdown > a.dropdown-toggle::after {
  content: "";
  border: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-down.svg") no-repeat center / contain;
  transition: transform 0.2s;
  margin-top: 3px;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item.dropdown:hover > a.dropdown-toggle::after {
  transform: rotate(180deg);
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-down-green.svg");
}
#header .header-bottom .region-navigation ul.nav > li.nav-item ul.dropdown-menu {
  position: absolute;
  top: 150%;
  left: 0;
  border-radius: 0;
  border: none;
  padding: 10px 11px;
  background: var(--color-bg-menu);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  transition-delay: 0s, 0.2s;
  min-width: 240px;
  list-style: none;
  gap: 0;
  flex-direction: column;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item {
  margin-bottom: 10px;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item:last-child {
  margin-bottom: 0;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item a.dropdown-item {
  display: block;
  font-weight: var(--fw-normal);
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: var(--lh-small);
  padding: 0;
  color: var(--color-text);
  white-space: normal;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item a.dropdown-item:hover {
  color: var(--color-primary);
  background-color: transparent;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item:hover ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item .dropdown-submenu {
  position: relative;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item .dropdown-submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  background: transparent;
  pointer-events: auto;
  z-index: 1;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item .dropdown-submenu > a.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item .dropdown-submenu > a.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-header.svg") no-repeat center / contain;
  border: none;
  margin: 0 0 0 20px;
  transition: background 0.2s;
  position: relative;
  top: 4px;
  transition: background 0.2s, transform 0.2s;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item .dropdown-submenu:hover > a.dropdown-toggle::after {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-right-green.svg");
  transform: none;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item .dropdown-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  margin-right: 5px;
  background: var(--color-bg-menu);
  padding: 10px 11px;
  min-width: 200px;
  border: none;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#header .header-bottom .region-navigation ul.nav > li.nav-item:hover ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
}
#header .header-bottom .nav-link:active,
#header .header-bottom .dropdown-item:active,
#header .header-bottom .nav-link.active,
#header .header-bottom .dropdown-item.active {
  background-color: transparent !important;
  color: var(--color-primary);
}
#header .header-bottom .nav-link:focus,
#header .header-bottom .dropdown-item:focus {
  background-color: transparent;
  outline: none;
}
#header-mob {
  top: 0;
  z-index: 1030;
  background-color: var(--color-bg-light);
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  gap: 16px;
}
#header-mob .col-logo {
  flex-shrink: 0;
  max-width: 40%;
}
#header-mob .col-logo a {
  display: inline-block;
  line-height: 0;
}
#header-mob .col-logo img {
  width: clamp(100px, 2vw, 164px);
  max-height: 70px;
  object-fit: contain;
}
#header-mob .col-phone {
  flex: 1;
  text-align: center;
}
#header-mob .col-phone .contact-item a {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 2vw, 16px);
  color: var(--color-text);
  text-decoration: none;
  white-space: nowrap;
}
#header-mob .col-phone .contact-item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 360px) {
  #header-mob .col-phone {
    display: none;
  }
}
#header-mob .col-nav {
  flex-shrink: 0;
}
#header-mob .col-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-primary);
  border-radius: var(--border-radius-default);
  transition: background-color var(--transition-fast);
}
#header-mob .col-nav a:hover {
  background-color: var(--color-primary-dark);
}
#header-mob .col-nav a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.offcanvas {
  background-color: var(--color-bg-light);
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}
.offcanvas .offcanvas-header {
  padding: 15px;
  border-bottom: 1px solid var(--color-border);
}
.offcanvas .offcanvas-header .logo {
  max-width: 115px;
}
.offcanvas .offcanvas-header .logo img {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
}
.offcanvas .offcanvas-header .btn-close {
  --bs-btn-close-focus-shadow: none;
  opacity: 0.7;
  transition: opacity var(--transition-fast);
}
.offcanvas .offcanvas-header .btn-close:hover {
  opacity: 1;
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
}
.offcanvas form {
  position: relative;
  width: 100%;
}
.offcanvas form .form-type-search {
  width: 100%;
}
.offcanvas form .form-type-search input[type="search"] {
  width: 100%;
  padding: 10px 40px 10px 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-default);
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: var(--lh-base);
  background-color: transparent;
}
.offcanvas form .form-type-search input[type="search"]:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-primary);
}
.offcanvas form .search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("/sites/all/themes/vesta_theme/image/search.svg") center no-repeat !important;
  background-size: 18px !important;
  background-color: transparent !important;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 1 !important;
  filter: none !important;
  outline-offset: 2px;
}
.offcanvas form .search-form__submit:hover {
  background: url("/sites/all/themes/vesta_theme/image/search-active.svg") center no-repeat !important;
  background-size: 18px !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.offcanvas form .search-form__submit:focus,
.offcanvas form .search-form__submit:active,
.offcanvas form .search-form__submit:focus-visible {
  background: url("/sites/all/themes/vesta_theme/image/search-active.svg") center no-repeat !important;
  background-size: 18px !important;
  background-color: transparent !important;
}
.offcanvas form .search-form__submit:disabled {
  background-color: transparent !important;
  opacity: 0.5;
  cursor: not-allowed;
}
.offcanvas .region-navigation ul.nav {
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas .region-navigation ul.nav > li.nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.offcanvas .region-navigation ul.nav > li.nav-item > a.nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 4vw, 16px);
  line-height: var(--lh-base);
  color: var(--color-text);
  padding: 12px 0;
  margin: 0;
  text-decoration: none;
}
.offcanvas .region-navigation ul.nav > li.nav-item > a.nav-link:hover {
  color: var(--color-primary);
}
.offcanvas .region-navigation ul.nav > li.nav-item.dropdown > a.dropdown-toggle::after {
  content: "";
  border: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-down.svg") no-repeat center / contain;
  transition: transform var(--transition-fast);
  margin-left: 8px;
}
.offcanvas .region-navigation ul.nav > li.nav-item.dropdown:hover > a.dropdown-toggle::after {
  transform: rotate(180deg);
}
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
  background: rgba(0, 0, 0, 0.02);
  padding: 0 0 0 16px;
  margin-top: 0;
  border: none;
  box-shadow: none;
  min-width: auto;
  transition: none;
}
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu.show {
  display: block;
}
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item {
  margin-bottom: 8px;
  border-bottom: none;
}
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item a.dropdown-item {
  padding: 8px 0;
  font-size: clamp(12px, 0.8vw, 14px);
  color: var(--color-text);
  white-space: normal;
}
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item a.dropdown-item:hover,
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item a.dropdown-item:active,
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item a.dropdown-item:focus,
.offcanvas .region-navigation ul.nav > li.nav-item ul.dropdown-menu li.nav-item a.dropdown-item:disabled {
  color: var(--color-primary) !important;
  background: transparent !important;
}
.offcanvas .region-navigation ul.nav > li.nav-item .dropdown-submenu > .dropdown-menu {
  position: static !important;
  left: 0 !important;
  display: none;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.02);
}
.offcanvas .region-navigation ul.nav > li.nav-item .dropdown-submenu > a.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-header.svg") no-repeat center / contain;
  margin-left: 12px;
  position: relative;
  top: 4px;
  transition: transform var(--transition-fast);
}
.offcanvas .region-navigation ul.nav > li.nav-item .dropdown-submenu:hover > a.dropdown-toggle::after {
  transform: rotate(90deg);
}
.offcanvas .contact-item {
  margin-bottom: 10px;
}
.offcanvas .contact-item .contact-item-el {
  font-size: clamp(14px, 4vw, 16px);
  color: var(--color-text);
}
.offcanvas .contact-item .contact-item-el a {
  color: var(--color-primary);
  text-decoration: none;
  word-break: break-word;
}
.offcanvas .contact-item .contact-item-el a:hover {
  text-decoration: underline;
}
.social-links {
  gap: clamp(6px, 1vw, 9px);
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 3vw, 36px);
  height: clamp(32px, 3vw, 36px);
  background: var(--color-text-light);
  border: 0.9px solid var(--color-primary);
  transition: all 0.2s;
}
.social-links a:hover {
  background-color: var(--color-primary);
}
.social-links a:hover img {
  filter: brightness(0) invert(1);
}
.social-links a img {
  width: clamp(20px, 2vw, 24px);
  height: clamp(20px, 2vw, 24px);
}
.hero-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-height: 580px;
}
.hero-block .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f412f;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.hero-block .hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 165px 15px;
}
@media screen and (max-width: 1199px) {
  .hero-block .hero-container {
    padding: 150px 15px;
  }
}
@media screen and (max-width: 767px) {
  .hero-block .hero-container {
    padding: 100px 15px;
  }
  .hero-block .hero-container .hero-content {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .hero-block .hero-container {
    padding: 43px 15px;
  }
}
.hero-block .hero-title {
  font-weight: var(--fw-medium);
  font-size: clamp(32px, 3vw, 50px);
  line-height: var(--lh-large);
  color: var(--color-text-light);
  margin-bottom: clamp(15px, 2vw, 20px);
  max-width: 958px;
}
.hero-block .hero-body {
  font-weight: var(--fw-medium);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  max-width: 865px;
}
.hero-block .hero-body p {
  margin: 0;
}
.hero-block .field--name-field-izobrazhenie {
  display: none;
}
@media screen and (max-width: 1199px) {
  .hero-block .hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hero-block {
    min-height: 400px;
  }
}
.front-section {
  margin-top: clamp(40px, 10vw, 110px);
}
.block-title {
  font-weight: var(--fw-medium);
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: clamp(20px, 3vw, 30px);
}
@media screen and (max-width: 767px) {
  .block-title {
    text-align: center;
  }
}
.services-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 30px);
}
@media screen and (max-width: 767px) {
  .services-grid .grid-row:first-child .grid-col--header {
    grid-column: span 2;
    text-align: center;
  }
}
.services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image {
  top: 10px;
}
.services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image img {
  max-height: 193px;
  width: 170px;
  height: 193px !important;
}
@media screen and (max-width: 1199px) {
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image {
    top: 40px;
  }
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image img {
    max-height: 155px;
    width: 155px;
    height: 155px !important;
  }
}
@media screen and (max-width: 991px) {
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image {
    top: 55px;
  }
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image img {
    max-height: 135px;
    width: 135px;
    height: 135px !important;
  }
}
@media screen and (max-width: 767px) {
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image {
    top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image img {
    max-height: 130px;
    width: 130px;
    height: 130px !important;
  }
}
@media screen and (max-width: 360px) {
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image {
    top: 55px;
  }
  .services-grid .grid-row:first-child .grid-col--service:nth-child(2) .service-card__image img {
    max-height: 120px;
    width: 120px;
    height: 120px !important;
  }
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 30px);
}
.grid-row .grid-col--header h2 {
  font-weight: var(--fw-medium);
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: 10px;
}
.grid-row .grid-col--header p {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-card {
  position: relative;
  width: 100%;
  max-width: 370px;
  height: 200px;
  background: var(--color-bg-card);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  will-change: background;
}
@media screen and (max-width: 767px) {
  .service-card {
    max-width: 100%;
    height: auto;
    min-height: 180px;
  }
}
.service-card:hover {
  background: var(--color-primary);
}
.service-card:hover .service-card__title,
.service-card:hover .service-card__title a,
.service-card:hover .service-card__link {
  color: var(--color-text-light);
}
.service-card:hover .service-card__title {
  border-left-color: var(--color-text-light);
}
.service-card:hover::after {
  background: var(--color-primary-dark);
}
.service-card__content {
  flex: 1;
  padding: 20px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 576px) {
  .service-card__content {
    padding: 10px;
  }
}
.service-card__title {
  padding-left: 10px;
  border-left: 1px solid var(--color-text);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin: 0 0 10px 0;
  word-break: break-word;
  hyphens: auto;
}
.service-card__title a {
  text-decoration: none;
  color: inherit;
  transition: none;
}
.service-card__link {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  text-decoration-line: underline;
  color: #cdc5b0;
  padding-left: 10px;
}
.service-card__image {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 3;
  text-align: right;
}
.service-card__image img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 1199px) {
  .service-card__image {
    top: 75px;
  }
  .service-card__image img {
    max-height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .service-card__image {
    top: 80px;
  }
  .service-card__image img {
    max-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .service-card__image {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .service-card__image {
    top: 75px;
  }
  .service-card__image img {
    max-height: 100px;
  }
}
.service-card::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 18px;
  width: 439px;
  height: 181px;
  background: #ebe9d6;
  transform: rotate(-25.43deg) translate(-56px, 90px);
  z-index: 1;
  pointer-events: none;
}
.view-footer {
  margin-top: clamp(20px, 3vw, 30px);
  text-align: center;
}
.about-section-wrapper {
  position: relative;
  width: 100%;
  background-image: url("/sites/default/files/2026-04/o_nas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 440px;
}
.about-section-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(174.49deg, #1f412f -9.07%, rgba(31, 65, 47, 0) 201.85%);
  z-index: 1;
  pointer-events: none;
}
.about-section-wrapper .about-overlay {
  display: none;
}
.about-section-wrapper .about-container {
  position: relative;
  z-index: 2;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 74px 15px 0 15px;
  color: var(--color-text-light);
}
.about-section-wrapper .about-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 70px;
}
.about-section-wrapper .about-title-col {
  flex: 1;
}
.about-section-wrapper .about-title-col .about-title {
  font-family: "Geologica";
  font-weight: var(--fw-medium);
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
}
.about-section-wrapper .about-text-col {
  flex: 2;
}
.about-section-wrapper .about-text-col .about-description {
  font-weight: var(--fw-medium);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
}
.about-section-wrapper .about-text-col .about-description p {
  margin-bottom: 10px;
}
.about-section-wrapper .about-text-col .about-more-link {
  margin-top: clamp(15px, 2vw, 20px);
}
.about-section-wrapper .about-text-col .about-more-link a {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  text-decoration-line: underline;
  color: var(--color-text-light);
}
.about-section-wrapper .about-text-col .about-more-link a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.about-section-wrapper .about-advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 30px);
}
.about-section-wrapper .about-advantages .advantage-item {
  background: var(--color-text-light);
  box-shadow: 4px 4px 17.4px rgba(0, 0, 0, 0.25);
  padding: 13px 15px;
}
.about-section-wrapper .about-advantages .advantage-item .advantage-number {
  font-family: "Geologica";
  font-weight: var(--fw-medium);
  font-size: clamp(22px, 2vw, 32px);
  line-height: var(--lh-base);
  color: var(--color-primary);
  margin-bottom: 5px;
}
.about-section-wrapper .about-advantages .advantage-item .advantage-text {
  font-weight: var(--fw-normal);
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
@media screen and (max-width: 1399px) {
  .about-section-wrapper {
    max-height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .about-section-wrapper {
    padding-bottom: 40px;
  }
  .about-section-wrapper .about-container {
    padding: 60px 15px 0 15px;
  }
  .about-section-wrapper .about-grid {
    gap: 30px;
    margin-bottom: 50px;
  }
  .about-section-wrapper .about-advantages {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-section-wrapper {
    max-height: none;
    background-position: center 30%;
  }
  .about-section-wrapper .about-container {
    padding: 40px 15px 0 15px;
  }
  .about-section-wrapper .about-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .about-section-wrapper .about-title-col {
    flex: auto;
    text-align: center;
  }
  .about-section-wrapper .about-text-col {
    flex: auto;
    text-align: center;
  }
  .about-section-wrapper .about-more-link {
    text-align: center;
  }
  .about-section-wrapper .about-advantages {
    gap: 16px;
  }
  .about-section-wrapper .about-advantages .advantage-item {
    text-align: center;
    padding: 12px;
  }
}
@media screen and (max-width: 576px) {
  .about-section-wrapper .about-advantages {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .about-section-wrapper .about-container {
    padding: 30px 15px 0 15px;
  }
  .about-section-wrapper .about-grid {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.specials-section .region-special-offers .block {
  overflow: hidden;
}
.specials-section .region-special-offers .block .block-title {
  float: left;
}
@media screen and (max-width: 576px) {
  .specials-section .region-special-offers .block .block-title {
    float: none;
  }
}
.specials-section .region-special-offers .block .view-header {
  float: right;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .specials-section .region-special-offers .block .view-header {
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .specials-section .region-special-offers .block .view-header {
    margin: 0 0 15px 0;
  }
}
.specials-section .region-special-offers .block .view-header a {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  text-decoration-line: underline;
  color: var(--color-primary);
}
.specials-section .region-special-offers .block .view-header a:hover {
  text-decoration: none;
}
.view-akcii .view-content {
  clear: both;
  display: flex;
  gap: clamp(16px, 3vw, 30px);
}
.view-akcii .view-content .views-row {
  flex: 1 1 calc(50% - 10px);
  position: relative;
  box-sizing: border-box;
  height: 210px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 15px 15px 15px;
}
.view-akcii .view-content .views-row .field--name-field-izobrazhenie-akcii {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.view-akcii .view-content .views-row .field--name-field-izobrazhenie-akcii img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.view-akcii .view-content .views-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 65, 47, 0) 28.75%, #1f412f 100%);
  z-index: 1;
  pointer-events: none;
}
.view-akcii .view-content .views-row .field--name-field-zagolovok,
.view-akcii .view-content .views-row .field--name-body {
  position: relative;
  z-index: 2;
  color: var(--color-text-light);
  margin: 0;
  padding: 0;
}
.view-akcii .view-content .views-row .field--name-field-zagolovok {
  font-family: "Geologica", sans-serif;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  margin-bottom: 8px;
}
.view-akcii .view-content .views-row .field--name-body p {
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: var(--lh-base);
  margin: 0;
  color: var(--color-bg-light);
}
@media screen and (max-width: 576px) {
  .view-akcii .view-content {
    flex-direction: column;
  }
  .view-akcii .views-row {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 180px;
    padding: 0 12px 12px 12px;
  }
  .view-akcii .views-row .field--name-field-zagolovok {
    margin-bottom: 6px;
  }
}
.certificates-section {
  width: 100%;
}
.certificates-section .block-content--type-nashi-sertifikaty {
  background: var(--color-bg-menu);
  display: flex;
  padding: 40px 36px 0;
}
@media screen and (max-width: 767px) {
  .certificates-section .block-content--type-nashi-sertifikaty {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-left {
  max-width: 345px;
  text-align: center;
  margin-right: clamp(20px, 8vw, 119px);
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-left img {
  display: block;
}
@media screen and (max-width: 767px) {
  .certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-left {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-left {
    width: 75%;
  }
}
@media screen and (max-width: 360px) {
  .certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-left {
    width: 100%;
  }
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right {
  flex: 1;
  max-width: 570px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right .field--name-field-ssylka {
    text-align: center;
  }
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right .field--name-field-title {
  font-family: "Geologica", sans-serif;
  font-weight: var(--fw-medium);
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: clamp(15px, 2vw, 20px);
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right .field--name-body {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: clamp(20px, 3vw, 30px);
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right .field--name-body p {
  margin-bottom: 0;
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right .field--name-field-ssylka a {
  display: inline-block;
  padding: clamp(10px, 2vw, 14px) clamp(8px, 3vw, 22px);
  background: var(--color-primary);
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  text-decoration: none;
  transition: background 0.2s;
  text-align: center;
}
.certificates-section .block-content--type-nashi-sertifikaty.block-content--view-mode-full .group-right .field--name-field-ssylka a:hover {
  background: var(--color-primary-dark);
}
.contact-section {
  background-image: url("/sites/all/themes/vesta_theme/image/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1f412f;
  opacity: 0.75;
}
.contact-section .region-contact {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 10vh, 99px) 0 clamp(40px, 10vh, 100px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 8vw, 92px);
}
@media screen and (max-width: 767px) {
  .contact-section .region-contact {
    flex-direction: column;
  }
}
.contact-section .region-contact .block-block-content {
  flex: 1;
  max-width: 608px;
}
@media screen and (max-width: 767px) {
  .contact-section .region-contact .block-block-content {
    text-align: center;
    margin: 0 auto;
  }
}
.contact-section .region-contact .block-block-content .block-title {
  font-family: "Geologica";
  font-weight: var(--fw-medium);
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  margin-bottom: clamp(15px, 2vw, 20px);
}
.contact-section .region-contact .block-block-content .field--name-body {
  font-weight: var(--fw-medium);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
}
.contact-section .region-contact .block-block-content .field--name-body p {
  margin-bottom: 0;
}
.contact-section .region-contact .block-webform {
  flex: 1;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .contact-section .region-contact .block-webform {
    margin: 0 auto;
  }
}
.contact-section .region-contact .block-webform form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 360px) {
  .contact-section .region-contact .block-webform form {
    grid-template-columns: 1fr;
  }
  .contact-section .region-contact .block-webform form .form-item-vashe-imya,
  .contact-section .region-contact .block-webform form .form-item-telefon {
    grid-column: 1 / -1 !important;
  }
}
.contact-section .region-contact .block-webform form .form-item-vashe-imya {
  grid-column: 1 / 2;
  margin-bottom: 0;
}
.contact-section .region-contact .block-webform form .form-item-telefon {
  grid-column: 2 / 3;
  margin-bottom: 0;
}
.contact-section .region-contact .block-webform form .form-item-vash-vopros {
  grid-column: 1 / -1;
}
.contact-section .region-contact .block-webform form .form-item-soglasie {
  grid-column: 1 / -1;
}
.contact-section .region-contact .block-webform form .form-actions {
  grid-column: 1 / -1;
}
.contact-section .region-contact .block-webform form input:not([type="checkbox"]),
.contact-section .region-contact .block-webform form textarea {
  width: 100%;
  padding: clamp(8px, 2vw, 13px) clamp(12px, 3vw, 23px) clamp(10px, 2vw, 15px);
  background: rgba(119, 119, 119, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  border-radius: 0;
  color: var(--color-text-light);
  opacity: 0.8;
  box-sizing: border-box;
}
.contact-section .region-contact .block-webform form input:not([type="checkbox"]):hover,
.contact-section .region-contact .block-webform form textarea:hover,
.contact-section .region-contact .block-webform form input:not([type="checkbox"]):focus,
.contact-section .region-contact .block-webform form textarea:focus {
  box-shadow: none;
}
.contact-section .region-contact .block-webform form textarea {
  height: 89px;
  resize: vertical;
}
.contact-section .region-contact .block-webform form .form-item-soglasie {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin: 7px 0;
}
@media screen and (max-width: 576px) {
  .contact-section .region-contact .block-webform form .form-item-soglasie {
    gap: 10px;
  }
}
.contact-section .region-contact .block-webform form .form-item-soglasie .form-type-checkbox {
  display: flex;
  align-items: center;
}
.contact-section .region-contact .block-webform form .form-item-soglasie input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 20px;
  margin: 0;
  background: rgba(119, 119, 119, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.contact-section .region-contact .block-webform form .form-item-soglasie input[type="checkbox"]:checked {
  border-color: var(--color-primary);
}
.contact-section .region-contact .block-webform form .form-item-soglasie input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-primary);
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: 1;
  font-weight: bold;
}
.contact-section .region-contact .block-webform form .form-item-soglasie .description {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  line-height: var(--lh-base);
  color: var(--color-text-light);
}
.contact-section .region-contact .block-webform form .form-item-soglasie .description .webform-element-description a:hover {
  text-decoration: underline;
}
.contact-section .region-contact .block-webform form input::placeholder,
.contact-section .region-contact .block-webform form textarea::placeholder {
  color: var(--color-text-light);
  opacity: 0.8;
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
}
.contact-section .region-contact .block-webform form .form-actions button {
  width: 100%;
  padding: clamp(10px, 2vw, 14px) clamp(16px, 3vw, 22px);
  background: var(--color-text-light);
  color: var(--color-primary);
  border: none;
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  cursor: pointer;
  transition: background 0.2s;
}
.contact-section .region-contact .block-webform form .form-actions button:hover {
  color: var(--color-text-light);
  background: var(--color-primary);
}
.offerings-section {
  margin-top: 153px;
}
@media screen and (max-width: 991px) {
  .offerings-section {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .offerings-section {
    margin-top: 70px;
  }
}
.offerings-list .offering-item {
  display: flex;
  gap: clamp(16px, 3vw, 30px);
  align-items: center;
  margin-bottom: clamp(25px, 4vw, 40px);
}
@media screen and (max-width: 767px) {
  .offerings-list .offering-item {
    flex-direction: column !important;
    text-align: center;
  }
}
.offerings-list .offering-item .offering-text,
.offerings-list .offering-item .offering-image {
  flex: 1;
}
.offerings-list .offering-item .offering-image img {
  width: 100%;
  height: auto;
  display: block;
}
.offerings-list .offering-item .offering-title {
  font-family: "Manrope";
  font-weight: var(--fw-medium);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text);
  padding-left: 10px;
  border-left: 2px solid var(--color-text);
  margin-bottom: clamp(15px, 2vw, 20px);
}
.offerings-list .offering-item .offering-title a {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .offerings-list .offering-item .offering-title {
    padding-left: 0;
  }
}
.offerings-list .offering-item .offering-description {
  font-weight: var(--fw-normal);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: clamp(15px, 2vw, 20px);
}
.offerings-list .offering-item .offering-link a {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  text-decoration-line: underline;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 10px);
  transition: color 0.2s ease, transform 0.2s ease;
}
.offerings-list .offering-item .offering-link a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right.svg") no-repeat center / contain;
  transition: transform 0.2s ease;
}
.offerings-list .offering-item .offering-link a:hover {
  text-decoration: none;
}
.offerings-list .offering-item .offering-link a:hover::after {
  transform: translateX(4px);
}
.offerings-list .offering-item.offering-left {
  flex-direction: row;
}
.offerings-list .offering-item.offering-right {
  flex-direction: row-reverse;
}
div#vpa-short-wrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 804px;
  max-width: calc(100% - 40px);
  background: var(--color-text-light);
  padding: 17px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  div#vpa-short-wrapper {
    flex-direction: column;
  }
}
div#vpa-short-wrapper .vpa-close-zone {
  display: none;
}
div#vpa-short-wrapper .vpa-content {
  flex: 1;
}
div#vpa-short-wrapper .vpa-content p {
  margin: 0;
  font-weight: var(--fw-medium);
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
div#vpa-short-wrapper .vpa-content p a {
  color: var(--color-primary);
  text-decoration: underline;
}
div#vpa-short-wrapper .vpa-content p a:hover {
  text-decoration: none;
}
div#vpa-short-wrapper .vpa-actions .btn {
  padding: 9px 22px 10px;
  background: var(--color-primary);
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s;
}
#footer {
  background: #1b3527;
  padding-top: 33px;
  color: var(--color-text-light);
}
@media screen and (max-width: 991px) {
  #footer .main-menu {
    width: 20%;
  }
  #footer .footer-sub {
    width: 50%;
  }
  #footer .footer-logo {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  #footer .main-menu {
    width: 50%;
  }
  #footer .footer-sub {
    width: 100%;
    gap: 10px clamp(5px, 15vw, 87px);
    flex-wrap: wrap;
    margin: 30px 0 20px;
  }
  #footer .col-company {
    max-width: 100%;
    margin-right: 0;
  }
  #footer .footer-logo {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  #footer .footer-sub {
    gap: 10px 20px;
    margin: 0;
  }
}
#footer .region-navigation .nav-item.dropdown > .nav-link.dropdown-toggle::after {
  display: none !important;
}
#footer .region-navigation .nav-item.dropdown > .dropdown-menu {
  display: none !important;
}
#footer .main-menu .nav {
  display: flex;
  flex-direction: column;
}
#footer .main-menu .nav li {
  margin-bottom: 14px;
}
#footer .main-menu .nav li a {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  padding: 0;
}
#footer .main-menu .nav li a:hover {
  color: var(--color-primary);
}
#footer .footer-contacts {
  margin: 20px 0;
}
#footer .footer-contacts a {
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
}
#footer .logo {
  width: clamp(100px, 20vw, 164px);
  object-fit: contain;
}
#footer .col-company {
  max-width: 170px;
  margin-right: clamp(10px, 5vw, 60px);
}
#footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .footer-copyright .copyright,
#footer .footer-copyright .developer,
#footer .footer-copyright .privacy-policy {
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
}
#footer .footer-copyright .developer:hover,
#footer .footer-copyright .privacy-policy:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 1199px) {
  #footer .footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .footer-copyright .col-md-3 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-copyright {
    justify-content: space-between;
    gap: 10px;
  }
  #footer .footer-copyright .developer {
    text-align: right;
  }
  #footer .footer-copyright .col-md-3 {
    width: auto;
  }
}
@media screen and (max-width: 360px) {
  #footer .footer-copyright {
    gap: 10px;
  }
  #footer .footer-copyright .col-md-3 {
    width: 100%;
  }
  #footer .footer-copyright .developer {
    text-align: left;
  }
}
#footer .footer-title {
  font-family: "Manrope", sans-serif;
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .footer-submenu {
  list-style: none;
  padding-left: 0;
}
#footer .footer-submenu li {
  margin-bottom: 10px;
}
#footer .footer-submenu li a {
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: var(--lh-small);
  color: var(--color-text-light);
  text-decoration: none;
}
#footer .footer-submenu li a:hover {
  color: var(--color-primary);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal .modal-dialog {
  max-width: 800px;
  width: 800px;
  height: 550px;
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
@media (max-width: 767.98px) {
  .modal .modal-dialog {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    height: auto;
    min-height: auto;
  }
}
.modal .modal-content {
  background: var(--color-text-light);
  border: none;
  border-radius: 0;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.modal .modal-header {
  padding: 20px 24px 0;
  background: var(--color-text-light);
  position: relative;
  text-align: center;
  border: none;
}
.modal .modal-header .modal-title {
  font-family: "Geologica", sans-serif;
  font-weight: var(--fw-medium);
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0;
  text-align: center;
  width: 100%;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: clamp(14px, 0.8vw, 16px);
  opacity: 0.5;
  transition: opacity 0.2s;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.modal .modal-header .btn-close:hover,
.modal .modal-header .btn-close:focus {
  opacity: 1;
  box-shadow: none;
}
.modal .modal-body {
  padding: 24px 24px 0;
  flex-grow: 1;
  overflow-y: auto;
  background: var(--color-text-light);
}
.modal .modal-body .message-confirmation.webform-confirmation {
  text-align: center;
  padding: 0 clamp(15px, 4vw, 30px) clamp(20px, 5vh, 40px);
}
.modal .modal-body .message-confirmation.webform-confirmation__message {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.4;
}
.modal .modal-footer {
  border: none;
  padding: 16px 24px 24px;
  background: var(--color-text-light);
  justify-content: center;
}
.modal .modal-footer .webform-button--submit {
  background: var(--color-primary);
  color: var(--color-text-light);
  border: none;
  padding: 12px 70px;
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: var(--fw-medium);
  font-family: "Geologica", sans-serif;
  border-radius: 0;
  width: auto;
  min-width: 200px;
  transition: background 0.2s;
}
.modal .modal-footer .webform-button--submit:hover {
  background: #008c44;
}
.modal .webform-submission-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .modal .webform-submission-form {
    grid-template-columns: 1fr;
  }
}
.modal .webform-submission-form .form-item {
  margin-bottom: 0;
}
.modal .webform-submission-form .form-item-name {
  grid-column: 1 / 2;
}
.modal .webform-submission-form .form-item-telefon {
  grid-column: 2 / 3;
}
.modal .webform-submission-form .form-item-question {
  grid-column: 1 / -1;
}
@media screen and (max-width: 480px) {
  .modal .webform-submission-form .form-item-telefon {
    grid-column: 1;
  }
}
.modal .webform-submission-form .form-item-privacy {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: normal;
  margin: 8px 0 0;
}
.modal .webform-submission-form .form-item-privacy .form-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 360px) {
  .modal .webform-submission-form .form-item-privacy .form-checkbox {
    width: 25px;
  }
}
.modal .webform-submission-form .form-item-privacy .form-checkbox:checked {
  border-color: var(--color-primary);
}
.modal .webform-submission-form .form-item-privacy .form-checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-primary);
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: 1;
  font-weight: bold;
}
.modal .webform-submission-form .form-item-privacy .description {
  margin: 0;
  font-size: 13px;
  color: #555;
}
.modal .webform-submission-form .form-item-privacy .description a {
  color: var(--color-primary);
  text-decoration: none;
}
.modal .webform-submission-form .form-item-privacy .description a:hover {
  text-decoration: underline;
}
.modal .webform-submission-form input:not([type="checkbox"]),
.modal .webform-submission-form textarea {
  width: 100%;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #1b3527;
  transition: border 0.2s;
}
.modal .webform-submission-form input:not([type="checkbox"]):focus,
.modal .webform-submission-form textarea:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: none;
}
.modal .webform-submission-form input:not([type="checkbox"])::placeholder,
.modal .webform-submission-form textarea::placeholder {
  color: #6c757d;
  font-weight: var(--fw-normal);
}
.modal .webform-submission-form textarea {
  resize: vertical;
  min-height: 90px;
}
.modal .webform-submission-form .form-actions {
  display: none;
}
.ui-dialog.ui-front {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 90vw;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: fixed !important;
}
.ui-dialog .ui-dialog-titlebar {
  background: #ffffff;
  border: none;
  border-radius: 0;
  padding: 20px 24px 10px;
  margin: 0;
  text-align: center;
  font-family: "Geologica", sans-serif;
  position: relative;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-family: "Geologica", sans-serif;
  font-weight: var(--fw-medium);
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: var(--lh-base);
  color: var(--color-primary);
  margin: 0;
  display: block;
  float: none;
  text-align: center;
  width: 100%;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.2s;
  z-index: 2;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
  content: "✕";
  font-size: clamp(14px, 0.8vw, 16px);
  color: #000;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  display: none;
}
.ui-dialog .ui-dialog-content {
  background: #ffffff;
  padding: 24px 24px 0 !important;
  margin: 0;
  font-size: clamp(14px, 4vw, 18px);
  overflow-y: auto;
  text-align: center;
  line-height: var(--lh-base);
  color: var(--color-text);
}
.ui-dialog .webform-confirmation-modal--content {
  padding: 10px clamp(15px, 4vw, 30px) 0 clamp(20px, 5vh, 40px) !important;
}
.ui-dialog .webform-confirmation-modal--content .message-confirmation.webform-confirmation {
  text-align: center;
}
.ui-dialog .webform-confirmation-modal--content .message-confirmation.webform-confirmation__message {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(14px, 4vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
@media (max-width: 767.98px) {
  .ui-dialog.ui-front {
    width: calc(100% - 2rem) !important;
    max-width: calc(100% - 2rem) !important;
  }
  .ui-dialog .ui-dialog-titlebar {
    min-height: auto !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 16px;
    right: 20px;
  }
  .ui-dialog .webform-confirmation-modal--content {
    padding: 0 16px 20px !important;
  }
}
.wr_content {
  margin-top: clamp(30px, 6vw, 60px);
}
.wr_content h1 {
  font-weight: var(--fw-medium);
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: clamp(15px, 2vw, 20px);
}
.wr_content h3 {
  font-weight: var(--fw-medium);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: clamp(10px, 1.5vw, 15px);
}
.wr_content p {
  font-size: clamp(14px, 2vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
.wr_content li {
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
.wr_content form.search-api-page-block-form-search {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.wr_content form.search-api-page-block-form-search .form-item-keys {
  width: 100%;
  margin: 0;
}
.wr_content form.search-api-page-block-form-search .form-item-keys input.form-search {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 1px solid var(--color-border);
  border-radius: 0;
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: 1.4;
  background-color: transparent;
  transition: border-color 0.2s;
}
.wr_content form.search-api-page-block-form-search .form-item-keys input.form-search:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: none;
}
.wr_content form.search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  margin: 0;
}
.wr_content form.search-api-page-block-form-search .form-actions .search-form__submit {
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/search.svg") center no-repeat;
  background-size: 20px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.wr_content form.search-api-page-block-form-search .form-actions .search-form__submit:hover {
  opacity: 1;
}
.wr_content .view-nashi-raboty .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 30px);
}
@media screen and (max-width: 576px) {
  .wr_content .view-nashi-raboty .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wr_content .view-nashi-raboty .view-content .views-row {
  margin: 0;
}
.wr_content .view-nashi-raboty .view-content .views-row .media .field--name-field-media-image a {
  display: block;
  line-height: 0;
}
.wr_content .view-nashi-raboty .view-content .views-row .media .field--name-field-media-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.wr_content .view-nashi-raboty .view-content .views-row .media .field--name-field-media-image img:hover {
  transform: scale(1.02);
}
.wr_content .view-tehnicheskie-uslugi {
  margin-bottom: 60px;
}
.wr_content .view-tehnicheskie-uslugi .view-footer {
  display: none;
}
.wr_content .view-services .grid-col--header h2 {
  display: none;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 3vw, 17px);
  bottom: 1px;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: clamp(8px, 2vw, 14px);
  height: clamp(8px, 2vw, 14px);
  background: var(--color-border);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.swiper-button-prev,
.swiper-button-next {
  background-color: var(--color-primary);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.2s;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg,
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--color-primary-dark);
}
.swiper-button-prev {
  background-image: url("/sites/all/themes/vesta_theme/image/swiper-left.svg");
}
.swiper-button-next {
  background-image: url("/sites/all/themes/vesta_theme/image/swiper-right.svg");
}
.works-section {
  overflow: hidden;
  position: relative;
}
.works-section .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.works-section .block-title,
.works-section .view-header {
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 30px;
}
.works-section .block-title {
  margin-bottom: 0;
  margin-top: 0;
}
.works-section .view-header {
  margin-top: -60px;
  text-align: right;
  pointer-events: auto;
}
@media screen and (max-width: 576px) {
  .works-section .view-header {
    margin-top: -15px;
    margin-right: 15px;
  }
}
.works-section .view-header a {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  text-decoration-line: underline;
  color: var(--color-primary);
}
.works-section .view-header a:hover {
  text-decoration: none;
}
.works-section .region-works,
.works-section .block,
.works-section .views-element-container,
.works-section .view,
.works-section > .container > .region-works,
.works-section .view-content {
  overflow: visible;
}
.works-section .view > .view-content,
.works-section .views-element-container > div > .view > .view-content {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.works-section .mySwiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .works-section .mySwiper {
    padding-bottom: 40px;
  }
}
.works-section .swiper-wrapper {
  align-items: stretch;
}
.works-section .swiper-slide {
  height: auto;
  opacity: 0.35;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.works-section .swiper-slide-prev,
.works-section .swiper-slide-active,
.works-section .swiper-slide-next {
  opacity: 1;
}
.works-section .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.works-section .works-slider-nav.container {
  max-width: var(--container-max-width);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.works-section .works-slider-nav {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
}
.works-section .works-slider-nav .swiper-button-prev,
.works-section .works-slider-nav .swiper-button-next {
  pointer-events: auto;
}
.works-section .swiper-button-prev,
.works-section .swiper-button-next {
  width: 40px;
  height: 40px;
}
.works-section .swiper-button-prev {
  left: 5px;
}
.works-section .swiper-button-next {
  right: 5px;
}
.node--type-uslugi.node--view-mode-full .service-two-columns {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  gap: 40px;
  margin-bottom: clamp(25px, 4vw, 40px);
  align-items: start;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery {
  width: 100%;
  max-width: 470px;
  overflow: hidden;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper {
  position: relative;
  width: 100%;
  max-width: 470px;
  overflow: hidden;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-button-prev,
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: 11px;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-button-prev {
  left: 15px;
  right: auto;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-button-next {
  right: 15px;
  left: auto;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-pagination {
  bottom: 10px;
  gap: clamp(8px, 1.5vw, 10px);
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-wrapper {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper img {
  display: block;
  width: 100%;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-info {
  flex: 1;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-body {
  font-weight: var(--fw-normal);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-field-advantages {
  font-weight: var(--fw-normal);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-top: clamp(20px, 3vw, 30px);
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-field-advantages ul li {
  margin-bottom: 8px;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-field-advantages ul li:last-child {
  margin-bottom: 0;
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-info .request-btn-wrapper {
  margin-top: clamp(20px, 3vw, 30px);
}
.node--type-uslugi.node--view-mode-full .service-two-columns .service-info .request-btn-wrapper .btn-primary {
  padding: clamp(10px, 2vw, 14px) clamp(16px, 3vw, 22px);
  background: var(--color-bg-light);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.node--type-uslugi.node--view-mode-full .service-characteristics {
  margin-top: clamp(25px, 4vw, 40px);
}
.node--type-uslugi.node--view-mode-full .service-characteristics .characteristics-title {
  font-weight: var(--fw-medium);
  font-size: clamp(28px, 2.5vw, 40px);
  margin-bottom: clamp(20px, 3vw, 30px);
}
.node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics {
  display: grid;
  grid-template-columns: repeat(2, 570px);
  gap: 0 clamp(16px, 3vw, 30px);
  max-width: 100%;
  justify-content: start;
}
.node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  padding: 12px 0 13px;
  margin: 0;
}
.node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__label {
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
  opacity: 0.5;
  flex: 1;
}
.node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__item {
  font-weight: var(--fw-medium);
  font-size: clamp(14px, 1vw, 18px);
  line-height: var(--lh-base);
  color: var(--color-text);
  text-align: right;
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .node--type-uslugi.node--view-mode-full .service-two-columns {
    gap: 30px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery {
    max-width: 100%;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper {
    max-width: 100%;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-body,
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-field-advantages {
    font-size: 16px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .request-btn-wrapper .btn-primary {
    padding: 12px 20px;
    font-size: 16px;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field {
    padding: 10px 0;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__label,
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-uslugi.node--view-mode-full .service-two-columns {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 30px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-button-prev,
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-button-next {
    width: 25px;
    height: 25px;
    background-size: 9px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-gallery .service-gallery-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-body,
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-field-advantages {
    font-size: 15px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-field-advantages {
    margin-top: 20px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .request-btn-wrapper {
    margin-top: 20px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .request-btn-wrapper .btn-primary {
    padding: 10px 18px;
    font-size: 15px;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics {
    margin-top: 30px;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .characteristics-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field {
    flex-wrap: wrap;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__label {
    flex: 1 1 100%;
    margin-bottom: 5px;
    opacity: 0.7;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__item {
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .node--type-uslugi.node--view-mode-full .service-two-columns {
    gap: 20px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-body,
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .field--name-field-advantages {
    font-size: 14px;
  }
  .node--type-uslugi.node--view-mode-full .service-two-columns .service-info .request-btn-wrapper .btn-primary {
    width: 100%;
    text-align: center;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .characteristics-title {
    font-size: 24px;
  }
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__label,
  .node--type-uslugi.node--view-mode-full .service-characteristics .group-characteristics .field .field__item {
    font-size: 14px;
  }
}
.page-node-type-uslugi #block-vesta-theme-page-title {
  display: none;
}
.view-news .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 30px);
}
.view-news .view-content .views-row {
  flex: 1 1 calc(50% - 15px);
  position: relative;
  box-sizing: border-box;
  min-height: 210px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row {
    flex: 1 1 100%;
    min-height: auto;
  }
}
.view-news .view-content .views-row .field--name-field-image-news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.view-news .view-content .views-row .field--name-field-image-news img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.view-news .view-content .views-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 65, 47, 0) 28.75%, #1f412f 100%);
  z-index: 1;
  pointer-events: none;
}
.view-news .view-content .views-row .content {
  min-height: 210px;
  position: relative;
  z-index: 2;
  padding: 15px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.view-news .view-content .views-row .field--name-node-title h2 {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  margin: 0 0 10px 0;
}
.view-news .view-content .views-row .field--name-node-title h2 a {
  color: var(--color-text-light);
  text-decoration: none;
}
.view-news .view-content .views-row .field--name-node-title h2 a:hover {
  text-decoration: underline;
}
.view-news .view-content .views-row time {
  font-size: clamp(12px, 0.8vw, 14px);
  opacity: 0.8;
  color: var(--color-bg-light);
}
.view-news .view-content .views-row .field--name-body p {
  font-weight: var(--fw-normal);
  font-size: clamp(12px, 0.8vw, 14px);
  line-height: var(--lh-base);
  color: var(--color-text-light);
  margin-top: 5px;
}
.view-news .view-content .views-row .field--name-node-link {
  margin-top: 5px;
  margin-left: auto;
}
.view-news .view-content .views-row .field--name-node-link a {
  color: var(--color-text-light);
  text-decoration: underline;
  font-size: clamp(13px, 1.3vw, 16px);
  padding-bottom: 2px;
}
.view-news .view-content .views-row .field--name-node-link a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.node--type-news.node--view-mode-full .field--type-image {
  margin: 0 15px 10px 0;
  float: left;
}
.node--type-news.node--view-mode-full .field--name-body {
  margin-bottom: 15px;
}
.node--type-news.node--view-mode-full time {
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 576px) {
  .node--type-news.node--view-mode-full {
    float: none;
  }
}
.form-item--error-message,
.error.form-item--error-message {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  color: #e74c3c;
  margin-top: 5px;
}
input.error,
textarea.error,
select.error {
  border-color: #e74c3c !important;
  background-color: rgba(231, 76, 60, 0.05);
  transition: border-color 0.2s;
}
input.error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #e74c3c;
  outline: none;
  box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}
.form-checkbox.error {
  outline: 1px solid #e74c3c;
}
.has-error {
  position: relative;
}
#soglasie-error {
  display: none !important;
}
.view-socialnoe-razvitie .block-content--type-socialnoe-razvitie {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.view-socialnoe-razvitie .field--name-field-photographya {
  width: 100%;
  overflow: hidden;
}
.view-socialnoe-razvitie .field--name-field-photographya img {
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.view-socialnoe-razvitie .field--name-field-title-block {
  font-weight: var(--fw-medium);
  font-size: clamp(20px, 2vw, 28px);
  line-height: var(--lh-large);
  color: var(--color-text);
  margin-bottom: 8px;
  padding: 0;
  font-family: "Geologica", sans-serif;
}
.view-socialnoe-razvitie .field--name-body {
  font-weight: normal;
  font-size: clamp(14px, 1vw, 16px);
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: clamp(16px, 3vw, 24px);
  flex: 1;
}
.view-socialnoe-razvitie .field--name-body p {
  margin-bottom: 12px;
}
.view-socialnoe-razvitie .field--name-body p:last-child {
  margin-bottom: 0;
}
.view-socialnoe-razvitie .field--name-body ul,
.view-socialnoe-razvitie .field--name-body ol {
  margin: 8px 0 12px;
  padding-left: 20px;
}
.view-socialnoe-razvitie .field--name-body li {
  margin-bottom: 6px;
}
.node--type-tehnicheskie-uslugi.node--type-news.node--view-mode-full {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
}
.node--type-tehnicheskie-uslugi.node--type-news.node--view-mode-full .group-left,
.node--type-tehnicheskie-uslugi.node--type-news.node--view-mode-full .group-right {
  flex: 1;
  min-width: 0;
}
.node--type-tehnicheskie-uslugi.node--type-news.node--view-mode-full .group-right .field--name-field-fotografiya img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .node--type-tehnicheskie-uslugi.node--type-news.node--view-mode-full {
    flex-direction: column;
    gap: 20px;
  }
  .node--type-tehnicheskie-uslugi.node--type-news.node--view-mode-full .group-left,
  .node--type-tehnicheskie-uslugi.node--type-news.node--view-mode-full .group-right {
    width: 100%;
    flex: auto;
  }
}
.works-section .mySwiper,
.service-gallery .service-gallery-swiper {
  visibility: hidden;
}
.works-section .mySwiper.swiper-initialized,
.service-gallery .service-gallery-swiper.swiper-initialized {
  visibility: visible;
}
.node--type-sertifikat .group-image:not(.swiper-initialized) {
  visibility: hidden;
  min-height: 200px;
}
.node--type-sertifikat .group-image.swiper-initialized {
  visibility: visible;
}
#privacy-error {
  display: none !important;
}
.node--type-sertifikat {
  overflow: visible;
}
.node--type-sertifikat .group-image {
  margin: clamp(20px, 4vw, 30px) 0 30px;
  position: relative;
  overflow: visible;
}
.node--type-sertifikat .group-image .certificate-swiper-wrapper {
  position: relative;
  overflow: visible;
}
.node--type-sertifikat .group-image .certificate-swiper-wrapper .certificate-swiper {
  overflow: hidden;
}
.node--type-sertifikat .group-image .certificate-swiper-wrapper .certificate-swiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-prev,
.node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(36px, 5vw, 40px);
  height: clamp(36px, 5vw, 40px);
  z-index: 10;
}
.node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 1199px) {
  .node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-prev {
    left: -10px;
  }
}
.node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 1199px) {
  .node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-sertifikat .group-image .certificate-swiper-wrapper .swiper-button-next {
    right: -10px;
  }
}
.node--type-sertifikat .group-image .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: clamp(20px, 4vw, 30px);
}
.mapContainer {
  margin-top: clamp(16px, 2vw, 20px);
}
.mapContainer iframe {
  height: clamp(260px, 35vw, 400px) !important;
}
