:root {
  --font-family: "Inter Tight", sans-serif;
  --second-family: "Nunito", sans-serif;
  --third-family: "Onest", sans-serif;
  --scrollbar-track-color: #2b2b2b;
  --scrollbar-thumb-color: rgba(255, 255, 255, 0.5);
  --mb-30: 1.875rem;
  --mb-40: 2.5rem;
  --mb-50: 3.125rem;
}
@media screen and (max-width: 768px) {
  :root {
    --mb-30: 1.25rem;
    --mb-40: 1.875rem;
  }
}
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-color: #f0f0f0;
}
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;
}
@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;
}
@font-face {
  font-family: "Inter Tight";
  src: url("/sites/all/themes/vesta_theme/font/InterTight-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/InterTight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("/sites/all/themes/vesta_theme/font/InterTight-Bold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/InterTight-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("/sites/all/themes/vesta_theme/font/InterTight-Black.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/InterTight-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("/sites/all/themes/vesta_theme/font/InterTight-Light.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/InterTight-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/sites/all/themes/vesta_theme/font/Onest-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("/sites/all/themes/vesta_theme/font/InterTight-SemiBold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/InterTight-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/sites/all/themes/vesta_theme/font/Onest-SemiBold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Onest-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-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;
}
@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.1rem solid #e47116;
  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-slide {
  height: auto !important;
}
.slick-track {
  display: flex !important;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5rem;
}
.slick-dots button {
  border: 0.1rem 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 {
  display: grid;
  place-content: center;
}
.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:hover {
  opacity: 0.5;
}
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);
}
.user-contacts {
  display: flex;
}
.user-contacts__item--schedule {
  display: none;
}
.user-contacts__title {
  display: none;
}
.user-contacts__block {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.user-contacts__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  color: #000;
}
.user-contacts__link:not(.user-contacts__link--addr) {
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.user-contacts__link:not(.user-contacts__link--addr):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
@media screen and (max-width: 768px) {
  .user-contacts__link:not(.user-contacts__link--addr) {
    background: linear-gradient(0deg, transparent, transparent) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 0rem;
  }
  .user-contacts__link:not(.user-contacts__link--addr):hover {
    background-size: 100% var(--bg-h);
    background-position-x: left;
  }
}
.user-contacts__icon,
.user-contacts__icon-link {
  flex-shrink: 0;
}
.user-contacts__icon svg,
.user-contacts__icon-link svg {
  width: 1.25rem;
  height: 1.25rem;
}
.user-contacts__icon {
  color: #e47116;
}
.user-contacts__icon-link {
  display: none;
}
.user-soc {
  display: flex;
}
.user-soc__item {
  flex-shrink: 0;
}
.user-soc__link {
  display: block;
  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: 2rem;
  height: 2rem;
}
.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;
}
#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;
}
.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;
}
.form-item--error-message strong {
  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: 4rem;
}
@media screen and (max-width: 768px) {
  .mb {
    margin-bottom: calc(4rem / 2);
  }
}
.mt {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .mt {
    margin-top: calc(4rem / 2);
  }
}
.block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.88rem;
  color: #000;
}
.block-title strong {
  color: #929292;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 1.25rem;
  }
}
h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.88rem;
  color: #000;
}
h2 strong {
  color: #929292;
  font-weight: 700;
}
@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: 4rem;
}
@media screen and (max-width: 768px) {
  .front .main {
    padding-bottom: calc(4rem / 2);
  }
}
.front .main #block-vesta-theme-page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
}
h1 strong {
  color: #929292;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
.not-front main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .not-front main {
    padding-top: calc(4rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .not-front main {
    padding-bottom: calc(4rem / 2);
  }
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .not-front #block-vesta-theme-page-title {
    margin-bottom: calc(4rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .not-front #block-vesta-theme-page-title {
    margin-bottom: calc(4rem / 2);
  }
}
.more-link {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.offcanvas {
  background-color: #2b2b2b;
}
.offcanvas .btn-close {
  background-image: url("/sites/all/themes/vesta_theme/image/close.svg");
  background-size: 70%;
  width: 1.25rem;
  height: 1.25rem;
  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: 100%;
  font-size: 1.5rem;
  white-space: break-spaces;
}
.offcanvas .nav a.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas .nav a.active {
  background-color: transparent;
  text-decoration: underline;
}
.offcanvas .nav a:focus,
.offcanvas .nav a:hover {
  background-color: transparent;
}
.offcanvas .nav .dropdown-menu {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  flex-direction: column;
  row-gap: 1rem;
}
.offcanvas .nav .dropdown-menu a {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
}
.field--name-field-knopka-ostavit-zayavku,
.form-actions,
.btn-wrapper,
.action-wrap {
  position: relative;
}
.field--name-field-knopka-ostavit-zayavku .ajax-progress,
.form-actions .ajax-progress,
.btn-wrapper .ajax-progress,
.action-wrap .ajax-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
}
.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-dialog-title {
  white-space: normal;
  overflow: auto;
  text-overflow: unset;
}
.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 .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 {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 0.1rem 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-type-checkbox {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  row-gap: 0.3rem;
  --width-checkbox: 1.5rem;
  --border-radius-checkbox: 0.25rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-checkbox:has(label) .form-checkbox[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-checkbox .form-checkbox[type="checkbox"]:checked + label {
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-checkbox label {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 0;
  display: block;
  flex-shrink: 0;
  width: var(--width-checkbox);
  height: var(--width-checkbox);
  background-color: transparent;
  margin-bottom: 0;
  border-radius: var(--border-radius-checkbox);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  border: 0.06rem solid #000;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-checkbox .description {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-left: 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
}
.ui-widget.ui-widget-content .ui-dialog-content .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;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-checkbox .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-checkbox .form-item--error-message {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  margin-top: 0;
}
.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: #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;
  color: #000;
}
.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;
  --bg-h: 0.06rem;
  background: linear-gradient(0deg, #000, #000) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
.content-search h3 a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
#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;
}
#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;
  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: transparent;
  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);
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #000;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p a {
  color: #000;
  --bg-h: 0.06rem;
  background: linear-gradient(0deg, #000, #000) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-actions {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn {
    width: 100%;
  }
}
.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: flex;
  top: 100%;
  left: 0;
}
.pager {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: calc(4rem / 2);
  }
}
.pager__items,
.pager .pagination {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  --bs-pagination-bg: #FF6D31;
  --bs-pagination-color: #f0f0f0;
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-border-color: #FF6D31;
  --bs-pagination-border-width: 0.1rem;
  --bs-pagination-hover-color: #FF6D31;
  --bs-pagination-hover-bg: #f0f0f0;
  --bs-pagination-hover-border-color: #FF6D31;
  --bs-pagination-focus-color: #1e1e1e;
  --bs-pagination-focus-bg: #FF6D31;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(225, 225, 225, 0.25);
  --bs-pagination-active-color: #FF6D31;
  --bs-pagination-active-bg: #f0f0f0;
  --bs-pagination-active-border-color: #FF6D31;
}
.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.1rem 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--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: 400;
  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;
}
.body-cart .delete-order-item,
.body-cart .form-submit {
  --bs-btn-bg: #312d7e;
  --bs-btn-color: #fff;
  --bs-btn-border-color: #312d7e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #312d7e;
  --bs-btn-hover-border-color: #312d7e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #312d7e;
  --bs-btn-active-border-color: #312d7e;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #312d7e;
  --bs-btn-disabled-border-color: #312d7e;
}
/* *** contextual-region *** */
.contextual-region .contextual {
  display: none;
  top: -8px;
  right: 8px;
}
.contextual-region .contextual-region .contextual {
  top: 8px;
}
.contextual-region:hover .contextual {
  display: block;
}
.contextual-region .contextual .trigger {
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
}
#about #block-vesta-theme-content .field--name-body,
#news #block-vesta-theme-content .field--name-body,
.body-node--808 #block-vesta-theme-content .field--name-body,
.body-node--3 #block-vesta-theme-content .field--name-body,
.body-node--812 #block-vesta-theme-content .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.7rem;
}
#about #block-vesta-theme-content .field--name-body img,
#news #block-vesta-theme-content .field--name-body img,
.body-node--808 #block-vesta-theme-content .field--name-body img,
.body-node--3 #block-vesta-theme-content .field--name-body img,
.body-node--812 #block-vesta-theme-content .field--name-body img {
  max-width: 50%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #about #block-vesta-theme-content .field--name-body img,
  #news #block-vesta-theme-content .field--name-body img,
  .body-node--808 #block-vesta-theme-content .field--name-body img,
  .body-node--3 #block-vesta-theme-content .field--name-body img,
  .body-node--812 #block-vesta-theme-content .field--name-body img {
    max-width: 100%;
  }
}
#about #block-vesta-theme-content .field--name-body a,
#news #block-vesta-theme-content .field--name-body a,
.body-node--808 #block-vesta-theme-content .field--name-body a,
.body-node--3 #block-vesta-theme-content .field--name-body a,
.body-node--812 #block-vesta-theme-content .field--name-body a {
  color: #000;
  --bg-h: 0.1rem;
  background: linear-gradient(0deg, #000, #000) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
#about #block-vesta-theme-content .field--name-body a:hover,
#news #block-vesta-theme-content .field--name-body a:hover,
.body-node--808 #block-vesta-theme-content .field--name-body a:hover,
.body-node--3 #block-vesta-theme-content .field--name-body a:hover,
.body-node--812 #block-vesta-theme-content .field--name-body a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
#about #block-vesta-theme-content .field--name-body u,
#news #block-vesta-theme-content .field--name-body u,
.body-node--808 #block-vesta-theme-content .field--name-body u,
.body-node--3 #block-vesta-theme-content .field--name-body u,
.body-node--812 #block-vesta-theme-content .field--name-body u {
  text-decoration: none;
}
#about #block-vesta-theme-content .field--name-body ul,
#news #block-vesta-theme-content .field--name-body ul,
.body-node--808 #block-vesta-theme-content .field--name-body ul,
.body-node--3 #block-vesta-theme-content .field--name-body ul,
.body-node--812 #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,
.body-node--808 #block-vesta-theme-content .field--name-body ol,
.body-node--3 #block-vesta-theme-content .field--name-body ol,
.body-node--812 #block-vesta-theme-content .field--name-body ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
#about #block-vesta-theme-content .field--name-body ul li,
#news #block-vesta-theme-content .field--name-body ul li,
.body-node--808 #block-vesta-theme-content .field--name-body ul li,
.body-node--3 #block-vesta-theme-content .field--name-body ul li,
.body-node--812 #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,
.body-node--808 #block-vesta-theme-content .field--name-body ol li,
.body-node--3 #block-vesta-theme-content .field--name-body ol li,
.body-node--812 #block-vesta-theme-content .field--name-body ol li {
  list-style: decimal;
}
#about #block-vesta-theme-content .field--name-body table,
#news #block-vesta-theme-content .field--name-body table,
.body-node--808 #block-vesta-theme-content .field--name-body table,
.body-node--3 #block-vesta-theme-content .field--name-body table,
.body-node--812 #block-vesta-theme-content .field--name-body table {
  --bs-table-bg: transparent;
  width: 100%;
  border: none;
  overflow: auto;
  display: table;
  border: 0.12rem solid #000;
}
#about #block-vesta-theme-content .field--name-body table tbody,
#news #block-vesta-theme-content .field--name-body table tbody,
.body-node--808 #block-vesta-theme-content .field--name-body table tbody,
.body-node--3 #block-vesta-theme-content .field--name-body table tbody,
.body-node--812 #block-vesta-theme-content .field--name-body table tbody {
  min-width: 768px;
}
#about #block-vesta-theme-content .field--name-body table thead th,
#news #block-vesta-theme-content .field--name-body table thead th,
.body-node--808 #block-vesta-theme-content .field--name-body table thead th,
.body-node--3 #block-vesta-theme-content .field--name-body table thead th,
.body-node--812 #block-vesta-theme-content .field--name-body table thead th {
  padding: 0.6rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
  border: 0.12rem solid #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #about #block-vesta-theme-content .field--name-body table thead th,
  #news #block-vesta-theme-content .field--name-body table thead th,
  .body-node--808 #block-vesta-theme-content .field--name-body table thead th,
  .body-node--3 #block-vesta-theme-content .field--name-body table thead th,
  .body-node--812 #block-vesta-theme-content .field--name-body table thead th {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
