:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
.ajax-progress,
.ajax-progress-throbber {
  display: none !important;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  padding-top: 0 !important;
  background-color: #131313;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
.header-hero {
  flex: 0 0 auto;
}
#main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
}
.site-footer {
  flex: 0 0 auto;
  margin-top: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
html {
  scroll-behavior: smooth;
}
p:last-child {
  margin-bottom: 0 !important;
}
a {
  color: inherit;
  text-decoration: none;
}
#scrollToTop {
  position: fixed;
  right: clamp(12px, 1.5vw, 28px);
  bottom: clamp(30px, 9vw, 172px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(88px, 6.4vw, 123px);
  height: clamp(88px, 6.4vw, 123px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  outline: 0;
  color: #ffffff;
  background-color: #111111;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
#scrollToTop .scroll-top__svg {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
#scrollToTop .scroll-top__text {
  fill: #ffffff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 200;
  letter-spacing: clamp(2px, 0.26vw, 5px);
  text-transform: uppercase;
  transform-origin: 84px 84px;
  transform-box: view-box;
  will-change: transform;
}
#scrollToTop .scroll-top__circle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 3.5vw, 67px);
  height: clamp(48px, 3.5vw, 67px);
  border-radius: 50%;
  background-color: #ffffff;
  transition: transform 0.25s ease;
}
#scrollToTop .scroll-top__circle img {
  display: block;
  width: clamp(36px, 2.7vw, 52px);
  height: clamp(36px, 2.7vw, 52px) !important;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #ffffff;
}
.site-header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 225px;
  background: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0) 100%);
  content: "";
  pointer-events: none;
}
.site-header__top {
  border-bottom: 1px solid #40352B;
  padding: 30px 0 21px;
}
.site-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo {
  display: flex;
  flex: 0 0 270px;
  align-items: center;
}
.site-header__logo-image {
  display: block;
  width: auto;
  max-width: 270px;
  max-height: 59px;
  object-fit: contain;
}
.site-header__contacts {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.4vw, 46px);
}
.site-header__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-header__contact-label {
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #8F8F8F;
}
.site-header__phone {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  line-height: 24px;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.site-header__phone:hover,
.site-header__phone:focus-visible {
  color: #ffffff;
  opacity: 0.75;
}
.site-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(16px, 1.6vw, 30px);
}
.site-header__socials {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.4vw, 27px);
}
.site-header__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background: transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.site-header__social img,
.site-header__social svg {
  display: block;
  width: 22px;
  height: 13px !important;
  object-fit: contain;
}
.site-header__social:hover,
.site-header__social:focus-visible {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}
.site-header__search {
  position: relative;
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
}
.site-header__search form {
  position: relative;
  width: 41px;
  height: 41px;
  margin: 0;
}
.site-header__search .search-form {
  position: relative;
  width: 41px;
  height: 41px;
}
.site-header__search .form-item-keys {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 41px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: width 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
}
.site-header__search input[type="search"],
.site-header__search input[type="text"] {
  display: block;
  width: 100%;
  height: 41px;
  padding: 0 50px 0 15px;
  border: 1px solid #ffffff;
  border-radius: 21px;
  outline: 0;
  color: #ffffff;
  background-color: rgba(10, 10, 10, 0.95);
}
.site-header__search input[type="search"]::placeholder,
.site-header__search input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.site-header__search input[type="submit"],
.site-header__search button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 41px;
  height: 41px;
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.site-header__search input[type="submit"]:hover,
.site-header__search button[type="submit"]:hover,
.site-header__search input[type="submit"]:focus-visible,
.site-header__search button[type="submit"]:focus-visible {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}
.site-header__search.is-open .form-item-keys {
  width: 250px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header__calculator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  border: 1px solid #FFFFFF;
  border-radius: 156px;
  color: #ffffff;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.site-header__calculator:hover,
.site-header__calculator:focus-visible {
  color: #131313 !important;
  border-color: #ffffff;
  background-color: #ffffff;
}
.site-header__bottom-inner {
  display: flex;
  align-items: center;
}
.site-header__navigation {
  width: 100%;
}
.site-header__navigation > div,
.site-header__navigation > ul,
.site-header__navigation .menu {
  margin: 0;
  padding: 0;
}
.site-header__navigation ul {
  display: flex;
  align-items: center;
  gap: 37px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__navigation li.menu-item--active-trail > a {
  color: #ffffff;
}
.site-header__navigation li.menu-item--active-trail > a::after {
  opacity: 1;
  transform: scaleX(1);
}
.site-header__navigation li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 20;
  display: block;
  min-width: 210px;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(15, 14, 13, 0.98);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.site-header__navigation li > ul li {
  width: 100%;
}
.site-header__navigation li > ul a {
  padding: 8px 15px;
}
.site-header__navigation li > ul a::after {
  display: none;
}
.site-header__navigation li > ul a:hover,
.site-header__navigation li > ul a:focus-visible {
  background-color: rgba(255, 255, 255, 0.08);
}
.site-header__navigation li:hover > ul,
.site-header__navigation li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header__navigation a {
  position: relative;
  display: block;
  padding: 15px 0 1px;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.site-header__navigation a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #ffffff;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  border: none;
  transform-origin: left center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-header__navigation a:hover,
.site-header__navigation a:focus-visible,
.site-header__navigation a.is-active,
.site-header__navigation a.active,
.site-header__navigation a:disabled {
  color: #ffffff;
}
.site-header__navigation a:hover::after,
.site-header__navigation a:focus-visible::after,
.site-header__navigation a.is-active::after,
.site-header__navigation a.active::after,
.site-header__navigation a:disabled::after {
  opacity: 1;
  transform: scaleX(1);
}
.site-header a,
.site-header button,
.site-header input {
  -webkit-tap-highlight-color: transparent;
}
.site-header a:focus,
.site-header a:active,
.site-header button:focus,
.site-header button:active,
.site-header input:focus,
.site-header input:active {
  outline: none;
  box-shadow: none;
}
.site-header a:link,
.site-header a:hover,
.site-header a:focus,
.site-header a:active {
  color: #ffffff;
}
.site-header .dropdown-item.active,
.site-header .dropdown-item:active,
.site-header .dropdown-item.focus,
.site-header .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.08);
}
.site-header-mobile {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  color: #ffffff;
  background: #131313;
}
.site-header-mobile__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
}
.site-header-mobile__logo {
  display: block;
  max-width: 190px;
}
.site-header-mobile__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 46px;
}
@media screen and (max-width: 480px) {
  .site-header-mobile__phone {
    display: none;
  }
}
.site-header-mobile__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}
.site-header-mobile__menu img {
  display: block;
  width: 24px;
  height: 24px;
}
.site-offcanvas {
  color: #ffffff;
  background: #131313;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.site-offcanvas__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.site-offcanvas__logo {
  display: block;
  max-width: 190px;
}
.site-offcanvas__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
}
.site-offcanvas__close {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.site-offcanvas__close::before,
.site-offcanvas__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: #ffffff;
  content: "";
}
.site-offcanvas__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-offcanvas__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-offcanvas__close:hover,
.site-offcanvas__close:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  outline: 0;
}
.site-offcanvas__body {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 78px);
  padding: 20px;
  overflow-y: auto;
}
.site-offcanvas__search form {
  position: relative;
  margin: 0;
}
.site-offcanvas__search .form-item {
  margin: 0;
}
.site-offcanvas__search .form-type-search {
  width: 100%;
}
.site-offcanvas__search input[type="search"],
.site-offcanvas__search input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 0 52px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  outline: 0;
  color: #ffffff;
  background: transparent;
}
.site-offcanvas__search input[type="search"]::placeholder,
.site-offcanvas__search input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.site-offcanvas__search input[type="search"]:focus,
.site-offcanvas__search input[type="text"]:focus {
  border-color: #ffffff;
}
.site-offcanvas__search input[type="submit"],
.site-offcanvas__search button[type="submit"] {
  position: absolute;
  top: 35%;
  right: 3px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  background: transparent url("/sites/all/themes/vesta_theme/image/icons/search.svg") center / 20px 20px no-repeat;
  transform: translateY(-50%);
}
.site-offcanvas__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
.site-offcanvas__navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.site-offcanvas__navigation li > a {
  position: relative;
  display: block;
  padding: 14px 36px 14px 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.site-offcanvas__navigation li > a:hover,
.site-offcanvas__navigation li > a:focus-visible,
.site-offcanvas__navigation li > a.is-active,
.site-offcanvas__navigation li > a.active {
  color: #ffffff;
  background-color: transparent;
}
.site-offcanvas__navigation li.dropdown > a {
  padding-right: 48px;
}
.site-offcanvas__navigation li.dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  border: 0;
  background: url("/sites/all/themes/vesta_theme/image/icons/down.svg") center / 18px 18px no-repeat;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.site-offcanvas__navigation li.dropdown.is-open > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.site-offcanvas__navigation li > ul,
.site-offcanvas__navigation li > .dropdown-menu {
  position: static;
  display: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 0 12px 16px;
  border: 0;
  background: transparent;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-offcanvas__contacts {
  display: grid;
  gap: 18px;
  margin: 28px 0;
}
.site-offcanvas__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.site-offcanvas__contact-label {
  color: #8f8f8f;
  font-size: 13px;
  line-height: 18px;
}
.site-offcanvas__contact-value {
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  word-break: break-word;
}
a.site-offcanvas__contact-value {
  transition: opacity 0.2s ease;
}
a.site-offcanvas__contact-value:hover,
a.site-offcanvas__contact-value:focus-visible {
  color: #ffffff;
  opacity: 0.7;
}
.site-offcanvas__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 10px;
}
.site-offcanvas__social {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}
.site-offcanvas__social img {
  display: block;
  width: 22px;
  height: 14px;
  object-fit: contain;
}
.site-offcanvas__calculator {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.site-offcanvas__calculator:hover,
.site-offcanvas__calculator:focus-visible {
  color: #131313;
  background: #ffffff;
}
.offcanvas-backdrop {
  background: #000000;
}
.offcanvas-backdrop.show {
  opacity: 0.65;
}
.header-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-color: #151310;
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%), url("/sites/all/themes/vesta_theme/image/banner.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.header-hero .site-header {
  position: relative;
  z-index: 2;
  background: transparent;
}
.header-hero .hero {
  position: relative;
  z-index: 1;
  min-height: clamp(380px, 26vw, 500px);
  padding: clamp(100px, 8.300000000000001vw, 160px) 0 clamp(40px, 3.2vw, 61px);
  background: transparent;
}
.header-hero .hero .container {
  position: relative;
  z-index: 2;
}
.banner {
  position: relative;
  text-align: center;
}
.banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: clamp(992px, 61vw, 1170px);
  margin: 0 auto;
  padding-bottom: clamp(180px, 15.3vw, 293px);
}
.banner__title {
  margin: 0 0 clamp(18px, 1.5vw, 28px);
  font-weight: 700;
  font-size: clamp(32px, 3vw, 57px);
  line-height: clamp(46px, 4vw, 76px);
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.banner__description {
  max-width: clamp(560px, 37.5vw, 720px);
  margin: 0 auto clamp(24px, 2vw, 38px);
  font-size: clamp(16px, 0.95vw, 18px);
  line-height: clamp(23px, 1.35vw, 26px);
  text-align: center;
  color: #ffffff;
}
.banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.6vw, 30px);
}
@media screen and (max-width: 575px) {
  .banner__actions {
    flex-direction: column;
    width: 100%;
  }
}
.banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(15px, 1.05vw, 20px) clamp(24px, 2.1vw, 40px);
  border: 1px solid #ffffff;
  border-radius: 156px;
  font-weight: 700;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: clamp(20px, 1.25vw, 24px);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 575px) {
  .banner__button {
    width: 100%;
  }
}
.banner__button--primary {
  color: #131313;
  background-color: #ffffff;
}
.banner__button--primary:hover,
.banner__button--primary:focus-visible {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.banner__button--outline {
  color: #ffffff;
  background-color: transparent;
}
.banner__button--outline:hover,
.banner__button--outline:focus-visible {
  color: #131313;
  border-color: #ffffff;
  background-color: #ffffff;
}
.banner__scroll {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  display: block;
  width: clamp(130px, 9.9vw, 190px);
  height: clamp(130px, 9.9vw, 190px);
  color: #ffffff;
  text-decoration: none;
  transform: translateX(-50%);
}
.banner__scroll-text {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}
.banner__scroll-text-svg {
  display: block;
  width: 100%;
  height: 100% !important;
  overflow: visible;
}
.banner__scroll-ring {
  fill: none;
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 1.5px;
}
.banner__scroll-label {
  fill: currentColor;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 200;
  line-height: clamp(18px, 1.25vw, 24px);
  letter-spacing: clamp(1px, 0.1vw, 2px);
  text-transform: uppercase;
  transform-origin: 104px 107px;
  transform-box: view-box;
  will-change: transform;
}
.banner__scroll-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.banner__scroll-icon img {
  display: block;
  width: clamp(36px, 2.7vw, 52px);
  height: auto;
  transition: transform 0.3s ease;
}
.banner__scroll:hover .banner__scroll-icon img {
  transform: translateY(clamp(3px, 0.3vw, 6px));
}
.vpa-container {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  font-family: "Geologica", sans-serif;
}
.vpa-container .vpa-wrapper {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 16px 43px 16px 38px;
  border-radius: 22px;
  background-color: #ffffff;
  pointer-events: auto;
}
.vpa-container .vpa-wrapper.vpa-slide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.vpa-container .vpa-wrapper.vpa-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.vpa-container .vpa-short {
  display: block;
}
.vpa-container .vpa-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.vpa-container .vpa-close-zone {
  display: none;
}
.vpa-container .vpa-content {
  flex: 1 1 auto;
  max-width: 466px;
}
.vpa-container .vpa-content p {
  font-size: 14px;
  line-height: 18px;
  color: #333638;
}
.vpa-container .vpa-content a {
  color: #333638;
  transition: opacity 0.2s ease;
}
.vpa-container .vpa-content a:hover,
.vpa-container .vpa-content a:focus-visible {
  opacity: 0.7;
}
.vpa-container .vpa-actions {
  flex: 0 0 auto;
}
.vpa-container #vpa-btn-ok,
.vpa-container .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #131313;
  background: #FFFFFF;
  border-radius: 43px;
  padding: 12px 24px 15px 24px;
  box-shadow: none;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #131313;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.vpa-container #vpa-btn-ok:hover,
.vpa-container .btn:hover,
.vpa-container #vpa-btn-ok:focus-visible,
.vpa-container .btn:focus-visible {
  color: #ffffff;
  border-color: #202020;
  background-color: #202020;
}
.vpa-container #vpa-btn-ok:active,
.vpa-container .btn:active {
  transform: translateY(1px);
}
#block-vesta-theme-benefits {
  position: relative;
  padding: 0 0 clamp(72px, 7vw, 134px);
}
#block-vesta-theme-benefits .field--name-field-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  filter: drop-shadow(-1px clamp(-28px, -1.45vw, -16px) clamp(28px, 2.35vw, 44.9px) rgba(102, 83, 64, 0.33));
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-benefits .field--name-field-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-benefits .field--name-field-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
#block-vesta-theme-benefits .paragraph {
  height: 100%;
  min-height: clamp(132px, 8.199999999999999vw, 157px);
  padding: clamp(18px, 1.25vw, 24px) clamp(10px, 0.65vw, 12px) clamp(20px, 1.35vw, 26px) clamp(16px, 1.25vw, 24px);
  border-radius: clamp(14px, 1.15vw, 22px);
  background: #131313;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
