:root {
  --bs-body-font-family: "Exo", sans-serif;
  --bs-body-color: #fff;
  --bs-h1: 52px;
  --bs-h2: 40px;
  --bs-padding-slider: 196px 0 210px;
  --bs-slider-title: 40px;
  --bs-slider-body: 22px;
  --bs-btn-fs: 20px;
  --bs-title-news: 24px;
  --bs-border-radius: 5px;
  --bs-block-body: 20px;
  --bs-services-teaser-title: 20px;
  --bs-services-teaser-price: 20px;
  --bs-services-full-title: 35px;
  --bs-services-full-price: 30px;
  --bs-padding-about: 162px 0 120px;
  --bs-padding-gallery: 117px 0;
  --bs-padding-reviews: 107px 0;
  --bs-padding-form: 125px 0;
  --bs-padding-services: 120px 0 0;
  --bs-padding-group-footer: 120px 0;
  --bs-link-color: #000;
  --bs-link-hover-color: #6ba5ff;
}
body {
  background-color: #2b2b34;
}
header.nav-link {
  --bs-head-nav-link-font-size: 18px;
  --bs--head-nav-link-color: #fff;
}
.nav {
  --bs-nav-link-hover-color: #6ba5ff;
}
.nav {
  --bs-nav-link-padding-x: 10px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
.btn-primary {
  --bs-btn-bg: #f81010;
  --bs-btn-border-color: #f81010;
  --bs-btn-hover-bg: #6ba5ff;
  --bs-btn-hover-border-color: #6ba5ff;
  --bs-btn-active-bg: #6ba5ff;
  --bs-btn-active-border-color: #6ba5ff;
  --bs-btn-disabled-bg: #6ba5ff;
  --bs-btn-disabled-border-color: #6ba5ff;
}
.btn {
  --bs-btn-font-size: 20px;
}
.btn-vesta,
.field--name-field-link-about a,
.more-link a,
.field--name-node-link a,
.webform-confirmation__back a {
  background-color: #f81010;
  color: #fff;
  display: block;
  width: 370px;
  font-size: var(--bs-btn-fs);
  font-weight: 500;
  padding: 8.5px;
  text-align: center;
  border-radius: var(--bs-border-radius);
}
.btn-vesta:hover,
.field--name-field-link-about a:hover,
.more-link a:hover,
.field--name-node-link a:hover,
.webform-confirmation__back a:hover {
  background-color: #6ba5ff;
}
.more-link a {
  margin: 30px auto 0;
}
h1 {
  font-size: var(--bs-h1);
}
h2 {
  font-size: var(--bs-h2);
}
.not-front h1,
.front h2 {
  margin-bottom: 50px;
}
.not-front main {
  background: url(/sites/all/themes/vesta_theme/image/ball-1.png) top left
      no-repeat,
    url(/sites/all/themes/vesta_theme/image/ball-2.png) center right no-repeat,
    url(/sites/all/themes/vesta_theme/image/ball-1.png) bottom left no-repeat;
  margin-top: 50px;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #f81010;
  --bs-dropdown-link-hover-bg: #f81010;
}
/* header */
header {
  color: #fff;
  top: 0;
}
header a {
  color: inherit;
}
header a:hover {
  color: #6ba5ff;
  transition: color 600ms;
}
.header-top {
  background-color: #2b2b34;
}
.col-location p {
  margin: 0;
}
.col-logo {
  width: 133px;
  padding-right: 10px;
}
.col-logo img {
  width: 100%;
}
.col-social {
  width: 186px;
  gap: 14px;
}
.col-contacts {
  width: 205px;
  gap: 14px;
}
.col-location {
  width: 561px;
  gap: 20px;
}
.site-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 139.7%;
}
.social_group {
  gap: 13px;
}
.contacts-item {
  gap: 10px;
}
.col-location > div p {
  width: 143px;
}
.col-location > p:nth-child(2) {
  width: 182px;
}
.col-location > p:last-child {
  width: 154px;
}
header .nav-link {
  font-size: var(--bs-head-nav-link-font-size);
  color: var(--bs--head-nav-link-color);
  padding: 9px 25px 12px;
}

header a.nav-link.is-active {
  font-weight: 700;
}
.header-bottom {
  background: #f81010;
}
header .nav {
  justify-content: center;
}
header .dropdown-item {
  color: #000;
}
.offcanvas {
  --bs-offcanvas-bg: #2b2b34;
}
/* end header */