#about #block-vesta-theme-content .field--name-body table tbody td,
#news #block-vesta-theme-content .field--name-body table tbody td,
.body-node--808 #block-vesta-theme-content .field--name-body table tbody td,
.body-node--3 #block-vesta-theme-content .field--name-body table tbody td,
.body-node--812 #block-vesta-theme-content .field--name-body table tbody td {
  padding: 0.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  border: 0.12rem solid #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about #block-vesta-theme-content .field--name-body table tbody td,
  #news #block-vesta-theme-content .field--name-body table tbody td,
  .body-node--808 #block-vesta-theme-content .field--name-body table tbody td,
  .body-node--3 #block-vesta-theme-content .field--name-body table tbody td,
  .body-node--812 #block-vesta-theme-content .field--name-body table tbody td {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
em.placeholder {
  background-color: transparent;
  opacity: 1;
  font-style: normal;
}
.cart-block--summary__icon {
  position: relative;
}
.cart-block--summary__icon img {
  width: 1.625rem;
  height: 1.625rem;
}
.cart-block--summary__count {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  padding: 0rem 0.3rem;
  border-radius: 50%;
  background-color: #fff;
  color: var(--5);
}
.block-content--type-shapka-bloka {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-end;
}
.block-content--type-shapka-bloka::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .block-content--type-shapka-bloka {
    flex-direction: column;
    align-items: flex-start;
  }
}
.block-content--type-shapka-bloka .field--name-body {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.88rem;
  color: #000;
}
.block-content--type-shapka-bloka .field--name-body strong {
  color: #929292;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .block-content--type-shapka-bloka .field--name-body {
    font-size: 1.25rem;
  }
}
.block-content--type-shapka-bloka .field--name-field-ssylka {
  margin-left: auto;
}
.block-content--type-shapka-bloka .field--name-field-ssylka a {
  --btn-border-radius: 0.62rem;
  --btn-border-width: 0;
  --btn-border-color: transparent;
  --btn-background: transparent;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --btn-border-color-hover: #fff;
  --btn-background-hover: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: 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;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 0.88rem;
  --bs-btn-padding-y: 0.66rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 500;
  --bs-btn-font-family: var(--font-family);
  --bs-btn-box-shadow: none;
  --bs-btn-background-image: linear-gradient(90deg, #e47116 0%, #c93600 100%);
  --bs-btn-text-transform: none;
  --padding-delta: 0.05rem;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  text-transform: var(--bs-btn-text-transform);
  box-shadow: var(--bs-btn-box-shadow);
  background-image: var(--bs-btn-background-image);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  min-width: 13rem;
}
.block-content--type-shapka-bloka .field--name-field-ssylka a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.block-content--type-shapka-bloka .field--name-field-ssylka a:not(.btn) {
  display: inline-block;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) 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(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-background);
  transition: var(--transition-animation);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.block-content--type-shapka-bloka .field--name-field-ssylka a:not(.btn):hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.block-content--type-shapka-bloka .field--name-field-ssylka a:not(.btn):hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-background-hover);
  color: var(--btn-color-hover);
}
@media screen and (max-width: 768px) {
  .block-content--type-shapka-bloka .field--name-field-ssylka a {
    min-width: auto;
    width: 100%;
  }
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts {
  display: flex;
  flex-direction: column;
  column-gap: 2.5rem;
  row-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__item {
    width: 100%;
  }
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__item--addr {
  order: 2;
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__item--phone {
  order: 0;
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__item--mail {
  order: 1;
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__item--schedule {
  display: block;
  order: 3;
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__icon {
  display: none;
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link {
  color: #000;
  font-size: 1.56rem;
}
@media screen and (max-width: 768px) {
  .body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link {
    font-size: 1rem;
  }
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link:not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--addr):not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--schedule) {
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link:not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--addr):not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--schedule):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
@media screen and (max-width: 768px) {
  .body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link:not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--addr):not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--schedule) {
    background: linear-gradient(0deg, transparent, transparent) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 0rem;
  }
  .body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link:not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--addr):not(.body-node--800 #block-vesta-theme-kontakty-4 .user-contacts__link--schedule):hover {
    background-size: 100% var(--bg-h);
    background-position-x: left;
  }
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.7rem;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 img {
  max-width: 50%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 img {
    max-width: 100%;
  }
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 a {
  color: #000;
  --bg-h: 0.1rem;
  background: linear-gradient(0deg, #000, #000) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 u {
  text-decoration: none;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 ul,
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 ul li {
  list-style: disc;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 ol li {
  list-style: decimal;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 table {
  --bs-table-bg: transparent;
  width: 100%;
  border: none;
  overflow: auto;
  display: table;
  border: 0.12rem solid #000;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 table tbody {
  min-width: 768px;
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 table thead th {
  padding: 0.6rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
  border: 0.12rem solid #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 table thead th {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
#kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 table tbody td {
  padding: 0.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  border: 0.12rem solid #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kak_stat_ohrannikom #block-vesta-theme-content .field--name-field-dokumenty-2 table tbody td {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.header .region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header #block-vesta-theme-logo {
  width: 27%;
}
.header #block-vesta-theme-kontakty .user-contacts {
  column-gap: 4rem;
}
.header #block-vesta-theme-kontakty .user-contacts__item--addr {
  max-width: 17rem;
}
.header__bottom {
  border-radius: 1.88rem;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  background-color: #fff;
  border-radius: 0.9399999999999999rem;
}
@media screen and (max-width: 1200px) {
  .header__bottom {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1.25rem;
  }
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a {
  --color-hover: #000;
  --color-link: #000;
  padding: 0;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  padding-bottom: 0.2rem;
}
.header #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 {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #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) {
  --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 {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
.header #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 {
  color: #000;
}
.header-mob {
  background-color: #fff;
}
.header-mob .region-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-mob #block-vesta-theme-logo-2 {
  width: 50%;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--mail,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--addr {
  display: none;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__link {
  font-size: 0;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon {
  display: none;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon-link {
  display: block;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon-link svg {
  width: 2rem;
  height: 2rem;
  color: #e47116;
}
.slider-block {
  border-radius: 1.88rem;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .slider-block {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1.25rem;
  }
}
.slider-block .views-row {
  display: flex;
  flex-direction: column;
}
.slider-block .node--type-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.slider-block .node--type-slide .field--name-field-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.slider-block .node--type-slide .field--name-field-image img {
  border-radius: var(--mb-30);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-block .node--type-slide .container {
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .slider-block .node--type-slide .container {
    padding-top: 2rem;
    padding-bottom: 2ren;
    min-height: 25rem;
  }
}
.slider-block .node--type-slide .field--name-body {
  margin-bottom: var(--mb-40);
  width: 48%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.88rem;
  color: #000;
  color: #fff;
}
.slider-block .node--type-slide .field--name-body strong {
  color: #929292;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .slider-block .node--type-slide .field--name-body {
    font-size: 1.25rem;
  }
}
.slider-block .node--type-slide .field--name-body strong {
  font-weight: 700;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .slider-block .node--type-slide .field--name-body {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .slider-block .node--type-slide .field--name-field-knopka-zapisatsya {
    width: 100%;
    margin-top: var(--mb-40);
  }
}
.slider-block .node--type-slide .field--name-field-knopka-zapisatsya a {
  --btn-border-radius: 0.62rem;
  --btn-border-width: 0;
  --btn-border-color: #fff;
  --btn-background: #fff;
  --btn-color: #e47116;
  --btn-color-hover: #e47116;
  --btn-border-color-hover: #e47116;
  --btn-background-hover: #fff;
  --bs-btn-hover-color: #e47116;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #e47116;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #e47116;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 0.88rem;
  --bs-btn-padding-y: 0.66rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 500;
  --bs-btn-font-family: var(--font-family);
  --bs-btn-box-shadow: none;
  --bs-btn-background-image: linear-gradient(90deg, #e47116 0%, #c93600 100%);
  --bs-btn-text-transform: none;
  --padding-delta: 0.05rem;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  text-transform: var(--bs-btn-text-transform);
  box-shadow: var(--bs-btn-box-shadow);
  background-image: var(--bs-btn-background-image);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  background-image: none;
  min-width: 16rem;
}
.slider-block .node--type-slide .field--name-field-knopka-zapisatsya a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.slider-block .node--type-slide .field--name-field-knopka-zapisatsya a:not(.btn) {
  display: inline-block;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) 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(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-background);
  transition: var(--transition-animation);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.slider-block .node--type-slide .field--name-field-knopka-zapisatsya a:not(.btn):hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.slider-block .node--type-slide .field--name-field-knopka-zapisatsya a:not(.btn):hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-background-hover);
  color: var(--btn-color-hover);
}
@media screen and (max-width: 768px) {
  .slider-block .node--type-slide .field--name-field-knopka-zapisatsya a {
    min-width: auto;
    width: 100%;
  }
}
.services-block #block-vesta-theme-blokvregionuslugi {
  margin-bottom: var(--mb-50);
}
.view-uslugi.view-display-id-block_1 .view-content,
.view-uslugi.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-uslugi.view-display-id-block_1 .view-content,
  .view-uslugi.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.view-uslugi.view-display-id-block_1 .views-row,
.view-uslugi.view-display-id-page_1 .views-row {
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 0.18rem;
  transition: 0.3s;
  position: relative;
  background-image: linear-gradient(135deg, #ff7848 0%, #a32008 100%);
}
.view-uslugi.view-display-id-block_1 .views-row::after,
.view-uslugi.view-display-id-page_1 .views-row::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2b2b2b;
  z-index: 0;
  transition: 0.3s;
}
.view-uslugi.view-display-id-block_1 .views-row:has(.field--name-node-link a:hover):after,
.view-uslugi.view-display-id-page_1 .views-row:has(.field--name-node-link a:hover):after {
  opacity: 0;
}
.view-uslugi.view-display-id-block_1 .node--type-usluga,
.view-uslugi.view-display-id-page_1 .node--type-usluga {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: inherit;
  background-color: #2b2b2b;
  padding: 1.875rem 1.875rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .view-uslugi.view-display-id-block_1 .node--type-usluga,
  .view-uslugi.view-display-id-page_1 .node--type-usluga {
    padding: 1.25rem 1rem;
  }
}
.view-uslugi.view-display-id-block_1 .head,
.view-uslugi.view-display-id-page_1 .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .view-uslugi.view-display-id-block_1 .head,
  .view-uslugi.view-display-id-page_1 .head {
    margin-bottom: 1.875rem;
  }
}
.view-uslugi.view-display-id-block_1 .head::after,
.view-uslugi.view-display-id-page_1 .head::after {
  content: "";
  display: block;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ea432b 0%, #ff6d31 100%);
  width: 0.75rem;
  height: 0.75rem;
  padding-top: 0.6rem;
}
.view-uslugi.view-display-id-block_1 .field--name-field-poryadkovyy-nomer,
.view-uslugi.view-display-id-page_1 .field--name-field-poryadkovyy-nomer {
  border: 0.06rem solid #fff;
  border-radius: 0.9399999999999999rem;
  min-width: 3.31rem;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  padding: 1rem 0.875rem;
}
.view-uslugi.view-display-id-block_1 .field--name-node-title,
.view-uslugi.view-display-id-page_1 .field--name-node-title {
  margin-bottom: 1rem;
}
.view-uslugi.view-display-id-block_1 .field--name-node-title h3,
.view-uslugi.view-display-id-page_1 .field--name-node-title h3 {
  font-size: 1.25rem;
  font-family: var(--font-family);
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ea432b 0%, #ff6d31 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .view-uslugi.view-display-id-block_1 .field--name-node-title h3,
  .view-uslugi.view-display-id-page_1 .field--name-node-title h3 {
    font-size: 1rem;
  }
}
.view-uslugi.view-display-id-block_1 .field--name-body,
.view-uslugi.view-display-id-page_1 .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: auto;
}
.view-uslugi.view-display-id-block_1 .field--name-node-link,
.view-uslugi.view-display-id-page_1 .field--name-node-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.view-uslugi.view-display-id-block_1 .field--name-node-link a,
.view-uslugi.view-display-id-page_1 .field--name-node-link a {
  font-size: 0;
  flex-grow: 1;
}
#usluga #block-vesta-theme-content .node--type-usluga {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: var(--mb-30);
}
@media screen and (max-width: 768px) {
  #usluga .field--name-field-knopka-ostavit-zayavku {
    width: 100%;
  }
}
#usluga .field--name-field-knopka-ostavit-zayavku a {
  --btn-border-radius: 0.62rem;
  --btn-border-width: 0;
  --btn-border-color: transparent;
  --btn-background: transparent;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --btn-border-color-hover: #fff;
  --btn-background-hover: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: 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;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 0.88rem;
  --bs-btn-padding-y: 0.66rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 500;
  --bs-btn-font-family: var(--font-family);
  --bs-btn-box-shadow: none;
  --bs-btn-background-image: linear-gradient(90deg, #e47116 0%, #c93600 100%);
  --bs-btn-text-transform: none;
  --padding-delta: 0.05rem;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  text-transform: var(--bs-btn-text-transform);
  box-shadow: var(--bs-btn-box-shadow);
  background-image: var(--bs-btn-background-image);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  min-width: 13rem;
}
#usluga .field--name-field-knopka-ostavit-zayavku a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#usluga .field--name-field-knopka-ostavit-zayavku a:not(.btn) {
  display: inline-block;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) 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(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-background);
  transition: var(--transition-animation);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
#usluga .field--name-field-knopka-ostavit-zayavku a:not(.btn):hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#usluga .field--name-field-knopka-ostavit-zayavku a:not(.btn):hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-background-hover);
  color: var(--btn-color-hover);
}
@media screen and (max-width: 768px) {
  #usluga .field--name-field-knopka-ostavit-zayavku a {
    min-width: auto;
    width: 100%;
  }
}
.about-block .node--type-about {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.about-block .node--type-about::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .about-block .node--type-about {
    gap: var(--mb-30);
  }
}
.about-block .top-about {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: var(--mb-30);
}
@media screen and (max-width: 768px) {
  .about-block .top-about {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.about-block .field--name-field-slogan {
  min-height: 28rem;
  padding-top: 3.75rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.88rem;
  color: #000;
  background: url("/sites/all/themes/vesta_theme/image/bg-about.png") no-repeat center / contain;
}
.about-block .field--name-field-slogan strong {
  color: #929292;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-block .field--name-field-slogan {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about-block .field--name-field-slogan {
    padding-top: 1.875rem;
    min-height: 15rem;
  }
}
.about-block .right-about {
  padding-top: 3.75rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .about-block .right-about {
    padding-top: 0;
  }
}
.about-block .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.7rem;
  margin-bottom: var(--mb-30);
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-block .field--name-body img {
  max-width: 50%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-block .field--name-body img {
    max-width: 100%;
  }
}
.about-block .field--name-body a {
  color: #000;
  --bg-h: 0.1rem;
  background: linear-gradient(0deg, #000, #000) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
.about-block .field--name-body a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
.about-block .field--name-body u {
  text-decoration: none;
}
.about-block .field--name-body ul,
.about-block .field--name-body ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
.about-block .field--name-body ul li {
  list-style: disc;
}
.about-block .field--name-body ol li {
  list-style: decimal;
}
.about-block .field--name-body table {
  --bs-table-bg: transparent;
  width: 100%;
  border: none;
  overflow: auto;
  display: table;
  border: 0.12rem solid #000;
}
.about-block .field--name-body table tbody {
  min-width: 768px;
}
.about-block .field--name-body table thead th {
  padding: 0.6rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
  border: 0.12rem solid #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-block .field--name-body table thead th {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.about-block .field--name-body table tbody td {
  padding: 0.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  border: 0.12rem solid #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-block .field--name-body table tbody td {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.about-block .field--name-field-bolshe-uslug {
  margin-top: auto;
}
.about-block .field--name-field-bolshe-uslug a {
  --btn-border-radius: 0.62rem;
  --btn-border-width: 0;
  --btn-border-color: transparent;
  --btn-background: transparent;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --btn-border-color-hover: #fff;
  --btn-background-hover: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: 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;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 0.88rem;
  --bs-btn-padding-y: 0.66rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 500;
  --bs-btn-font-family: var(--font-family);
  --bs-btn-box-shadow: none;
  --bs-btn-background-image: linear-gradient(90deg, #e47116 0%, #c93600 100%);
  --bs-btn-text-transform: none;
  --padding-delta: 0.05rem;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  text-transform: var(--bs-btn-text-transform);
  box-shadow: var(--bs-btn-box-shadow);
  background-image: var(--bs-btn-background-image);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  min-width: 13rem;
}
.about-block .field--name-field-bolshe-uslug a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.about-block .field--name-field-bolshe-uslug a:not(.btn) {
  display: inline-block;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) 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(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-background);
  transition: var(--transition-animation);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.about-block .field--name-field-bolshe-uslug a:not(.btn):hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.about-block .field--name-field-bolshe-uslug a:not(.btn):hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-background-hover);
  color: var(--btn-color-hover);
}
@media screen and (max-width: 768px) {
  .about-block .field--name-field-bolshe-uslug a {
    min-width: auto;
    width: 100%;
  }
}
.about-block .field--name-field-preimushchestva {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .about-block .field--name-field-preimushchestva {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: var(--mb-30);
  }
}
.about-block .field--name-field-preimushchestva > .field__item {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.about-block .field--name-field-preimushchestva > .field__item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: linear-gradient(0deg, #ea432b 0%, #ff6d31 100%);
  position: absolute;
}
.about-block .paragraph--type--preimushchestvo {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #2b2b2b;
  position: relative;
  border-radius: inherit;
  padding-top: 1.25rem;
  padding-bottom: 2.375rem;
  padding-left: 3.8rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .about-block .paragraph--type--preimushchestvo {
    padding: 1.25rem;
  }
}
.about-block .paragraph--type--preimushchestvo::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ea432b 0%, #ff6d31 100%);
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.about-block .field--name-field-opisanie-preimushchestva {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0.6rem;
}
.about-block .field--name-field-pokazatel-preimushchestva {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}
.about-block .field--name-node-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
#about #block-vesta-theme-content {
  display: flex;
  flex-direction: column;
  gap: var(--mb-30);
}
#about #block-vesta-theme-content .field--name-field-bolshe-uslug a {
  --btn-border-radius: 0.62rem;
  --btn-border-width: 0;
  --btn-border-color: transparent;
  --btn-background: transparent;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --btn-border-color-hover: #fff;
  --btn-background-hover: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: 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;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 0.88rem;
  --bs-btn-padding-y: 0.66rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 500;
  --bs-btn-font-family: var(--font-family);
  --bs-btn-box-shadow: none;
  --bs-btn-background-image: linear-gradient(90deg, #e47116 0%, #c93600 100%);
  --bs-btn-text-transform: none;
  --padding-delta: 0.05rem;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  text-transform: var(--bs-btn-text-transform);
  box-shadow: var(--bs-btn-box-shadow);
  background-image: var(--bs-btn-background-image);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  min-width: 13rem;
}
#about #block-vesta-theme-content .field--name-field-bolshe-uslug a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#about #block-vesta-theme-content .field--name-field-bolshe-uslug a:not(.btn) {
  display: inline-block;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) 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(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-background);
  transition: var(--transition-animation);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
#about #block-vesta-theme-content .field--name-field-bolshe-uslug a:not(.btn):hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#about #block-vesta-theme-content .field--name-field-bolshe-uslug a:not(.btn):hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-background-hover);
  color: var(--btn-color-hover);
}
@media screen and (max-width: 768px) {
  #about #block-vesta-theme-content .field--name-field-bolshe-uslug a {
    min-width: auto;
    width: 100%;
  }
}
#about #block-vesta-theme-content .field--name-field-dokumenty {
  row-gap: 1.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.7rem;
}
#about #block-vesta-theme-content .field--name-field-dokumenty img {
  max-width: 50%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #about #block-vesta-theme-content .field--name-field-dokumenty img {
    max-width: 100%;
  }
}
#about #block-vesta-theme-content .field--name-field-dokumenty a {
  color: #000;
  --bg-h: 0.1rem;
  background: linear-gradient(0deg, #000, #000) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
#about #block-vesta-theme-content .field--name-field-dokumenty a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
#about #block-vesta-theme-content .field--name-field-dokumenty u {
  text-decoration: none;
}
#about #block-vesta-theme-content .field--name-field-dokumenty ul,
#about #block-vesta-theme-content .field--name-field-dokumenty ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
#about #block-vesta-theme-content .field--name-field-dokumenty ul li {
  list-style: disc;
}
#about #block-vesta-theme-content .field--name-field-dokumenty ol li {
  list-style: decimal;
}
#about #block-vesta-theme-content .field--name-field-dokumenty table {
  --bs-table-bg: transparent;
  width: 100%;
  border: none;
  overflow: auto;
  display: table;
  border: 0.12rem solid #000;
}
#about #block-vesta-theme-content .field--name-field-dokumenty table tbody {
  min-width: 768px;
}
#about #block-vesta-theme-content .field--name-field-dokumenty table thead th {
  padding: 0.6rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
  border: 0.12rem solid #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #about #block-vesta-theme-content .field--name-field-dokumenty table thead th {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
