:root {
  --font-family: "Nunito Sans", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Noto Sans", sans-serif;
  --red: #d91540;
  --dark-red: #a30a2c;
  --white: #f5f5f5;
  --black: #2c2c2c;
  --gray: #646464;
  --yellow: #fecf8d;
  --red-active: #ff6788;
  --yellow-active: #ffdeb1;
  --transparent: rgba(217, 217, 217, 0);
  --scrollbar-track-color: var(--red);
  --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: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-SemiBold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Bold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/sites/all/themes/vesta_theme/font/NunitoSans-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/NunitoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("/sites/all/themes/vesta_theme/font/NotoSans-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/sites/all/themes/vesta_theme/font/NunitoSans-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/NunitoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  header.header {
    display: none;
  }
}
header.header-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-mob {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 101;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
.burger {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
  row-gap: 0.5rem;
}
.burger__line {
  display: block;
  width: 100%;
  border: 0.06rem solid #fff;
  height: 0;
  border-radius: 0.12rem;
  transition: 0.3s;
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  nav#mobile-nav {
    display: block;
    background-color: #fff;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya,
  nav#mobile-nav div.mm-panel {
    padding: 0;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul,
  nav#mobile-nav div.mm-panel ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .active-trail a,
  nav#mobile-nav div.mm-panel ul .active-trail a {
    background: #303030 !important;
    color: #fff !important;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li,
  nav#mobile-nav div.mm-panel ul li {
    width: 100%;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li a,
  nav#mobile-nav div.mm-panel ul li a {
    padding: 20px 10px 20px 20px;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li::after,
  nav#mobile-nav div.mm-panel ul li::after {
    left: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .dropdown-toggle::after,
  nav#mobile-nav div.mm-panel ul .dropdown-toggle::after {
    display: none;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya .dropdown-menu,
  nav#mobile-nav div.mm-panel .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 100%;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #mm-blocker {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.logo a {
  display: block;
  width: 100%;
}
.logo a img {
  width: 100%;
}
.slick-slide {
  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: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: relative;
  font-size: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  button.slick-arrow {
    top: auto;
    bottom: 10rem;
    transform: none;
  }
}
button.slick-arrow:hover {
  background-color: var(--red-active);
}
button.slick-arrow::before {
  content: "";
  display: block;
  width: 0.8100000000000001rem;
  height: 1.31rem;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
button.slick-prev.slick-arrow {
  left: 1.25rem;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
}
button.slick-next.slick-arrow {
  right: 1.25rem;
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(180deg);
}
.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-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;
}
#scrollToTop {
  width: 3.125rem;
  height: 3.125rem;
  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.25rem;
  --btn-border-width: 0.06rem;
  --btn-border-color: var(--red);
  --btn-background: var(--red);
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --bs-btn-hover-color: #fff;
  --btn-border-color-hover: var(--red-active);
  --bs-btn-hover-border-color: var(--red-active);
  --btn-background-hover: var(--red-active);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--red-active);
  --bs-btn-active-border-color: var(--red-active);
  --transition-animation: 0.3s;
  padding: 1rem 0.62rem;
  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-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--second-family);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn::after,
.more-link a::after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  display: block;
  background: url("/sites/all/themes/vesta_theme/image/btn-arr-white.svg") no-repeat center / contain;
}
.btn:hover,
.more-link a:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a {
  color: #000;
}
.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.5rem;
  --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: var(--red);
  margin-bottom: 0;
  border-radius: var(--border-radius-checkbox);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.form-type-checkbox .description {
  margin-left: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
}
.form-type-checkbox .description a {
  color: #000;
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.form-type-checkbox .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.form-item--error {
  position: relative;
}
.alert-error {
  display: none;
}
.form-item--error-message {
  position: absolute;
  top: 100%;
  color: red;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  font-weight: 400;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.mb {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .mb {
    margin-bottom: calc(4rem / 2);
  }
}
.block-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2.38rem;
  line-height: 116%;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 2rem;
  }
}
h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2.38rem;
  line-height: 116%;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