/* Слайдер */
.view-slayder .views-row {
  position: relative;
  height: auto;
}
.node--type-slide {
  height: 100%;
}
div#slider-block
  .view.view-slayder.view-id-slayder
  .view-content
  .node--type-slide
  .content {
  position: relative;
  padding: var(--bs-padding-slider);
}
.field--name-field-slide-title {
  font-size: var(--bs-slider-title);
  width: 56%;
  margin-bottom: 52px;
}
div#slider-block .field--name-body {
  font-size: var(--bs-slider-body);
  width: 56%;
  margin-bottom: 97px;
}
div#slider-block .field--name-field-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
div#slider-block .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#slider-block .field--name-field-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 64%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    180deg,
    #7a7b8c,
    #232438
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    180deg,
    #7a7b8c,
    #232438
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.slick-track {
  display: flex;
}
button.slick-prev.slick-arrow::before {
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-slider.svg);
  transform: none;
}
button.slick-next.slick-arrow::before {
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-slider.svg);
  transform: rotate(180deg);
}
button.slick-arrow {
  width: 34px;
  height: 60px;
}
button.slick-arrow::before {
  width: 34px;
  height: 60px;
  background-size: contain;
}
.slider-block button.slick-next.slick-arrow {
  right: 179px;
}
.slider-block {
  position: relative;
}
.slider-block button.slick-prev.slick-arrow {
  left: 179px;
}

.slider-block ul.slick-dots {
  position: absolute;
  bottom: 124px;
  max-width: 1170px;
  padding: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  justify-content: start;
  gap: 15px;
}
ul.slick-dots li.slick-active button {
  background: #fff;
}
ul.slick-dots li button {
  background: #ffffffa8;
  width: 12px;
  height: 12px;
}
/* end Слайдер */

/* блок о компании*/
.about-block {
  padding: var(--bs-padding-about);
  color: #fff;
}

.field--name-field-img-about {
  width: 100%;
  height: 100%;
}
.field--name-field-img-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.region.region-about .field--name-body {
  font-size: var(--bs-block-body);
}
.region.region-about .field--name-body .red {
  color: #f81010;
}
.left {
  padding-right: 62px;
}

.block-content--type-about {
  row-gap: 50px;
}
.field--name-field-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.field--name-field-benefits > .field__item {
  width: 179px;
  padding: 0 22px;
}
.region-about {
  position: relative;
}
.paragraph--type--benefits {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
/* end блок о компании*/

/* Каталог услуг */
.services-block {
  padding: var(--bs-padding-services);
  background: url(/sites/all/themes/vesta_theme/image/ball-1.png) bottom left
      no-repeat,
    url(/sites/all/themes/vesta_theme/image/ball-2.png) center right no-repeat;
}
.region-services {
  position: relative;
}
.node--type-services.node--view-mode-teaser .field--name-node-title {
  font-size: var(--bs-services-teaser-title);
  font-weight: 500;
  text-transform: uppercase;
}
.bottom {
  height: 100%;
}
.node--type-services.node--view-mode-teaser {
  padding: 42px 18px 26px 16px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #000;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.view-id-services .views-row:first-child .node--type-services {
  -webkit-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  -moz-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
}
.node--type-services.node--view-mode-teaser.clearfix:after {
  display: none;
}
.field--name-field-teaser-content {
  height: 14em;
  overflow: hidden;
  font-size: 18px;
}
.field--name-field-title-content {
  color: #f81010;
}
.field--name-field-punkt .field__item:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: var(--bs-border-radius);
  margin: 11px 0;
  flex-shrink: 0;
}
.field--name-field-punkt .field__item {
  display: flex;
  gap: 5px;
}
.node--type-services.node--view-mode-teaser .field--name-field-price {
  font-size: var(--bs-services-teaser-price);
  font-weight: 500;
  margin-bottom: 21px;
}
.field--name-field-punkt {
  padding-left: 8px;
}
.field--name-field-price-clarification {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 500;
  text-align: center;
  margin-top: 11px;
}
.node--type-services.node--view-mode-teaser .field--name-node-link a {
  width: 100%;
}
/* end Каталог услуг */

/* Карточка услуг */
.node--type-services.node--view-mode-full .field--name-body {
  font-size: var(--bs-block-body);
  font-weight: 500;
}
.node--type-services.node--view-mode-full .right img {
  width: 100%;
  height: 586px;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  object-fit: cover;
}
.node--type-services.node--view-mode-full .btn-vesta {
  margin-top: 30px;
}
.block-price {
  border: 1px solid #acbcd3;
  background-color: #fff;
  text-align: center;
  padding: 35px 10%;
  border-radius: var(--bs-border-radius);
  margin-top: 50px;
  -webkit-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  -moz-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
}
.block-price .field--name-title {
  font-size: var(--bs-services-full-title);
  font-weight: 500;
  color: #f81010;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
}
.block-price .field--name-field-price {
  font-size: var(--bs-services-full-price);
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}
.node--type-services.node--view-mode-full .block-price .btn-vesta {
  margin: 30px auto 0;
}
.block-price_bottom {
  border-top: 1px solid #f81010;
}
.block-price .field--name-field-price-clarification {
  font-size: inherit;
}
/* end Карточка услуг */