#about #block-vesta-theme-content .field--name-field-dokumenty table tbody td {
  padding: 0.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  border: 0.12rem solid #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about #block-vesta-theme-content .field--name-field-dokumenty table tbody td {
    font-size: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.callback-block {
  border-radius: 1.88rem;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  background-color: #000;
  background: url("/sites/all/themes/vesta_theme/image/bg-callback.jpg") no-repeat center / cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .callback-block {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .callback-block {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.callback-block #block-vesta-theme-vebforma {
  max-width: 41.88rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-vebforma {
    padding: 1rem;
    max-width: none;
  }
}
.callback-block #block-vesta-theme-vebforma .block-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-vebforma .block-title {
    margin-bottom: 1.875rem;
  }
}
.callback-block #block-vesta-theme-vebforma .webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.callback-block .form-control,
.callback-block .form-tel {
  width: 100%;
  background-color: #ededed;
  border-radius: 0.62rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #000;
  padding: 1rem 1.875rem;
  border: 0;
}
@media screen and (max-width: 768px) {
  .callback-block .form-control,
  .callback-block .form-tel {
    padding: 1.5rem 1rem;
  }
}
.callback-block .form-control::placeholder,
.callback-block .form-tel::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.callback-block .form-control__focus,
.callback-block .form-tel__focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.callback-block .form-type-checkbox {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  row-gap: 0.3rem;
  --width-checkbox: 1.5rem;
  --border-radius-checkbox: 0.25rem;
}
.callback-block .form-type-checkbox:has(label) .form-checkbox[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.callback-block .form-type-checkbox .form-checkbox[type="checkbox"]:checked + label {
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.callback-block .form-type-checkbox label {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 0;
  display: block;
  flex-shrink: 0;
  width: var(--width-checkbox);
  height: var(--width-checkbox);
  background-color: transparent;
  margin-bottom: 0;
  border-radius: var(--border-radius-checkbox);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  border: 0.06rem solid #000;
}
.callback-block .form-type-checkbox .description {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-left: 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
}
.callback-block .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;
}
.callback-block .form-type-checkbox .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.callback-block .form-type-checkbox .form-item--error-message {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  margin-top: 0;
}
.callback-block .form-actions button {
  width: 100%;
  --btn-border-radius: 0.62rem;
  --btn-border-width: 0;
  --btn-border-color: transparent;
  --btn-background: transparent;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --btn-border-color-hover: #fff;
  --btn-background-hover: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: 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;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 0.88rem;
  --bs-btn-padding-y: 0.66rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 500;
  --bs-btn-font-family: var(--font-family);
  --bs-btn-box-shadow: none;
  --bs-btn-background-image: linear-gradient(90deg, #e47116 0%, #c93600 100%);
  --bs-btn-text-transform: none;
  --padding-delta: 0.05rem;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  text-transform: var(--bs-btn-text-transform);
  box-shadow: var(--bs-btn-box-shadow);
  background-image: var(--bs-btn-background-image);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.callback-block .form-actions button:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.callback-block .form-actions button:not(.btn) {
  display: inline-block;
  padding: calc(var(--bs-btn-padding-y) + var(--padding-delta)) var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) - var(--padding-delta)) 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(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-background);
  transition: var(--transition-animation);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.callback-block .form-actions button:not(.btn):hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.callback-block .form-actions button:not(.btn):hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-background-hover);
  color: var(--btn-color-hover);
}
.news-block #block-vesta-theme-shapkavnovosti {
  margin-bottom: var(--mb-50);
}
.view-news.view-display-id-block_1 .view-content,
.view-news.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-news.view-display-id-block_1 .view-content,
  .view-news.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.view-news.view-display-id-block_1 .views-row,