#app {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 3.12rem;
  line-height: 104%;
  color: var(--black);
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
}
.not-front main {
  padding-top: calc(4rem / 2);
  padding-bottom: calc(4rem / 2);
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: calc(4rem / 2);
}
.more-link {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.offcanvas {
  background-color: var(--red);
}
.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;
}
.offcanvas .user-contacts {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 0.06rem solid #fff;
  flex-direction: column;
  row-gap: 1rem;
}
.offcanvas .user-contacts__item {
  display: flex;
  column-gap: 0.6rem;
  align-items: center;
}
.offcanvas .user-contacts__icon-link {
  display: none;
}
.offcanvas .user-contacts__icon {
  display: block;
  width: 1.6rem;
}
.offcanvas .user-contacts__icon svg {
  color: #fff;
  width: 100%;
  height: auto;
}
.offcanvas .user-contacts__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 144%;
  color: #fff;
}
.field--name-field-knopka-ostavit-zayavku,
.form-actions,
.field--name-field-poluchit-predlozhenie {
  position: relative;
}
.field--name-field-knopka-ostavit-zayavku .ajax-progress,
.form-actions .ajax-progress,
.field--name-field-poluchit-predlozhenie .ajax-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ui-widget.ui-widget-content {
  padding: 0;
  border: 0 !important;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .ui-widget.ui-widget-content {
    width: calc(100% - 2 * 15px) !important;
  }
}
.ui-widget.ui-widget-content .ui-widget-header {
  background-color: var(--red);
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 160%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content {
  padding: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item + .form-item {
  margin-top: 1rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel {
  background-color: transparent;
  border: 0;
  border-bottom: 0.06rem solid #2d3e50;
  border-radius: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control:focus,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel:focus {
  outline: 0;
  box-shadow: none;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions button {
  width: 100%;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-processed-text {
  font-size: 0.88rem;
  line-height: 128%;
}
.search {
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.search:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.search__label {
  font-size: 0;
}
.search__icon {
  width: 60%;
}
.search__icon svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.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: var(--yellow-active);
}
#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;
}
#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-border-radius: 0.25rem;
  --btn-border-width: 0.06rem;
  --btn-border-color: var(--red);
  --btn-background: var(--red);
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --bs-btn-hover-color: #fff;
  --btn-border-color-hover: var(--red-active);
  --bs-btn-hover-border-color: var(--red-active);
  --btn-background-hover: var(--red-active);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--red-active);
  --bs-btn-active-border-color: var(--red-active);
  --transition-animation: 0.3s;
  padding: 1rem 0.62rem;
  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-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--second-family);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  text-transform: none;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary::after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  display: block;
  background: url("/sites/all/themes/vesta_theme/image/btn-arr-white.svg") no-repeat center / contain;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary::after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  display: block;
  background: url("/sites/all/themes/vesta_theme/image/btn-arr-white.svg") no-repeat center / contain;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button.btn.btn-primary:hover {
  transform: scale(1.05);
  background-color: var(--btn-background-hover);
}
@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;
}
.header {
  background-color: var(--dark-red);
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header .region-header {
  display: grid;
  grid-template-columns: 12.5% 1fr auto;
  column-gap: 2rem;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: 0.3s;
}
.header #block-vesta-theme-logo {
  width: 100%;
}
.header #block-vesta-theme-kontakty .user-contacts {
  flex-direction: column;
  row-gap: 0.2rem;
}
.header #block-vesta-theme-kontakty .user-contacts__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 2rem;
}
.header #block-vesta-theme-kontakty .user-contacts__item--addr,
.header #block-vesta-theme-kontakty .user-contacts__item--schedule {
  display: none;
}
.header #block-vesta-theme-kontakty .user-contacts__icon-link {
  display: none;
}
.header #block-vesta-theme-kontakty .user-contacts__icon {
  display: block;
  width: 1.6rem;
}
.header #block-vesta-theme-kontakty .user-contacts__icon svg {
  width: 100%;
  height: auto;
  color: #fff;
}
.header #block-vesta-theme-kontakty .user-contacts__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  text-align: right;
  color: var(--white);
  background: linear-gradient(0deg, var(--white), var(--white)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.header #block-vesta-theme-kontakty .user-contacts__link:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #block-vesta-theme-osnovnayanavigaciya {
  width: 100%;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  justify-content: center;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a {
  --color-link: var(--white);
  padding: 0;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-weight: 500;
  font-size: 1rem;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a:not(.dropdown-toggle) {
  background: linear-gradient(0deg, var(--color-link), var(--color-link)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a:not(.dropdown-toggle):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li > ul {
  background-color: #fff;
  padding: 1rem;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: flex-start;
}
.header #block-vesta-theme-osnovnayanavigaciya > ul li > ul a {
  color: #000;
}
.header-mob {
  background-color: var(--dark-red);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-mob .region-header-mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.header-mob #block-vesta-theme-logo-2 {
  justify-self: center;
  width: 80%;
}
.header-mob #block-vesta-theme-kontakty-2 {
  align-self: center;
  justify-self: end;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts {
  align-items: center;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item {
  display: flex;
  align-items: center;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--mail,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--addr,
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__item--schedule {
  display: none;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon {
  display: none;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__link {
  font-size: 0;
  color: #fff;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon-link {
  display: block;
  width: 2rem;
}
.header-mob #block-vesta-theme-kontakty-2 .user-contacts__icon-link svg {
  width: 100%;
  height: auto;
}
.slider-block .view-content {
  width: 100%;
}
.slider-block .node--type-slide {
  position: relative;
  min-height: 43rem;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .slider-block .node--type-slide {
    min-height: 30rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.slider-block .field--type-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-block .field--type-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/union.png") no-repeat left center / 83% 100%;
}
.slider-block .field--type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-block .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-block .field--name-field-slide-title {
  margin-bottom: 2.5rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .slider-block .field--name-field-slide-title {
    width: 100%;
  }
}
.slider-block .field--name-field-slide-title p {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2.38rem;
  line-height: 116%;
  color: var(--white);
}
.slider-block .field--name-body {
  margin-bottom: 6rem;
  width: 57%;
}
@media screen and (max-width: 768px) {
  .slider-block .field--name-body {
    width: 100%;
  }
}
.slider-block .field--name-body p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 144%;
  color: var(--white);
}
.slider-block .field--name-field-knopka-ostavit-zayavku a {
  --btn-border-color: var(--yellow);
  --btn-background: var(--yellow);
  --btn-color: #000;
  --btn-color-hover: #000;
  --bs-btn-hover-color: #000;
  --btn-border-color-hover: var(--yellow);
  --bs-btn-hover-border-color: var(--yellow-active);
  --btn-background-hover: var(--yellow-active);
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--yellow-active);
  --bs-btn-active-border-color: var(--yellow-active);
  min-width: 16.875rem;
}
@media screen and (max-width: 768px) {
  .slider-block .field--name-field-knopka-ostavit-zayavku a {
    width: 100%;
  }
}
.slider-block .field--name-field-knopka-ostavit-zayavku a::after {
  background: url("/sites/all/themes/vesta_theme/image/btn-arr-black.svg") no-repeat center / contain;
}
.promo-block {
  position: relative;
  background: url("/sites/all/themes/vesta_theme/image/promo-bg.webp") no-repeat right bottom / 50% auto;
}
@media screen and (max-width: 768px) {
  .promo-block {
    background: none;
  }
}
.promo-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/union-promo.png") no-repeat right center / 81% 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .promo-block::after {
    background-size: 100% 100%;
  }
}
.promo-block__content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 39rem;
}
@media screen and (max-width: 768px) {
  .promo-block__content {
    min-height: auto;
  }
}
.promo-block__title {
  margin-bottom: 2.5rem;
}
.promo-block__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 144%;
  color: var(--gray);
  width: 43%;
}
@media screen and (max-width: 768px) {
  .promo-block__text {
    width: 100%;
  }
}
.services-block {
  background-color: #fff;
  padding-bottom: 6rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .services-block {
    padding-bottom: 4rem;
  }
}
.services-block .block-title {
  margin-bottom: 3.125rem;
}
.services-block .field--name-field-uslugi {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.875rem;
}
.services-block .field--name-field-uslugi .layout__region--content {
  display: grid;
  grid-template-columns: 4.3rem 1fr;
  gap: 1.875rem;
}
.services-block .field--name-field-uslugi .field--name-field-izobrazhenie-uslugi {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.services-block .field--name-field-uslugi .field--name-field-zagolovok-uslugi {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--black);
}
.services-block .field--name-field-uslugi .field--name-field-opisanie-uslugi {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 144%;
  color: var(--gray);
  padding-right: 1rem;
}
.promotion-block {
  background: url("/sites/all/themes/vesta_theme/image/promotion.webp") no-repeat center / cover;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.promotion-block .layout__region--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
}
.promotion-block .field--name-block-title {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .promotion-block .field--name-block-title {
    width: 100%;
  }
}
.promotion-block .field--name-block-title h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 133%;
  text-align: center;
  color: var(--black);
}
.promotion-block .countdown__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 144%;
  text-align: center;
  color: var(--black);
}
.promotion-block .countdown__timer {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
.promotion-block .countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promotion-block .countdown__item--colon {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 3rem;
  color: var(--red);
}
.promotion-block .countdown__number {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 3rem;
  color: var(--red);
}
.promotion-block .countdown__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 144%;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .promotion-block .field--name-field-poluchit-predlozhenie {
    width: 100%;
  }
}
.promotion-block .field--name-field-poluchit-predlozhenie a {
  min-width: 23rem;
}
@media screen and (max-width: 768px) {
  .promotion-block .field--name-field-poluchit-predlozhenie a {
    min-width: auto;
    width: 100%;
  }
}
.promotion-block .field--name-field-okonchanie-akcii {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.gallery-block {
  padding-top: 3.375rem;
  padding-bottom: 4.25rem;
}
.gallery-block .block-title {
  margin-bottom: 2rem;
}
.view-fotogalereya .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-fotogalereya .view-content {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.view-fotogalereya .field--name-field-gallery a {
  display: block;
  height: 0;
  padding-top: 108%;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.view-fotogalereya .field--name-field-gallery a:hover::after {
  opacity: 1;
}
.view-fotogalereya .field--name-field-gallery a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/search.svg") no-repeat center / 2rem auto;
  opacity: 0;
  transition: 0.3s;
}
.view-fotogalereya .field--name-field-gallery a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-block {
  padding-top: 1.25rem;
}
.contacts-block .region-contacts {
  display: grid;
  grid-template-columns: 31% 1fr;
  column-gap: 1.875rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contacts-block .region-contacts {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
  }
}
.contacts-block #block-vesta-theme-gdemynakhodimsya {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
@media screen and (max-width: 768px) {
  .contacts-block #block-vesta-theme-gdemynakhodimsya {
    grid-column: 1 / 2;
  }
}
.contacts-block #block-vesta-theme-kontakty-5 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contacts-block #block-vesta-theme-kontakty-5 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
.contacts-block #block-vesta-theme-kontakty-5 .field--name-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background-color: var(--yellow-active);
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contacts-block #block-vesta-theme-kontakty-5 .field--name-body {
    padding: 1.5rem 1rem;
  }
}
.contacts-block .user-contacts {
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contacts-block .user-contacts {
    gap: 1.5rem;
  }
}
.contacts-block .user-contacts__item {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.contacts-block .user-contacts__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 144%;
  color: var(--black);
}
.contacts-block .user-contacts__link--phone,
.contacts-block .user-contacts__link--mail {
  background: linear-gradient(0deg, var(--black), var(--black)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.contacts-block .user-contacts__link--phone:hover,
.contacts-block .user-contacts__link--mail:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.contacts-block .user-contacts__icon-link {
  display: none;
}
.contacts-block .user-contacts__icon {
  display: block;
  width: 1.6rem;
  flex-shrink: 0;
}
.contacts-block .user-contacts__icon svg {
  width: 100%;
  height: auto;
  color: var(--black);
}
.contacts-block #block-vesta-theme-yandekskarta {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contacts-block #block-vesta-theme-yandekskarta {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}
.callback-block {
  background: url("/sites/all/themes/vesta_theme/image/callback.jpg") no-repeat center / cover;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.callback-block .block-title {
  color: #fff;
  width: 39%;
}
@media screen and (max-width: 768px) {
  .callback-block .block-title {
    width: 100%;
  }
}
.callback-block #block-vesta-theme-vebforma {
  display: flex;
  column-gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .callback-block #block-vesta-theme-vebforma {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.callback-block #webform-submission-callback-node-2-form-ajax {
  width: 49%;
  --width: 5.25rem;
}
@media screen and (max-width: 768px) {
  .callback-block #webform-submission-callback-node-2-form-ajax {
    width: 100%;
  }
}
.callback-block #webform-submission-callback-node-2-form-ajax form {
  padding: 0;
  background-color: transparent;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-item {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .callback-block #webform-submission-callback-node-2-form-ajax .form-item {
    column-gap: 0;
  }
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-item + .form-item {
  margin-top: 1.875rem;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-item:not(.form-type-checkbox) label {
  width: var(--width);
}
@media screen and (max-width: 768px) {
  .callback-block #webform-submission-callback-node-2-form-ajax .form-item:not(.form-type-checkbox) label {
    font-size: 0;
    width: auto;
  }
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-item label {
  display: block;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1rem;
  color: var(--white);
  flex-shrink: 0;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-type-textarea label,
.callback-block #webform-submission-callback-node-2-form-ajax .form-type-checkbox label {
  font-size: 0;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-type-checkbox {
  padding-left: calc(var(--width) + 1rem);
}
@media screen and (max-width: 768px) {
  .callback-block #webform-submission-callback-node-2-form-ajax .form-type-checkbox {
    padding-left: 0;
    column-gap: 1rem;
  }
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-type-checkbox label {
  background-color: transparent;
  border: 0.06rem solid #fff;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-type-checkbox #edit-privacy--description {
  color: #fff;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-type-checkbox #edit-privacy--description a {
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-type-checkbox #edit-privacy--description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-control,
.callback-block #webform-submission-callback-node-2-form-ajax .form-tel {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 0.06rem solid #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: var(--white);
  padding-left: 0;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-control::placeholder,
.callback-block #webform-submission-callback-node-2-form-ajax .form-tel::placeholder {
  color: var(--white);
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-control:focus,
.callback-block #webform-submission-callback-node-2-form-ajax .form-tel:focus {
  box-shadow: none;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-textarea-wrapper {
  width: 100%;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-textarea {
  resize: none;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-actions {
  margin-top: 4rem;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-actions .btn {
  width: 100%;
}
.callback-block #webform-submission-callback-node-2-form-ajax .form-item--error-message {
  left: calc(var(--width) + 1rem);
}
.footer {
  background-color: var(--dark-red);
}
.footer__top {
  border-bottom: 0.06rem solid #fff;
}
.footer .region-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 320px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer .region-footer {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer .region-footer {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer .region-footer {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .footer .region-footer {
    flex-direction: column;
  }
}
.footer #block-vesta-theme-logo-3 {
  width: 12.5%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-logo-3 {
    width: 50%;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 {
  flex-shrink: 0;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  --color-link: var(--white);
  padding: 0;
  transition: 0.3s;
  font-family: var(--font-family);
  color: var(--color-link);
  font-weight: 500;
  font-size: 1rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a:not(.dropdown-toggle) {
  background: linear-gradient(0deg, var(--color-link), var(--color-link)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a:not(.dropdown-toggle):hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts {
  flex-direction: column;
  row-gap: 1rem;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-4 .user-contacts__item {
    flex-direction: row;
  }
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__icon-link {
  display: none;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  text-align: right;
  color: var(--white);
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__link--phone,
.footer #block-vesta-theme-kontakty-4 .user-contacts__link--mail {
  background: linear-gradient(0deg, var(--white), var(--white)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__link--phone:hover,
.footer #block-vesta-theme-kontakty-4 .user-contacts__link--mail:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__icon {
  display: block;
  width: 1.6rem;
}
.footer #block-vesta-theme-kontakty-4 .user-contacts__icon svg {
  width: 100%;
  height: auto;
  color: var(--white);
}
.footer .region-privacy {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer .region-privacy {
    max-width: 1200px;
  }
}
@media (min-width: 320px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer .region-privacy {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer .region-privacy {
    max-width: 1200px;
  }
}
.footer .politik {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .politik {
    flex-direction: column;
  }
}
.footer .politik__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: var(--white);
}
.footer .politik__item a {
  color: var(--white);
  background: linear-gradient(0deg, var(--white), var(--white)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer .politik__item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
