:root {
  --font-family: "Raleway", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Nunito", sans-serif;
  --font3: "Inter", sans-serif;
  --scrollbar-track-color: #5c8c44;
  --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;
  background: url("/sites/all/themes/vesta_theme/image/bg.webp") repeat center / 100% auto;
  background-color: #222;
}
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: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/font/Inter18pt-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  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;
}
@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/font/Nunito-Light.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/sites/all/themes/vesta_theme/font/Raleway-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/sites/all/themes/vesta_theme/font/Raleway-Black.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/sites/all/themes/vesta_theme/font/Raleway-Bold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Raleway-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-SemiBold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/sites/all/themes/vesta_theme/font/Raleway-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/sites/all/themes/vesta_theme/font/Raleway-SemiBold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/font/Nunito-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Nunito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  header.header {
    display: none;
  }
}
header.header-mob {
  display: none;
}
@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;
}
.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;
}
.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: 2.81rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: relative;
  font-size: 0;
  background-color: transparent;
}
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: 25px;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow {
  right: 25px;
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.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__title {
  display: none;
}
.user-contacts__icon {
  display: flex;
  align-items: center;
  width: 1rem;
}
.user-contacts__icon svg {
  width: 100%;
  height: auto;
  color: #5c8c44;
}
.user-contacts__icon-link {
  display: none;
}
.user-soc {
  display: flex;
  gap: 0.5rem;
}
.user-soc__link {
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background-color: #5c8c44;
  color: #fff;
}
.user-soc__link:hover {
  transform: scale(1.05);
  background-color: #5c8c44;
}
.user-soc__link svg {
  width: 1.125rem;
  height: 1.125rem;
}
#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,
.more-link a {
  --btn-border-radius: 0;
  --btn-border-width: 0.06rem;
  --btn-border-color: #5c8c44;
  --btn-background: #5c8c44;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --bs-btn-hover-color: #fff;
  --btn-border-color-hover: #5c8c44;
  --bs-btn-hover-border-color: #5c8c44;
  --btn-background-hover: #5c8c44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c8c44;
  --bs-btn-active-border-color: #5c8c44;
  --transition-animation: 0.3s;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5c8c44;
  --bs-btn-disabled-border-color: #5c8c44;
  padding: 0.75rem 1rem;
  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;
  font-family: var(--font-family);
  font-size: 0.88rem;
  font-weight: 400;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn:hover,
.more-link a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#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-type-processed-text {
  display: none;
}
.form-control,
.form-tel {
  height: auto;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.9399999999999999rem;
  line-height: 128%;
  color: #000;
  border-radius: 2.62rem;
  border-width: 0.06rem;
  padding: 1.06rem;
  background-color: #ededed;
  border-color: transparent;
  width: 100%;
}
.form-control::placeholder,
.form-tel::placeholder {
  color: rgba(45, 32, 19, 0.5);
}
.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: 2.5rem;
  line-height: 128%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 1.25rem;
  }
}
h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 128%;
  color: #000;
}
@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;
}
.front main {
  padding-bottom: calc(6.25rem / 2);
}
h1 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.88rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 1.7rem;
  }
}
.not-front main {
  padding-top: calc(6.25rem / 2);
  padding-bottom: calc(6.25rem / 2);
}
.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,
.btn-wrap {
  position: relative;
}
.field--name-field-knopka-ostavit-zayavku .ajax-progress,
.form-actions .ajax-progress,
.btn-wrap .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: #5c8c44;
  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-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%;
}
.search {
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #000;
}
.search:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #fe4400;
}
.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: #000;
  margin-top: 0.5rem;
}
.content-search h3 a {
  color: #000;
  transition: all 0.3s ease;
}
.content-search h3 a:hover {
  color: #216144;
}
#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: 400;
  font-size: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 2.5rem;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control::placeholder,
