:root {
  --font-family: "Jost", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --scrollbar-track-color: #1e1e1e;
  --scrollbar-thumb-color: rgba(255, 255, 255, 0.5);
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.33vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.08vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--font-family);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  line-height: 1.2;
  --bs-body-bg: #1e1e1e;
  --bs-body-color: #fff;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}
body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 0.2rem;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
p,
figure,
fieldset,
ul {
  margin: 0;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
input,
button,
select,
a,
textarea,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
fieldset {
  padding: 0;
  border: none;
}
input:hover,
a:hover {
  text-decoration: none;
}
input:focus,
a:focus {
  outline: 0;
}
button {
  padding: 0;
  border: none;
}
button:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-clip: text;
}
@font-face {
  font-family: "Jost";
  src: url("/sites/all/themes/vesta_theme/font/Jost-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/sites/all/themes/vesta_theme/font/Jost-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/sites/all/themes/vesta_theme/font/Jost-Bold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Bold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
header.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header.header {
    display: none;
  }
}
header.header-mob {
  display: none;
  background-color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  header.header-mob {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 101;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
.burger {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
  row-gap: 0.5rem;
}
.burger__line {
  display: block;
  width: 100%;
  border: 0.06rem solid #fff;
  height: 0;
  border-radius: 0.12rem;
  transition: 0.3s;
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  nav#mobile-nav {
    display: block;
    background-color: #fff;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya,
  nav#mobile-nav div.mm-panel {
    padding: 0;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul,
  nav#mobile-nav div.mm-panel ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .active-trail a,
  nav#mobile-nav div.mm-panel ul .active-trail a {
    background: #303030 !important;
    color: #fff !important;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li,
  nav#mobile-nav div.mm-panel ul li {
    width: 100%;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li a,
  nav#mobile-nav div.mm-panel ul li a {
    padding: 20px 10px 20px 20px;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li::after,
  nav#mobile-nav div.mm-panel ul li::after {
    left: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .dropdown-toggle::after,
  nav#mobile-nav div.mm-panel ul .dropdown-toggle::after {
    display: none;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya .dropdown-menu,
  nav#mobile-nav div.mm-panel .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 100%;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #mm-blocker {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.logo a {
  display: block;
  width: 100%;
}
.logo a img {
  width: 100%;
}
.slick-list {
  margin: 0 -0.93rem;
}
.slick-slide {
  margin: 0 0.93rem;
  height: auto !important;
}
.slick-track {
  display: flex !important;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  margin-top: 1rem;
}
.slick-dots button {
  border: 0.06rem solid #fff;
  border-radius: 0.19rem;
  width: 0.88rem;
  height: 0.88rem;
  background-color: #fff;
  font-size: 0;
  position: relative;
  transition: 0.3s;
  display: block;
}
.slick-dots button::after {
  content: "";
  display: block;
  border-radius: 0.19rem;
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}
button.slick-arrow {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: relative;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 1400px) {
  button.slick-arrow {
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
}
button.slick-arrow:hover {
  opacity: 0.6;
}
button.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
button.slick-prev.slick-arrow {
  left: -5rem;
}
@media screen and (max-width: 1400px) {
  button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(-4rem, 0);
  }
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow {
  right: -5rem;
}
@media screen and (max-width: 1400px) {
  button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(4rem, 0);
  }
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  transform: rotate(90deg);
}
.link-menu {
  transition: 0.3s;
}
.link-menu:hover {
  color: #987fe0 !important;
  filter: blur(0.5px);
}
.link-hover {
  position: relative;
  transition: 0.3s;
}
.link-hover:hover {
  color: #987fe0;
}
.link-hover:hover .hover {
  visibility: visible;
  opacity: 1;
  filter: blur(4px);
}
.link-hover .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.user-contacts {
  display: flex;
}
.user-contacts__item {
  display: flex;
  gap: 0.3rem;
}
.user-contacts__item--mail {
  flex-direction: column;
}
.user-contacts__title {
  font-size: 1rem;
  color: #fff;
}
.user-contacts__title--addr {
  display: none;
}
.user-contacts__link {
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.user-contacts__link:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.user-contacts__link--addr,
.user-contacts__link--addr_2 {
  background: none;
}
.user-contacts__icon {
  display: flex;
  align-items: center;
  width: 0.75rem;
  display: none;
}
.user-contacts__icon svg {
  width: 100%;
  height: auto;
}
.user-contacts__icon-link {
  display: none;
}
.user-soc {
  display: flex;
}
.user-soc__link {
  display: block;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  font-size: 0;
}
.user-soc__link:hover {
  transform: scale(1.05);
  background-color: transparent;
}
.user-soc__link svg {
  width: 1.6rem;
  height: 1.6rem;
}
.user-soc__icon {
  display: block;
}
#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#scrollToTop img {
  display: none;
}
@media screen and (max-width: 768px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 576px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
.btn {
  --btn-border-radius: 0.31rem;
  --btn-border-width: 0.06rem;
  --btn-border-color: #fff;
  --btn-background: #fff;
  --btn-color: #1e1e1e;
  --btn-color-hover: #1e1e1e;
  --bs-btn-hover-color: #1e1e1e;
  --btn-border-color-hover: #fff;
  --bs-btn-hover-border-color: #fff;
  --btn-background-hover: #fff;
  --bs-btn-active-color: #1e1e1e;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #1e1e1e;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 1rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 700;
  --bs-btn-font-family: var(--font-family);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-background);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.btn:not(.btn) {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: 0.3s;
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a {
  color: #000;
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.webform-submission-form {
  background-color: #fff;
  padding: 1rem 1.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .webform-submission-form {
    padding: 1rem;
    border-radius: 1.88rem;
  }
}
.form-control,
.form-tel {
  height: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
  border-radius: 2.62rem;
  padding: 1.06rem;
  background-color: #ededed;
  border-color: transparent;
  width: 100%;
}
.form-control::placeholder,
.form-tel::placeholder {
  color: #a8a8a8;
}
.form-control:focus,
.form-tel:focus {
  color: #000;
}
.form-type-checkbox {
  position: relative;
  display: flex;
  column-gap: 0.75rem;
  --width-checkbox: 1.5rem;
  --border-radius-checkbox: 0.25rem;
}
.form-type-checkbox .form-checkbox[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.form-type-checkbox .form-checkbox[type="checkbox"]:checked + label {
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.form-type-checkbox label {
  font-size: 0;
  display: block;
  flex-shrink: 0;
  width: var(--width-checkbox);
  height: var(--width-checkbox);
  background-color: #313131;
  margin-bottom: 0;
  border-radius: var(--border-radius-checkbox);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.form-type-checkbox .description {
  margin-left: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
}
.form-type-checkbox .description a {
  color: #000;
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.form-type-checkbox .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.form-item--error {
  position: relative;
}
.alert-error {
  display: none;
}
.form-item--error-message {
  color: red;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  font-weight: 400;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.mb {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .mb {
    margin-bottom: calc(6.25rem / 2);
  }
}
.block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 1.25rem;
  }
}
h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}
#app {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
body.front {
  background-image: url("/sites/all/themes/vesta_theme/image/bg.svg"), url("/sites/all/themes/vesta_theme/image/bg.svg"), url("/sites/all/themes/vesta_theme/image/bg.svg");
  background-repeat: no-repeat;
  background-position: center top 31%, center top 49%, center bottom 11%;
}
@media screen and (max-width: 768px) {
  body.front {
    background-image: none;
  }
}
body.not-front {
  background-image: url("/sites/all/themes/vesta_theme/image/bg.svg"), url("/sites/all/themes/vesta_theme/image/bg.svg");
  background-repeat: no-repeat;
  background-position: center top -50%, center bottom -50%;
}
@media screen and (max-width: 768px) {
  body.not-front {
    background-image: none;
  }
}
h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
.not-front #header {
  position: static;
}
.not-front main {
  padding-top: calc(6.25rem / 2);
  padding-bottom: calc(6.25rem);
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: calc(6.25rem / 2);
}
.more-link {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.offcanvas {
  background-color: #000;
}
.offcanvas .btn-close {
  background-image: url("/sites/all/themes/vesta_theme/image/close.svg");
  background-size: 70%;
  opacity: 1;
}
.offcanvas .nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
.offcanvas .nav a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.5rem;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.offcanvas .nav a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.field--name-field-knopka-ostavit-zayavku,
.form-actions,
.field--name-field-knopka-zakazat {
  position: relative;
}
.field--name-field-knopka-ostavit-zayavku .ajax-progress,
.form-actions .ajax-progress,
.field--name-field-knopka-zakazat .ajax-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ui-widget.ui-widget-content {
  padding: 0;
  border: 0 !important;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .ui-widget.ui-widget-content {
    width: calc(100% - 2 * 15px) !important;
  }
}
.ui-widget.ui-widget-content .ui-widget-header {
  background-color: #2d3e50;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 160%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content {
  padding: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-processed-text {
  display: none;
}
.ui-widget.ui-widget-content .ui-dialog-content .webform-submission-form {
  display: flex;
  flex-direction: column;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-wrapper {
  order: 1;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-wrapper button {
  --btn-border-radius: 0;
  --btn-border-width: 0.06rem;
  --btn-border-color: #000;
  --bs-btn-border-color: #000;
  --btn-background: #fff;
  --btn-color: #1e1e1e;
  --btn-color-hover: #1e1e1e;
  --bs-btn-hover-color: #1e1e1e;
  --btn-border-color-hover: #fff;
  --bs-btn-hover-border-color: #000;
  --btn-background-hover: #fff;
  --bs-btn-active-color: #1e1e1e;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #000;
  --bs-btn-disabled-color: #1e1e1e;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #000;
  border-color: #000;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item + .form-item {
  margin-top: 1rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel {
  background-color: transparent;
  border: 0;
  border-bottom: 0.06rem solid #2d3e50;
  border-radius: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control:focus,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel:focus {
  outline: 0;
  box-shadow: none;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions button {
  width: 100%;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-processed-text {
  font-size: 0.88rem;
  line-height: 128%;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  background: url("/sites/all/themes/vesta_theme/image/close.svg") no-repeat center / contain;
  border-color: transparent;
}
.ui-widget.ui-widget-content .ui-icon-closethick {
  background-image: none;
}
.search {
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #fff;
}
.search:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.search__label {
  font-size: 0;
}
.search__icon {
  width: 60%;
}
.search__icon svg {
  width: 100%;
  height: auto;
}
.content-search .search-api-page-block-form-search {
  margin-bottom: 2rem;
}
.content-search h2 {
  margin-bottom: 2rem;
}
.content-search h2 + p {
  margin-bottom: 1.5rem;
}
.content-search h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.75rem;
  color: #fff;
  margin-top: 0.5rem;
}
.content-search h3 a {
  color: #fff;
  transition: all 0.3s ease;
}
.content-search h3 a:hover {
  color: #facb0c;
}
#search-api-page-block-form-search {
  position: relative;
}
#block-vesta-theme-searchapipagesearchblockform-2 form,
#search-api-page-block-form-search form {
  position: relative;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-item,
#search-api-page-block-form-search .form-item {
  width: 100%;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control,
#search-api-page-block-form-search .form-control {
  border-radius: 0.5rem;
  background-color: #f0f0f0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 2.5rem;
  color: #000;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control:-webkit-autofill,
#search-api-page-block-form-search .form-control:-webkit-autofill,
#block-vesta-theme-searchapipagesearchblockform-2 .form-control:-webkit-autofill:hover,
#search-api-page-block-form-search .form-control:-webkit-autofill:hover,
#block-vesta-theme-searchapipagesearchblockform-2 .form-control:-webkit-autofill:focus,
#search-api-page-block-form-search .form-control:-webkit-autofill:focus,
#block-vesta-theme-searchapipagesearchblockform-2 .form-control:-webkit-autofill:active,
#search-api-page-block-form-search .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control:focus,
#search-api-page-block-form-search .form-control:focus {
  color: #000;
  border-color: #fff;
  box-shadow: none;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control::placeholder,
#search-api-page-block-form-search .form-control::placeholder {
  color: #000;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-actions,
#search-api-page-block-form-search .form-actions {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-actions button,
#search-api-page-block-form-search .form-actions button {
  padding: 0;
  border: 0;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  min-width: auto;
  box-shadow: none;
  transition: 0.3s;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-actions button:hover,
#search-api-page-block-form-search .form-actions button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#block-vesta-theme-vestaprivacyaccessblock {
  background-color: #1e1e1e;
  background-image: linear-gradient(90deg, #facb0c 0%, #1e1e1e 30.84%, #1e1e1e 66.92%, #facb0c 100%);
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper {
  row-gap: 1.5rem;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content p {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content p strong {
  font-weight: 800;
  color: #fff;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-content a {
    width: 100%;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns {
  display: flex;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns {
    flex-direction: column;
    width: 100%;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary {
  margin: 0;
  text-transform: none;
  font-family: var(--second-family);
  --btn-border-radius: 0.31rem;
  --btn-border-width: 0.06rem;
  --btn-border-color: #fff;
  --btn-background: #fff;
  --btn-color: #1e1e1e;
  --btn-color-hover: #1e1e1e;
  --bs-btn-hover-color: #1e1e1e;
  --btn-border-color-hover: #fff;
  --bs-btn-hover-border-color: #fff;
  --btn-background-hover: #fff;
  --bs-btn-active-color: #1e1e1e;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #1e1e1e;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 1rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 700;
  --bs-btn-font-family: var(--font-family);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-background);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary:not(.btn) {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: 0.3s;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary:not(.btn) {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary {
    width: 100%;
  }
}
.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: flex;
  top: 100%;
  left: 0;
}
.pager {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: calc(6.25rem / 2);
  }
}
.pager__items,
.pager .pagination {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  --bs-pagination-color: #fff;
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-border-color: #fff;
  --bs-pagination-border-width: 0.06rem;
  --bs-pagination-hover-color: #1e1e1e;
  --bs-pagination-hover-bg: #fff;
  --bs-pagination-hover-border-color: #fff;
  --bs-pagination-focus-color: #1e1e1e;
  --bs-pagination-focus-bg: #fff;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(225, 225, 225, 0.25);
  --bs-pagination-active-color: #1e1e1e;
  --bs-pagination-active-bg: #fff;
  --bs-pagination-active-border-color: #fff;
}
.pager__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  text-align: right;
  padding: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 0.06rem solid var(--bs-pagination-border-color);
  transition: 0.3s;
}
.pager__item:has(a:hover) {
  opacity: 0.7;
}
.pager__item a {
  display: block;
  flex-grow: 1;
  width: 100%;
}
.pager__item--next,
.pager__item--previous {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  transform: rotate(90deg);
  padding: 0;
}
.pager__item--previous {
  transform: rotate(-90deg);
}
.pager .pagination .pager__item--next {
  transform: none;
}
.pager .pagination .pager__item--previous {
  transform: none;
}
.form-type-number {
  display: flex;
  justify-content: flex-start;
}
.number-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0.12rem solid #312d7e;
  border-radius: 0.62rem;
}
.number-input input {
  width: 4.25rem;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.25rem;
  color: #312d7e;
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-left: 0.12rem solid #312d7e;
  border-right: 0.12rem solid #312d7e;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
}
.number-input__control {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 3.4rem;
  font-size: 2rem;
  color: #312d7e;
  cursor: pointer;
}
#about #block-vesta-theme-content .field--name-body,
#news #block-vesta-theme-content .field--name-body,
#produkt #block-vesta-theme-content .field--name-body {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#about #block-vesta-theme-content .field--name-body ul,
#news #block-vesta-theme-content .field--name-body ul,
#produkt #block-vesta-theme-content .field--name-body ul {
  padding-left: 2rem;
}
#about #block-vesta-theme-content .field--name-body ul li,
#news #block-vesta-theme-content .field--name-body ul li,
#produkt #block-vesta-theme-content .field--name-body ul li {
  list-style: disc;
}
#app {
  position: relative;
}
.head__text--yellow {
  color: #facb0c;
}
em.placeholder {
  background-color: transparent;
  opacity: 1;
  font-style: normal;
}
.header,
.header-mob {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.header .region-header,
.header-mob .region-header,
.header .region-header-mobile,
.header-mob .region-header-mobile {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .header .region-header,
  .header-mob .region-header,
  .header .region-header-mobile,
  .header-mob .region-header-mobile {
    justify-content: space-between;
  }
}
.header__top,
.header-mob__top {
  margin-bottom: 1.25rem;
}
.header #block-vesta-theme-logo,
.header-mob #block-vesta-theme-logo,
.header #block-vesta-theme-logo-2,
.header-mob #block-vesta-theme-logo-2 {
  width: 18%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header #block-vesta-theme-logo,
  .header-mob #block-vesta-theme-logo,
  .header #block-vesta-theme-logo-2,
  .header-mob #block-vesta-theme-logo-2 {
    width: 25%;
  }
}
.header #block-vesta-theme-kontakty,
.header-mob #block-vesta-theme-kontakty,
.header #block-vesta-theme-kontakty-2,
.header-mob #block-vesta-theme-kontakty-2 {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .header #block-vesta-theme-kontakty,
  .header-mob #block-vesta-theme-kontakty,
  .header #block-vesta-theme-kontakty-2,
  .header-mob #block-vesta-theme-kontakty-2 {
    flex-grow: 0;
  }
}
.header #block-vesta-theme-kontakty .user-contacts,
.header-mob #block-vesta-theme-kontakty .user-contacts,
.header #block-vesta-theme-kontakty-2 .user-contacts,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .header #block-vesta-theme-kontakty .user-contacts__item,
  .header-mob #block-vesta-theme-kontakty .user-contacts__item,
  .header #block-vesta-theme-kontakty-2 .user-contacts__item,
  .header-mob #block-vesta-theme-kontakty-2 .user-contacts__item {
    display: none;
  }
}
.header #block-vesta-theme-kontakty .user-contacts__item--phone,
.header-mob #block-vesta-theme-kontakty .user-contacts__item--phone,
.header #block-vesta-theme-kontakty-2 .user-contacts__item--phone,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--phone {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
@media screen and (max-width: 768px) {
  .header #block-vesta-theme-kontakty .user-contacts__item--phone,
  .header-mob #block-vesta-theme-kontakty .user-contacts__item--phone,
  .header #block-vesta-theme-kontakty-2 .user-contacts__item--phone,
  .header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--phone {
    display: block;
  }
}
.header #block-vesta-theme-kontakty .user-contacts__item--phone_2,
.header-mob #block-vesta-theme-kontakty .user-contacts__item--phone_2,
.header #block-vesta-theme-kontakty-2 .user-contacts__item--phone_2,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--phone_2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.header #block-vesta-theme-kontakty .user-contacts__item--mail,
.header-mob #block-vesta-theme-kontakty .user-contacts__item--mail,
.header #block-vesta-theme-kontakty-2 .user-contacts__item--mail,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--mail {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.header #block-vesta-theme-kontakty .user-contacts__item--addr,
.header-mob #block-vesta-theme-kontakty .user-contacts__item--addr,
.header #block-vesta-theme-kontakty-2 .user-contacts__item--addr,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--addr {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.header #block-vesta-theme-kontakty .user-contacts__item--addr_2,
.header-mob #block-vesta-theme-kontakty .user-contacts__item--addr_2,
.header #block-vesta-theme-kontakty-2 .user-contacts__item--addr_2,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--addr_2 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.header #block-vesta-theme-kontakty .user-contacts__item--soc,
.header-mob #block-vesta-theme-kontakty .user-contacts__item--soc,
.header #block-vesta-theme-kontakty-2 .user-contacts__item--soc,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--soc {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}
.header #block-vesta-theme-kontakty .user-contacts__block--phone,
.header-mob #block-vesta-theme-kontakty .user-contacts__block--phone,
.header #block-vesta-theme-kontakty-2 .user-contacts__block--phone,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__block--phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header #block-vesta-theme-kontakty .user-contacts__title,
  .header-mob #block-vesta-theme-kontakty .user-contacts__title,
  .header #block-vesta-theme-kontakty-2 .user-contacts__title,
  .header-mob #block-vesta-theme-kontakty-2 .user-contacts__title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header #block-vesta-theme-kontakty .user-contacts__link,
  .header-mob #block-vesta-theme-kontakty .user-contacts__link,
  .header #block-vesta-theme-kontakty-2 .user-contacts__link,
  .header-mob #block-vesta-theme-kontakty-2 .user-contacts__link {
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  .header #block-vesta-theme-kontakty .user-contacts__icon-link--phone,
  .header-mob #block-vesta-theme-kontakty .user-contacts__icon-link--phone,
  .header #block-vesta-theme-kontakty-2 .user-contacts__icon-link--phone,
  .header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon-link--phone {
    display: block;
  }
}
.header #block-vesta-theme-kontakty .user-contacts__icon-link svg,
.header-mob #block-vesta-theme-kontakty .user-contacts__icon-link svg,
.header #block-vesta-theme-kontakty-2 .user-contacts__icon-link svg,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon-link svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li a {
  --color-hover: #ffffff;
  --color-link: #fff;
  padding: 0;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-weight: 500;
  font-size: 1rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a:not(.dropdown-toggle),
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li a:not(.dropdown-toggle) {
  background: linear-gradient(0deg, var(--color-link), var(--color-link)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a:not(.dropdown-toggle):hover,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li a:not(.dropdown-toggle):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.is-active,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.is-active {
  color: var(--color-hover);
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.is-active:not(.dropdown-toggle),
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.is-active:not(.dropdown-toggle) {
  --bg-h: 0.06rem;
  background: linear-gradient(0deg, var(--color-hover), var(--color-hover)) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.is-active:not(.dropdown-toggle):hover,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.is-active:not(.dropdown-toggle):hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.menuparent .sf-sub-indicator,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li > ul,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li > ul {
  background-color: #fff;
  padding: 1rem;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: flex-start;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li > ul a,
.header-mob #block-vesta-theme-osnovnayanavigaciya-4 > ul li > ul a {
  color: #000;
}
.header .region-navigation,
.header-mob .region-navigation {
  display: flex;
  justify-content: space-between;
}
.banner-block__content {
  position: relative;
  width: 100%;
  background: url("/sites/all/themes/vesta_theme/image/banner-bg.jpg") no-repeat center / cover;
  min-height: 59rem;
}
@media screen and (max-width: 768px) {
  .banner-block__content {
    padding: 3rem 0;
    min-height: 30rem;
    background-size: cover;
  }
}
.banner-block__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
}
@media screen and (max-width: 1920px) {
  .banner-block__title {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .banner-block__title {
    display: block;
    font-size: 2.3rem;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0 1rem;
  }
}
.banner-block__title .left {
  align-self: self-end;
}
.banner-block .advantages {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/sites/all/themes/vesta_theme/image/banner-bg-21.png") no-repeat center / auto 100%;
}
.banner-block .advantages::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/sites/all/themes/vesta_theme/image/banner-22.png"), url("/sites/all/themes/vesta_theme/image/banner-23.png"), url("/sites/all/themes/vesta_theme/image/banner-24.png");
  background-repeat: no-repeat;
  background-position: left 6% top 0, right 1% bottom 54%, left 0 bottom 0;
}
@media screen and (max-width: 768px) {
  .banner-block .advantages {
    display: none;
  }
}
.banner-block .advantages__item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 50%;
}
.banner-block .advantages__item--1 {
  top: 13%;
  width: 12rem;
  transform: translateX(162%);
}
.banner-block .advantages__item--2 {
  top: 27%;
  width: 9rem;
  transform: translateX(402%);
}
.banner-block .advantages__item--3 {
  top: 54%;
  width: 13rem;
  transform: translateX(212%);
}
.banner-block .advantages__item--4 {
  top: 86%;
  width: 19rem;
  transform: translateX(112%);
}
.banner-block .advantages__item--5 {
  top: 85%;
  width: 19rem;
  transform: translateX(-61%);
}
.banner-block .advantages__item--6 {
  top: 46%;
  width: 18rem;
  transform: translateX(-63%);
}
.features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}
@media (min-width: 320px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome {
    max-width: 1200px;
  }
}
.features-block #block-vesta-theme-shapkavuyutistilvkazhdomdome h2 {
  text-align: center;
}
.features-block #block-vesta-theme-blokvregionuyutistil {
  padding-top: 1.25rem;
  border-top: 0.06rem solid rgba(255, 255, 255, 0.5);
  display: grid;
  grid-template-columns: 50% 1fr auto;
  padding-right: calc((100vw - 1200px) / 2 + 15px);
  column-gap: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .features-block #block-vesta-theme-blokvregionuyutistil {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .features-block #block-vesta-theme-blokvregionuyutistil {
    row-gap: 1.875rem;
  }
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-epigraf {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  justify-self: end;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-epigraf {
    width: 100%;
  }
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-epigraf p {
  text-align: right;
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-logotip {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  justify-self: end;
  margin-bottom: 1.875rem;
  padding-left: calc((100vw - 1200px) / 2 + 15px);
}
@media screen and (max-width: 1200px) {
  .features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-logotip {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-logotip {
    margin-bottom: 0;
  }
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-izobrazhenie-sleva {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  align-self: end;
  border-radius: 0 2.5rem 2.5rem 0;
  overflow: hidden;
  height: 24rem;
}
@media screen and (max-width: 768px) {
  .features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-izobrazhenie-sleva {
    grid-column: 1 / 4;
    justify-self: start;
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-izobrazhenie-sleva img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-body {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .features-block #block-vesta-theme-blokvregionuyutistil .field--name-body {
    grid-column: 1 / 4;
    grid-row: 4 / 5;
    padding-left: 15px;
  }
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-izobrazhenie-sprava {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  height: 24rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-izobrazhenie-sprava {
    display: none;
  }
}
.features-block #block-vesta-theme-blokvregionuyutistil .field--name-field-izobrazhenie-sprava img {
  height: 100%;
  width: auto;
}
.corner-block #block-vesta-theme-shapkavregionkatalog {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
@media (min-width: 320px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .corner-block #block-vesta-theme-shapkavregionkatalog {
    max-width: 1200px;
  }
}
.corner-block .head__title {
  display: grid;
  column-gap: 1.875rem;
  grid-template-columns: auto 1fr 36%;
}
@media screen and (max-width: 768px) {
  .corner-block .head__title {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
}
.corner-block .head__text--yellow {
  text-align: right;
}
.corner-block .head__text--arr {
  align-self: start;
  height: 0.5rem;
  background: url("/sites/all/themes/vesta_theme/image/arr.svg") no-repeat right center / contain;
  margin-top: 0.9rem;
}
.corner-block #block-vesta-theme-views-block-catalog-block-1,
.corner-block #block-vesta-theme-views-block-catalog-block-2 {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .corner-block #block-vesta-theme-views-block-catalog-block-1,
  .corner-block #block-vesta-theme-views-block-catalog-block-2 {
    max-width: 1200px;
  }
}
.corner-block #block-vesta-theme-izobrazhenievregionkatalog {
  margin: 1.875rem 0;
}
.corner-block #block-vesta-theme-izobrazhenievregionkatalog .field--name-body {
  min-height: 27.5rem;
  position: relative;
}
.corner-block #block-vesta-theme-izobrazhenievregionkatalog .field--name-body img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.corner-block #block-vesta-theme-izobrazhenievregionkatalog .field--name-body a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: -1px;
  right: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  padding: 1.5rem 0.5rem 0.5rem 1rem;
  background-color: #1e1e1e;
  border-radius: 2.5rem 2.25rem 0 0;
  min-width: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .corner-block #block-vesta-theme-izobrazhenievregionkatalog .field--name-body a {
    right: 0;
    min-width: 100%;
    border-radius: 1.5rem 1.25rem 0 0;
  }
}
.corner-block #block-vesta-theme-izobrazhenievregionkatalog .field--name-body a:hover:after {
  transform: translateX(0.5rem);
}
.corner-block #block-vesta-theme-izobrazhenievregionkatalog .field--name-body a:after {
  content: "";
  flex-shrink: 0;
  height: 0.5rem;
  width: 3rem;
  background: url("/sites/all/themes/vesta_theme/image/arr-btn.svg") no-repeat right center / contain;
  transition: 0.5s;
}
.view-catalog .view-content,
#produkt .view-content,
.view-catalog .field--name-field-foto-obrazcov,
#produkt .field--name-field-foto-obrazcov,
.view-catalog .field--name-field-fotografii,
#produkt .field--name-field-fotografii {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-catalog .view-content,
  #produkt .view-content,
  .view-catalog .field--name-field-foto-obrazcov,
  #produkt .field--name-field-foto-obrazcov,
  .view-catalog .field--name-field-fotografii,
  #produkt .field--name-field-fotografii {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.view-catalog .view-content.slick-slider,
#produkt .view-content.slick-slider,
.view-catalog .field--name-field-foto-obrazcov.slick-slider,
#produkt .field--name-field-foto-obrazcov.slick-slider,
.view-catalog .field--name-field-fotografii.slick-slider,
#produkt .field--name-field-fotografii.slick-slider {
  display: block;
}
@media screen and (max-width: 1400px) {
  .view-catalog .view-content.slick-slider,
  #produkt .view-content.slick-slider,
  .view-catalog .field--name-field-foto-obrazcov.slick-slider,
  #produkt .field--name-field-foto-obrazcov.slick-slider,
  .view-catalog .field--name-field-fotografii.slick-slider,
  #produkt .field--name-field-fotografii.slick-slider {
    padding-bottom: 5rem;
  }
}
.view-catalog .view-content:has(.field--name-field-fotografii),
#produkt .view-content:has(.field--name-field-fotografii) {
  display: block;
}
.view-catalog .taxonomy-term--view-mode-teaser,
#produkt .taxonomy-term--view-mode-teaser,
.view-catalog .views-row .layout__region--content,
#produkt .views-row .layout__region--content,
.view-catalog .paragraph--type--izobrazhenie,
#produkt .paragraph--type--izobrazhenie {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .view-catalog .taxonomy-term--view-mode-teaser,
  #produkt .taxonomy-term--view-mode-teaser,
  .view-catalog .views-row .layout__region--content,
  #produkt .views-row .layout__region--content,
  .view-catalog .paragraph--type--izobrazhenie,
  #produkt .paragraph--type--izobrazhenie {
    border-radius: 1.5rem;
  }
}
.view-catalog .field--name-field-catalog-image a,
#produkt .field--name-field-catalog-image a,
.view-catalog .field--name-field-izobrazhenie a,
#produkt .field--name-field-izobrazhenie a,
.view-catalog .field--name-field-foto-kuhni a,
#produkt .field--name-field-foto-kuhni a {
  display: block;
  width: 100%;
  padding-top: 75%;
}
.view-catalog .field--name-field-catalog-image a:hover img,
#produkt .field--name-field-catalog-image a:hover img,
.view-catalog .field--name-field-izobrazhenie a:hover img,
#produkt .field--name-field-izobrazhenie a:hover img,
.view-catalog .field--name-field-foto-kuhni a:hover img,
#produkt .field--name-field-foto-kuhni a:hover img {
  transform: scale(1.05);
}
.view-catalog .field--name-field-catalog-image img,
#produkt .field--name-field-catalog-image img,
.view-catalog .field--name-field-izobrazhenie img,
#produkt .field--name-field-izobrazhenie img,
.view-catalog .field--name-field-foto-kuhni img,
#produkt .field--name-field-foto-kuhni img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.view-catalog .field--name-taxonomy-term-title,
#produkt .field--name-taxonomy-term-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.view-catalog .field--name-taxonomy-term-title h3,
#produkt .field--name-taxonomy-term-title h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e;
  padding: 0 0.5rem;
  line-height: 0.7;
}
.view-catalog .field--name-taxonomy-term-title h3 a,
#produkt .field--name-taxonomy-term-title h3 a {
  color: #1e1e1e;
  display: block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #facb0c, #facb0c 50%, #1e1e1e 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