/* галерея */
.gallery-block {
  padding: var(--bs-padding-gallery);
}
.field--name-field-gallery .slick-track {
  gap: 30px;
}

.field--name-field-gallery .field__item img {
  border-radius: var(--bs-border-radius);
  height: 527px;
  width: 100%;
  object-fit: cover;
}

.field--name-field-gallery
  .slick-track
  .field__item.slick-slide.slick-current.slick-active {
  position: relative;
}
.field--name-field-gallery
  .slick-track
  .field__item.slick-slide.slick-current.slick-active:after {
  -webkit-box-shadow: -8px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -6px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -5px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  -moz-box-shadow: -8px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -6px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -5px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  box-shadow: -8px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -6px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -5px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 78px;
  margin-bottom: 78px;
  left: -78px;
  top: 0;
  position: absolute;
  z-index: 7;
}
.gallery-block button.slick-next.slick-arrow {
  right: -56px;
}

.gallery-block button.slick-prev.slick-arrow {
  left: -56px;
}
.node--type-photogallery.node--view-mode-default
  .field--name-field-gallery
  .field__item
  img {
  height: 430px;
}
.gallery-block .slick-list.draggable {
  padding-bottom: 70px;
  margin-bottom: -40px;
}
/* end галерея */

/* новости */
.news-block {
  background: url(/sites/all/themes/vesta_theme/image/ball-3.png) top left
      no-repeat,
    url(/sites/all/themes/vesta_theme/image/ball-4.png) bottom right no-repeat;
}
.node--type-news.node--view-mode-teaser {
  border: 1px solid #acbcd3;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
.view-id-news .views-row:first-child .node--type-news.node--view-mode-teaser {
  -webkit-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  -moz-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
}
.node--type-news.node--view-mode-teaser .content {
  padding: 49px 30px 28px 30px;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: calc(100% - 290px - 83px);
}
.node--type-news.node--view-mode-teaser .field--name-node-link a {
  width: 80%;
  margin: 0 auto 36px;
}
.view-id-news.view-display-id-block_1 .view-content .views-row {
  padding: 14px;
  box-sizing: border-box;
}
.node--type-news.node--view-mode-teaser .field--name-node-title {
  font-size: var(--bs-title-news);
}
.node--type-news.node--view-mode-teaser .field--name-body {
  font-size: var(--bs-block-body);
  overflow: hidden;
  flex-shrink: 0;
}

.region-news {
  position: relative;
}
.node--type-news.node--view-mode-teaser .field--name-field-image-news {
  height: 290px;
  overflow: hidden;
}
img.image-style-news {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
img.image-style-news:hover {
  transform: scale(1.2) rotate(5deg);
}
.group-footer {
  padding: var(--bs-padding-group-footer);
}
/* end новости */

/* Отзывы */
.reviews-block {
  padding: var(--bs-padding-reviews);
}

.view-id-reviews
  .views-row:first-child
  .node--type-reviews.node--view-mode-teaser {
  -webkit-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  -moz-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
}
.node--type-reviews.node--view-mode-teaser {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #000;
  background-color: #fff;
  padding: 42px 30px 23px 43px;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  height: 100%;
}

.node--type-reviews.node--view-mode-teaser .field--name-body {
  font-size: var(--bs-block-body);
  margin-top: 22px;
}
.node--type-reviews.node--view-mode-teaser .field--name-field-avtor {
  font-size: 16px;
  font-weight: 500;
}
.field--name-field-reviews-date {
  color: #747474;
  font-weight: 500;
}
.region-reviews {
  position: relative;
}
/* end Отзывы */

/* Форма */
.form-block {
  background: url(/sites/all/themes/vesta_theme/image/form-bg.png) center center
    no-repeat;
  background-size: cover;
  position: relative;
  padding: var(--bs-padding-form);
}
div#form-block:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 87%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    90deg,
    #2e3a48ad,
    #111c5ab3,
    #473727ad
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    90deg,
    #2e3a48ad,
    #111c5ab3,
    #473727ad
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.form-block a:hover {
  color: #6ba5ff;
}
div#block-vesta-theme-vebforma {
  width: 48%;
  z-index: 2;
}
.webform-button--submit {
  width: 272px;
  padding: 7.5px;
  margin-top: 15px;
}
.webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.js-form-item input {
  padding: 9px 9px 9px 35px;
  color: #000;
}
.js-form-item input::placeholder {
  color: #747474;
}
.js-form-item-privacy {
  display: flex;
  gap: 11px;
  font-size: 12px;
  line-height: 130%;
  flex-wrap: wrap;
}
div#block-vesta-theme-vebforma .js-form-item-privacy {
  width: 63%;
}
.js-form-item-privacy a {
  text-decoration: underline;
}
div#block-vesta-theme-kontakty {
  width: 47%;
  font-size: var(--bs-block-body);
  z-index: 2;
}
.region-form {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  align-items: center;
}
.contact-group {
  gap: 54px;
}
.contact-group p,
.contact-group a {
  margin-bottom: 13px;
}
.contacts {
  gap: 4px;
}
.ui-widget-header {
  border: none;
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: url(/sites/all/themes/vesta_theme/image/close.svg) center center
    no-repeat;
  border: none;
  width: 13px;
  height: 13px;
  background-size: contain;
}
.form-item-usluga {
  display: none;
}
.ui-dialog .webform-button--submit {
  width: 100%;
}
.form-control:focus {
  border-color: #6ba5ff;
  box-shadow: 0 0 0 0.25rem rgba(107, 165, 255, 0.25);
  color: #000;
}
.form-item--error-message {
  font-size: 14px;
  margin-top: 7px;
}
.form-checkbox {
  width: 12px;
}
.ui-dialog .description {
  width: calc(100% - 12px - 11px);
}
.js-form-item-privacy .form-item--error-message {
  order: 5;
}
div#block-vesta-theme-vebforma .description {
  width: calc(100% - 12px - 11px);
}
/* end Форма */