#search-api-page-block-form-search .form-control::placeholder {
  color: #999;
}
#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.3);
  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.1);
}
#block-vesta-theme-vestaprivacyaccessblock {
  background-color: #f6f6f6;
}
#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;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content p {
  color: #202938;
  font-size: 0.88rem;
  font-weight: 500;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content p strong {
  font-weight: 800;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content a {
  color: #202938;
}
@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;
}
@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;
}
@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 {
  display: flex;
  column-gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}
.pager__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  text-align: right;
  color: #fff;
  padding: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 0.06rem solid #fff;
  border-radius: 0.38rem;
  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;
  border-color: transparent;
}
.pager__item--previous {
  transform: rotate(-90deg);
}
#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,
#about #block-vesta-theme-content .field--name-body ol,
#news #block-vesta-theme-content .field--name-body ol,
#produkt #block-vesta-theme-content .field--name-body ol {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#about #block-vesta-theme-content .field--name-body u,
#news #block-vesta-theme-content .field--name-body u,
#produkt #block-vesta-theme-content .field--name-body u {
  text-decoration: none;
}
#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;
}
#about #block-vesta-theme-content .field--name-body ol li,
#news #block-vesta-theme-content .field--name-body ol li,
#produkt #block-vesta-theme-content .field--name-body ol li {
  list-style: decimal;
}
#about #block-vesta-theme-content .field--name-body p:has(img),
#news #block-vesta-theme-content .field--name-body p:has(img),
#produkt #block-vesta-theme-content .field--name-body p:has(img) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #0f0f0f;
  }
}
.header .region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.header #block-vesta-theme-logo {
  width: 11%;
}
.header #block-vesta-theme-kontakty .user-contacts {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header #block-vesta-theme-kontakty .user-contacts__item {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.header #block-vesta-theme-kontakty .user-contacts__item--addr {
  display: none;
}
.header #block-vesta-theme-kontakty .user-contacts__link {
  font-family: var(--second-family);
  font-weight: 400;
  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;
}
.header #block-vesta-theme-kontakty .user-contacts__link:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #block-vesta-theme-kontakty .user-contacts .user-soc {
  gap: 0.5rem;
}
.header #block-vesta-theme-osnovnayanavigaciya {
  flex-shrink: 0;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a {
  --color-hover: #5c8c44;
  --color-link: #fff;
  padding: 0;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-size: 1rem;
  font-weight: 400;
}
.header #block-vesta-theme-osnovnayanavigaciya > 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 > ul li a:not(.dropdown-toggle):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a.is-active {
  color: var(--color-hover);
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a.is-active:not(.dropdown-toggle) {
  background: linear-gradient(0deg, var(--color-hover), var(--color-hover)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a.is-active:not(.dropdown-toggle):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li > ul {
  background-color: #fff;
  padding: 1rem;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: flex-start;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li > ul a {
  color: #000;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 {
  width: 17%;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 form {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 0.5rem;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 .form-control {
  background-color: transparent;
  color: #fff;
  padding-left: 0;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 .form-control::placeholder {
  color: #fff;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 .form-actions {
  position: static;
  transform: none;
  flex-shrink: 0;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 .form-actions button {
  background-color: transparent;
}
.header #block-vesta-theme-searchapipagesearchblockform-2 .form-actions button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-mob {
  background-color: #0f0f0f;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.region-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.region-header-mobile #block-vesta-theme-logo-2 {
  width: 35%;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts {
  align-items: center;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__item {
  display: flex;
  align-items: center;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__item:not(.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__item--phone) {
  display: none;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__label {
  display: none;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__link {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__link span {
  flex-grow: 1;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__link svg {
  width: 100%;
  height: 100%;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__icon {
  display: none;
}
.region-header-mobile #block-vesta-theme-kontakty-2 .user-contacts__icon-link {
  display: block;
}
.promo-block {
  border-radius: 0.9399999999999999rem;
  margin-left: 1rem;
  margin-right: 1rem;
  background: url("/sites/all/themes/vesta_theme/image/promo-bg.jpg") no-repeat center / cover;
}
.promo-block__content {
  min-height: 39rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .promo-block__content {
    min-height: auto;
  }
}
.promo-block__title {
  margin-bottom: 1.875rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .promo-block__title {
    width: 100%;
  }
}
.promo-block__text {
  width: 40%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .promo-block__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promo-block .btn {
    width: 100%;
  }
}
.about-block {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.view-about .layout__region--content {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-about .layout__region--content {
    flex-direction: column;
  }
}
.view-about .about__left {
  width: 48%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .view-about .about__left {
    width: 100%;
  }
}
.view-about .field--name-node-title {
  margin-bottom: 1rem;
}
.view-about .field--name-node-title h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  color: #5c8c44;
}
.view-about .field--name-field-slogan {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-about .field--name-field-slogan {
    font-size: 1.7rem;
  }
}
.view-about .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.view-about .field--name-body ul {
  padding-left: 2rem;
}
.view-about .field--name-body ul li {
  list-style: disc;
}
.view-about .field--name-node-link a {
  --btn-border-radius: 0;
  --btn-border-width: 0.06rem;
  --btn-border-color: #5c8c44;
  --btn-background: #5c8c44;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --bs-btn-hover-color: #fff;
  --btn-border-color-hover: #5c8c44;
  --bs-btn-hover-border-color: #5c8c44;
  --btn-background-hover: #5c8c44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c8c44;
  --bs-btn-active-border-color: #5c8c44;
  --transition-animation: 0.3s;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5c8c44;
  --bs-btn-disabled-border-color: #5c8c44;
  padding: 0.75rem 1rem;
  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;
  font-family: var(--font-family);
  font-size: 0.88rem;
  font-weight: 400;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.view-about .field--name-node-link a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.view-about .field--name-node-link a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
@media screen and (max-width: 768px) {
  .view-about .field--name-node-link a {
    width: 100%;
  }
}
.view-about .field--name-field-dostizheniya {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 1.875rem;
}
.view-about .field--name-field-dostizheniya > .field__item {
  display: flex;
  flex-direction: column;
}
.view-about .field--name-field-dostizheniya .paragraph--type--dostizhenie {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.875rem;
  border-radius: 0.31rem;
  background-color: #222;
  justify-content: space-between;
  gap: 1.5rem;
}
.view-about .field--name-field-cifra-dostizheniya {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 2.81rem;
  text-transform: uppercase;
  color: #fff;
}
.view-about .field--name-field-opisanie-dostizheniya {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
}
#about #block-vesta-theme-content .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
}
.body-view--about .field--name-node-link {
  display: none;
}
.body-view--about .field--name-field-dostizheniya {
  display: none;
}
.body-view--about .field--name-node-title {
  display: none;
}
.body-view--about .field--name-field-slogan {
  display: none;
}
.body-view--about .about__left {
  width: 100%;
}
.catalog-block #block-vesta-theme-katalog .layout__region--content {
  display: flex;
  gap: 1rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .catalog-block #block-vesta-theme-katalog .layout__region--content {
    flex-direction: column;
  }
}
.catalog-block #block-vesta-theme-katalog .field--name-block-title h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  color: #5c8c44;
}
.catalog-block #block-vesta-theme-katalog .field--name-body {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .catalog-block #block-vesta-theme-katalog .field--name-body {
    margin-left: 0;
    text-align: left;
  }
}
.view-catalog .view-content,
.view-produkt .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-catalog .view-content,
  .view-produkt .view-content {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.view-catalog .views-row,
.view-produkt .views-row {
  display: flex;
  flex-direction: column;
}
.view-catalog .taxonomy-term--type-catalog,
.view-produkt .taxonomy-term--type-catalog,
.view-catalog .node--type-produkt,
.view-produkt .node--type-produkt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 0.06rem solid #b7b7b7;
  padding: 1.875rem;
  position: relative;
  transition: 0.5s;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .view-catalog .taxonomy-term--type-catalog,
  .view-produkt .taxonomy-term--type-catalog,
  .view-catalog .node--type-produkt,
  .view-produkt .node--type-produkt {
    padding: 1rem;
  }
}
.view-catalog .taxonomy-term--type-catalog:has(.field--name-taxonomy-term-link a:hover),
.view-produkt .taxonomy-term--type-catalog:has(.field--name-taxonomy-term-link a:hover),
.view-catalog .node--type-produkt:has(.field--name-taxonomy-term-link a:hover),
.view-produkt .node--type-produkt:has(.field--name-taxonomy-term-link a:hover),
.view-catalog .taxonomy-term--type-catalog:has(.field--name-node-link a:hover),
.view-produkt .taxonomy-term--type-catalog:has(.field--name-node-link a:hover),
.view-catalog .node--type-produkt:has(.field--name-node-link a:hover),
.view-produkt .node--type-produkt:has(.field--name-node-link a:hover) {
  background-color: #222;
  border-color: #222;
}
.view-catalog .catalog-head,
.view-produkt .catalog-head,
.view-catalog .product-head,
.view-produkt .product-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .view-catalog .catalog-head,
  .view-produkt .catalog-head,
  .view-catalog .product-head,
  .view-produkt .product-head {
    margin-bottom: 1.5rem;
  }
}
.view-catalog .catalog-head::after,
.view-produkt .catalog-head::after,
.view-catalog .product-head::after,
.view-produkt .product-head::after {
  content: "";
  width: 2.18rem;
  height: 2.5rem;
  background: url("/sites/all/themes/vesta_theme/image/catalog.png") no-repeat center / contain;
}
.view-catalog .field--name-field-poryadkovyy-nomer,
.view-produkt .field--name-field-poryadkovyy-nomer,
.view-catalog .field--name-field-poryadkovyy-nomer-produkt,
.view-produkt .field--name-field-poryadkovyy-nomer-produkt {
  border: 0.06rem solid #686868;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #5c8c44;
  padding: 0.93rem 1rem 0.875rem;
}
.view-catalog .field--name-taxonomy-term-title,
.view-produkt .field--name-taxonomy-term-title,
.view-catalog .field--name-node-title,
.view-produkt .field--name-node-title {
  margin-bottom: auto;
}
.view-catalog .field--name-taxonomy-term-title h3,
.view-produkt .field--name-taxonomy-term-title h3,
.view-catalog .field--name-node-title h3,
.view-produkt .field--name-node-title h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.view-catalog .field--name-description,
.view-produkt .field--name-description,
.view-catalog .field--name-body,
.view-produkt .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.view-catalog .field--name-taxonomy-term-link,
.view-produkt .field--name-taxonomy-term-link,
.view-catalog .field--name-node-link,
.view-produkt .field--name-node-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.view-catalog .field--name-taxonomy-term-link a,
.view-produkt .field--name-taxonomy-term-link a,
.view-catalog .field--name-node-link a,
.view-produkt .field--name-node-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
}
.view-catalog .more-link,
.view-produkt .more-link {
  margin-top: 1.875rem;
}
.view-catalog .more-link a,
.view-produkt .more-link a {
  width: 100%;
}
.view-catalog .field--name-field-izobrazhenie-produkta,
.view-produkt .field--name-field-izobrazhenie-produkta {
  margin-bottom: 1.25rem;
}
.view-catalog .field--name-field-izobrazhenie-produkta a,
.view-produkt .field--name-field-izobrazhenie-produkta a {
  display: block;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.view-catalog .field--name-field-izobrazhenie-produkta a:hover img,
.view-produkt .field--name-field-izobrazhenie-produkta a:hover img {
  transform: scale(1.05);
}
.view-catalog .field--name-field-izobrazhenie-produkta a img,
.view-produkt .field--name-field-izobrazhenie-produkta a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
#produkt .node--type-produkt {
  display: flex;
  gap: 2rem;
}
#produkt .node--type-produkt::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #produkt .node--type-produkt {
    flex-direction: column;
  }
}
#produkt .field--name-field-izobrazhenie-produkta {
  align-self: flex-start;
  max-width: 50%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #produkt .field--name-field-izobrazhenie-produkta {
    max-width: 100%;
  }
}
#produkt .field--name-body {
  flex-grow: 1;
}
.vacancies-block {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .vacancies-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.vacancies-block .region-vacancies {
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 3.125rem;
  columns: 1rem;
}
@media screen and (max-width: 768px) {
  .vacancies-block .region-vacancies {
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
.vacancies-block #block-vesta-theme-vakansii {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.vacancies-block #block-vesta-theme-vakansii .layout__region--content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.vacancies-block #block-vesta-theme-vakansii .field--name-block-title h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  color: #5c8c44;
}
.vacancies-block #block-vesta-theme-vakansii .field--name-body {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .vacancies-block #block-vesta-theme-vakansii .field--name-body {
    margin-left: 0;
    font-size: 1.5rem;
  }
}
.vacancies-block #block-vesta-theme-knopkabolshevakansiy {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .vacancies-block #block-vesta-theme-knopkabolshevakansiy {
    align-self: stretch;
  }
  .vacancies-block #block-vesta-theme-knopkabolshevakansiy a {
    width: 100%;
  }
}
.vacancies-block #block-vesta-theme-views-block-vakansiya-block-1 {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.view-vakansiya .view-content {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.view-vakansiya .layout__region--content {
  background-color: #fff;
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.35rem 2rem;
}
@media screen and (max-width: 768px) {
  .view-vakansiya .layout__region--content {
    flex-direction: column;
    padding: 1rem;
    row-gap: 1.25rem;
    align-items: flex-start;
  }
}
.view-vakansiya .field--name-node-title h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 768px) {
  .view-vakansiya .field--name-node-link {
    align-self: flex-end;
  }
}
.view-vakansiya .field--name-node-link a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  text-align: right;
  color: #5c8c44;
  background: linear-gradient(0deg, #5c8c44, #5c8c44) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.view-vakansiya .field--name-node-link a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
#vakansiya #block-vesta-theme-content .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#vakansiya #block-vesta-theme-content .field--name-body ul {
  padding-left: 2rem;
}
#vakansiya #block-vesta-theme-content .field--name-body ul li {
  list-style: disc;
}
.contacts-block .region-contacts {
  display: grid;
  grid-template-columns: 1fr 49%;
  column-gap: 1.875rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .contacts-block .region-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
.contacts-block #block-vesta-theme-kontakty-3 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.contacts-block #block-vesta-theme-kontakty-3 .layout__region--content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contacts-block #block-vesta-theme-kontakty-3 .field--name-block-title h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  color: #5c8c44;
}
.contacts-block #block-vesta-theme-kontakty-3 .field--name-body {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contacts-block #block-vesta-theme-kontakty-3 .field--name-body {
    margin-left: 0;
    text-align: left;
    font-size: 1.5rem;
  }
}
.contacts-block #block-vesta-theme-kontakty-4 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .contacts-block #block-vesta-theme-kontakty-4 .user-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__item--soc {
  flex-direction: row;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .contacts-block #block-vesta-theme-kontakty-4 .user-contacts__item--soc {
    align-self: flex-start;
  }
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__icon {
  display: none;
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__link:not(.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__link--addr) {
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__link:not(.contacts-block #block-vesta-theme-kontakty-4 .user-contacts__link--addr):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.contacts-block #block-vesta-theme-yandekskarta {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.callback-block {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .callback-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.callback-block #block-vesta-theme-obratnayasvyaz {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-obratnayasvyaz {
    margin-bottom: 1.875rem;
  }
}
.callback-block #block-vesta-theme-obratnayasvyaz .layout__region--content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.callback-block #block-vesta-theme-obratnayasvyaz .field--name-block-title h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  color: #5c8c44;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-obratnayasvyaz .field--name-block-title h2 {
    text-align: left;
  }
}
.callback-block #block-vesta-theme-obratnayasvyaz .field--name-body {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-obratnayasvyaz .field--name-body {
    text-align: left;
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.callback-block #block-vesta-theme-vebforma .webform-submission-callback-form {
  padding: 0;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-vebforma .webform-submission-callback-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.callback-block #block-vesta-theme-vebforma .form-control,