.view-catalog .field--name-taxonomy-term-title h3 a:hover,
#produkt .field--name-taxonomy-term-title h3 a:hover {
  background-position: 0%;
}
@media screen and (max-width: 768px) {
  .view-catalog .field--name-taxonomy-term-title h3,
  #produkt .field--name-taxonomy-term-title h3 {
    font-size: 1.8rem;
  }
}
.view-produkty .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-produkty .view-content {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.view-produkty .view-content.slick-slider {
  display: block;
}
@media screen and (max-width: 1400px) {
  .view-produkty .view-content.slick-slider {
    padding-bottom: 5rem;
  }
}
.view-produkty .views-row > .layout--onecol {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.view-produkty .views-row .layout__region--content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.view-produkty .views-row .card-top {
  position: relative;
  margin-bottom: 1.25rem;
}
.view-produkty .views-row .field--name-field-foto-obrazcov button.slick-prev.slick-arrow {
  left: 0;
}
@media screen and (max-width: 1400px) {
  .view-produkty .views-row .field--name-field-foto-obrazcov button.slick-prev.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.view-produkty .views-row .field--name-field-foto-obrazcov button.slick-next.slick-arrow {
  right: 0;
}
@media screen and (max-width: 1400px) {
  .view-produkty .views-row .field--name-field-foto-obrazcov button.slick-next.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.view-produkty .views-row .field--name-field-foto-obrazcov .field--name-field-foto-kuhni a {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
.view-produkty .views-row .field--name-field-foto-obrazcov .field--name-field-foto-kuhni a:hover img {
  transform: scale(1.05);
}
.view-produkty .views-row .field--name-field-foto-obrazcov .field--name-field-foto-kuhni a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #000000 100%);
}
.view-produkty .views-row .field--name-field-foto-obrazcov .field--name-field-foto-kuhni a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.view-produkty .views-row .field--name-node-title {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  pointer-events: none;
  justify-content: flex-end;
  border-radius: 2.5rem;
  overflow: hidden;
}
.view-produkty .views-row .field--name-node-title h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  transition: 0.3s;
  display: block;
  text-align: center;
}
.view-produkty .views-row .field--name-node-link {
  align-self: center;
}
.view-produkty .views-row .field--name-node-link a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
}
.view-produkty .views-row .field--name-node-link a:hover:after {
  transform: translateX(0.5rem);
}
.view-produkty .views-row .field--name-node-link a:after {
  content: "";
  flex-shrink: 0;
  height: 0.5rem;
  width: 3rem;
  background: url("/sites/all/themes/vesta_theme/image/arr-btn.svg") no-repeat right center / contain;
  transition: 0.5s;
}
.view-produkty .field--name-field-izobrazhenie {
  margin-bottom: 1.25rem;
}
.view-produkty .field--name-field-izobrazhenie a {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 75%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .view-produkty .field--name-field-izobrazhenie a {
    border-radius: 1.5rem;
  }
}
.view-produkty .field--name-field-izobrazhenie a:hover img {
  transform: scale(1.05);
}
.view-produkty .field--name-field-izobrazhenie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.view-produkty .field--name-node-title a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  text-align: right;
  color: #fff;
  transition: 0.3s;
  display: block;
  text-align: center;
}
.view-produkty .field--name-node-title a:hover {
  color: #facb0c;
}
#produkt #block-vesta-theme-content .field--name-body {
  margin-top: 1.875rem;
}
.why-block #block-vesta-theme-shapkavregionchtovaszhdet {
  margin-bottom: 1.875rem;
}
.why-block #block-vesta-theme-shapkavregionchtovaszhdet .head {
  text-align: center;
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva {
    row-gap: 1.875rem;
  }
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item {
    width: 100%;
  }
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item::after {
  content: "";
  height: 100%;
  width: 0.5rem;
  background-image: url("/sites/all/themes/vesta_theme/image/arr-why.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item::after {
    content: none;
  }
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item:nth-child(even) {
  align-self: flex-end;
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item:nth-child(even)::after {
  left: 0;
  right: unset;
  transform: translateX(-50%);
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item:nth-child(even) .field--name-field-nomer-preimushchestva p {
  text-align: right;
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item:nth-child(even) .field--name-field-zagolovok-preimushchestva {
  text-align: right;
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-preimushchestva > .field__item:nth-child(even) .field--name-field-opisanie-preimushchestva p {
  text-align: right;
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-nomer-preimushchestva {
  margin-bottom: 1.25rem;
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-nomer-preimushchestva p {
  font-size: 2rem;
  color: #fff;
  font-family: var(--font-family);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-nomer-preimushchestva p {
    font-size: 1.5rem;
  }
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-nomer-preimushchestva p em {
  font-weight: 700;
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-nomer-preimushchestva p em {
    font-size: 1.8rem;
  }
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-nomer-preimushchestva p strong {
  font-weight: 700;
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #facb0c;
}
@media screen and (max-width: 768px) {
  .why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-nomer-preimushchestva p strong {
    font-size: 1.8rem;
  }
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-zagolovok-preimushchestva {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-zagolovok-preimushchestva {
    font-size: 1.25rem;
  }
}
.why-block #block-vesta-theme-chtovaszhdetrabotayasnami .field--name-field-opisanie-preimushchestva p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
.inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
@media (min-width: 320px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali {
    max-width: 1200px;
  }
}
.inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali .head {
  display: flex;
  column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali .head {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali .head__title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali .head__text--yellow {
  align-self: flex-end;
}
.inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali .head__info {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  text-align: right;
  color: #fff;
  width: 39%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-shapkavblokevdokhnovenievkazhdoydetali .head__info {
    width: 100%;
  }
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 {
  padding-left: calc((100% - 1200px) / 2 + 15px);
}
@media screen and (max-width: 1200px) {
  .inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 {
    padding-right: 15px;
  }
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li:nth-child(3) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li:nth-child(3) .field--name-field-gallery a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li:nth-child(3) .field--name-field-gallery a {
    border-radius: 1.5rem;
  }
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li:nth-child(4) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul li:nth-child(5) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .more-link {
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .more-link {
    position: static;
  }
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .more-link a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  padding: 1.5rem 0.5rem 0.5rem 1rem;
  background-color: #1e1e1e;
  border-radius: 2.5rem 2.25rem 0 0;
  min-width: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .more-link a {
    right: 0;
    min-width: 100%;
    border-radius: 1.5rem 1.25rem 0 0;
  }
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .more-link a:hover:after {
  transform: translateX(0.5rem);
}
.inspiration-block #block-vesta-theme-views-block-fotogalereya-block-1 .more-link a:after {
  content: "";
  flex-shrink: 0;
  height: 0.5rem;
  width: 3rem;
  background: url("/sites/all/themes/vesta_theme/image/arr-btn.svg") no-repeat right center / contain;
  transition: 0.5s;
}
.view-fotogalereya {
  position: relative;
}
.view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-fotogalereya .views-field-field-izobrazheniya-2 .item-list ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.view-fotogalereya .views-field-field-izobrazheniya-2 .photoswipe-gallery a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .view-fotogalereya .views-field-field-izobrazheniya-2 .photoswipe-gallery a {
    border-radius: 1.5rem;
  }
}
.view-fotogalereya .views-field-field-izobrazheniya-2 .photoswipe-gallery a:hover img {
  transform: scale(1.05);
}
.view-fotogalereya .views-field-field-izobrazheniya-2 .photoswipe-gallery a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.callback-block .region-callback {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 5rem;
  row-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .callback-block .region-callback {
    display: flex;
    flex-direction: column;
  }
}
.callback-block #block-vesta-theme-vebforma {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.callback-block .webform-submission-form {
  padding: 0;
  background-color: transparent;
}
.callback-block .webform-submission-form .form-item + .form-item {
  margin-top: 0.6rem;
}
.callback-block .webform-submission-form .form-type-checkbox label {
  background-color: transparent;
  border: 0.06rem solid #fff;
}
.callback-block .webform-submission-form .form-type-checkbox .description {
  color: #fff;
}
.callback-block .webform-submission-form .form-type-checkbox .description a {
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.callback-block .webform-submission-form .form-type-checkbox .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.callback-block .form-type-processed-text {
  margin-bottom: 1.6rem;
}
.callback-block .form-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .callback-block .form-wrapper {
    flex-direction: column;
  }
}
.callback-block .form-wrapper .form-type-processed-text {
  width: 40%;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .callback-block .form-wrapper .form-type-processed-text {
    width: 100%;
  }
}
.callback-block .form-wrapper .webform-button--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  --bs-btn-border-color: transparent;
  --bs-btn-bg: transparent;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
.callback-block .form-wrapper .webform-button--submit:hover:after {
  transform: translateX(0.5rem);
}
.callback-block .form-wrapper .webform-button--submit:after {
  content: "";
  flex-shrink: 0;
  height: 0.5rem;
  width: 3rem;
  background: url("/sites/all/themes/vesta_theme/image/arr-btn.svg") no-repeat right center / contain;
  transition: 0.5s;
}
.callback-block .form-item-name {
  margin-top: 1.25rem;
}
.callback-block .form-control,
.callback-block .form-tel {
  margin-top: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 2.5rem;
  border-width: 0.06rem;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 768px) {
  .callback-block .form-control,
  .callback-block .form-tel {
    border-radius: 0.6rem;
  }
}
.callback-block .form-control::placeholder,
.callback-block .form-tel::placeholder {
  color: #ffffff;
}
.callback-block .form-control:focus,
.callback-block .form-tel:focus {
  box-shadow: none;
  border-color: #fff;
}
.callback-block #block-vesta-theme-kontakty-3 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.callback-block .user-contacts {
  flex-direction: column;
}
.callback-block .user-contacts__item {
  justify-content: flex-end;
  text-align: right;
}
.callback-block .user-contacts__item--phone {
  margin-bottom: 0.3rem;
}
.callback-block .user-contacts__item--mail {
  align-items: flex-end;
  gap: 0;
  margin: 1.25rem 0;
}
.callback-block .user-contacts__item--soc {
  margin-top: 1.25rem;
}
.callback-block .user-contacts__title--addr_2 {
  display: none;
}
.callback-block .user-soc__link {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.callback-block .user-soc__link svg {
  transition: 0.3s;
}
.callback-block .user-soc__link:hover {
  transform: scale(1);
}
.callback-block .user-soc__link:hover svg {
  color: rgba(255, 255, 255, 0.6);
}
.callback-block .user-soc__label {
  font-size: 1rem;
}
.callback-block #block-vesta-theme-tekstvregionobratnoysvyazi {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  justify-self: end;
}
.callback-block #block-vesta-theme-tekstvregionobratnoysvyazi p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  text-align: right;
  color: #facb0c;
}
.map-block .region-map {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .map-block .region-map {
    flex-direction: column;
  }
}
.map-block #block-vesta-theme-glipeck,
.map-block #block-vesta-theme-gelec {
  flex: 1 1 0;
}
.map-block #block-vesta-theme-glipeck .block-title,
.map-block #block-vesta-theme-gelec .block-title {
  margin-bottom: 1rem;
  text-align: center;
}
.map-block #block-vesta-theme-glipeck .field--name-body,
.map-block #block-vesta-theme-gelec .field--name-body {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map-block #block-vesta-theme-glipeck,
  .map-block #block-vesta-theme-gelec {
    border-radius: 1.5rem;
  }
}
.map-block #block-vesta-theme-glipeck .field--name-body {
  border-radius: 0 2.5rem 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .map-block #block-vesta-theme-glipeck .field--name-body {
    border-radius: 0;
  }
}
.map-block #block-vesta-theme-gelec .field--name-body {
  border-radius: 2.5rem 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .map-block #block-vesta-theme-gelec .field--name-body {
    border-radius: 0;
  }
}
.view-modulnaya-kuhnya.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-modulnaya-kuhnya.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.view-modulnaya-kuhnya.view-display-id-page_1 .views-row .layout__region--content {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .view-modulnaya-kuhnya.view-display-id-page_1 .views-row .layout__region--content {
    border-radius: 1.5rem;
  }
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-field-glavnoe-izobrazhenie {
  position: relative;
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-field-glavnoe-izobrazhenie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
  pointer-events: none;
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-field-glavnoe-izobrazhenie a {
  display: block;
  width: 100%;
  padding-top: 75%;
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-field-glavnoe-izobrazhenie a:hover img {
  transform: scale(1.05);
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-field-glavnoe-izobrazhenie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-node-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-node-title h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e;
  padding: 0 0.5rem;
  line-height: 0.7;
  display: block;
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-node-title h3 a {
  color: #1e1e1e;
  display: block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #facb0c, #facb0c 50%, #1e1e1e 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
.view-modulnaya-kuhnya.view-display-id-page_1 .field--name-node-title h3 a:hover {
  background-position: 0%;
}
@media screen and (max-width: 768px) {
  .view-modulnaya-kuhnya.view-display-id-page_1 .field--name-node-title h3 {
    font-size: 1.8rem;
  }
}
#modulnaya_kuhnya #block-vesta-theme-content .node--type-modulnaya-kuhnya {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya #block-vesta-theme-content .node--type-modulnaya-kuhnya {
    flex-direction: column;
  }
}
#modulnaya_kuhnya .left {
  flex-shrink: 0;
  width: 47%;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya .left {
    width: 100%;
  }
}
#modulnaya_kuhnya .field--name-field-izobrazheniya .field__item {
  display: flex;
  flex-direction: column;
}
#modulnaya_kuhnya .field--name-field-izobrazheniya .field__item a {
  flex-grow: 1;
  width: 100%;
  display: block;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya .field--name-field-izobrazheniya .field__item a {
    border-radius: 1.5rem;
  }
}
#modulnaya_kuhnya .field--name-field-izobrazheniya .field__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modulnaya_kuhnya button.slick-prev.slick-arrow {
  left: 1rem;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya button.slick-prev.slick-arrow {
    left: 0.5rem;
  }
}
#modulnaya_kuhnya button.slick-next.slick-arrow {
  right: 1rem;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya button.slick-next.slick-arrow {
    right: 0.5rem;
  }
}
@media screen and (max-width: 1400px) {
  #modulnaya_kuhnya button.slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
  }
}
#modulnaya_kuhnya .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#modulnaya_kuhnya .right .field--name-body {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
#modulnaya_kuhnya .right .field--name-body .field__label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
#modulnaya_kuhnya .field--name-field-knopka-vybrat-moduli {
  margin-bottom: 1.25rem;
}
#modulnaya_kuhnya .field--name-field-knopka-vybrat-moduli a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#modulnaya_kuhnya .field--name-field-knopka-vybrat-moduli a:hover::after {
  transform: translateX(0.5rem);
}
#modulnaya_kuhnya .field--name-field-knopka-vybrat-moduli a::after {
  content: "";
  display: block;
  height: 0.5rem;
  width: 5rem;
  background: url("/sites/all/themes/vesta_theme/image/arr-btn2.svg") no-repeat right center / contain;
  transition: 0.3s;
}
#modulnaya_kuhnya .line {
  height: 0.06rem;
  width: 100%;
  background-color: #fff;
  margin-bottom: 1.25rem;
}
#modulnaya_kuhnya .field--name-field-cena {
  margin-bottom: 0.6rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}
