:root {
  --siniy-osnovnoy: #1d3157;
  --krasnyy: #c81e40;
  --fon: #f9f9f9;
  --font-family: "Inter", sans-serif;
  --second-family: "Fira Sans", sans-serif;
  --scrollbar-track-color: #004773;
  --scrollbar-thumb-color: rgba(255, 255, 255, 0.5);
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.33vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.08vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--font-family);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  line-height: 1.2;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}
body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 0.2rem;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
p,
figure,
fieldset,
ul {
  margin: 0;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
input,
button,
select,
a,
textarea,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
fieldset {
  padding: 0;
  border: none;
}
input:hover,
a:hover {
  text-decoration: none;
}
input:focus,
a:focus {
  outline: 0;
}
button {
  padding: 0;
  border: none;
}
button:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-clip: text;
}
@font-face {
  font-family: "Fira Sans";
  src: url("/sites/all/themes/vesta_theme/font/FiraSans-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/FiraSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/font/Inter18pt-Black.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Inter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("/sites/all/themes/vesta_theme/font/FiraSans-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/FiraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/font/Inter18pt-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/font/Inter18pt-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/font/Inter18pt-SemiBold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  header.header {
    display: none;
  }
}
header.header-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-mob {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 101;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
.burger {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
  row-gap: 0.5rem;
}
.burger__line {
  display: block;
  width: 100%;
  border: 0.06rem solid #141414;
  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%;
    max-width: 20rem;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #mm-blocker {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.logo a {
  display: block;
  width: 100%;
}
.logo a img {
  width: 100%;
}
.slick-list {
  margin: 0 -0.93rem;
}
.slick-slide {
  margin: 0 0.93rem;
  height: auto !important;
}
.slick-track {
  display: flex !important;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.slick-dots button {
  border: 0.06rem solid #fff;
  border-radius: 0.19rem;
  width: 0.88rem;
  height: 0.88rem;
  background-color: #fff;
  font-size: 0;
  position: relative;
  transition: 0.3s;
}
.slick-dots button::after {
  content: "";
  display: block;
  border-radius: 0.19rem;
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}
button.slick-arrow {
  width: 2.81rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: relative;
  font-size: 0;
  background-color: transparent;
}
button.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
button.slick-prev.slick-arrow {
  left: 25px;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow {
  right: 25px;
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(90deg);
}
.link-menu {
  transition: 0.3s;
}
.link-menu:hover {
  color: #987fe0 !important;
  filter: blur(0.5px);
}
.link-hover {
  position: relative;
  transition: 0.3s;
}
.link-hover:hover {
  color: #987fe0;
}
.link-hover:hover .hover {
  visibility: visible;
  opacity: 1;
  filter: blur(4px);
}
.link-hover .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.user-contacts {
  display: flex;
}
.user-contacts__icon {
  display: flex;
  align-items: center;
  width: 1.125rem;
}
.user-contacts__icon svg {
  width: 100%;
  height: auto;
}
.user-soc {
  display: flex;
}
.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: 4.38rem;
  height: 4.38rem;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#scrollToTop img {
  display: none;
}
@media screen and (max-width: 768px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 576px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
.btn,
.more-link a {
  --btn-border-radius: 0;
  --btn-border-width: 0.06rem;
  --btn-border-color: #b20000;
  --btn-background: #b20000;
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --bs-btn-hover-color: #fff;
  --btn-border-color-hover: #b20000;
  --bs-btn-hover-border-color: #b20000;
  --btn-background-hover: #b20000;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b20000;
  --bs-btn-active-border-color: #b20000;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b20000;
  --bs-btn-disabled-border-color: #b20000;
  --transition-animation: 0.3s;
  --bs-btn-font-size: 0.88rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-weight: 600;
  --bs-btn-font-family: var(--font-family);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  background-color: var(--btn-background);
  border: var(--btn-border-width) solid var(--btn-background);
  border-radius: var(--btn-border-radius);
  color: var(--btn-color);
  transition: var(--transition-animation);
  min-width: 10.62rem;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn:hover,
.more-link a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
.btn:not(.btn),
.more-link a:not(.btn) {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: 0.3s;
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a {
  color: #000;
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.webform-submission-form {
  background-color: #fff;
  padding: 1rem 1.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .webform-submission-form {
    padding: 1rem;
    border-radius: 1.88rem;
  }
}
.form-control,
.form-tel {
  height: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
  border-radius: 2.62rem;
  padding: 1.06rem;
  background-color: #ededed;
  border-color: transparent;
  width: 100%;
}
.form-control::placeholder,
.form-tel::placeholder {
  color: #a8a8a8;
}
.form-type-checkbox {
  position: relative;
  display: flex;
  column-gap: 0.75rem;
  --width-checkbox: 1.5rem;
  --border-radius-checkbox: 0.25rem;
}
.form-type-checkbox .form-checkbox[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.form-type-checkbox .form-checkbox[type="checkbox"]:checked + label {
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.form-type-checkbox label {
  font-size: 0;
  display: block;
  flex-shrink: 0;
  width: var(--width-checkbox);
  height: var(--width-checkbox);
  background-color: #313131;
  margin-bottom: 0;
  border-radius: var(--border-radius-checkbox);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.form-type-checkbox .description {
  margin-left: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
}
.form-type-checkbox .description a {
  color: #000;
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.form-type-checkbox .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.form-type-checkbox .form-item--error-message {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  top: calc(100% + 0.25rem);
}
.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: 5rem;
}
@media screen and (max-width: 768px) {
  .mb {
    margin-bottom: calc(5rem / 2);
  }
}
.block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 128%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 1.25rem;
  }
}
h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 128%;
  color: #000;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}
#app {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
.front main {
  padding-bottom: calc(5rem / 2);
  display: flex;
  flex-direction: column;
}
.front main h1 {
  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: 600;
  font-size: 2.19rem;
  text-transform: uppercase;
  color: #004773;
}
.not-front main {
  display: flex;
  flex-direction: column;
  padding-top: calc(5rem / 2);
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: 4.4rem;
}
.more-link {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.offcanvas {
  background-color: #004773;
}
.offcanvas .btn-close {
  background-image: url("/sites/all/themes/vesta_theme/image/close.svg");
  background-size: 70%;
  opacity: 1;
}
.offcanvas .nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
.offcanvas .nav a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.5rem;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.offcanvas .nav a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.field--name-field-knopka-ostavit-zayavku,
.btn-wrapper,
#block-vesta-theme-knopkaostavitzayavku-2,
.form-actions {
  position: relative;
}
.field--name-field-knopka-ostavit-zayavku .ajax-progress,
.btn-wrapper .ajax-progress,
#block-vesta-theme-knopkaostavitzayavku-2 .ajax-progress,
.form-actions .ajax-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btn-wrapper {
  display: inline-block;
}
.ui-widget.ui-widget-content {
  padding: 0;
  border: 0 !important;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .ui-widget.ui-widget-content {
    width: calc(100% - 2 * 15px) !important;
  }
}
.ui-widget.ui-widget-content .ui-widget-header {
  background-color: #2d3e50;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 160%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content {
  padding: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item + .form-item {
  margin-top: 1rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel {
  background-color: transparent;
  border: 0;
  border-bottom: 0.06rem solid #2d3e50;
  border-radius: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control:focus,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel:focus {
  outline: 0;
  box-shadow: none;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item-kalkulyator {
  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-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;
}
.content-search h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.75rem;
  color: #000;
  margin-top: 0.5rem;
}
.content-search h3 a {
  color: #000;
  transition: all 0.3s ease;
}
.content-search h3 a:hover {
  color: #216144;
}
#search-api-page-block-form-search {
  position: relative;
}
#block-vesta-theme-searchapipagesearchblockform-2 form,
#search-api-page-block-form-search form {
  position: relative;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-item,
#search-api-page-block-form-search .form-item {
  width: 100%;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control,
#search-api-page-block-form-search .form-control {
  border-radius: 0.5rem;
  background-color: #f0f0f0;
  font-family: var(--font-family);
  font-weight: 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);
}
#block-vesta-theme-vestaprivacyaccessblock {
  background-color: #f6f6f6;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper {
  row-gap: 1.5rem;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content p {
  color: #202938;
  font-size: 0.88rem;
  font-weight: 500;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content p strong {
  font-weight: 800;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content a {
  color: #202938;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-content a {
    width: 100%;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns {
    flex-direction: column;
    width: 100%;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary {
  margin: 0;
  --btn-background: #004773;
  --btn-color: #fff;
  --btn-background-hover: #004773;
  --btn-color-hover: #fff;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary {
    width: 100%;
  }
}
.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: flex;
  top: 100%;
  left: 0;
}
.pager {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: calc(5rem / 2);
  }
}
.pager__items {
  display: flex;
  column-gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}
.pager__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  text-align: right;
  color: #000;
  padding: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 0.06rem solid #111456;
  border-radius: 0.38rem;
  transition: 0.3s;
}
.pager__item:has(a:hover) {
  opacity: 0.7;
}
.pager__item a {
  display: block;
  flex-grow: 1;
  width: 100%;
}
.pager__item--next,
.pager__item--previous {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  transform: rotate(90deg);
  padding: 0;
}
.pager__item--previous {
  transform: rotate(-90deg);
}
.form-type-number {
  display: flex;
  justify-content: flex-start;
}
.number-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0.12rem solid #312d7e;
  border-radius: 0.62rem;
}
.number-input input {
  width: 4.25rem;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.25rem;
  color: #312d7e;
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-left: 0.12rem solid #312d7e;
  border-right: 0.12rem solid #312d7e;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
}
.number-input__control {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 3.4rem;
  font-size: 2rem;
  color: #312d7e;
  cursor: pointer;
}
#about main,
#news main,
.body-node--808 main,
.body-node--809 main,
.body-node--810 main,
.body-node--812 main,
.body-node--814 main,
.body-node--815 main,
.body-node--816 main,
.body-node--817 main,
.body-node--819 main,
.body-node--820 main,
.body-node--821 main,
.body-node--822 main,
.body-node--823 main,
.body-node--824 main,
.body-node--825 main,
.body-node--826 main,
.body-node--828 main,
.body-node--829 main,
.body-node--830 main,
.body-node--831 main,
.body-node--832 main,
.body-node--834 main,
.body-node--835 main,
.body-node--836 main,
.body-node--837 main,
.body-node--838 main,
.body-node--839 main,
.body-node--840 main,
.body-node--841 main,
.body-node--842 main,
.body-node--843 main,
.body-node--844 main,
.body-node--845 main,
.body-node--846 main {
  background: url("/sites/all/themes/vesta_theme/image/reporting.jpg") no-repeat center / cover;
}
#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--809 #block-vesta-theme-content .field--name-body,
.body-node--810 #block-vesta-theme-content .field--name-body,
.body-node--812 #block-vesta-theme-content .field--name-body,
.body-node--814 #block-vesta-theme-content .field--name-body,
.body-node--815 #block-vesta-theme-content .field--name-body,
.body-node--816 #block-vesta-theme-content .field--name-body,
.body-node--817 #block-vesta-theme-content .field--name-body,
.body-node--819 #block-vesta-theme-content .field--name-body,
.body-node--820 #block-vesta-theme-content .field--name-body,
.body-node--821 #block-vesta-theme-content .field--name-body,
.body-node--822 #block-vesta-theme-content .field--name-body,
.body-node--823 #block-vesta-theme-content .field--name-body,
.body-node--824 #block-vesta-theme-content .field--name-body,
.body-node--825 #block-vesta-theme-content .field--name-body,
.body-node--826 #block-vesta-theme-content .field--name-body,
.body-node--828 #block-vesta-theme-content .field--name-body,
.body-node--829 #block-vesta-theme-content .field--name-body,
.body-node--830 #block-vesta-theme-content .field--name-body,
.body-node--831 #block-vesta-theme-content .field--name-body,
.body-node--832 #block-vesta-theme-content .field--name-body,
.body-node--834 #block-vesta-theme-content .field--name-body,
.body-node--835 #block-vesta-theme-content .field--name-body,
.body-node--836 #block-vesta-theme-content .field--name-body,
.body-node--837 #block-vesta-theme-content .field--name-body,
.body-node--838 #block-vesta-theme-content .field--name-body,
.body-node--839 #block-vesta-theme-content .field--name-body,
.body-node--840 #block-vesta-theme-content .field--name-body,
.body-node--841 #block-vesta-theme-content .field--name-body,
.body-node--842 #block-vesta-theme-content .field--name-body,
.body-node--843 #block-vesta-theme-content .field--name-body,
.body-node--844 #block-vesta-theme-content .field--name-body,
.body-node--845 #block-vesta-theme-content .field--name-body,
.body-node--846 #block-vesta-theme-content .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #2e2d2d;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#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--809 #block-vesta-theme-content .field--name-body a,
.body-node--810 #block-vesta-theme-content .field--name-body a,
.body-node--812 #block-vesta-theme-content .field--name-body a,
.body-node--814 #block-vesta-theme-content .field--name-body a,
.body-node--815 #block-vesta-theme-content .field--name-body a,
.body-node--816 #block-vesta-theme-content .field--name-body a,
.body-node--817 #block-vesta-theme-content .field--name-body a,
.body-node--819 #block-vesta-theme-content .field--name-body a,
.body-node--820 #block-vesta-theme-content .field--name-body a,
.body-node--821 #block-vesta-theme-content .field--name-body a,
.body-node--822 #block-vesta-theme-content .field--name-body a,
.body-node--823 #block-vesta-theme-content .field--name-body a,
.body-node--824 #block-vesta-theme-content .field--name-body a,
.body-node--825 #block-vesta-theme-content .field--name-body a,
.body-node--826 #block-vesta-theme-content .field--name-body a,
.body-node--828 #block-vesta-theme-content .field--name-body a,
.body-node--829 #block-vesta-theme-content .field--name-body a,
.body-node--830 #block-vesta-theme-content .field--name-body a,
.body-node--831 #block-vesta-theme-content .field--name-body a,
.body-node--832 #block-vesta-theme-content .field--name-body a,
.body-node--834 #block-vesta-theme-content .field--name-body a,
.body-node--835 #block-vesta-theme-content .field--name-body a,
.body-node--836 #block-vesta-theme-content .field--name-body a,
.body-node--837 #block-vesta-theme-content .field--name-body a,
.body-node--838 #block-vesta-theme-content .field--name-body a,
.body-node--839 #block-vesta-theme-content .field--name-body a,
.body-node--840 #block-vesta-theme-content .field--name-body a,
.body-node--841 #block-vesta-theme-content .field--name-body a,
.body-node--842 #block-vesta-theme-content .field--name-body a,
.body-node--843 #block-vesta-theme-content .field--name-body a,
.body-node--844 #block-vesta-theme-content .field--name-body a,
.body-node--845 #block-vesta-theme-content .field--name-body a,
.body-node--846 #block-vesta-theme-content .field--name-body a {
  color: #2e2d2d;
  --bg-h: 0.06rem;
  background: linear-gradient(0deg, #2e2d2d, #2e2d2d) 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--809 #block-vesta-theme-content .field--name-body a:hover,
.body-node--810 #block-vesta-theme-content .field--name-body a:hover,
.body-node--812 #block-vesta-theme-content .field--name-body a:hover,
.body-node--814 #block-vesta-theme-content .field--name-body a:hover,
.body-node--815 #block-vesta-theme-content .field--name-body a:hover,
.body-node--816 #block-vesta-theme-content .field--name-body a:hover,
.body-node--817 #block-vesta-theme-content .field--name-body a:hover,
.body-node--819 #block-vesta-theme-content .field--name-body a:hover,
.body-node--820 #block-vesta-theme-content .field--name-body a:hover,
.body-node--821 #block-vesta-theme-content .field--name-body a:hover,
.body-node--822 #block-vesta-theme-content .field--name-body a:hover,
.body-node--823 #block-vesta-theme-content .field--name-body a:hover,
.body-node--824 #block-vesta-theme-content .field--name-body a:hover,
.body-node--825 #block-vesta-theme-content .field--name-body a:hover,
.body-node--826 #block-vesta-theme-content .field--name-body a:hover,
.body-node--828 #block-vesta-theme-content .field--name-body a:hover,
.body-node--829 #block-vesta-theme-content .field--name-body a:hover,
.body-node--830 #block-vesta-theme-content .field--name-body a:hover,
.body-node--831 #block-vesta-theme-content .field--name-body a:hover,
.body-node--832 #block-vesta-theme-content .field--name-body a:hover,
.body-node--834 #block-vesta-theme-content .field--name-body a:hover,
.body-node--835 #block-vesta-theme-content .field--name-body a:hover,
.body-node--836 #block-vesta-theme-content .field--name-body a:hover,
.body-node--837 #block-vesta-theme-content .field--name-body a:hover,
.body-node--838 #block-vesta-theme-content .field--name-body a:hover,
.body-node--839 #block-vesta-theme-content .field--name-body a:hover,
.body-node--840 #block-vesta-theme-content .field--name-body a:hover,
.body-node--841 #block-vesta-theme-content .field--name-body a:hover,
.body-node--842 #block-vesta-theme-content .field--name-body a:hover,
.body-node--843 #block-vesta-theme-content .field--name-body a:hover,
.body-node--844 #block-vesta-theme-content .field--name-body a:hover,
.body-node--845 #block-vesta-theme-content .field--name-body a:hover,
.body-node--846 #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--809 #block-vesta-theme-content .field--name-body u,
.body-node--810 #block-vesta-theme-content .field--name-body u,
.body-node--812 #block-vesta-theme-content .field--name-body u,
.body-node--814 #block-vesta-theme-content .field--name-body u,
.body-node--815 #block-vesta-theme-content .field--name-body u,
.body-node--816 #block-vesta-theme-content .field--name-body u,
.body-node--817 #block-vesta-theme-content .field--name-body u,
.body-node--819 #block-vesta-theme-content .field--name-body u,
.body-node--820 #block-vesta-theme-content .field--name-body u,
.body-node--821 #block-vesta-theme-content .field--name-body u,
.body-node--822 #block-vesta-theme-content .field--name-body u,
.body-node--823 #block-vesta-theme-content .field--name-body u,
.body-node--824 #block-vesta-theme-content .field--name-body u,
.body-node--825 #block-vesta-theme-content .field--name-body u,
.body-node--826 #block-vesta-theme-content .field--name-body u,
.body-node--828 #block-vesta-theme-content .field--name-body u,
.body-node--829 #block-vesta-theme-content .field--name-body u,
.body-node--830 #block-vesta-theme-content .field--name-body u,
.body-node--831 #block-vesta-theme-content .field--name-body u,
.body-node--832 #block-vesta-theme-content .field--name-body u,
.body-node--834 #block-vesta-theme-content .field--name-body u,
.body-node--835 #block-vesta-theme-content .field--name-body u,
.body-node--836 #block-vesta-theme-content .field--name-body u,
.body-node--837 #block-vesta-theme-content .field--name-body u,
.body-node--838 #block-vesta-theme-content .field--name-body u,
.body-node--839 #block-vesta-theme-content .field--name-body u,
.body-node--840 #block-vesta-theme-content .field--name-body u,
.body-node--841 #block-vesta-theme-content .field--name-body u,
.body-node--842 #block-vesta-theme-content .field--name-body u,
.body-node--843 #block-vesta-theme-content .field--name-body u,
.body-node--844 #block-vesta-theme-content .field--name-body u,
.body-node--845 #block-vesta-theme-content .field--name-body u,
.body-node--846 #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--809 #block-vesta-theme-content .field--name-body ul,
.body-node--810 #block-vesta-theme-content .field--name-body ul,
.body-node--812 #block-vesta-theme-content .field--name-body ul,
.body-node--814 #block-vesta-theme-content .field--name-body ul,
.body-node--815 #block-vesta-theme-content .field--name-body ul,
.body-node--816 #block-vesta-theme-content .field--name-body ul,
.body-node--817 #block-vesta-theme-content .field--name-body ul,
.body-node--819 #block-vesta-theme-content .field--name-body ul,
.body-node--820 #block-vesta-theme-content .field--name-body ul,
.body-node--821 #block-vesta-theme-content .field--name-body ul,
.body-node--822 #block-vesta-theme-content .field--name-body ul,
.body-node--823 #block-vesta-theme-content .field--name-body ul,
.body-node--824 #block-vesta-theme-content .field--name-body ul,
.body-node--825 #block-vesta-theme-content .field--name-body ul,
.body-node--826 #block-vesta-theme-content .field--name-body ul,
.body-node--828 #block-vesta-theme-content .field--name-body ul,
.body-node--829 #block-vesta-theme-content .field--name-body ul,
.body-node--830 #block-vesta-theme-content .field--name-body ul,
.body-node--831 #block-vesta-theme-content .field--name-body ul,
.body-node--832 #block-vesta-theme-content .field--name-body ul,
.body-node--834 #block-vesta-theme-content .field--name-body ul,
.body-node--835 #block-vesta-theme-content .field--name-body ul,
.body-node--836 #block-vesta-theme-content .field--name-body ul,
.body-node--837 #block-vesta-theme-content .field--name-body ul,
.body-node--838 #block-vesta-theme-content .field--name-body ul,
.body-node--839 #block-vesta-theme-content .field--name-body ul,
.body-node--840 #block-vesta-theme-content .field--name-body ul,
.body-node--841 #block-vesta-theme-content .field--name-body ul,
.body-node--842 #block-vesta-theme-content .field--name-body ul,
.body-node--843 #block-vesta-theme-content .field--name-body ul,
.body-node--844 #block-vesta-theme-content .field--name-body ul,
.body-node--845 #block-vesta-theme-content .field--name-body ul,
.body-node--846 #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--809 #block-vesta-theme-content .field--name-body ol,
.body-node--810 #block-vesta-theme-content .field--name-body ol,
.body-node--812 #block-vesta-theme-content .field--name-body ol,
.body-node--814 #block-vesta-theme-content .field--name-body ol,
.body-node--815 #block-vesta-theme-content .field--name-body ol,
.body-node--816 #block-vesta-theme-content .field--name-body ol,
.body-node--817 #block-vesta-theme-content .field--name-body ol,
.body-node--819 #block-vesta-theme-content .field--name-body ol,
.body-node--820 #block-vesta-theme-content .field--name-body ol,
.body-node--821 #block-vesta-theme-content .field--name-body ol,
.body-node--822 #block-vesta-theme-content .field--name-body ol,
.body-node--823 #block-vesta-theme-content .field--name-body ol,
.body-node--824 #block-vesta-theme-content .field--name-body ol,
.body-node--825 #block-vesta-theme-content .field--name-body ol,
.body-node--826 #block-vesta-theme-content .field--name-body ol,
.body-node--828 #block-vesta-theme-content .field--name-body ol,
.body-node--829 #block-vesta-theme-content .field--name-body ol,
.body-node--830 #block-vesta-theme-content .field--name-body ol,
.body-node--831 #block-vesta-theme-content .field--name-body ol,
.body-node--832 #block-vesta-theme-content .field--name-body ol,
.body-node--834 #block-vesta-theme-content .field--name-body ol,
.body-node--835 #block-vesta-theme-content .field--name-body ol,
.body-node--836 #block-vesta-theme-content .field--name-body ol,
.body-node--837 #block-vesta-theme-content .field--name-body ol,
.body-node--838 #block-vesta-theme-content .field--name-body ol,
.body-node--839 #block-vesta-theme-content .field--name-body ol,
.body-node--840 #block-vesta-theme-content .field--name-body ol,
.body-node--841 #block-vesta-theme-content .field--name-body ol,
.body-node--842 #block-vesta-theme-content .field--name-body ol,
.body-node--843 #block-vesta-theme-content .field--name-body ol,
.body-node--844 #block-vesta-theme-content .field--name-body ol,
.body-node--845 #block-vesta-theme-content .field--name-body ol,
.body-node--846 #block-vesta-theme-content .field--name-body ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#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--809 #block-vesta-theme-content .field--name-body ul li,
.body-node--810 #block-vesta-theme-content .field--name-body ul li,
.body-node--812 #block-vesta-theme-content .field--name-body ul li,
.body-node--814 #block-vesta-theme-content .field--name-body ul li,
.body-node--815 #block-vesta-theme-content .field--name-body ul li,
.body-node--816 #block-vesta-theme-content .field--name-body ul li,
.body-node--817 #block-vesta-theme-content .field--name-body ul li,
.body-node--819 #block-vesta-theme-content .field--name-body ul li,
.body-node--820 #block-vesta-theme-content .field--name-body ul li,
.body-node--821 #block-vesta-theme-content .field--name-body ul li,
.body-node--822 #block-vesta-theme-content .field--name-body ul li,
.body-node--823 #block-vesta-theme-content .field--name-body ul li,
.body-node--824 #block-vesta-theme-content .field--name-body ul li,
.body-node--825 #block-vesta-theme-content .field--name-body ul li,
.body-node--826 #block-vesta-theme-content .field--name-body ul li,
.body-node--828 #block-vesta-theme-content .field--name-body ul li,
.body-node--829 #block-vesta-theme-content .field--name-body ul li,
.body-node--830 #block-vesta-theme-content .field--name-body ul li,
.body-node--831 #block-vesta-theme-content .field--name-body ul li,
.body-node--832 #block-vesta-theme-content .field--name-body ul li,
.body-node--834 #block-vesta-theme-content .field--name-body ul li,
.body-node--835 #block-vesta-theme-content .field--name-body ul li,
.body-node--836 #block-vesta-theme-content .field--name-body ul li,
.body-node--837 #block-vesta-theme-content .field--name-body ul li,
.body-node--838 #block-vesta-theme-content .field--name-body ul li,
.body-node--839 #block-vesta-theme-content .field--name-body ul li,
.body-node--840 #block-vesta-theme-content .field--name-body ul li,
.body-node--841 #block-vesta-theme-content .field--name-body ul li,
.body-node--842 #block-vesta-theme-content .field--name-body ul li,
.body-node--843 #block-vesta-theme-content .field--name-body ul li,
.body-node--844 #block-vesta-theme-content .field--name-body ul li,
.body-node--845 #block-vesta-theme-content .field--name-body ul li,
.body-node--846 #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--809 #block-vesta-theme-content .field--name-body ol li,
.body-node--810 #block-vesta-theme-content .field--name-body ol li,
.body-node--812 #block-vesta-theme-content .field--name-body ol li,
.body-node--814 #block-vesta-theme-content .field--name-body ol li,
.body-node--815 #block-vesta-theme-content .field--name-body ol li,
.body-node--816 #block-vesta-theme-content .field--name-body ol li,
.body-node--817 #block-vesta-theme-content .field--name-body ol li,
.body-node--819 #block-vesta-theme-content .field--name-body ol li,
.body-node--820 #block-vesta-theme-content .field--name-body ol li,
.body-node--821 #block-vesta-theme-content .field--name-body ol li,
.body-node--822 #block-vesta-theme-content .field--name-body ol li,
.body-node--823 #block-vesta-theme-content .field--name-body ol li,
.body-node--824 #block-vesta-theme-content .field--name-body ol li,
.body-node--825 #block-vesta-theme-content .field--name-body ol li,
.body-node--826 #block-vesta-theme-content .field--name-body ol li,
.body-node--828 #block-vesta-theme-content .field--name-body ol li,
.body-node--829 #block-vesta-theme-content .field--name-body ol li,
.body-node--830 #block-vesta-theme-content .field--name-body ol li,
.body-node--831 #block-vesta-theme-content .field--name-body ol li,
.body-node--832 #block-vesta-theme-content .field--name-body ol li,
.body-node--834 #block-vesta-theme-content .field--name-body ol li,
.body-node--835 #block-vesta-theme-content .field--name-body ol li,
.body-node--836 #block-vesta-theme-content .field--name-body ol li,
.body-node--837 #block-vesta-theme-content .field--name-body ol li,
.body-node--838 #block-vesta-theme-content .field--name-body ol li,
.body-node--839 #block-vesta-theme-content .field--name-body ol li,
.body-node--840 #block-vesta-theme-content .field--name-body ol li,
.body-node--841 #block-vesta-theme-content .field--name-body ol li,
.body-node--842 #block-vesta-theme-content .field--name-body ol li,
.body-node--843 #block-vesta-theme-content .field--name-body ol li,
.body-node--844 #block-vesta-theme-content .field--name-body ol li,
.body-node--845 #block-vesta-theme-content .field--name-body ol li,
.body-node--846 #block-vesta-theme-content .field--name-body ol li {
  list-style: decimal;
}
em.placeholder {
  background-color: transparent;
  opacity: 1;
  font-style: normal;
}
#buhgalterskaya_otchetnost #block-vesta-theme-content .layout__region--content {
  display: flex;
  column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  #buhgalterskaya_otchetnost #block-vesta-theme-content .layout__region--content {
    flex-direction: column;
    row-gap: 2rem;
  }
}
#buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-body {
  align-self: center;
  text-align: center;
  padding: 3rem;
  border: 0.12rem solid #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-body {
    width: 100%;
  }
}
#buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-field-vidy-otchetnostey {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
#buhgalterskaya_otchetnost #block-vesta-theme-content .paragraph--type--otchetnost {
  display: flex;
  column-gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #buhgalterskaya_otchetnost #block-vesta-theme-content .paragraph--type--otchetnost {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
#buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-field-zagolovok-otchetnosti,
#buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-field-zagolovok-otchetnosti-2 {
  border: 0.12rem solid #000;
  text-align: center;
  padding: 1.5rem;
  width: 14rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-field-zagolovok-otchetnosti,
  #buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-field-zagolovok-otchetnosti-2 {
    width: 100%;
  }
}
#buhgalterskaya_otchetnost #block-vesta-theme-content .field--name-field-opisanie p {
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.header {
  position: relative;
  z-index: 1;
}
.header .region-header {
  display: grid;
  grid-template-columns: 17.5% 36% auto;
  column-gap: 1.25rem;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
.header #block-vesta-theme-logo {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  flex-shrink: 0;
}
.header #block-vesta-theme-kontakty {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  flex-shrink: 0;
}
.header #block-vesta-theme-kontakty .user-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.25rem;
}
.header #block-vesta-theme-kontakty .user-contacts__item--phone {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.header #block-vesta-theme-kontakty .user-contacts__item--phone_2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.header #block-vesta-theme-kontakty .user-contacts__item--mail {
  display: none;
}
.header #block-vesta-theme-kontakty .user-contacts__item--info {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  padding-top: 0.75rem;
  padding-bottom: 0.3rem;
}
.header #block-vesta-theme-kontakty .user-contacts__item--addr {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  justify-self: center;
  display: none;
}
.header #block-vesta-theme-kontakty .user-contacts__item--info p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-align: center;
  color: #f00;
  text-transform: uppercase;
}
.header #block-vesta-theme-kontakty .user-contacts__icon-link {
  display: none;
}
.header #block-vesta-theme-kontakty .user-contacts__title {
  display: none;
}
.header #block-vesta-theme-kontakty .user-contacts__block {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.header #block-vesta-theme-kontakty .user-contacts__link:not(.header #block-vesta-theme-kontakty .user-contacts--addr) {
  background: linear-gradient(0deg, #3467ff, #3467ff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.12rem;
}
.header #block-vesta-theme-kontakty .user-contacts__link:not(.header #block-vesta-theme-kontakty .user-contacts--addr):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #block-vesta-theme-kontakty .user-contacts__label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.9399999999999999rem;
  color: #3467ff;
}
.header #block-vesta-theme-kontakty .user-contacts__label--addr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  text-align: center;
  color: #000;
}
.header #block-vesta-theme-kontakty .user-contacts__icon {
  color: #3467ff;
}
.header #block-vesta-theme-kontakty .user-contacts__icon--addr {
  display: none;
}
.header .header-info {
  background-image: url("/sites/all/themes/vesta_theme/image/header-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 30% center;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.header .header-info__title {
  color: #3467ff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.header .header-info__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
  text-transform: uppercase;
}
.header .header-info__text .red {
  color: #f00;
}
.header #block-vesta-theme-knopkaostavitzayavku-2 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  justify-self: center;
}
.header #block-vesta-theme-knopkaostavitzayavku-2 .field--name-body {
  position: relative;
}
.header__bottom {
  backdrop-filter: blur(50px);
  background: #004773;
  padding: 1.25rem 0 1rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a {
  --color-hover: #fff;
  --color-link: #fff;
  padding: 0 0.2rem 0.2rem;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
}
.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.12rem;
}
.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.12rem;
  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.dropdown-toggle {
  display: flex;
  align-items: center;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.dropdown-toggle::after {
  border: 0;
  display: block;
  width: 0.6rem;
  height: 0.25rem;
  background: url("/sites/all/themes/vesta_theme/image/arr.svg") no-repeat center / contain;
}
.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: #004773;
  padding: 1rem;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: flex-start;
  border-color: #fff;
}
.header-mob__inner {
  background-color: #fff;
}
.header-mob .region-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-mob #block-vesta-theme-logo-3 {
  width: 35%;
  flex-shrink: 0;
}
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__item--phone_2,
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__item--mail,
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__item--info,
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__item--addr {
  display: none;
}
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__title {
  display: none;
}
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__label {
  font-size: 0;
}
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__icon {
  display: none;
}
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__icon-link {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
}
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__icon-link svg {
  width: 100%;
  height: auto;
  color: #3467ff;
}
.header-mob #block-vesta-theme-kontakty-3 .user-contacts__link {
  display: flex;
  align-items: center;
}
.banner-block {
  --padding-banner: 14rem;
  --vertical: 2rem;
  padding-top: var(--padding-banner);
  padding-bottom: var(--padding-banner);
  background: url("/sites/all/themes/vesta_theme/image/banner-bg.jpg") no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .banner-block {
    --padding-banner: 5rem;
  }
}
.banner-block #block-vesta-theme-banner {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1rem;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .banner-block #block-vesta-theme-banner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
  }
}
.banner-block .field--name-field-zagolovok-levyy,
.banner-block .field--name-field-zagolovok-pravyy {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-transform: uppercase;
  text-align: center;
  color: #004773;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .banner-block .field--name-field-zagolovok-pravyy {
    display: none;
  }
}
.banner-block .field--name-field-ssylka {
  width: 12rem;
  height: 12rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .banner-block .field--name-field-ssylka {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
}
.banner-block .field--name-field-ssylka a {
  width: 17rem;
  height: 17rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-align: center;
  color: #004773;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff 50%, #004773 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
.banner-block .field--name-field-ssylka a:hover {
  background-position: 0%;
}
@media screen and (max-width: 768px) {
  .banner-block .field--name-field-ssylka a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
  }
}
.banner-block .field--name-field-centralnyy-blok {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.banner-block .field--name-field-centralnyy-blok a {
  font-size: 0;
  pointer-events: none;
}
.banner-block .field--name-field-centralnyy-blok .field--name-field-ssylka {
  box-shadow: inset 0 4px 10px 0 rgba(255, 255, 255, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.banner-block .field--name-field-centralnyy-blok > .field__item:nth-child(1) {
  transform: translateY(-2.9rem) rotate(45deg);
}
.banner-block .field--name-field-centralnyy-blok > .field__item:nth-child(1) .field--name-field-ssylka {
  background: url("/sites/all/themes/vesta_theme/image/topp.png") no-repeat center / cover;
}
.banner-block .field--name-field-centralnyy-blok > .field__item:nth-child(2) {
  transform: translateY(2.3rem) rotate(45deg);
}
.banner-block .field--name-field-centralnyy-blok > .field__item:nth-child(2) .field--name-field-ssylka {
  background: url("/sites/all/themes/vesta_theme/image/bott.png") no-repeat center / cover;
}
.banner-block .field--name-field-levyy-blok-ssylok,
.banner-block .field--name-field-pravyy-blok-ssylok {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.banner-block .field--name-field-levyy-blok-ssylok > .field__item .field--name-field-ssylka {
  backdrop-filter: blur(15px);
  box-shadow: inset 0 4px 10px 0 rgba(255, 255, 255, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.banner-block .field--name-field-levyy-blok-ssylok > .field__item a {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .banner-block .field--name-field-levyy-blok-ssylok > .field__item a {
    transform: none;
  }
}
.banner-block .field--name-field-levyy-blok-ssylok > .field__item:nth-child(1) .field--name-field-ssylka {
  background: #a778bc;
}
.banner-block .field--name-field-levyy-blok-ssylok > .field__item:nth-child(2) .field--name-field-ssylka {
  background: #dbbbd4;
}
.banner-block .field--name-field-levyy-blok-ssylok > .field__item:nth-child(3) .field--name-field-ssylka {
  background: #87dfb9;
}
.banner-block .field--name-field-levyy-blok-ssylok > .field__item:nth-child(4) .field--name-field-ssylka {
  background: #a7c5f7;
}
.banner-block .field--name-field-pravyy-blok-ssylok > .field__item .field--name-field-ssylka {
  backdrop-filter: blur(15px);
  box-shadow: inset 0 4px 10px 0 rgba(255, 255, 255, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.banner-block .field--name-field-pravyy-blok-ssylok > .field__item a {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .banner-block .field--name-field-pravyy-blok-ssylok > .field__item a {
    transform: none;
  }
}
.banner-block .field--name-field-pravyy-blok-ssylok > .field__item:nth-child(1) .field--name-field-ssylka {
  background: #ffb4bb;
}
.banner-block .field--name-field-pravyy-blok-ssylok > .field__item:nth-child(2) .field--name-field-ssylka {
  background: #75c8cc;
}
.banner-block .field--name-field-pravyy-blok-ssylok > .field__item:nth-child(3) .field--name-field-ssylka {
  background: #b5ace1;
}
.banner-block .field--name-field-pravyy-blok-ssylok > .field__item:nth-child(4) .field--name-field-ssylka {
  background: #fcdccf;
}
.banner-block .banner__left {
  transform: translateX(0.3rem) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .banner-block .banner__left {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .banner-block .banner__center {
    display: none;
  }
}
.banner-block .banner__right {
  transform: translateX(-0.3rem) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .banner-block .banner__right {
    transform: none;
  }
}
.about-company-page {
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-company-page {
    display: block;
  }
}
.about-company-page__inner {
  width: 48rem;
  height: 32rem;
  background: url("/sites/all/themes/vesta_theme/image/triangle.png") no-repeat center bottom / contain;
}
@media screen and (max-width: 768px) {
  .about-company-page__inner {
    width: 100%;
    height: 0;
    padding-top: 66%;
  }
}
.view-about .node--type-about {
  width: 48rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .view-about .node--type-about {
    width: 100%;
  }
}
.view-about .field--name-body {
  margin-bottom: 3rem;
}
.view-about .field--name-field-ssylka-na-stranicu-o-kompa,
.view-about .field--name-field-ssylka-na-stranicu-etapy,
.view-about .field--name-field-ssylka-na-stranicu-vasha-v {
  display: flex;
  justify-content: center;
}
.view-about .field--name-field-ssylka-na-stranicu-o-kompa a,
.view-about .field--name-field-ssylka-na-stranicu-etapy a,
.view-about .field--name-field-ssylka-na-stranicu-vasha-v a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  color: #004773;
  display: block;
  padding-bottom: 0.2rem;
  background: linear-gradient(0deg, #004773, #004773) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.12rem;
}
.view-about .field--name-field-ssylka-na-stranicu-o-kompa a:hover,
.view-about .field--name-field-ssylka-na-stranicu-etapy a:hover,
.view-about .field--name-field-ssylka-na-stranicu-vasha-v a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.view-about .field--name-field-ssylka-na-stranicu-o-kompa {
  transform: rotate(-53deg);
  position: absolute;
  top: 13rem;
  left: 5rem;
}
@media screen and (max-width: 768px) {
  .view-about .field--name-field-ssylka-na-stranicu-o-kompa {
    transform: none;
    position: static;
  }
}
.view-about .field--name-field-ssylka-na-stranicu-etapy {
  transform: rotate(53deg);
  position: absolute;
  top: 14rem;
  right: -4rem;
}
@media screen and (max-width: 768px) {
  .view-about .field--name-field-ssylka-na-stranicu-etapy {
    transform: none;
    position: static;
  }
}
.body-view--about main {
  background: url("/sites/all/themes/vesta_theme/image/about.jpg") no-repeat center / cover;
}
.body-node--811 h1 {
  text-align: center;
}
.body-node--811 #block-vesta-theme-content .layout__region--content {
  position: relative;
  width: 100%;
  max-width: 47.12rem;
  margin: 0 auto;
}
.body-node--811 #block-vesta-theme-content .field--name-body {
  width: 100%;
  padding-top: 96%;
  background: url("/sites/all/themes/vesta_theme/image/flower.png") no-repeat center / contain;
}
.body-node--811 .field--name-field-ssylka-registraciya-ooo,
.body-node--811 .field--name-field-ssylka-likvidaciya-ooo,
.body-node--811 .field--name-field-ssylka-uproshchennaya-likv,
.body-node--811 .field--name-field-ssylka-registraciya-ip,
.body-node--811 .field--name-field-ssylka-zakrytie-ip {
  position: absolute;
  width: 10rem;
}
@media screen and (max-width: 576px) {
  .body-node--811 .field--name-field-ssylka-registraciya-ooo,
  .body-node--811 .field--name-field-ssylka-likvidaciya-ooo,
  .body-node--811 .field--name-field-ssylka-uproshchennaya-likv,
  .body-node--811 .field--name-field-ssylka-registraciya-ip,
  .body-node--811 .field--name-field-ssylka-zakrytie-ip {
    width: 37vw;
  }
}
.body-node--811 .field--name-field-ssylka-registraciya-ooo a,
.body-node--811 .field--name-field-ssylka-likvidaciya-ooo a,
.body-node--811 .field--name-field-ssylka-uproshchennaya-likv a,
.body-node--811 .field--name-field-ssylka-registraciya-ip a,
.body-node--811 .field--name-field-ssylka-zakrytie-ip a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #004773, #004773 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
.body-node--811 .field--name-field-ssylka-registraciya-ooo a:hover,
.body-node--811 .field--name-field-ssylka-likvidaciya-ooo a:hover,
.body-node--811 .field--name-field-ssylka-uproshchennaya-likv a:hover,
.body-node--811 .field--name-field-ssylka-registraciya-ip a:hover,
.body-node--811 .field--name-field-ssylka-zakrytie-ip a:hover {
  background-position: 0%;
}
@media screen and (max-width: 576px) {
  .body-node--811 .field--name-field-ssylka-registraciya-ooo a,
  .body-node--811 .field--name-field-ssylka-likvidaciya-ooo a,
  .body-node--811 .field--name-field-ssylka-uproshchennaya-likv a,
  .body-node--811 .field--name-field-ssylka-registraciya-ip a,
  .body-node--811 .field--name-field-ssylka-zakrytie-ip a {
    font-size: 4.5vw;
  }
}
.body-node--811 .field--name-field-ssylka-registraciya-ooo {
  left: 50%;
  transform: translateX(-50%);
  top: 6rem;
}
@media screen and (max-width: 576px) {
  .body-node--811 .field--name-field-ssylka-registraciya-ooo {
    top: 10%;
  }
}
.body-node--811 .field--name-field-ssylka-likvidaciya-ooo {
  top: 17rem;
  right: 4rem;
  transform: rotate(72deg);
}
@media screen and (max-width: 576px) {
  .body-node--811 .field--name-field-ssylka-likvidaciya-ooo {
    top: 35%;
    right: -2%;
  }
}
.body-node--811 .field--name-field-ssylka-uproshchennaya-likv {
  bottom: 6rem;
  right: 9rem;
}
@media screen and (max-width: 576px) {
  .body-node--811 .field--name-field-ssylka-uproshchennaya-likv {
    bottom: 10%;
    right: 10%;
  }
}
.body-node--811 .field--name-field-ssylka-registraciya-ip {
  left: 9rem;
  bottom: 7.5rem;
}
@media screen and (max-width: 576px) {
  .body-node--811 .field--name-field-ssylka-registraciya-ip {
    bottom: 16%;
    left: 10%;
  }
}
.body-node--811 .field--name-field-ssylka-zakrytie-ip {
  left: 4rem;
  top: 17rem;
  transform: rotate(-72deg);
}
@media screen and (max-width: 576px) {
  .body-node--811 .field--name-field-ssylka-zakrytie-ip {
    top: 34%;
    left: 0%;
    width: 32vw;
  }
}
.body-node--811 main {
  background: url("/sites/all/themes/vesta_theme/image/about.jpg") no-repeat center / cover;
}
.reporting-page__top {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .reporting-page__top {
    flex-wrap: wrap;
  }
}
.reporting-page__bottom {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  border-top: 0.6rem solid #009553;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .reporting-page__bottom {
    border-top: 0;
  }
}
.body-node--818 #block-vesta-theme-page-title {
  width: 100%;
  max-width: 30rem;
  transform: rotate(-28deg) translateX(-46%);
}
@media screen and (max-width: 1560px) {
  .body-node--818 #block-vesta-theme-page-title {
    transform: none;
  }
}
.body-node--818 .wr_content {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1400px) {
  .body-node--818 .wr_content {
    margin-bottom: 5rem;
  }
}
.body-node--818 main {
  background: url("/sites/all/themes/vesta_theme/image/reporting.jpg") no-repeat center / cover;
  padding-top: 10rem;
}
@media screen and (max-width: 1400px) {
  .body-node--818 main {
    padding-top: calc(5rem / 2);
  }
}
.body-node--818 main #block-vesta-theme-content {
  transform: rotate(-28deg);
}
@media screen and (max-width: 1400px) {
  .body-node--818 main #block-vesta-theme-content {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .body-node--818 main #block-vesta-theme-content .layout__region--content {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.body-node--818 main .field--name-field-nulevaya-otchetnost,
.body-node--818 main .field--name-field-buhgalterskaya-otchetnost,
.body-node--818 main .field--name-field-statistika,
.body-node--818 main .field--name-field-nalogovaya-otchetnost,
.body-node--818 main .field--name-field-voinskiy-uchet,
.body-node--818 main .field--name-field-osfr,
.body-node--818 main .field--name-field-egais,
.body-node--818 main .field--name-field-roskomnadzor {
  width: 21.3%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .body-node--818 main .field--name-field-nulevaya-otchetnost,
  .body-node--818 main .field--name-field-buhgalterskaya-otchetnost,
  .body-node--818 main .field--name-field-statistika,
  .body-node--818 main .field--name-field-nalogovaya-otchetnost,
  .body-node--818 main .field--name-field-voinskiy-uchet,
  .body-node--818 main .field--name-field-osfr,
  .body-node--818 main .field--name-field-egais,
  .body-node--818 main .field--name-field-roskomnadzor {
    width: calc((100% / 2) - 0.5rem);
  }
}
.body-node--818 main .field--name-field-nulevaya-otchetnost a,
.body-node--818 main .field--name-field-buhgalterskaya-otchetnost a,
.body-node--818 main .field--name-field-statistika a,
.body-node--818 main .field--name-field-nalogovaya-otchetnost a,
.body-node--818 main .field--name-field-voinskiy-uchet a,
.body-node--818 main .field--name-field-osfr a,
.body-node--818 main .field--name-field-egais a,
.body-node--818 main .field--name-field-roskomnadzor a {
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.5rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.body-node--818 main .field--name-field-nulevaya-otchetnost a:hover,
.body-node--818 main .field--name-field-buhgalterskaya-otchetnost a:hover,
.body-node--818 main .field--name-field-statistika a:hover,
.body-node--818 main .field--name-field-nalogovaya-otchetnost a:hover,
.body-node--818 main .field--name-field-voinskiy-uchet a:hover,
.body-node--818 main .field--name-field-osfr a:hover,
.body-node--818 main .field--name-field-egais a:hover,
.body-node--818 main .field--name-field-roskomnadzor a:hover {
  transform: scale(1.05);
}
.body-node--818 main .field--name-field-nulevaya-otchetnost a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_1.png");
}
.body-node--818 main .field--name-field-buhgalterskaya-otchetnost a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_2.png");
}
.body-node--818 main .field--name-field-statistika a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_3.png");
}
.body-node--818 main .field--name-field-nalogovaya-otchetnost a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_4.png");
}
.body-node--818 main .field--name-field-voinskiy-uchet a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_5.png");
}
.body-node--818 main .field--name-field-osfr a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_6.png");
}
.body-node--818 main .field--name-field-egais a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_7.png");
}
.body-node--818 main .field--name-field-roskomnadzor a {
  background-image: url("/sites/all/themes/vesta_theme/image/reporting_8.png");
}
.individuals-page {
  width: 100%;
  padding-top: 78%;
  background: url("/sites/all/themes/vesta_theme/image/individuals.png") no-repeat center / contain;
}
#uslugi_fizicheskim_licam_ndfl_3 {
  background: url("/sites/all/themes/vesta_theme/image/reporting.jpg") no-repeat center / cover;
}
#uslugi_fizicheskim_licam_ndfl_3 .layout__region--content {
  position: relative;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .layout__region--content {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .layout__region--content .field--name-body {
  width: 100%;
  max-width: 51rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .layout__region--content .field--name-body {
    display: none;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-zanyatiya,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-lechenie,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-obuchenie,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-pokupki-do,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-zanyatiya,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-lechenie,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-obuchenie,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-pokupki-do,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom {
    position: static;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-zanyatiya a,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-lechenie a,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-obuchenie a,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-pokupki-do a,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-transform: uppercase;
  text-align: center;
  color: #004773;
  display: block;
  align-items: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 71, 115, 0.6), rgba(0, 71, 115, 0.6) 50%, #004773 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-zanyatiya a:hover,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-lechenie a:hover,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-obuchenie a:hover,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-pokupki-do a:hover,
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom a:hover {
  background-position: 0%;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-zanyatiya a,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-lechenie a,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-obuchenie a,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-pokupki-do a,
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom a {
    border: 0.3rem solid #525e78;
    padding: 1.25rem;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-zanyatiya {
  left: 15rem;
  width: 11rem;
  top: 16rem;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-zanyatiya {
    width: auto;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-lechenie {
  left: 24rem;
  bottom: 7rem;
  transform: rotate(45deg);
  width: 8rem;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-lechenie {
    transform: none;
    width: auto;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-obuchenie {
  right: 24rem;
  bottom: 7rem;
  transform: rotate(-45deg);
  width: 8rem;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-obuchenie {
    transform: none;
    width: auto;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-pokupki-do {
  right: 13rem;
  width: 13rem;
  top: 15.5rem;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-vozvrat-ndfl-za-pokupki-do {
    width: auto;
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom {
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15rem;
}
@media screen and (max-width: 768px) {
  #uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom {
    transform: none;
    width: auto;
    background-image: linear-gradient(180deg, #525e78 0%, #203052 100%);
  }
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom a {
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #dfe9f0, #dfe9f0 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
#uslugi_fizicheskim_licam_ndfl_3 .field--name-field-prodazha-imushchestva-dom a:hover {
  background-position: 0%;
}
#yuridicheskie_uslugi {
  background: url("/sites/all/themes/vesta_theme/image/reporting.jpg") no-repeat center / cover;
  --delta: 5.25rem;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi {
    --delta: 0;
  }
}
#yuridicheskie_uslugi #block-vesta-theme-page-title {
  text-align: center;
}
#yuridicheskie_uslugi #block-vesta-theme-content .layout__region--content {
  display: flex;
  column-gap: 1rem;
  justify-content: center;
  background: url("/sites/all/themes/vesta_theme/image/legal-bg.png") no-repeat center 50% / contain;
  padding-bottom: var(--delta);
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi #block-vesta-theme-content .layout__region--content {
    background-image: none;
    flex-direction: column;
    gap: 1.5rem;
  }
}
#yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy,
#yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov,
#yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora,
#yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do {
  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy,
  #yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov,
  #yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora,
  #yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do {
    width: 100%;
  }
}
#yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy::after,
#yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov::after,
#yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora::after,
#yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do::after {
  content: "";
  display: block;
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.18rem solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy::after,
  #yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov::after,
  #yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora::after,
  #yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do::after {
    content: none;
  }
}
#yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy a,
#yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov a,
#yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora a,
#yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-transform: uppercase;
  text-align: center;
  color: #004773;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 71, 115, 0.5), rgba(0, 71, 115, 0.5) 50%, #004773 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
}
#yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy a:hover,
#yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov a:hover,
#yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora a:hover,
#yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do a:hover {
  background-position: 0%;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy a,
  #yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov a,
  #yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora a,
  #yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do a {
    padding: 1.5rem 1rem;
    border: 0.18rem solid transparent;
  }
}
#yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy {
  transform: translateY(var(--delta));
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy::after {
  background: url("/sites/all/themes/vesta_theme/image/legal_1.svg") no-repeat center / 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi .field--name-field-pomoshch-v-otkrytii-r-schy a {
    border-color: #e99449;
  }
}
#yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov::after {
  background: url("/sites/all/themes/vesta_theme/image/legal_2.svg") no-repeat center / 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi .field--name-field-sostavlenie-dogovorov a {
    border-color: #e6614b;
  }
}
#yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora {
  transform: translateY(var(--delta));
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora::after {
  background: url("/sites/all/themes/vesta_theme/image/legal_3.svg") no-repeat center / 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi .field--name-field-ekspertiza-dogovora a {
    border-color: #953e7e;
  }
}
#yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do::after {
  background: url("/sites/all/themes/vesta_theme/image/legal_4.svg") no-repeat center / 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
  #yuridicheskie_uslugi .field--name-field-arbitrazh-po-vzyskaniyu-do a {
    border-color: #4221b8;
  }
}
#buhgalterskie_uslugi {
  background: url("/sites/all/themes/vesta_theme/image/about.jpg") no-repeat center / cover;
}
#buhgalterskie_uslugi #block-vesta-theme-page-title {
  width: 29%;
  transform: translate(-2rem, 17rem) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi #block-vesta-theme-page-title {
    transform: none;
    width: 100%;
  }
}
#buhgalterskie_uslugi #block-vesta-theme-page-title h1 {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi #block-vesta-theme-page-title h1 {
    font-size: 2rem;
  }
}
#buhgalterskie_uslugi #block-vesta-theme-content .layout__region--content {
  min-height: 45rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi #block-vesta-theme-content .layout__region--content {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
#buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash,
#buhgalterskie_uslugi .field--name-field-ekspress-audit,
#buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk,
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet,
#buhgalterskie_uslugi .field--name-field-uchetnaya-politika,
#buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera,
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2,
#buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash,
  #buhgalterskie_uslugi .field--name-field-ekspress-audit,
  #buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk,
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet,
  #buhgalterskie_uslugi .field--name-field-uchetnaya-politika,
  #buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera,
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2,
  #buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n {
    position: static;
  }
}
#buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash a,
#buhgalterskie_uslugi .field--name-field-ekspress-audit a,
#buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk a,
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet a,
#buhgalterskie_uslugi .field--name-field-uchetnaya-politika a,
#buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera a,
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2 a,
#buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n a {
  flex-grow: 1;
  display: grid;
  place-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-transform: uppercase;
  text-align: center;
  color: #004773;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 71, 115, 0.5), rgba(0, 71, 115, 0.5) 50%, #004773 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
  width: 56%;
  height: 56%;
}
#buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash a:hover,
#buhgalterskie_uslugi .field--name-field-ekspress-audit a:hover,
#buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk a:hover,
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet a:hover,
#buhgalterskie_uslugi .field--name-field-uchetnaya-politika a:hover,
#buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera a:hover,
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2 a:hover,
#buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n a:hover {
  background-position: 0%;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash a,
  #buhgalterskie_uslugi .field--name-field-ekspress-audit a,
  #buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk a,
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet a,
  #buhgalterskie_uslugi .field--name-field-uchetnaya-politika a,
  #buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera a,
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2 a,
  #buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n a {
    border: 0.3rem solid transparent;
    padding: 1.25rem 1rem;
  }
}
#buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash {
  width: 14.94rem;
  height: 14.94rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_1.png");
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash {
    background-image: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-razovye-uslugi-ne-vhodyash a {
    width: 100%;
    height: auto;
    border-color: #73f0fa;
  }
}
#buhgalterskie_uslugi .field--name-field-ekspress-audit {
  width: 14.94rem;
  height: 15rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_2.png");
  bottom: 13rem;
  left: 5rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-ekspress-audit {
    transform: none;
    background-image: none;
    width: 100%;
    height: auto;
  }
}
#buhgalterskie_uslugi .field--name-field-ekspress-audit a {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-ekspress-audit a {
    transform: none;
    width: 100%;
    height: auto;
    border-color: #b17ff9;
  }
}
#buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk {
  width: 17.19rem;
  height: 17.19rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_3.png");
  transform: rotate(50deg);
  bottom: 6.5rem;
  left: 17.5rem;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk {
    transform: none;
    background-image: none;
    width: 100%;
    height: auto;
  }
}
#buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk a {
  transform: rotate(-50deg);
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-vosstanovlenie-buhgaltersk a {
    transform: none;
    width: 100%;
    height: auto;
    border-color: #f5c7fb;
  }
}
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet {
  width: 16.88rem;
  height: 16.88rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_4.png");
  top: 5rem;
  left: 14.5rem;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet {
    background-image: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet a {
    width: 100%;
    height: auto;
    border-color: #e94b69;
  }
}
#buhgalterskie_uslugi .field--name-field-uchetnaya-politika {
  width: 12.81rem;
  height: 12.81rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_5.png");
  bottom: 3rem;
  right: 28rem;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-uchetnaya-politika {
    background-image: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-uchetnaya-politika a {
    width: 100%;
    height: auto;
    border-color: #ea5c79;
  }
}
#buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera {
  width: 20.56rem;
  height: 20.56rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_6.png");
  top: 10rem;
  right: 23rem;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera {
    background-image: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-uslugi-glavnogo-buhgaltera a {
    width: 100%;
    height: auto;
    border-color: #222f47;
  }
}
#buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2 {
  width: 21.25rem;
  height: 21.25rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_7.png");
  bottom: 2rem;
  right: 7rem;
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2 {
    background-image: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-kadrovyy-uchet-2 a {
    width: 100%;
    height: auto;
    border-color: #4a9f5d;
  }
}
#buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n {
  width: 23rem;
  height: 23rem;
  background-image: url("/sites/all/themes/vesta_theme/image/accounting_8.png");
  top: 0;
  right: 3rem;
  transform: rotate(7deg);
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n {
    transform: none;
    background-image: none;
    width: 100%;
    height: auto;
  }
}
#buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n a {
  transform: rotate(-7deg);
}
@media screen and (max-width: 768px) {
  #buhgalterskie_uslugi .field--name-field-vedenie-buhgalterskogo-i-n a {
    transform: none;
    width: 100%;
    height: auto;
    border-color: #6ee650;
  }
}
.map-block {
  margin-top: auto;
}
.calculator-block .block-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #004773;
  margin-bottom: 2.5rem;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .calculator-block .block-title {
    max-width: 100%;
  }
}
.calculator-block .webform-submission-form {
  background-color: transparent;
  padding: 1.875rem;
  border: 0.25rem solid #004773;
}
@media screen and (max-width: 768px) {
  .calculator-block .webform-submission-form {
    border-radius: 0;
    padding: 1rem;
  }
}
.calculator-block .webform-submission-form input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.calculator-block .webform-submission-form input[type="radio"]:checked + label {
  background-color: #004773;
  color: #fff;
}
.calculator-block .form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.calculator-block label.option {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: #004773;
  border: 0.12rem solid #004773;
  padding: 0.6899999999999999rem 1.56rem;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.calculator-block label.option:hover {
  background-color: #004773;
  color: #fff;
}
.calculator-block legend {
  margin-bottom: 1rem;
}
.calculator-block .fieldset-legend {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.9399999999999999rem;
  text-transform: uppercase;
  color: #000;
}
.calculator-block #edit-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .calculator-block #edit-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.calculator-block #edit-left,
.calculator-block #edit-right {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
.calculator-block #edit-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .calculator-block #edit-control {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.calculator-block #edit-control .btn {
  width: 100%;
  min-width: auto;
}
.calculator-block #edit-result {
  margin-top: auto;
}
.calculator-block #edit-result .result {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #910000;
}
.calculator-block #edit-text-important {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .calculator-block #edit-text-important {
    padding: 0;
  }
}
#elektronnaya_otchetnost_inner .field--name-field-nashi-uslugi {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 768px) {
  #elektronnaya_otchetnost_inner .field--name-field-nashi-uslugi {
    row-gap: 1rem;
  }
  #elektronnaya_otchetnost_inner .field--name-field-nashi-uslugi > .field__item {
    padding-bottom: 1rem;
    border-bottom: 0.06rem solid #004773;
  }
}
#elektronnaya_otchetnost_inner .paragraph--type--usluga {
  display: grid;
  grid-template-columns: 19.7rem 2rem auto 3.5rem 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #elektronnaya_otchetnost_inner .paragraph--type--usluga {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: stretch;
  }
}
#elektronnaya_otchetnost_inner .title-wrap {
  grid-column: 1 / 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
}
#elektronnaya_otchetnost_inner .title-wrap::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #004773;
  border-radius: 50%;
  flex-shrink: 0;
  background: url("/sites/all/themes/vesta_theme/image/arrs.png") no-repeat center / contain;
}
#elektronnaya_otchetnost_inner .field--name-field-nazvanie-uslugi {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.9rem 1.56rem;
  background-color: #004773;
}
@media screen and (max-width: 768px) {
  #elektronnaya_otchetnost_inner .field--name-field-nazvanie-uslugi {
    width: 100%;
    text-align: center;
  }
}
#elektronnaya_otchetnost_inner .field--name-field-ssylka-na-kalkulyator {
  grid-column: 3 / 4;
}
#elektronnaya_otchetnost_inner .field--name-field-ssylka-na-kalkulyator a {
  border: 0.12rem solid #004773;
  padding: 0.6899999999999999rem 1.56rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  text-align: center;
  color: #004773;
  display: block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