#block-vesta-theme-benefits .paragraph .field--name-field-benefit-title {
  max-width: 137px;
  margin: 0 0 clamp(6px, 0.5vw, 9px);
  color: #ffffff;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: clamp(19px, 1.15vw, 22px);
  letter-spacing: clamp(0.4px, 0.04vw, 0.8px);
  text-transform: uppercase;
}
#block-vesta-theme-benefits .paragraph .field--name-field-benefit-description {
  color: #8f8f8f;
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: clamp(17px, 0.95vw, 18px);
}
#block-vesta-theme-benefits .paragraph .field--name-field-benefit-description span {
  color: inherit;
}
.partners {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: clamp(96px, 9.300000000000001vw, 179px) 0 clamp(140px, 12.9vw, 248px);
  overflow: visible;
}
.partners::before {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: clamp(-90px, -4.7vw, -48px);
  z-index: 0;
  width: 100vw;
  background-image: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0) 35%), url("/sites/all/themes/vesta_theme/image/partners.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 100% 100%, cover;
  content: "";
  pointer-events: none;
  transform: translateX(50%);
}
.partners::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100vw;
  height: clamp(220px, 16.7vw, 320px);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.25) 35%, rgba(19, 19, 19, 0.75) 70%, #131313 100%);
  content: "";
  pointer-events: none;
  transform: translateX(50%);
}
.partners > * {
  position: relative;
  z-index: 2;
}
#block-vesta-theme-proposal-for-clients,
#block-vesta-theme-proposal {
  position: relative;
}
#block-vesta-theme-proposal-for-clients .field--name-field-proposal-clients,
#block-vesta-theme-proposal .field--name-field-proposal-clients {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 30px);
  overflow: hidden;
}
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients {
  min-height: clamp(360px, 24.6vw, 473px);
  padding: clamp(32px, 2.9vw, 56px) clamp(28px, 2.9vw, 56px) clamp(32px, 2.9vw, 56px) clamp(28px, 2.65vw, 51px);
  border-radius: clamp(16px, 1.15vw, 22px);
  background: rgba(19, 19, 19, 0.76);
}
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-overtitle,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients .field--name-field-overtitle {
  margin-bottom: clamp(16px, 1.25vw, 24px);
  color: #ffffff;
  font-size: clamp(13px, 0.85vw, 16px);
  font-weight: 100;
  line-height: clamp(20px, 1.25vw, 24px);
  letter-spacing: clamp(4px, 0.52vw, 10px);
  text-transform: uppercase;
}
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-proposal-title,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients .field--name-field-proposal-title {
  margin-bottom: clamp(16px, 1.25vw, 24px);
  color: #ffffff;
  font-size: clamp(24px, 1.7vw, 32px);
  line-height: clamp(30px, 2.1vw, 40px);
}
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-proposal-body,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients .field--name-field-proposal-body {
  margin-bottom: clamp(20px, 1.45vw, 28px);
  color: #8f8f8f;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: clamp(21px, 1.25vw, 24px);
}
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-proposal-body span,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients .field--name-field-proposal-body span {
  color: inherit;
}
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-proposal-link a,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients .field--name-field-proposal-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(15px, 1.05vw, 20px) clamp(24px, 2.1vw, 40px);
  border: 1px solid #ffffff;
  border-radius: 156px;
  color: #ffffff;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 700;
  line-height: clamp(20px, 1.25vw, 24px);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:hover,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:hover,