#modulnaya_kuhnya .field--name-field-knopka-zakazat {
  margin-bottom: 1.25rem;
}
#modulnaya_kuhnya .field--name-field-knopka-zakazat a {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-font-size: 1.25rem;
  --btn-border-radius: 0;
  --btn-border-width: 0;
  --btn-border-color: transparent;
  --btn-background: transparent;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --bs-btn-hover-color: #fff;
  --btn-border-color-hover: #fff;
  --bs-btn-hover-border-color: transparent;
  --btn-background-hover: transparent;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  min-width: auto;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#modulnaya_kuhnya .field--name-field-knopka-zakazat a:hover {
  transform: none;
}
#modulnaya_kuhnya .field--name-field-knopka-zakazat a:hover::after {
  transform: translateX(0.5rem);
}
#modulnaya_kuhnya .field--name-field-knopka-zakazat a::after {
  content: "";
  display: block;
  height: 0.5rem;
  width: 6rem;
  background: url("/sites/all/themes/vesta_theme/image/arr-btn2.svg") no-repeat right center / contain;
  transition: 0.3s;
}
#modulnaya_kuhnya .field--name-field-kontakty {
  margin-top: auto;
  width: 100%;
}
#modulnaya_kuhnya .field--name-field-kontakty .field__label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
#modulnaya_kuhnya .field--name-field-kontakty .user-contacts {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 0.4rem;
  column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya .field--name-field-kontakty .user-contacts {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: flex-start;
  }
}
#modulnaya_kuhnya .field--name-field-kontakty .user-contacts__item--addr,
#modulnaya_kuhnya .field--name-field-kontakty .user-contacts__item--addr_2 {
  display: none;
}
#modulnaya_kuhnya .field--name-field-kontakty .user-contacts__item--phone {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#modulnaya_kuhnya .field--name-field-kontakty .user-contacts__item-phone_2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
#modulnaya_kuhnya .field--name-field-kontakty .user-contacts__item--mail {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
#modulnaya_kuhnya .field--name-field-kontakty .user-contacts__item--soc {
  flex-shrink: 0;
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
#modulnaya_kuhnya .body_colors-block,
#modulnaya_kuhnya .colors_category_1-block,
#modulnaya_kuhnya .colors_category_2-block,
#modulnaya_kuhnya .modules-block {
  margin-top: 2.5rem;
}
#modulnaya_kuhnya .body_colors-block .block-title,
#modulnaya_kuhnya .colors_category_1-block .block-title,
#modulnaya_kuhnya .colors_category_2-block .block-title,
#modulnaya_kuhnya .modules-block .block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem;
}
#modulnaya_kuhnya .body_colors-block .view-content,
#modulnaya_kuhnya .colors_category_1-block .view-content,
#modulnaya_kuhnya .colors_category_2-block .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  gap: 1.875rem;
}
#modulnaya_kuhnya .body_colors-block .views-row,
#modulnaya_kuhnya .colors_category_1-block .views-row,
#modulnaya_kuhnya .colors_category_2-block .views-row {
  display: flex;
  flex-direction: column;
}
#modulnaya_kuhnya .body_colors-block .layout--onecol,
#modulnaya_kuhnya .colors_category_1-block .layout--onecol,
#modulnaya_kuhnya .colors_category_2-block .layout--onecol,
#modulnaya_kuhnya .body_colors-block .layout__region--content,
#modulnaya_kuhnya .colors_category_1-block .layout__region--content,
#modulnaya_kuhnya .colors_category_2-block .layout__region--content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#modulnaya_kuhnya .body_colors-block .layout--onecol .field--type-image,
#modulnaya_kuhnya .colors_category_1-block .layout--onecol .field--type-image,
#modulnaya_kuhnya .colors_category_2-block .layout--onecol .field--type-image,
#modulnaya_kuhnya .body_colors-block .layout__region--content .field--type-image,
#modulnaya_kuhnya .colors_category_1-block .layout__region--content .field--type-image,
#modulnaya_kuhnya .colors_category_2-block .layout__region--content .field--type-image {
  margin-bottom: 0.6rem;
}
#modulnaya_kuhnya .body_colors-block .layout--onecol .field--type-image a,
#modulnaya_kuhnya .colors_category_1-block .layout--onecol .field--type-image a,
#modulnaya_kuhnya .colors_category_2-block .layout--onecol .field--type-image a,
#modulnaya_kuhnya .body_colors-block .layout__region--content .field--type-image a,
#modulnaya_kuhnya .colors_category_1-block .layout__region--content .field--type-image a,
#modulnaya_kuhnya .colors_category_2-block .layout__region--content .field--type-image a {
  display: block;
  width: 100%;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
  padding-top: 70%;
}
#modulnaya_kuhnya .body_colors-block .layout--onecol .field--type-image a img,
#modulnaya_kuhnya .colors_category_1-block .layout--onecol .field--type-image a img,
#modulnaya_kuhnya .colors_category_2-block .layout--onecol .field--type-image a img,
#modulnaya_kuhnya .body_colors-block .layout__region--content .field--type-image a img,
#modulnaya_kuhnya .colors_category_1-block .layout__region--content .field--type-image a img,
#modulnaya_kuhnya .colors_category_2-block .layout__region--content .field--type-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modulnaya_kuhnya .body_colors-block .layout--onecol .field--name-taxonomy-term-title h3,
#modulnaya_kuhnya .colors_category_1-block .layout--onecol .field--name-taxonomy-term-title h3,
#modulnaya_kuhnya .colors_category_2-block .layout--onecol .field--name-taxonomy-term-title h3,
#modulnaya_kuhnya .body_colors-block .layout__region--content .field--name-taxonomy-term-title h3,
#modulnaya_kuhnya .colors_category_1-block .layout__region--content .field--name-taxonomy-term-title h3,
#modulnaya_kuhnya .colors_category_2-block .layout__region--content .field--name-taxonomy-term-title h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  color: #fff;
}
#modulnaya_kuhnya .modules-block .block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}
#modulnaya_kuhnya .modules-block .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya .modules-block .view-content {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
#modulnaya_kuhnya .modules-block .views-row {
  display: flex;
  flex-direction: column;
}
#modulnaya_kuhnya .modules-block .layout--onecol {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#modulnaya_kuhnya .modules-block .layout__region--content {
  flex-grow: 1;
  display: flex;
  gap: 1.875rem;
  border: 0.06rem solid #fff;
  border-radius: 2.5rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya .modules-block .layout__region--content {
    border-radius: 1.25rem;
    padding: 1rem;
    flex-direction: column;
  }
}
#modulnaya_kuhnya .modules-block .field--name-field-izobrazhenie-4 {
  width: 49%;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya .modules-block .field--name-field-izobrazhenie-4 {
    width: 100%;
  }
}
#modulnaya_kuhnya .modules-block .field--name-field-izobrazhenie-4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #modulnaya_kuhnya .modules-block .field--name-field-izobrazhenie-4 {
    border-radius: 1.25rem;
  }
}
#modulnaya_kuhnya .modules-block .right {
  display: flex;
  flex-direction: column;
}
#modulnaya_kuhnya .modules-block .field--name-taxonomy-term-title h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
#modulnaya_kuhnya .modules-block .field--name-description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
#modulnaya_kuhnya .modules-block .field--name-description table {
  width: 100%;
  border: none;
  overflow: auto;
  display: block;
}
#modulnaya_kuhnya .modules-block .field--name-description table tbody {
  min-width: 768px;
  display: block;
}
#modulnaya_kuhnya .modules-block .field--name-description table thead th {
  padding: 0.6rem;
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  border-top: 0.06rem solid #fff;
}
#modulnaya_kuhnya .modules-block .field--name-description table tbody td {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  border-top: 0.06rem solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#modulnaya_kuhnya .modules-block .field--name-description table {
  margin-top: 0.6rem;
}
#modulnaya_kuhnya .modules-block .field--name-description table tbody {
  min-width: auto !important;
  width: 100%;
}
#modulnaya_kuhnya .modules-block .field--name-description table tbody tr:last-child {
  border-radius: 0 0 0 20px;
}
#modulnaya_kuhnya .modules-block .field--name-field-cena {
  margin-bottom: 0;
  margin-top: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
}
.footer .region-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .region-footer {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.footer #block-vesta-theme-logo-3 {
  width: 18%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-logo-3 {
    width: 40%;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 #block-vesta-theme-osnovnayanavigaciya-2-menu {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 ul {
  flex-direction: column;
  row-gap: 0.3rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 ul a {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 ul a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-views-block-catalog-block-3 .block-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.footer #block-vesta-theme-views-block-catalog-block-3 .view-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
.footer #block-vesta-theme-views-block-catalog-block-3 a {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-views-block-catalog-block-3 a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts {
  flex-direction: column;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__item {
  text-align: left;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__item--phone {
  margin-bottom: 0.3rem;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__item--mail {
  gap: 0;
  margin: 1.25rem 0;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__item--soc {
  margin-top: 1.25rem;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__title--addr_2 {
  display: none;
}
.footer #block-vesta-theme-kontakty-4 .user-soc__link {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.footer #block-vesta-theme-kontakty-4 .user-soc__link svg {
  transition: 0.3s;
}
.footer #block-vesta-theme-kontakty-4 .user-soc__link:hover {
  transform: scale(1);
}
.footer #block-vesta-theme-kontakty-4 .user-soc__link:hover svg {
  color: rgba(255, 255, 255, 0.6);
}
.footer #block-vesta-theme-kontakty-4 .user-soc__label {
  font-size: 1rem;
}
.footer .politik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer .politik {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .politik__item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  text-align: center;
  color: #fff;
}
.footer .politik__item a {
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer .politik__item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer .region-privacy {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