.callback-block #block-vesta-theme-vebforma .form-tel {
  border-radius: 0;
  margin-top: 0;
  border-width: 0.06rem;
}
.callback-block #block-vesta-theme-vebforma .form-type-processed-text {
  display: block;
  grid-column: 1 / 5;
  grid-row: 1 / 2;
}
.callback-block #block-vesta-theme-vebforma .form-type-processed-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-vebforma .form-type-processed-text p {
    width: 100%;
  }
}
.callback-block #block-vesta-theme-vebforma .form-item-name {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.callback-block #block-vesta-theme-vebforma .form-item-telefon {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.callback-block #block-vesta-theme-vebforma .form-item-email {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.callback-block #block-vesta-theme-vebforma .form-actions {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}
.callback-block #block-vesta-theme-vebforma .form-actions button {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.callback-block #block-vesta-theme-vebforma .form-item-privacy {
  grid-column: 1 / 5;
  grid-row: 3 / 4;
  display: flex;
  justify-content: center;
}
.callback-block #block-vesta-theme-vebforma .form-item-privacy label {
  background-color: transparent;
  border: 0.06rem solid #fff;
}
.callback-block #block-vesta-theme-vebforma .form-item-privacy .description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.9399999999999999rem;
  text-align: center;
  color: #fff;
}
.callback-block #block-vesta-theme-vebforma .form-item-privacy .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 #block-vesta-theme-vebforma .form-item-privacy .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer {
  background-color: #0f0f0f;
}
.footer__inner {
  background: url("/sites/all/themes/vesta_theme/image/footer.png") no-repeat center bottom / 100% auto;
  padding-top: 3.125rem;
  padding-bottom: 2rem;
}
.footer .region-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .footer .region-footer {
    flex-direction: column;
  }
}
.footer #block-vesta-theme-logo-3 {
  width: 11%;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-logo-3 {
    width: 30%;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 #block-vesta-theme-osnovnayanavigaciya-3-menu {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.8100000000000001rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  --color-hover: #5c8c44;
  --color-link: #fff;
  padding: 0;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-size: 0.8100000000000001rem;
  font-weight: 400;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > 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;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a:not(.dropdown-toggle):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a.is-active {
  color: var(--color-hover);
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a.is-active:not(.dropdown-toggle) {
  background: linear-gradient(0deg, var(--color-hover), var(--color-hover)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a.is-active:not(.dropdown-toggle):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-views-block-pomoshch-block-1 .block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.8100000000000001rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
.footer #block-vesta-theme-views-block-pomoshch-block-1 .view-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-views-block-pomoshch-block-1 .views-row a {
  --color-link: #fff;
  padding: 0;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-size: 0.8100000000000001rem;
  font-weight: 400;
  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;
}
.footer #block-vesta-theme-views-block-pomoshch-block-1 .views-row a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-kontakty-5 .block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.8100000000000001rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
.footer #block-vesta-theme-kontakty-5 .user-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-kontakty-5 .user-contacts__item--soc {
  margin-top: 1rem;
}
.footer #block-vesta-theme-kontakty-5 .user-contacts__icon {
  display: none;
}
.footer #block-vesta-theme-kontakty-5 .user-contacts__link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #fff;
}
.footer #block-vesta-theme-kontakty-5 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-5 .user-contacts__link--addr) {
  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-kontakty-5 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-5 .user-contacts__link--addr):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.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(--font3);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  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;
}