.view-news.view-display-id-page_1 .views-row {
  display: flex;
  flex-direction: column;
}
.view-news.view-display-id-block_1 .node--type-news,
.view-news.view-display-id-page_1 .node--type-news {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.view-news.view-display-id-block_1 .field--name-field-image-news,
.view-news.view-display-id-page_1 .field--name-field-image-news {
  width: 100%;
  margin-bottom: 1rem;
}
.view-news.view-display-id-block_1 .field--name-field-image-news a,
.view-news.view-display-id-page_1 .field--name-field-image-news a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 40%;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.view-news.view-display-id-block_1 .field--name-field-image-news a:hover img,
.view-news.view-display-id-page_1 .field--name-field-image-news a:hover img {
  transform: scale(1.05);
}
.view-news.view-display-id-block_1 .field--name-field-image-news a img,
.view-news.view-display-id-page_1 .field--name-field-image-news a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.view-news.view-display-id-block_1 .field--name-node-title,
.view-news.view-display-id-page_1 .field--name-node-title {
  margin-bottom: 0.6rem;
}
.view-news.view-display-id-block_1 .field--name-node-title h3 a,
.view-news.view-display-id-page_1 .field--name-node-title h3 a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  color: #000;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.view-news.view-display-id-block_1 .field--name-node-title h3 a:hover,
.view-news.view-display-id-page_1 .field--name-node-title h3 a:hover {
  transform: scale(1.05);
  background-color: rgba(0, 0, 0, 0.5);
}
.view-news.view-display-id-block_1 .field--name-body,
.view-news.view-display-id-page_1 .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  color: #000;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.view-news.view-display-id-block_1 .content,
.view-news.view-display-id-page_1 .content {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-news.view-display-id-block_1 .field--name-node-link a,
.view-news.view-display-id-page_1 .field--name-node-link a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.5);
  --bg-h: 0.1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
.view-news.view-display-id-block_1 .field--name-node-link a:hover,
.view-news.view-display-id-page_1 .field--name-node-link a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
.view-news.view-display-id-block_1 .field--name-field-date time,
.view-news.view-display-id-page_1 .field--name-field-date time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.5);
}
#news #block-vesta-theme-content .node--type-news {
  display: flex;
  flex-direction: column;
  gap: var(--mb-30);
  align-items: self-start;
}
#news #block-vesta-theme-content .field--name-field-image-news {
  max-width: 50%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #news #block-vesta-theme-content .field--name-field-image-news {
    max-width: 100%;
  }
}
#news #block-vesta-theme-content .field--name-field-date time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.5);
}
.map-block {
  border-radius: 1.88rem;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .map-block {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1.25rem;
  }
}
.footer__top {
  border-radius: 1.88rem;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  overflow: hidden;
  background-color: #2b2b2b;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .footer__top {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.footer__bottom {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer__bottom {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer__bottom {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer__bottom {
    max-width: 1200px;
  }
}
.footer .region-footer {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 27% 1fr 1fr;
  column-gap: 2.5rem;
  row-gap: 3.125rem;
}
@media (min-width: 320px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer .region-footer {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer .region-footer {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .footer .region-footer {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.footer #block-vesta-theme-logo-3 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-logo-3 {
    width: 50%;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 .dropdown-toggle::after {
  content: none;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 .dropdown-menu {
  display: none;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 #block-vesta-theme-osnovnayanavigaciya-2-menu {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 .nav {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 .nav a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  color: #fff;
  padding: 0;
  padding-bottom: 0.1rem;
  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 .nav a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-views-block-uslugi-block-2 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.footer #block-vesta-theme-views-block-uslugi-block-2 .block-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
}
.footer #block-vesta-theme-views-block-uslugi-block-2 .view-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-views-block-uslugi-block-2 .view-content a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  color: #fff;
  padding: 0;
  padding-bottom: 0.1rem;
  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-uslugi-block-2 .view-content a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-kontakty-3 {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}
.footer #block-vesta-theme-kontakty-3 .block-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
}
.footer #block-vesta-theme-kontakty-3 .user-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2.5rem;
  row-gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-3 .user-contacts {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__item {
  width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-3 .user-contacts__item {
    width: 100%;
  }
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__item--addr {
  order: 1;
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__item--phone {
  order: 0;
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__item--mail {
  order: 2;
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__item--schedule {
  display: block;
  order: 3;
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__icon {
  display: none;
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__link {
  color: #fff;
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--addr):not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--schedule) {
  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-3 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--addr):not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--schedule):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-3 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--addr):not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--schedule) {
    background: linear-gradient(0deg, transparent, transparent) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 0rem;
  }
  .footer #block-vesta-theme-kontakty-3 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--addr):not(.footer #block-vesta-theme-kontakty-3 .user-contacts__link--schedule):hover {
    background-size: 100% var(--bg-h);
    background-position-x: left;
  }
}
.footer #block-vesta-theme-kontakty-3 .user-contacts__link--phone,
.footer #block-vesta-theme-kontakty-3 .user-contacts__link--mail {
  font-size: 1.56rem;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-3 .user-contacts__link--phone,
  .footer #block-vesta-theme-kontakty-3 .user-contacts__link--mail {
    font-size: 1rem;
  }
}
.footer .politik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@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.9399999999999999rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.footer .politik__item a {
  color: rgba(0, 0, 0, 0.6);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
  padding-bottom: 0.2rem;
}
.footer .politik__item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