#block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:focus-visible,
#block-vesta-theme-proposal .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:focus-visible {
  color: #131313;
  border-color: #ffffff;
  background-color: #ffffff;
}
#block-vesta-theme-proposal-for-clients .field__item:nth-child(2) .paragraph--type--proposals-for-clients,
#block-vesta-theme-proposal .field__item:nth-child(2) .paragraph--type--proposals-for-clients {
  border-radius: clamp(16px, 1.15vw, 22px);
  background: rgba(255, 255, 255, 0.9399999999999999);
}
#block-vesta-theme-proposal-for-clients .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-overtitle,
#block-vesta-theme-proposal .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-overtitle,
#block-vesta-theme-proposal-for-clients .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-title,
#block-vesta-theme-proposal .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-title {
  color: #131313;
}
#block-vesta-theme-proposal-for-clients .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-body,
#block-vesta-theme-proposal .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-body {
  color: #4b4b4b;
}
#block-vesta-theme-proposal-for-clients .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-link a,
#block-vesta-theme-proposal .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-link a {
  color: #131313;
  border-color: #131313;
  background-color: transparent;
}
#block-vesta-theme-proposal-for-clients .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:hover,
#block-vesta-theme-proposal .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:hover,
#block-vesta-theme-proposal-for-clients .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:focus-visible,
#block-vesta-theme-proposal .field__item:nth-child(2) .paragraph--type--proposals-for-clients .field--name-field-proposal-link a:focus-visible {
  color: #ffffff;
  border-color: #131313;
  background-color: #131313;
}
@media screen and (max-width: 991px) {
  .partners {
    padding: clamp(72px, 10vw, 110px) 0 clamp(100px, 14vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-proposal-for-clients .field--name-field-proposal-clients {
    grid-template-columns: 1fr;
  }
  #block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients {
    min-height: 0;
  }
}
@media screen and (max-width: 575px) {
  .partners {
    padding: 64px 0 96px;
  }
  .partners::before {
    bottom: -40px;
    background-position: center, 58% center;
  }
  .partners::after {
    height: 180px;
  }
  #block-vesta-theme-proposal-for-clients .field--name-field-proposal-clients {
    gap: 12px;
  }
  #block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients {
    padding: 24px 20px;
  }
  #block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-overtitle {
    letter-spacing: 4px;
  }
  #block-vesta-theme-proposal-for-clients .paragraph--type--proposals-for-clients .field--name-field-proposal-link a {
    width: 100%;
  }
}
.callback_front {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: clamp(64px, 5.8vw, 111px);
  color: #ffffff;
  background-color: #131313;
}
.callback_front .container {
  position: relative;
  z-index: 2;
}
.callback-form {
  width: 100%;
  /*
   * Десктоп:
   *
   * | Имя     | Компания | Город |
   * | Телефон            | Почта |
   */
}
.callback-form .form-item--error-message,
.callback-form .alert,
.callback-form .messages,
.callback-form .webform-submission-form .messages {
  display: none;
}
.callback-form .form-item--error input,
.callback-form .form-item--error textarea,
.callback-form .form-item--error select {
  border-color: #d93025;
}
.callback-form input.error,
.callback-form textarea.error,
.callback-form select.error,
.callback-form input[aria-invalid="true"],
.callback-form textarea[aria-invalid="true"],
.callback-form select[aria-invalid="true"] {
  border-color: #d93025;
}
.callback-form input:focus,
.callback-form textarea:focus,
.callback-form select:focus {
  outline: 0;
  box-shadow: none;
}
.callback-form input.error:focus,
.callback-form textarea.error:focus,
.callback-form select.error:focus,
.callback-form input[aria-invalid="true"]:focus,
.callback-form textarea[aria-invalid="true"]:focus,
.callback-form select[aria-invalid="true"]:focus {
  border-color: #d93025;
}
.callback-form .form-type-checkbox.form-item--error input[type="checkbox"] {
  border-color: #d93025;
}
.callback-form__head {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 1.95vw, 37px);
  margin-bottom: clamp(36px, 3.4vw, 65px);
}
.callback-form__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 400;
  line-height: clamp(36px, 2.45vw, 47px);
  letter-spacing: -1.28px;
}
.callback-form__intro {
  max-width: 573px;
  color: #8f8f8f;
  font-size: clamp(15px, 0.85vw, 16px);
  line-height: clamp(22px, 1.25vw, 24px);
}
.callback-form__fields {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: clamp(14px, 1vw, 20px) clamp(16px, 1.6vw, 30px);
}
.callback-form__field {
  min-width: 0;
  /*
     * Первая строка:
     * каждое поле занимает 2 из 6 колонок.
     */
  /*
     * Вторая строка:
     * каждое поле занимает 3 из 6 колонок.
     */
  /*
     * Управляем порядком через классы,
     * а не через положение элемента в HTML.
     */
}
.callback-form__field--name,
.callback-form__field--company,
.callback-form__field--city {
  grid-column: span 2;
}
.callback-form__field--phone,
.callback-form__field--email {
  grid-column: span 3;
}
.callback-form__field--name {
  order: 1;
}
.callback-form__field--company {
  order: 2;
}
.callback-form__field--city {
  order: 3;
}
.callback-form__field--phone {
  order: 4;
}
.callback-form__field--email {
  order: 5;
}
.callback-form__bottom {
  margin-top: clamp(16px, 1.1vw, 21px);
}
.callback-form__privacy {
  margin-left: clamp(0px, 1.7vw, 32px);
}
.callback-form__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 2.15vw, 41px);
}
.callback-form .form-item {
  position: relative;
  margin: 0;
}
.callback-form label {
  position: absolute;
  top: 5px;
  left: clamp(20px, 1.7vw, 32px);
  z-index: 2;
  margin: 0;
  color: #8f8f8f;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 300;
  line-height: clamp(20px, 1.25vw, 24px);
  pointer-events: none;
}
.callback-form label.form-required::after {
  display: none;
}
.callback-form input[type="text"],
.callback-form input[type="email"],
.callback-form input[type="tel"],
.callback-form input[type="url"] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: clamp(58px, 3.45vw, 66px);
  margin: 0;
  padding: clamp(25px, 2vw, 29px) clamp(20px, 1.7vw, 32px) clamp(11px, 0.7vw, 13px);
  border: 1px solid #ffffff;
  border-radius: 90px;
  outline: none;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 300;
  line-height: clamp(20px, 1.25vw, 24px);
}
.callback-form input[type="text"]::placeholder,
.callback-form input[type="email"]::placeholder,
.callback-form input[type="tel"]::placeholder,
.callback-form input[type="url"]::placeholder {
  color: rgba(255, 255, 255, 0.92);
  opacity: 1;
}
.callback-form input[type="text"]:hover,
.callback-form input[type="email"]:hover,
.callback-form input[type="tel"]:hover,
.callback-form input[type="url"]:hover,
.callback-form input[type="text"]:focus,
.callback-form input[type="email"]:focus,
.callback-form input[type="tel"]:focus,
.callback-form input[type="url"]:focus {
  border-color: #ffffff;
}
.callback-form input[type="text"]:focus,
.callback-form input[type="email"]:focus,
.callback-form input[type="tel"]:focus,
.callback-form input[type="url"]:focus {
  background-color: rgba(255, 255, 255, 0.035);
}
.callback-form input[type="text"].error,
.callback-form input[type="email"].error,
.callback-form input[type="tel"].error,
.callback-form input[type="url"].error,
.callback-form input[type="text"][aria-invalid="true"],
.callback-form input[type="email"][aria-invalid="true"],
.callback-form input[type="tel"][aria-invalid="true"],
.callback-form input[type="url"][aria-invalid="true"] {
  border-color: #d93025;
}
.callback-form .js-form-type-textarea label {
  top: 5px;
}
.callback-form .form-textarea-wrapper {
  width: 100%;
}
.callback-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: clamp(58px, 3.45vw, 66px);
  padding: clamp(25px, 1.5vw, 29px) clamp(20px, 1.7vw, 32px) clamp(11px, 0.7vw, 13px);
  border: 1px solid #ffffff;
  border-radius: 90px;
  outline: none;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 300;
  line-height: clamp(20px, 1.25vw, 24px);
  resize: vertical;
  scrollbar-width: none;
}
.callback-form textarea:hover,
.callback-form textarea:focus {
  border-color: #ffffff;
}
.callback-form textarea:focus {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}
.callback-form textarea::-webkit-scrollbar {
  display: none;
}
.callback-form .js-form-type-checkbox {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.9vw, 17px);
}
.callback-form .js-form-type-checkbox input[type="checkbox"] {
  position: relative;
  flex: 0 0 auto;
  width: clamp(18px, 1.1vw, 21px);
  height: clamp(18px, 1.1vw, 21px);
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 3px;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.callback-form .js-form-type-checkbox input[type="checkbox"]:checked {
  background-color: #ffffff;
}
.callback-form .js-form-type-checkbox input[type="checkbox"]:checked::after {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 1px solid #131313;
  border-bottom: 1px solid #131313;
  content: "";
  transform: rotate(45deg);
}
.callback-form .js-form-type-checkbox .description {
  margin: 0;
  padding: 0;
}
.callback-form .js-form-type-checkbox .webform-element-description {
  color: #8f8f8f;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 300;
  line-height: clamp(20px, 1.25vw, 24px);
}
.callback-form .js-form-type-checkbox .webform-element-description a {
  color: inherit;
  text-decoration: none;
}
.callback-form .js-form-type-checkbox .webform-element-description a:hover,
.callback-form .js-form-type-checkbox .webform-element-description a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}
.callback-form .form-actions {
  margin: 0;
  text-align: center;
}
.callback-form .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 1.1vw, 21px) clamp(24px, 2.1vw, 40px);
  border: 1px solid #ffffff;
  border-radius: 156px;
  color: #131313;
  background-color: #ffffff;
  box-shadow: none;
  font-family: inherit;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 700;
  line-height: clamp(20px, 1.25vw, 24px);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.callback-form .form-submit:hover,