/* карта */
.mapContainer {
  height: 543px;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  -webkit-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  -moz-box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
  box-shadow: -49px 64px 32px 0px rgba(172, 188, 211, 0.03),
    -28px 36px 27px 0px rgba(172, 188, 211, 0.09),
    -12px 16px 20px 0px rgba(172, 188, 211, 0.15),
    -3px 4px 11px 0px rgba(172, 188, 211, 0.18);
}
.map-block {
  padding-top: 80px;
}
.region-map {
  position: relative;
}

/*end  карта */

/* footer */
footer#footer {
  margin-top: 98px;
  border-top: 1px solid #acbcd3;
  color: #000;
  background-color: #fff;
  padding: 26px 0 20px;
}
.col-contact {
  width: 219px;
  padding: 5px;
  gap: 21px;
}
.col-nav {
  width: 221px;
}
.col-nav .nav {
  display: grid;
  grid-template-columns: max-content max-content;
}
.col-menu {
  width: 324px;
}
footer .col-social {
  width: 254px;
  gap: 21px;
}
.row-copiryght {
  font-size: 14px;
  color: #747474;
  letter-spacing: 0.7px;
  margin-top: 24px;
}
footer a:hover {
  color: #6ba5ff;
}
footer .dropdown-toggle::after {
  display: none;
}
.block.block-vesta-privacy-access-d10 .block-metrika-btns {
  flex-wrap: wrap;
}
/* Вакансии */
.field--name-field-vacancy-img {
  width: 100%;
  height: 364px;
}
.field--name-field-vacancy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-vacancy.node--view-mode-teaser {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  justify-content: space-between;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.node--type-vacancy.node--view-mode-teaser .field--name-node-title {
  color: #000;
  padding: 28px 28px 5px;
}

.node--type-vacancy.node--view-mode-teaser .field--name-body {
  color: #000;
  padding: 0 28px 28px;
}
.node--type-vacancy.node--view-mode-teaser.clearfix:after {
  display: none;
}
.group-top {
  height: calc(100% - 364px);
  display: flex;
  flex-direction: column;
}
.view-vacancy.view-display-id-page_1 .view-footer {
  margin-top: 20px;
  margin: 30px auto 0;
  width: max-content;
}
/* end Вакансии */

/*end  footer */
.node--type-license.node--view-mode-full img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}
header,
.slider-block,
.about-block,
.services-block,
.gallery-block,
.news-block,
.reviews-block,
.form-block,
.map-block,
footer#footer,
.not-front main {
  opacity: 0;
  transform: translateY(20px);
}
header.show,
.slider-block.show,
.about-block.show,
.services-block.show,
.gallery-block.show,
.news-block.show,
.reviews-block.show,
.form-block.show,
.map-block.show,
footer#footer.show,
.not-front main.show {
  opacity: 1;
  transition: all 2s;
  transform: translateY(0%);
}
@keyframes height {
  0% {
    height: 100%;
  }
  50% {
    height: 70%;
  }
  100% {
    height: 100%;
  }
}
header.show {
  z-index: 10000000;
}
.region-services:after,
.region-news:after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #6ba5ffa3;
  position: absolute;
  top: 0;
  right: -99px;
  animation: height 5s infinite;
  margin: auto 0;
  bottom: 0;
}

.region-about:before,
.region-reviews:before,
.region-map:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #6ba5ffa3;
  position: absolute;
  top: 0;
  left: -99px;
  animation: height 5s infinite;
  margin: auto 0;
  bottom: 0;
}

#toolbar-administration * {
  z-index: 100000000;
}