#elektronnaya_otchetnost_inner .field--name-field-ssylka-na-kalkulyator a:hover {
  transform: scale(1.05);
  background-color: transparent;
}
#elektronnaya_otchetnost_inner .block-cena {
  grid-column: 5 / 6;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #elektronnaya_otchetnost_inner .block-cena {
    row-gap: 1rem;
  }
}
#elektronnaya_otchetnost_inner .paragraph--type--cena-kommentariy {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media screen and (max-width: 768px) {
  #elektronnaya_otchetnost_inner .paragraph--type--cena-kommentariy {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
#elektronnaya_otchetnost_inner .field--name-field-stoimost {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.88rem;
  color: #004773;
  min-width: 11.6rem;
}
#elektronnaya_otchetnost_inner .field--name-field-kommentariy {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 0.88rem;
  color: #777;
}
@media screen and (max-width: 768px) {
  #elektronnaya_otchetnost_inner .field--name-field-kommentariy {
    text-align: center;
  }
}
.footer {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.footer .region-footer {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .region-footer {
    flex-direction: column;
  }
}
.footer #block-vesta-theme-logo-2 {
  width: 17.5rem;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-logo-2 {
    width: 50%;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-menu {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.9399999999999999rem;
  line-height: 110%;
  color: #454545;
  margin-bottom: 1rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya .nav {
  flex-direction: column;
  row-gap: 0.4rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-osnovnayanavigaciya .nav > .nav-item a {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  line-height: 110%;
  color: #454545;
  padding-bottom: 0.2rem;
  background: linear-gradient(0deg, #454545, #454545) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya .nav > .nav-item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-osnovnayanavigaciya .nav > .nav-item a::after {
  content: none;
}
.footer #block-vesta-theme-okompanii #block-vesta-theme-okompanii-menu {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.9399999999999999rem;
  line-height: 110%;
  color: #454545;
  margin-bottom: 1rem;
}
.footer #block-vesta-theme-okompanii .nav {
  flex-direction: column;
  row-gap: 0.4rem;
  align-items: flex-start;
}
.footer #block-vesta-theme-okompanii .nav > .nav-item a {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  line-height: 110%;
  color: #454545;
  padding-bottom: 0.2rem;
  background: linear-gradient(0deg, #454545, #454545) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-okompanii .nav > .nav-item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-okompanii .nav > .nav-item a::after {
  content: none;
}
.footer #block-vesta-theme-kontakty-2 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-2 {
    width: 100%;
  }
}
.footer #block-vesta-theme-kontakty-2 .user-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-2 .user-contacts {
    column-gap: 1rem;
  }
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item--info {
  display: none;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item--phone {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item--phone_2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-top: 0.3rem;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item--mail {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  padding-top: 1.25rem;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item--addr {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.9399999999999999rem;
  line-height: 110%;
  color: #454545;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__title--phone_2 {
  display: none;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  line-height: 110%;
  color: #454545;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-2 .user-contacts__link--addr) {
  background: linear-gradient(0deg, #454545, #454545) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__link:not(.footer #block-vesta-theme-kontakty-2 .user-contacts__link--addr):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__icon,
.footer #block-vesta-theme-kontakty-2 .user-contacts__icon-link {
  display: none;
}
.footer .politik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer .politik {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .politik__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  line-height: 110%;
  color: rgba(69, 69, 69, 0.5);
}
.footer .politik__item a {
  color: rgba(69, 69, 69, 0.5);
  --bg-h: 0.06rem;
  background: linear-gradient(0deg, rgba(69, 69, 69, 0.5), rgba(69, 69, 69, 0.5)) no-repeat left bottom / 100% var(--bg-h);
  transition: background-size 350ms;
}
.footer .politik__item a:hover {
  background-size: 0 var(--bg-h);
  background-position-x: right;
}