.callback-form .form-submit:focus-visible {
  color: #ffffff !important;
  border-color: #ffffff;
  background-color: transparent !important;
}
/*
 * Планшет:
 *
 * | Имя     | Компания |
 * | Город              |
 * | Телефон | Почта    |
 */
@media (max-width: 991px) {
  .callback-form__head {
    flex-direction: column;
    gap: 14px;
  }
  .callback-form__title,
  .callback-form__intro {
    max-width: 100%;
  }
  .callback-form__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px) clamp(14px, 2vw, 24px);
  }
  .callback-form__field {
    grid-column: auto;
  }
  .callback-form__field--city {
    grid-column: 1 / -1;
  }
}
/*
 * Мобильная версия:
 * все поля располагаются в одну колонку.
 */
@media (max-width: 767px) {
  .callback-form__fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .callback-form__field {
    grid-column: auto;
  }
  .callback-form__field--city {
    grid-column: auto;
  }
  .callback-form__privacy {
    margin-left: 0;
  }
  .callback-form label {
    left: 20px;
  }
  .callback-form input[type="text"],
  .callback-form input[type="email"],
  .callback-form input[type="tel"],
  .callback-form input[type="url"] {
    min-height: 58px;
    padding: 25px 20px 11px;
  }
  .callback-form textarea {
    min-height: 100px;
    padding: 30px 20px 16px;
    border-radius: 24px;
  }
}
@media (max-width: 479px) {
  .callback_front {
    padding-bottom: 56px;
  }
  .callback-form__title {
    font-size: 30px;
    line-height: 34px;
  }
  .callback-form .form-submit {
    width: 100%;
  }
}
.view-catalog .view-header {
  display: flex;
  align-items: flex-start;
  gap: clamp(28px, 1.95vw, 37px);
}
.view-catalog .view-header .order-view__heading {
  max-width: clamp(420px, 28.5vw, 546px);
  margin: 0 0 clamp(36px, 3.1vw, 60px);
  color: #ffffff;
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 400;
  line-height: clamp(36px, 2.45vw, 47px);
  letter-spacing: clamp(-1.28px, -0.06vw, -0.6px);
}
.view-catalog .view-header .order-view__description {
  max-width: 580px;
  margin-bottom: clamp(32px, 2.9vw, 56px) !important;
  color: #8f8f8f;
  font-size: clamp(15px, 0.85vw, 16px);
  line-height: clamp(22px, 1.25vw, 24px);
}
.view-catalog .view-content {
  display: grid;
  gap: clamp(10px, 0.8vw, 15px);
}
.view-catalog .view-content > .views-row {
  min-width: 0;
  min-height: 0;
}
.view-catalog.view-display-id-block_front .view-content {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  aspect-ratio: 1180 / 750;
}
.view-catalog.view-display-id-block_front .view-content > .views-row:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.view-catalog.view-display-id-page .view-content {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.view-catalog.view-display-id-page .view-content > .views-row {
  aspect-ratio: 368 / 480;
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(14px, 1.15vw, 22px);
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0.2) 50%, rgba(19, 19, 19, 0) 100%);
  content: "";
  pointer-events: none;
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser > .field--name-field-catalog-image {
  position: absolute;
  inset: 0;
  margin: 0;
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser > .field--name-field-catalog-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser > .field--name-field-catalog-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser > .field--name-taxonomy-term-title {
  position: absolute;
  bottom: clamp(18px, 1.65vw, 32px);
  left: clamp(18px, 1.65vw, 32px);
  z-index: 2;
  margin: 0;
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser > .field--name-taxonomy-term-title h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: clamp(20px, 1.25vw, 24px);
  text-transform: uppercase;
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover > .field--name-field-catalog-image img,
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:focus-within > .field--name-field-catalog-image img {
  transform: scale(1.025);
}
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover > .field--name-taxonomy-term-title a,
.view-catalog .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:focus-within > .field--name-taxonomy-term-title a {
  opacity: 0.75;
}
.view-catalog .view-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: clamp(16px, 1.2vw, 23px);
}
.view-catalog .order-view__catalog-link {
  position: relative;
  display: block;
  flex: 0 0 clamp(128px, 8.75vw, 168px);
  width: clamp(128px, 8.75vw, 168px);
  height: clamp(126px, 8.65vw, 166px);
  color: #ffffff;
  text-decoration: none;
}
.view-catalog .order-view__catalog-link:hover .order-view__catalog-arrow img,
.view-catalog .order-view__catalog-link:focus-visible .order-view__catalog-arrow img {
  transform: translateY(clamp(3px, 0.26vw, 5px));
}
.view-catalog .order-view__catalog-link:focus-visible {
  outline: none;
}
.view-catalog .order-view__catalog-link:focus-visible .order-view__catalog-circle {
  stroke: #ffffff;
}
.view-catalog .order-view__catalog-svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.view-catalog .order-view__catalog-circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 1px;
  transition: stroke 0.3s ease;
}
.view-catalog .order-view__catalog-text {
  fill: #ffffff;
  font-family: "Geologica", sans-serif;
  font-size: clamp(10px, 0.63vw, 12px);
  font-weight: 200;
  letter-spacing: 0;
  text-transform: uppercase;
  transform-origin: 82.5px 95.5px;
  transform-box: view-box;
  will-change: transform;
}
.view-catalog .order-view__catalog-arrow {
  position: absolute;
  top: 57.5%;
  left: 49.1%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(38px, 2.7vw, 52px);
  height: clamp(38px, 2.7vw, 52px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.view-catalog .order-view__catalog-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .view-catalog .view-header {
    flex-direction: column;
    gap: 14px;
  }
  .view-catalog .view-header .order-view__heading {
    max-width: 100%;
    margin-bottom: 0;
  }
  .view-catalog .view-header .order-view__description {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .view-catalog.view-display-id-block_front .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
    aspect-ratio: auto;
  }
  .view-catalog.view-display-id-block_front .view-content > .views-row {
    min-height: clamp(180px, 44vw, 260px);
  }
  .view-catalog.view-display-id-block_front .view-content > .views-row:first-child {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: clamp(260px, 45vw, 320px);
  }
  .view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .view-catalog.view-display-id-block_front .view-content > .views-row:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .view-catalog.view-display-id-page .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, 0.8vw, 15px);
  width: 100%;
  max-height: 631px;
  padding: 0 clamp(8px, 0.9vw, 17px);
  box-sizing: border-box;
  overflow: hidden;
}
.portfolio-grid__gallery {
  display: contents;
}
.portfolio-grid__gallery .field,
.portfolio-grid__gallery .field__items {
  display: contents;
}
.portfolio-grid__gallery .field__item {
  position: relative;
  overflow: hidden;
  border-radius: clamp(12px, 1.15vw, 22px);
}
.portfolio-grid__gallery .field__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.portfolio-grid__gallery .field__item a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
}
.portfolio-grid__gallery .field__item img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.portfolio-grid__gallery .field__item:hover img {
  transform: scale(1.035);
}
.portfolio-grid__gallery .field__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.portfolio-grid__gallery .field__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.portfolio-grid__gallery .field__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.portfolio-grid__gallery .field__item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.portfolio-grid__gallery .field__item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.portfolio-grid__gallery .field__item:nth-child(6) {
  grid-column: 6;
  grid-row: 1;
}
.portfolio-grid__gallery .field__item:nth-child(7) {
  grid-column: 6;
  grid-row: 2;
}
.portfolio-grid__intro {
  position: relative;
  z-index: 2;
  grid-column: 4 / 6;
  grid-row: 1 / 3;
  padding: clamp(44px, 6.5vw, 126px) clamp(48px, 7vw, 135px) clamp(44px, 5.5vw, 105px) clamp(40px, 4.6vw, 89px);
  box-sizing: border-box;
  overflow: hidden;
  color: #131313;
  background: #ffffff;
  border-radius: clamp(14px, 1.15vw, 22px);
}
.portfolio-grid__title {
  max-width: clamp(220px, 13.7vw, 263px);
  margin: 0 0 clamp(14px, 1.25vw, 24px);
  color: #131313;
  font-family: inherit;
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 400;
  line-height: clamp(36px, 2.45vw, 47px);
  letter-spacing: clamp(-1.28px, -0.06vw, -0.6px);
}
.portfolio-grid__title .field {
  display: block;
}
.portfolio-grid__description {
  max-width: clamp(300px, 19.3vw, 370px);
  color: #4b4b4b;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: clamp(21px, 1.25vw, 24px);
}
.portfolio-grid__more {
  position: relative;
  display: block;
  width: clamp(120px, 8.1vw, 155px);
  height: clamp(120px, 8.1vw, 155px);
  margin-top: clamp(16px, 1.8vw, 35px);
  color: #ffffff;
  background: #131313;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.35s ease, background-color 0.3s ease;
}
.portfolio-grid__more:hover .portfolio-grid__more-icon,
.portfolio-grid__more:focus-visible .portfolio-grid__more-icon {
  transform: scale(1.08);
}
.portfolio-grid__more-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.portfolio-grid__more-text path {
  fill: none;
}
.portfolio-grid__more-text text {
  fill: #ffffff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 200;
  line-height: clamp(18px, 1.25vw, 24px);
  letter-spacing: clamp(3px, 0.26vw, 5px);
  text-transform: uppercase;
  transform-origin: 70px 70px;
  transform-box: view-box;
  will-change: transform;
}
.portfolio-grid__more-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 4.85vw, 93px);
  height: clamp(60px, 4.85vw, 93px);
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-grid__more-icon {
  display: block;
  width: clamp(36px, 2.7vw, 52px);
  height: clamp(36px, 2.7vw, 52px) !important;
  object-fit: contain;
}
.portfolio-grid__social {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.52vw, 10px);
  padding: clamp(8px, 0.52vw, 10px);
  box-sizing: border-box;
  color: #ffffff;
  background: #1e1e1e;
  border-radius: 12px;
}
.portfolio-grid__social-label {
  color: #ffffff;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: clamp(28px, 2.45vw, 47px);
  letter-spacing: clamp(-1.28px, -0.06vw, -0.6px);
  white-space: nowrap;
}
.portfolio-grid__social-link {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(66px, 4.8vw, 92px);
  height: clamp(66px, 4.8vw, 92px);
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.portfolio-grid__social-link img {
  display: block;
  width: clamp(34px, 2.55vw, 49px);
  height: clamp(20px, 1.5vw, 29px) !important;
  object-fit: contain;
}
.portfolio-grid__social-link:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}
.portfolio-grid__social-link:active {
  transform: scale(0.96);
}
.portfolio-grid__social-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
@media (max-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(220px, 1fr));
    max-height: none;
    min-height: 0;
  }
  .portfolio-grid__intro {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    min-height: 0;
    padding: clamp(28px, 3vw, 44px) clamp(24px, 2.5vw, 36px);
    border-radius: clamp(14px, 1.8vw, 22px);
  }
  .portfolio-grid__title {
    font-size: clamp(30px, 3.5vw, 42px);
    line-height: 1.05;
  }
  .portfolio-grid__description {
    font-size: clamp(13px, 1.4vw, 15px);
    line-height: 1.5;
  }
  .portfolio-grid__more {
    width: clamp(90px, 11vw, 120px);
    height: clamp(90px, 11vw, 120px);
    margin-top: clamp(20px, 2.5vw, 30px);
  }
  .portfolio-grid__social {
    grid-column: 3;
    grid-row: 3;
  }
  .portfolio-grid__gallery .field__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .portfolio-grid__gallery .field__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .portfolio-grid__gallery .field__item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .portfolio-grid__gallery .field__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .portfolio-grid__gallery .field__item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }
  .portfolio-grid__gallery .field__item:nth-child(6) {
    grid-column: 1;
    grid-row: 3;
  }
  .portfolio-grid__gallery .field__item:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
  }
}
@media (max-width: 767px) {
  .portfolio-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding: 8px;
    overflow: visible;
  }
  .portfolio-grid__intro {
    order: 1;
    width: 100%;
    min-height: 0;
    padding: clamp(30px, 6vw, 40px) clamp(22px, 4.5vw, 28px);
    border-radius: 10px;
  }
  .portfolio-grid__title {
    max-width: 360px;
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.05;
  }
  .portfolio-grid__description {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.5;
  }
  .portfolio-grid__more {
    width: clamp(74px, 18vw, 96px);
    height: clamp(74px, 18vw, 96px);
    margin-top: clamp(24px, 5vw, 32px);
  }
  .portfolio-grid__more-center {
    width: 58%;
    height: 58%;
  }
  .portfolio-grid__more-icon {
    width: 56%;
    height: 56% !important;
  }
  .portfolio-grid__gallery {
    order: 2;
    display: block;
    width: 100%;
  }
  .portfolio-grid__gallery .field,
  .portfolio-grid__gallery .field__items {
    display: grid;
  }
  .portfolio-grid__gallery .field__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(6px, 1.8vw, 12px);
  }
  .portfolio-grid__gallery .field__item {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
  }
  .portfolio-grid__gallery .field__item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
  .portfolio-grid__gallery .field__item:nth-child(7) {
    display: none;
  }
  .portfolio-grid__social {
    order: 3;
    min-height: clamp(170px, 32vw, 210px);
    padding: clamp(24px, 5vw, 34px) 20px;
    border-radius: 10px;
  }
  .portfolio-grid__social-link {
    width: clamp(60px, 14vw, 72px);
    height: clamp(60px, 14vw, 72px);
  }
}
@media (max-width: 480px) {
  .portfolio-grid {
    gap: 8px;
    padding: 6px;
  }
  .portfolio-grid__intro {
    padding: 30px 20px;
  }
  .portfolio-grid__title {
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 34px);
  }
  .portfolio-grid__gallery .field__items {
    gap: 6px;
  }
  .portfolio-grid__gallery .field__item {
    border-radius: 8px;
  }
  .portfolio-grid__social {
    min-height: 170px;
    padding: 24px 16px;
  }
}
.news {
  padding: clamp(72px, 7.7vw, 148px) 0 clamp(64px, 5.8vw, 112px);
}
.view-news .view-header {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 1.8vw, 34px);
  margin: 0 0 clamp(32px, 3.1vw, 60px);
}
.view-news .view-header .news-view__heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 400;
  line-height: clamp(36px, 2.45vw, 47px);
  letter-spacing: clamp(-1.28px, -0.06vw, -0.6px);
}
.view-news .view-header .news-view__description {
  width: 100%;
  max-width: 573px;
  color: #8f8f8f;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: clamp(21px, 1.25vw, 24px);
}
.view-news .view-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 30px);
}
.view-news .node--type-news.node--view-mode-teaser {
  margin: 0;
}
.view-news .node--type-news.node--view-mode-teaser .field--name-field-image-news {
  margin: 0 0 clamp(14px, 1vw, 19px);
}
.view-news .node--type-news.node--view-mode-teaser .field--name-field-image-news > .field__item {
  margin: 0;
}
.view-news .node--type-news.node--view-mode-teaser .field--name-field-image-news a {
  display: block;
  overflow: hidden;
  border-radius: clamp(14px, 1.15vw, 22px);
}
.view-news .node--type-news.node--view-mode-teaser .field--name-field-image-news img {
  display: block;
  width: 100%;
  aspect-ratio: 270 / 221;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.view-news .node--type-news.node--view-mode-teaser > .content {
  margin: 0;
}
.view-news .node--type-news.node--view-mode-teaser .field--name-field-date {
  margin: 0 0 clamp(6px, 0.5vw, 9px);
  color: #8f8f8f;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 300;
  line-height: clamp(16px, 0.95vw, 18px);
}
.view-news .node--type-news.node--view-mode-teaser .field--name-field-date time {
  color: inherit;
  font: inherit;
}
.view-news .node--type-news.node--view-mode-teaser .field--name-node-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: clamp(18px, 1vw, 20px);
}
.view-news .node--type-news.node--view-mode-teaser .field--name-node-title a {
  display: inline;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
.view-news .node--type-news.node--view-mode-teaser .field--name-node-title a:hover,
.view-news .node--type-news.node--view-mode-teaser .field--name-node-title a:focus-visible {
  opacity: 0.7;
}
.view-news .node--type-news.node--view-mode-teaser:hover .field--name-field-image-news img {
  transform: scale(1.025);
}
.view-news .view-footer {
  display: flex;
  justify-content: center;
  margin: 0;
  padding-top: clamp(24px, 2vw, 38px);
}
.view-news .view-footer .news-view__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(15px, 1.05vw, 20px) clamp(24px, 2.1vw, 40px);
  border: 1px solid #ffffff;
  border-radius: 156px;
  color: #ffffff;
  background: transparent;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 700;
  line-height: clamp(20px, 1.25vw, 24px);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.view-news .view-footer .news-view__button:hover,
.view-news .view-footer .news-view__button:focus-visible {
  color: #121212;
  border-color: #ffffff;
  background: #ffffff;
}
@media (max-width: 767px) {
  .view-news .view-header {
    margin-bottom: 24px;
    flex-direction: column;
  }
  .view-news .view-header .news-view__description {
    max-width: 100%;
  }
  .view-news .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }
}
.site-footer {
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: #1e1e1e;
}
.site-footer__main {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) minmax(95px, 0.55fr) minmax(165px, 0.85fr) minmax(220px, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 81px);
  padding: clamp(44px, 3.9vw, 75px) 0 clamp(42px, 3.65vw, 70px);
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  width: clamp(190px, 14vw, 270px);
  max-width: 100%;
  margin-bottom: clamp(16px, 1vw, 20px);
  color: #ffffff;
  text-decoration: none;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  max-width: 270px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.site-footer__logo:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 5px;
}
.site-footer__copyright {
  margin: 0 0 clamp(12px, 0.9vw, 17px);
  color: #8f8f8f;
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: clamp(16px, 0.95vw, 18px);
}
.site-footer__privacy {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: clamp(16px, 0.95vw, 18px);
  text-decoration: underline;
}
.site-footer__navigation,
.site-footer__menu-navigation {
  min-width: 0;
}
.site-footer__navigation .region,
.site-footer__menu-navigation .region,
.site-footer__navigation .block,
.site-footer__menu-navigation .block,
.site-footer__navigation .navigation,
.site-footer__menu-navigation .navigation,
.site-footer__navigation nav,
.site-footer__menu-navigation nav {
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-footer__navigation nav,
.site-footer__menu-navigation nav {
  background: transparent;
}
.site-footer__navigation .visually-hidden,
.site-footer__menu-navigation .visually-hidden {
  position: absolute !important;
}
.site-footer__navigation .nav,
.site-footer__menu-navigation .nav,
.site-footer__navigation .footer-catalog-menu,
.site-footer__menu-navigation .footer-catalog-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: clamp(8px, 0.57vw, 11px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__navigation .nav > .nav-item,
.site-footer__menu-navigation .nav > .nav-item,
.site-footer__navigation .footer-catalog-menu > .nav-item,
.site-footer__menu-navigation .footer-catalog-menu > .nav-item,
.site-footer__navigation .nav .nav-item,
.site-footer__menu-navigation .nav .nav-item,
.site-footer__navigation .footer-catalog-menu .nav-item,
.site-footer__menu-navigation .footer-catalog-menu .nav-item {
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-footer__navigation .nav-link,
.site-footer__menu-navigation .nav-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: clamp(18px, 1.05vw, 20px);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.site-footer__navigation .nav-link:hover,
.site-footer__menu-navigation .nav-link:hover {
  color: #ffffff;
  opacity: 0.65;
  transform: translateX(2px);
}
.site-footer__navigation .nav-link:focus-visible,
.site-footer__menu-navigation .nav-link:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}
.site-footer__navigation .nav-link.is-active,
.site-footer__menu-navigation .nav-link.is-active {
  color: #ffffff;
}
.site-footer__navigation .dropdown-menu,
.site-footer__menu-navigation .dropdown-menu {
  display: none !important;
}
.site-footer__navigation .dropdown-toggle::after,
.site-footer__menu-navigation .dropdown-toggle::after {
  display: none;
}
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer__contact {
  margin: 0 0 clamp(16px, 1.2vw, 23px);
}
.site-footer__contact--email .site-footer__contact-value {
  font-size: clamp(15px, 1vw, 19px);
  line-height: clamp(20px, 1.25vw, 24px);
}
.site-footer__contact-value {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  font-size: clamp(15px, 1vw, 19px);
  line-height: clamp(20px, 1.25vw, 24px);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.25s ease;
}
.site-footer__contact-value:hover {
  color: #ffffff;
  opacity: 0.65;
}
.site-footer__contact-value:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}
.site-footer__contact-label {
  margin: 2px 0 4px;
  color: #8f8f8f;
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: clamp(16px, 0.95vw, 18px);
}
.site-footer__actions {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.85vw, 16px);
  margin-top: 7px;
}
.site-footer__actions .site-header__social {
  display: flex;
  flex: 0 0 clamp(48px, 3.1vw, 59px);
  align-items: center;
  justify-content: center;
  width: clamp(48px, 3.1vw, 59px);
  height: clamp(48px, 3.1vw, 59px);
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.site-footer__actions .site-header__social img {
  display: block;
  width: clamp(24px, 1.6vw, 31px);
  height: clamp(14px, 0.95vw, 18px) !important;
  object-fit: contain;
}
.site-footer__actions .site-header__social:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.05);
}
.site-footer__actions .site-header__social:active {
  transform: scale(0.96);
}
.site-footer__actions .site-header__social:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}
.site-footer__calculator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 0.85vw, 16px) clamp(18px, 1.15vw, 22px);
  border: 1px solid #ffffff;
  border-radius: 156px;
  box-sizing: border-box;
  color: #ffffff;
  background: transparent;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 700;
  line-height: clamp(20px, 1.25vw, 24px);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.site-footer__calculator:hover {
  color: #1d1d1d;
  background: #ffffff;
}
.site-footer__calculator:active {
  transform: scale(0.97);
}
.site-footer__calculator:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(20px, 1.4vw, 27px) 0 clamp(20px, 1.35vw, 26px);
  box-sizing: border-box;
  border-top: 1px solid #4a4a4a;
}
.site-footer__developer {
  color: #8f8f8f;
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: clamp(16px, 0.95vw, 18px);
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-footer__developer:hover {
  color: #ffffff;
}
.site-footer__developer:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}
@media (max-width: 1100px) {
  .site-footer__main {
    grid-template-columns: minmax(190px, 1.2fr) minmax(90px, 0.55fr) minmax(140px, 0.8fr) minmax(190px, 1fr);
    gap: 24px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .site-footer__contact-value {
    font-size: 14px;
    white-space: normal;
  }
  .site-footer__contact--email .site-footer__contact-value {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
  }
  .site-footer__brand {
    grid-column: 1 / -1;
  }
  .site-footer__navigation {
    grid-column: 1;
  }
  .site-footer__menu-navigation {
    grid-column: 2;
  }
  .site-footer__contacts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }
  .site-footer__contact {
    margin: 0;
  }
  .site-footer__actions {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  .site-footer__main {
    gap: 32px 20px;
    width: calc(100% - 32px);
    padding: 36px 0 38px;
  }
  .site-footer__contacts {
    gap: 16px 20px;
  }
  .site-footer__actions {
    margin-top: 4px;
  }
}
@media (max-width: 575px) {
  .site-footer__brand,
  .site-footer__navigation,
  .site-footer__menu-navigation,
  .site-footer__contacts,
  .site-footer__actions {
    grid-column: auto;
  }
  .site-footer__logo {
    width: 200px;
  }
  .site-footer__navigation .nav-link,
  .site-footer__menu-navigation .nav-link {
    font-size: 13px;
    white-space: normal;
  }
  .site-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .site-footer__actions {
    flex-wrap: wrap;
  }
  .site-footer__calculator {
    flex: 1 1 auto;
  }
  .site-footer__bottom {
    min-height: 48px;
  }
}
@media (max-width: 365px) {
  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 30px;
    width: calc(100% - 24px);
    padding: 30px 0 34px;
  }
}
.ui-dialog {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  color: #fff;
  background: #131313;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}
.ui-dialog.ui-widget-content {
  color: #fff;
  background: #131313;
  border-radius: 22px;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 22px 72px 20px 28px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  color: #fff;
  background: transparent;
}
.ui-dialog .ui-dialog-title {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.ui-dialog .ui-dialog-titlebar-close::before,
.ui-dialog .ui-dialog-titlebar-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #ffffff;
  content: "";
}
.ui-dialog .ui-dialog-titlebar-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  outline: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 28px !important;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .ui-dialog {
    width: calc(100vw - 24px) !important;
  }
  .ui-dialog .ui-dialog-titlebar {
    min-height: 64px;
    padding: 18px 64px 16px 20px;
  }
  .ui-dialog .ui-dialog-title {
    font-size: 22px;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    right: 16px;
    width: 38px;
    height: 38px;
  }
  .ui-dialog .ui-dialog-content {
    padding: 22px 20px 26px !important;
    font-size: 16px;
  }
}
.wr_content {
  margin: 60px 0;
}
.wr_content h1 {
  font-weight: 700;
  font-size: clamp(26px, 3vw, 40px);
  line-height: clamp(36px, 4vw, 60px);
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.wr_content p,
.wr_content li {
  font-size: clamp(14px, 0.83vw, 18px);
  line-height: clamp(21px, 1.25vw, 24px);
}
.wr_content .search-api-page-block-form-search {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 clamp(30px, 3vw, 58px);
}
.wr_content .search-api-page-block-form-search .form-item-keys {
  width: 100%;
  margin: 0;
}
.wr_content .search-api-page-block-form-search input[type="search"] {
  display: block;
  width: 100%;
  height: clamp(52px, 3.4vw, 65px);
  padding: 0 clamp(64px, 4.2vw, 80px) 0 clamp(20px, 1.55vw, 30px);
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 156px;
  outline: none;
}
.wr_content .search-api-page-block-form-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.wr_content .search-api-page-block-form-search input[type="search"]:focus {
  border-color: #ffffff;
}
.wr_content .search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.wr_content .search-api-page-block-form-search .search-form__submit {
  width: clamp(52px, 3.4vw, 65px);
  height: clamp(52px, 3.4vw, 65px);
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.wr_content .search-api-page-block-form-search .search-form__submit:hover,
.wr_content .search-api-page-block-form-search .search-form__submit:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
}
.wr_content .view-portfolio.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 0.8vw, 15px);
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(12px, 1.15vw, 22px);
  aspect-ratio: 1 / 1;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row .views-field-field-card-albom,
.wr_content .view-portfolio.view-display-id-page_1 .views-row .views-field-field-card-albom .field-content,
.wr_content .view-portfolio.view-display-id-page_1 .views-row .photoswipe-gallery {
  display: block;
  width: 100%;
  height: 100%;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row .photoswipe-gallery {
  overflow: hidden;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row .photoswipe {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row .photoswipe:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row:hover img {
  transform: scale(1.035);
}
.wr_content .view-portfolio.view-display-id-page_1 .views-field-title {
  position: absolute;
  right: clamp(16px, 1.4vw, 27px);
  bottom: clamp(16px, 1.4vw, 27px);
  left: clamp(16px, 1.4vw, 27px);
  z-index: 2;
  pointer-events: none;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-field-title a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: clamp(20px, 1.25vw, 24px);
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-field-title a:hover,
.wr_content .view-portfolio.view-display-id-page_1 .views-field-title a:focus-visible {
  opacity: 0.75;
}
.wr_content .view-portfolio.view-display-id-page_1 .views-row::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.85) 0%, rgba(19, 19, 19, 0.15) 45%, rgba(19, 19, 19, 0) 75%);
  content: "";
  pointer-events: none;
}
@media (max-width: 767px) {
  .wr_content .view-portfolio.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.node--type-portfolio .field--name-field-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 0.8vw, 15px);
}
@media screen and (max-width: 575px) {
  .node--type-portfolio .field--name-field-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.node--type-portfolio .field__item {
  position: relative;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: clamp(12px, 1.15vw, 22px);
}
.node--type-portfolio .field__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.node--type-portfolio .field__item a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
}
.node--type-portfolio .field__item img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.node--type-portfolio .field__item:hover img {
  transform: scale(1.035);
}
.node__meta {
  display: none;
}
.social-vk {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.social-vk img,
.social-vk svg {
  display: block;
  width: 22px;
  height: 13px !important;
  object-fit: contain;
}
.social-vk:hover,
.social-vk:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-1px);
}
.social-vk:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.social-vk:active {
  transform: scale(0.96);
}
.view-projects.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 23px);
}
.view-projects.view-display-id-page_1 .views-row {
  height: 100%;
}
.view-projects.view-display-id-page_1 .view-footer {
  margin-top: clamp(20px, 2.1vw, 40px);
  text-align: center;
}
.view-projects .node--type-project.node--view-mode-teaser {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  background: #1e1e1e;
  border-radius: clamp(14px, 1.15vw, 22px);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.view-projects .node--type-project.node--view-mode-teaser > .node__content {
  display: contents;
}
.view-projects .node--type-project.node--view-mode-teaser .field--name-field-photo {
  order: 1;
  width: 100%;
  margin: 0;
  aspect-ratio: 368 / 300;
  overflow: hidden;
  background: #292929;
}
.view-projects .node--type-project.node--view-mode-teaser .field--name-field-photo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.view-projects .node--type-project.node--view-mode-teaser .field--name-field-photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.view-projects .node--type-project.node--view-mode-teaser > h2 {
  order: 2;
  margin: clamp(20px, 1.55vw, 30px) clamp(18px, 1.55vw, 30px) 0;
  padding: 0;
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: clamp(-0.7px, -0.03vw, -0.3px);
}
.view-projects .node--type-project.node--view-mode-teaser > h2 a {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: opacity 0.25s ease;
}
.view-projects .node--type-project.node--view-mode-teaser > h2 a:hover,
.view-projects .node--type-project.node--view-mode-teaser > h2 a:focus-visible {
  opacity: 0.7;
}
.view-projects .node--type-project.node--view-mode-teaser > h2 a:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}
.view-projects .node--type-project.node--view-mode-teaser .field--name-body {
  order: 3;
  display: -webkit-box;
  margin: clamp(12px, 0.9vw, 17px) clamp(18px, 1.55vw, 30px) 0;
  padding: 0;
  overflow: hidden;
  color: #8f8f8f;
  font-size: clamp(14px, 0.83vw, 18px);
  line-height: clamp(21px, 1.25vw, 24px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.view-projects .node--type-project.node--view-mode-teaser .field--name-body p {
  margin: 0;
}
.view-projects .node--type-project.node--view-mode-teaser .field--name-body ul,
.view-projects .node--type-project.node--view-mode-teaser .field--name-body ol {
  margin: 8px 0 0;
  padding-left: 20px;
}
.view-projects .node--type-project.node--view-mode-teaser .field--name-field-price {
  order: 4;
  margin: clamp(18px, 1.25vw, 24px) clamp(18px, 1.55vw, 30px) 0;
  padding: 0;
  color: #ffffff;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 1.3;
}
.view-projects .node--type-project.node--view-mode-teaser .node__links {
  order: 5;
  margin-top: auto;
  padding: clamp(22px, 1.55vw, 30px) clamp(18px, 1.55vw, 30px) clamp(18px, 1.55vw, 30px);
}
.view-projects .node--type-project.node--view-mode-teaser .node__links ul.links {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-projects .node--type-project.node--view-mode-teaser .node__links li {
  display: block;
  margin: 0;
  padding: 0;
}
.view-projects .node--type-project.node--view-mode-teaser .node__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(140px, 9.4vw, 180px);
  min-height: clamp(44px, 2.7vw, 52px);
  padding: 10px clamp(22px, 1.55vw, 30px);
  box-sizing: border-box;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 100px;
  font-size: clamp(13px, 0.78vw, 15px);
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.view-projects .node--type-project.node--view-mode-teaser .node__links a:hover,
.view-projects .node--type-project.node--view-mode-teaser .node__links a:focus-visible {
  color: #131313;
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.view-projects .node--type-project.node--view-mode-teaser .node__links a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.view-projects .node--type-project.node--view-mode-teaser .node__links a:active {
  transform: translateY(0) scale(0.98);
}
.view-projects .node--type-project.node--view-mode-teaser:hover .field--name-field-photo img {
  transform: scale(1.035);
}
@media (max-width: 767px) {
  .view-projects.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .view-projects.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr;
  }
}
.project-full > .field--name-field-photo {
  float: left;
  width: calc(50% - clamp(16px, 2vw, 38px));
  max-width: 560px;
  margin: 0 clamp(32px, 4vw, 76px) clamp(24px, 3vw, 58px) 0;
  overflow: hidden;
  border-radius: clamp(14px, 1.15vw, 22px);
}
@media screen and (max-width: 575px) {
  .project-full > .field--name-field-photo {
    float: none;
    width: 100%;
  }
}
.project-full > .field--name-field-photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: 570px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.project-full > .field--name-field-photo:hover img {
  transform: scale(1.025);
}
.project-full__title {
  margin: 0 0 clamp(20px, 1.55vw, 30px);
  color: #ffffff;
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: clamp(-1.28px, -0.06vw, -0.6px);
}
.project-full > .field--name-field-price {
  margin: 0 0 clamp(22px, 1.8vw, 35px);
  color: #ffffff;
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 400;
  line-height: 1.25;
}
.project-full > .field--name-body {
  color: #fff;
  font-size: clamp(15px, 0.85vw, 16px);
  line-height: clamp(22px, 1.25vw, 24px);
}
.project-full > .field--name-body p {
  margin: 0 0 16px;
}
.project-full > .field--name-body p:last-child {
  margin-bottom: 0;
}
.project-full > .field--name-body ul,
.project-full > .field--name-body ol {
  margin: 0 0 20px;
  padding-left: 22px;
}
.project-full > .field--name-body li {
  margin-bottom: 8px;
}
.node--type-news.node--view-mode-full .field--name-field-image-news {
  float: left;
  width: clamp(320px, 36vw, 540px);
  margin: 0 clamp(24px, 3.1vw, 60px) clamp(20px, 2vw, 38px) 0;
  overflow: hidden;
  border-radius: clamp(14px, 1.15vw, 22px);
}
.node--type-news.node--view-mode-full .field--name-field-image-news img {
  display: block;
  width: 100%;
  height: auto !important;
}
.node--type-news.node--view-mode-full .field--name-body {
  color: #ffff;
  font-size: clamp(15px, 0.85vw, 16px);
  line-height: clamp(22px, 1.25vw, 24px);
}
.node--type-news.node--view-mode-full .field--name-body h2,
.node--type-news.node--view-mode-full .field--name-body h3 {
  margin: clamp(28px, 2.1vw, 40px) 0 clamp(12px, 1vw, 20px);
  color: #ffffff;
}
.node--type-news.node--view-mode-full .field--name-body p {
  margin: 0 0 clamp(14px, 1vw, 20px);
}
.node--type-news.node--view-mode-full .field--name-body strong {
  color: #ffffff;
  font-weight: 400;
}
.node--type-news.node--view-mode-full .field--name-field-date {
  margin-top: clamp(18px, 1.5vw, 28px);
  color: #8f8f8f;
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-full .field--name-field-image-news {
    float: none;
    width: 100%;
    margin: 0 0 24px;
    border-radius: 12px;
  }
}
[data-aos="fade-up"] {
  transform: translate3d(0, 24px, 0);
}
[data-aos="fade-up"].aos-animate {
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.block-views-blockcatalog-wuth-fasad-block-1 {
  margin-top: clamp(24px, 3vw, 50px);
}
.block-views-blockcatalog-wuth-fasad-block-1 .block-title {
  margin-bottom: clamp(16px, 1.25vw, 24px);
  font-size: clamp(24px, 1.7vw, 32px);
  line-height: clamp(30px, 2.1vw, 40px);
}
.block-views-blockcatalog-wuth-fasad-block-1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}
.block-views-blockcatalog-wuth-fasad-block-1 .views-row {
  min-width: 0;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: transparent;
  border-radius: clamp(14px, 1.2vw, 22px);
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser > h2 {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser > h2 a {
  color: #ffffff;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser > h2 .field {
  color: inherit;
  font: inherit;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser .node__content {
  margin: 0;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser .field--name-field-milling-image {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser .field--name-field-milling-image a.photoswipe {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser .field--name-field-milling-image a.photoswipe:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -5px;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser .field--name-field-milling-image img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  max-height: 325px;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition: transform 0.4s ease;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser:hover > h2,
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser:focus-within > h2 {
  opacity: 1;
}
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser:hover .field--name-field-milling-image img,
.block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser:focus-within .field--name-field-milling-image img {
  transform: scale(1.035);
}
@media (max-width: 991px) {
  .block-views-blockcatalog-wuth-fasad-block-1 .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .block-views-blockcatalog-wuth-fasad-block-1 .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser {
    border-radius: 12px;
  }
  .block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser > h2 {
    align-items: flex-end;
    padding: 16px 10px;
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 60%);
  }
  .block-views-blockcatalog-wuth-fasad-block-1 .node--type-milling.node--view-mode-teaser > h2 a {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .block-views-blockcatalog-wuth-fasad-block-1 .view-content {
    grid-template-columns: 1fr;
  }
}
#news {
  display: none !important;
}
#portfolio {
  padding-bottom: clamp(64px, 5.8vw, 112px);
}
