:root {
  --bs-white: #fff;
  --bs-white-hover: #dfdfdf;
  --bs-white-opacity: rgba(255, 255, 255, 0.5);
  --bs-primary: #fbe39a;
  --bs-primary-hover: #e4c976;
  --bs-dark: #000;
  --bs-dark-opacity: rgba(0, 0, 0, 0.5);
  --bs-bg: #161616;
  --bs-gray: #828282;
  --bs-link-color: var(--bs-secondary);
  --font-body: 'InterTight';
  --bs-body-font-family: var(--font-body);
  --font-size-xl: 45px;
  --font-size-l: 30px;
  --font-size-m: 24px;
  --font-size-base: 15px;
  --font-size-sm: 14px;
  --font-size-mini: 12px;
  --grid-col: 225px;
  --gap: clamp(15px, 2vw, 30px);
  --transition-duration-fast: 0.2s;
  --ease-linear: linear;
  --ease-in: ease-in;
  --ease-out: ease-out;
  --ease-in-out: ease-in-out;
  --transition-base: var(--transition-duration-fast) var(--ease-linear);
}
button {
  background: transparent;
  border: none;
  padding: 0;
}
img {
  max-width: 100%;
  max-height: auto;
}
@font-face {
  font-family: 'InterTight';
  src: url('/sites/all/themes/vesta_theme/font/InterTight-Regular.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/InterTight-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('/sites/all/themes/vesta_theme/font/InterTight-Bold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/InterTight-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('/sites/all/themes/vesta_theme/font/InterTight-Medium.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/InterTight-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('/sites/all/themes/vesta_theme/font/InterTight-SemiBold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/InterTight-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  src: url('/sites/all/themes/vesta_theme/font/InterTight-Black.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/InterTight-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}
body {
  margin: 0;
  background: var(--bs-bg);
  font-family: var(--bs-body-font-family);
  color: var(--bs-white);
  font-size: var(--font-size-base);
  line-height: 1.2;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  top: 0 !important;
}
.container-wrapper-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .container-wrapper-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
#main {
  margin-bottom: 50px;
}
.ui-dialog .ui-dialog-content a {
  color: var(--bs-primary);
}
/* переопределение active и focus */
.page .form-control:focus,
.page .form-checkbox:focus {
  /* background-color: inherit; */
  border-color: inherit;
}
.page :focus,
.ui-dialog :focus {
  outline: 1px dotted var(--color-focus);
  outline-offset: 1px;
}
.page .form-control:focus,
.page .form-checkbox:focus {
  outline: 1px dotted var(--color-focus);
  outline-offset: 0px;
}
.view-content > div {
  position: relative;
}
.ajax-progress-throbber {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajax-progress-throbber .throbber {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: url('/sites/all/themes/vesta_theme/image/i_loading.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-color: var(--color-white);
  animation: spin 1.25s linear infinite;
}
.ajax-progress-throbber .message {
  font-size: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: var(--bs-white);
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 45px;
}
.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile-block {
  display: none;
}
.search-api-page-block-form {
  position: relative;
}
.search-api-page-block-form form {
  display: flex;
}
.search-api-page-block-form .form-type-search {
  width: 100%;
}
.search-api-page-block-form .form-search:focus {
  outline-offset: -1px;
}
.search-api-page-block-form .form-actions .btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--bs-primary);
  font-size: var(--font-size-sm);
  padding: 0 10px;
  height: 38px;
  border: none;
  color: var(--bs-dark);
  transition: background-color var(--transition-base), color var(--transition-base);
}
.search-api-page-block-form .form-actions .btn:hover {
  background-color: var(--bs-primary-hover);
}
.cart--cart-block .cart-block--link__expand {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.node--type-slide {
  display: grid;
  align-items: center;
  color: var(--bs-white);
}
.node--type-slide div[data-once='contextual-render'] {
  top: 36px;
}
.node--type-slide .field--name-field-image {
  grid-area: 1/1;
}
.node--type-slide .field--name-field-image img {
  min-height: 290px;
}
.node--type-slide .content {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}
.node--type-slide::after {
  content: none;
}
#map-block {
  margin: 0;
}
#map-block .field--name-body {
  display: flex;
}
.footer .vesta {
  padding: 1.125em;
  font-size: 14px;
  color: var(--bs-white);
  display: flex;
  justify-content: center;
}
.form-item {
  margin: 0;
}
.form-control::placeholder {
  color: var(--color-placeholder);
}
.form-type-checkbox {
  display: flex;
  align-items: flex-start;
}
.form-type-checkbox .form-checkbox {
  margin: 0.25rem 0 0 0;
}
/* .form-type-checkbox .description {} */
/* ### WEBFORM DIALOG ### */
body .ui-dialog :is(.ui-widget-header, .ui-dialog-buttonpane) {
  background-color: transparent;
}
.ui-dialog .webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ui-dialog .webform-submission-form .form-type-processed-text {
  margin-top: 1rem;
  font-size: 13px;
}
.view-grid .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--grid-col), 1fr));
  gap: var(--gap);
}
.view-news.view-display-id-page_1 .content {
  background-color: var(--color-bg-gray);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* .mm-navbar{} */
.region-navigation-mobile .menu {
  display: grid;
}
.region-navigation-mobile .menu a {
  background-color: transparent;
  color: var(--bs-black);
}
.region-navigation-mobile .menu .is-active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  pointer-events: none;
}
.region-navigation-mobile .menu .menuparent + ul {
  display: none;
}
.nav-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 2px;
  border-bottom: 0;
}
.nav-tabs .nav-item a,
.nav-tabs .nav-item.active a:hover {
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 0;
}
.nav-tabs .nav-item.active a,
.nav-tabs .nav-item a:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
/* ### ADAPTIVE ### */
@media screen and (max-width: 991px) {
  /* ### MOBILE MENU ### */
  .mm-page {
    padding-top: 0 !important;
    /* 64px */
  }
  #block-vesta-theme-osnovnayanavigaciya-2 :is(.sf-accordion-toggle, #superfish-main-accordion) {
    display: none;
  }
  #block-vesta-theme-osnovnayanavigaciya-2 #superfish-main {
    display: flex !important;
  }
  .header-mobile-block {
    display: block;
    padding: 8px 0;
    width: 100%;
    z-index: 400;
    background-color: var(--bs-white);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
  .header-mobile-block .region-header-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #mobile-nav .navigation {
    display: block;
  }
  /* ### webform ### */
  .webform-submission-form {
    grid-template-columns: 1fr;
  }
}
/* ### contextual-region ### */
.contextual-region .contextual {
  display: none;
  top: -8px;
  right: 8px;
}
.contextual-region .contextual-region .contextual {
  top: 8px;
}
.contextual-region:hover .contextual {
  display: block;
}
.contextual-region .contextual .trigger {
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
}
/* ### commerce ### */
.view-commerce-cart-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.view-commerce-cart-form .btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.view-commerce-cart-form .btn-primary:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary);
}
.view-commerce-cart-form .table-wrapper {
  overflow-x: auto;
}
/* toolbar */
.toolbar .toolbar-tab .toolbar-icon {
  padding: 0.75em 1.5em 0.75em 2.5em;
}
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.wrapper {
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    margin-bottom: 60px;
  }
}
.wrapper_map {
  margin-top: 40px;
}
#block-vesta-theme-page-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.suptitle {
  font-weight: 400;
  color: var(--bs-primary);
  font-size: var(--font-size-base);
  flex-shrink: 0;
}
.title {
  margin-bottom: 0;
  font-weight: 900;
  font-size: var(--font-size-l);
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 20px;
  }
}
.title span {
  color: var(--bs-gray);
}
.opytnyh-speciali-form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.opytnyh-speciali-form .form-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opytnyh-speciali-form .webform-element-description {
  font-size: var(--font-size-xs);
  color: var(--bs-dark);
  font-weight: 400;
}
.opytnyh-speciali-form .webform-element-description a {
  transition: color var(--transition-base);
}
.opytnyh-speciali-form .webform-element-description a:hover {
  color: var(--bs-primary-hover);
}
.opytnyh-speciali-form__label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.opytnyh-speciali-form__customcheckbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid var(--bs-primary);
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.opytnyh-speciali-form__customcheckbox::before {
  content: '';
  position: relative;
  right: 1px;
  top: -1px;
  width: 11px;
  height: 11px;
  opacity: 0;
  background-image: url('/sites/all/themes/vesta_theme/image/check-form.svg');
  background-repeat: no-repeat;
  transition: opacity var(--transition-base);
}
.form-checkbox:checked + .opytnyh-speciali-form__customcheckbox::before {
  opacity: 1;
}
.scroll-top {
  position: fixed;
  right: 29px;
  bottom: 161px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  background-color: var(--bs-primary);
  border-radius: 5px;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color var(--transition-base);
}
@media screen and (max-width: 991px) {
  .scroll-top {
    bottom: 60px;
  }
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.scroll-top:hover {
  background-color: var(--bs-primary-hover);
}
@media (max-width: 1738px) {
  .scroll-top {
    right: 111px;
  }
}
@media (max-width: 1440px) {
  .scroll-top {
    right: 20px;
  }
}
.cookies #vpa-short-wrapper {
  max-width: 641px;
  padding: 30px 20px 30px 30px;
  border-radius: 0;
  margin: unset;
  margin-left: auto;
  margin-right: 30px;
}
.cookies__content {
  max-width: 464px;
  font-family: var(--bs-body-font-family);
}
.cookies__content p {
  font-size: var(--font-size-base);
}
.cookies__content a {
  text-decoration: none;
  color: var(--bs-dark);
  transition: color var(--transition-base);
}
.cookies__content a:hover {
  color: var(--bs-gray);
}
.cookies__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies__btns .btn {
  width: 80px;
  height: 40px;
  background-color: transparent;
  font-size: var(--font-size-mini);
  color: var(--bs-dark);
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  border: 1px solid var(--bs-dark);
  transition: border var(--transition-base), background-color var(--transition-base), color var(--transition-base);
}
.cookies__btns .btn:hover {
  border-color: var(--bs-dark-opacity);
  background-color: transparent;
  color: var(--bs-gray);
}
.modal-dialog .form-item {
  margin-bottom: 14px;
}
.modal-dialog .webform-element-description {
  color: var(--bs-dark);
}
.modal-dialog .form-item--error-message {
  margin-top: 5px;
  font-size: var(--font-size-sm);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: var(--bs-dark);
}
.modal-dialog .webform-flex--container > .form-item {
  margin-bottom: 14px;
}
.modal-dialog .form-control {
  border: 1px solid var(--bs-primary);
  color: var(--bs-dark);
  transition: border var(--transition-base);
}
.modal-dialog .form-control::placeholder {
  color: var(--bs-dark-opacity);
}
.modal-dialog .form-control:hover,
.modal-dialog .form-control:focus {
  border: 1px solid var(--bs-primary-hover);
  box-shadow: none;
}
.modal-dialog .modal-content .form-wrapper {
  flex-direction: column;
}
.modal-dialog .modal-content h5 {
  color: var(--bs-dark);
}
.modal-dialog .btn-close:focus {
  box-shadow: none;
}
.modal-dialog .modal-footer {
  justify-content: center;
}
.modal-dialog .opytnyh-speciali-form {
  margin-top: 15px;
}
.modal-dialog .opytnyh-speciali-form__customcheckbox {
  border: 1px solid var(--bs-dark);
}
.modal-dialog .webform-element-description {
  font-size: var(--font-size-mini);
  color: var(--bs-dark);
}
.modal-dialog .webform-element-description a {
  color: var(--bs-dark);
}
.modal-dialog .input-disabled {
  pointer-events: none;
  background-color: #f3f3f3;
  color: #5a5a5a;
  opacity: 0.7;
  border: none;
}
.modal-dialog .form-submit {
  width: 168px;
  border: none;
  background-color: var(--bs-primary);
  border-radius: 5px;
  color: var(--bs-dark);
  font-weight: 600;
  height: 50px;
  transition: background-color var(--transition-base);
}
.modal-dialog .form-submit:hover,
.modal-dialog .form-submit:active {
  background-color: var(--bs-primary-hover);
}
.breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.breadcrumb .breadcrumb-item {
  color: var(--bs-white-opacity);
}
.breadcrumb .breadcrumb-item a {
  color: var(--bs-primary);
  transition: color var(--transition-base);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--bs-primary-hover);
}
.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .page-link {
  border: none;
  background-color: var(--bs-primary);
  color: var(--bs-dark);
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:hover {
  background-color: var(--bs-primary-hover);
}
.pagination .is-active .page-link {
  background-color: var(--bs-primary-hover);
}
.layout-builder-block {
  background-color: #000 !important;
}
.table td {
  color: var(--bs-table-color-state, var(--bs-table-color-type, #fff));
  background-color: #2d2d2d;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: unset;
  border-color: #ccc;
}
.search-result-text a {
  color: var(--bs-gray);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  transition: color var(--transition-base);
}
.search-result-text a:hover {
  color: var(--bs-white);
}
.mapContainer {
  position: relative;
}
.mapContainer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: #000;
  opacity: 0.6;
}
.header {
  padding-top: 11px;
  padding-bottom: 11px;
}
.header .btn-close {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .logo {
    width: 75px;
    height: 75px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 506px;
  width: 100%;
}
.header__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 30px;
}
.header__contacts-mobile {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .header .nav {
    gap: 10px;
  }
}
.header .nav-link {
  color: var(--bs-white);
  padding: 0;
  transition: color var(--transition-base);
}
.header .nav-link:hover {
  color: var(--bs-white-hover);
}
.search-header {
  flex-shrink: 0;
  position: relative;
}
.search-header .region-search {
  position: absolute;
  top: 30px;
  right: 0;
  pointer-events: none;
  width: 0;
  opacity: 0;
  transition: width var(--transition-base), opacity var(--transition-base);
  z-index: 10;
}
.search-header .form-item {
  width: 100%;
}
.search-header .region-search.active {
  width: 250px;
  pointer-events: visible;
  opacity: 1;
}
.search-header .form-actions {
  display: none;
}
.search-header .close-search-button,
.search-header .search-open-button {
  transition: transform var(--transition-base);
}
.search-header .close-search-button:hover,
.search-header .search-open-button:hover {
  transform: scale(1.1);
}
.search-header .close-search-button {
  display: none;
  color: var(--bs-primary);
}
.search-header .close-search-button svg {
  transform: rotate(45deg);
  width: 22px;
  height: 22px;
}
.search-header .close-search-button.active {
  display: block;
}
.search-header .search-open-button.active {
  display: none;
}
.phones {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex-shrink: 0;
}
.phones a {
  color: var(--bs-white);
  text-decoration: none;
  transition: color var(--transition-base);
}
.phones a:hover {
  color: var(--bs-white-hover);
}
.intro {
  position: relative;
  min-height: 856px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .intro {
    min-height: 500px;
  }
}
.intro__modal {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 52px;
  background: var(--bs-white);
  font-weight: 500;
  font-size: var(--font-size-base);
  color: var(--bs-dark);
  transition: background-color var(--transition-base);
}
@media screen and (max-width: 767px) {
  .intro__modal {
    width: 240px;
    height: 40px;
  }
}
.intro__modal:hover {
  background-color: var(--bs-white-hover);
  color: var(--bs-dark);
}
.intro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.86) 100%);
  z-index: -1;
}
.intro .field--name-block-description {
  margin-bottom: 200px;
  max-width: 772px;
}
@media screen and (max-width: 991px) {
  .intro .field--name-block-description {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .intro .field--name-block-description {
    margin-bottom: 40px;
  }
}
.intro .field--name-block-description h1 {
  font-weight: 900;
  font-size: var(--font-size-xl);
}
@media screen and (max-width: 1199px) {
  .intro .field--name-block-description h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .intro .field--name-block-description h1 {
    font-size: 30px;
  }
}
.intro__wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .intro__wrapper {
    padding-top: 50px;
  }
}
.intro__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .intro__content {
    flex-direction: column;
    gap: 40px;
    align-items: normal;
  }
}
.intro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.intro__bg .field--name-field-fonovoe-izobrazhenie {
  height: 100%;
}
.intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .advantages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 370px;
  padding: 40px;
  padding-bottom: 26px;
  border: 1px solid var(--bs-primary);
  background: rgba(18, 18, 18, 0.5);
}
@media screen and (max-width: 767px) {
  .intro .advantages {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .intro .advantages {
    width: 100%;
    max-width: 100%;
  }
}
.intro .advantages h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-bottom: 10px;
}
.intro .group-left {
  max-width: 570px;
}
.view-o-nas .about-header {
  margin-bottom: 30px;
}
.view-o-nas .about-header__wrapper {
  display: flex;
  gap: 105px;
}
@media screen and (max-width: 991px) {
  .view-o-nas .about-header__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.view-o-nas .about-header > .title {
  max-width: 970px;
}
.view-o-nas .about-header .title {
  margin-bottom: 0;
}
.view-o-nas .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .view-o-nas .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .view-o-nas .view-content {
    grid-template-columns: 1fr;
  }
}
.view-o-nas .views-row {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .view-o-nas .views-row:nth-child(1) {
    order: 2;
  }
}
.view-o-nas .node--type-about {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .view-o-nas .node--type-about {
    gap: 20px;
  }
}
.view-o-nas .blazy--field-izobrazhenie {
  margin-top: auto;
}
.view-o-nas .blazy--field-izobrazhenie img {
  width: 100%;
}
.view-o-nas .field--name-field-ssylka a {
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--bs-white);
  transition: color var(--transition-base);
}
.view-o-nas .field--name-field-ssylka a:hover {
  color: var(--bs-white-hover);
}
.view-o-nas .field--name-body {
  margin-bottom: 20px;
}
.block-views-blockuslugi-block-1 .services-header,
.view-uslugi .services-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .block-views-blockuslugi-block-1 .services-header,
  .view-uslugi .services-header {
    margin-bottom: 30px;
  }
}
.block-views-blockuslugi-block-1 .services-header .suptitle,
.view-uslugi .services-header .suptitle {
  margin-bottom: 20px;
}
.block-views-blockuslugi-block-1 .services-header__wrapper,
.view-uslugi .services-header__wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .block-views-blockuslugi-block-1 .services-header__wrapper,
  .view-uslugi .services-header__wrapper {
    flex-direction: column;
  }
}
.block-views-blockuslugi-block-1 .services-header .title,
.view-uslugi .services-header .title {
  max-width: 770px;
  margin-bottom: 0;
}
.block-views-blockuslugi-block-1 .services-header a,
.view-uslugi .services-header a {
  font-weight: 700;
  font-size: var(--font-size-base);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--bs-white);
  transition: color var(--transition-base);
  flex-shrink: 0;
}
.block-views-blockuslugi-block-1 .services-header a:hover,
.view-uslugi .services-header a:hover {
  color: var(--bs-white-hover);
}
.block-views-blockuslugi-block-1 .view-content,
.view-uslugi .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .block-views-blockuslugi-block-1 .view-content,
  .view-uslugi .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .block-views-blockuslugi-block-1 .view-content,
  .view-uslugi .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-views-blockuslugi-block-1 .views-row:nth-child(odd) .node--type-usluga,
.view-uslugi .views-row:nth-child(odd) .node--type-usluga {
  border: 1px solid var(--bs-primary);
}
.block-views-blockuslugi-block-1 .views-row:nth-child(even) .node--type-usluga,
.view-uslugi .views-row:nth-child(even) .node--type-usluga {
  border: 1px solid #ff6a00;
}
.block-views-blockuslugi-block-1 .views-row .blazy--field-fonovoe-izobrazhenie::before,
.view-uslugi .views-row .blazy--field-fonovoe-izobrazhenie::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.block-views-blockuslugi-block-1 .node--type-usluga,
.view-uslugi .node--type-usluga {
  display: flex;
  flex-direction: column;
  padding: 30px;
  min-height: 273px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #212121;
}
.block-views-blockuslugi-block-1 .node--type-usluga ul,
.view-uslugi .node--type-usluga ul {
  padding-left: none !important;
}
@media screen and (max-width: 767px) {
  .block-views-blockuslugi-block-1 .node--type-usluga,
  .view-uslugi .node--type-usluga {
    padding: 20px;
  }
}
.block-views-blockuslugi-block-1 .blazy--field-fonovoe-izobrazhenie,
.view-uslugi .blazy--field-fonovoe-izobrazhenie {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.block-views-blockuslugi-block-1 .blazy--field-fonovoe-izobrazhenie .media--image,
.view-uslugi .blazy--field-fonovoe-izobrazhenie .media--image {
  height: 100%;
}
.block-views-blockuslugi-block-1 .blazy--field-fonovoe-izobrazhenie img,
.view-uslugi .blazy--field-fonovoe-izobrazhenie img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-views-blockuslugi-block-1 .blazy--field-ikonka--teaser,
.view-uslugi .blazy--field-ikonka--teaser {
  margin-bottom: 37px;
}
.block-views-blockuslugi-block-1 .field--name-field-korotkoe-opisanie,
.view-uslugi .field--name-field-korotkoe-opisanie,
.block-views-blockuslugi-block-1 .field--name-node-link,
.view-uslugi .field--name-node-link,
.block-views-blockuslugi-block-1 .blazy--field-ikonka,
.view-uslugi .blazy--field-ikonka,
.block-views-blockuslugi-block-1 .field--name-node-title,
.view-uslugi .field--name-node-title {
  position: relative;
  z-index: 2;
}
.block-views-blockuslugi-block-1 .field--name-node-title,
.view-uslugi .field--name-node-title {
  margin-bottom: 33px;
}
.block-views-blockuslugi-block-1 .field--name-node-title h3,
.view-uslugi .field--name-node-title h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: var(--font-size-base);
  text-transform: uppercase;
  color: var(--bs-white);
}
.block-views-blockuslugi-block-1 .field--name-field-korotkoe-opisanie,
.view-uslugi .field--name-field-korotkoe-opisanie {
  margin-bottom: 14px;
}
.block-views-blockuslugi-block-1 .field--name-field-korotkoe-opisanie p,
.view-uslugi .field--name-field-korotkoe-opisanie p {
  margin-bottom: 0;
}
.block-views-blockuslugi-block-1 .services-links,
.view-uslugi .services-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.block-views-blockuslugi-block-1 .node--type-usluga a,
.view-uslugi .node--type-usluga a {
  font-weight: 600;
  font-size: var(--font-size-base);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  transition: color var(--transition-base);
  z-index: 2;
}
.block-views-blockuslugi-block-1 .node--type-usluga a:hover,
.view-uslugi .node--type-usluga a:hover {
  color: var(--bs-white-hover);
}
.block-views-blockuslugi-block-1 .node--type-usluga a,
.view-uslugi .node--type-usluga a {
  color: var(--bs-gray);
}
.block-views-blockuslugi-block-1 .node--type-usluga.is-active-image a,
.view-uslugi .node--type-usluga.is-active-image a {
  color: var(--bs-white);
}
.block-views-blockuslugi-block-1 .services-footer-wrapper,
.view-uslugi .services-footer-wrapper {
  margin-top: auto;
}
.view-uslugi.view-display-id-block_3 {
  margin-top: 40px;
}
.block-content--type-blok-s-obratnoy-svyazyu {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  min-height: 524px;
}
@media screen and (max-width: 991px) {
  .block-content--type-blok-s-obratnoy-svyazyu {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .field--name-field-fonovoe-izobrazhenie {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block-content--type-blok-s-obratnoy-svyazyu .field--name-field-fonovoe-izobrazhenie::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.block-content--type-blok-s-obratnoy-svyazyu .field--name-field-fonovoe-izobrazhenie .media--image {
  height: 100%;
}
.block-content--type-blok-s-obratnoy-svyazyu .field--name-field-fonovoe-izobrazhenie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-content--type-blok-s-obratnoy-svyazyu .field--name-block-description {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 400px;
  margin: 0 auto 30px auto;
  text-align: center;
}
.block-content--type-blok-s-obratnoy-svyazyu .suptitle {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.block-content--type-blok-s-obratnoy-svyazyu .field--name-body {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 532px;
  margin: 0 auto 30px auto;
  color: var(--bs-white);
  font-size: var(--font-size-base);
  text-align: center;
}
.block-content--type-blok-s-obratnoy-svyazyu .field--name-field-forma-s-obratnoy-svyazyu {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 530px;
}
.block-content--type-blok-s-obratnoy-svyazyu .form-item--error-message {
  margin-top: 5px;
  text-align: center;
  font-size: var(--font-size-xs);
  color: var(--bs-white);
  margin-left: auto;
  margin-right: auto;
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-flexbox {
  display: flex;
  gap: 32px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .block-content--type-blok-s-obratnoy-svyazyu .webform-flexbox {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .block-content--type-blok-s-obratnoy-svyazyu .webform-flexbox {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-flex--container {
  margin: 0;
}
.block-content--type-blok-s-obratnoy-svyazyu .form-control {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  height: 50px;
  color: var(--bs-secondary);
  border: 1px solid transparent;
  backdrop-filter: blur(21px);
  background: var(--bs-white);
  border-radius: 5px;
  color: var(--bs-dark);
  transition: border var(--transition-base);
}
@media screen and (max-width: 991px) {
  .block-content--type-blok-s-obratnoy-svyazyu .form-control {
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .block-content--type-blok-s-obratnoy-svyazyu .form-control {
    padding-left: 15px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .form-control::placeholder {
  color: rgba(45, 32, 19, 0.5);
}
.block-content--type-blok-s-obratnoy-svyazyu .form-control:hover,
.block-content--type-blok-s-obratnoy-svyazyu .form-control:focus {
  border: 1px solid var(--bs-primary);
  box-shadow: none;
}
.block-content--type-blok-s-obratnoy-svyazyu .form-textarea {
  height: 73px;
  padding-top: 23px;
  padding-bottom: 24px;
  overflow-y: auto;
  max-height: 100px;
}
@media screen and (max-width: 991px) {
  .block-content--type-blok-s-obratnoy-svyazyu .form-textarea {
    height: 50px;
    padding-top: 13px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .form-wrapper-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .block-content--type-blok-s-obratnoy-svyazyu .form-wrapper-top {
    gap: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  color: var(--bs-white);
}
@media screen and (max-width: 767px) {
  .block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form {
    max-width: 500px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .form-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .webform-element-description {
  color: var(--bs-white);
  font-size: var(--font-size-sm);
}
@media screen and (max-width: 767px) {
  .block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .webform-element-description {
    font-size: 14px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .webform-element-description a {
  color: var(--bs-white);
  transition: color var(--transition-base);
  text-decoration: none;
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .webform-element-description a:hover {
  color: var(--bs-white-hover);
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .opytnyh-speciali-form__label {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .opytnyh-speciali-form__label {
    gap: 20px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .opytnyh-speciali-form__customcheckbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--bs-white);
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .opytnyh-speciali-form__customcheckbox {
    width: 20px;
    height: 20px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .opytnyh-speciali-form__customcheckbox::before {
  content: '';
  position: relative;
  right: 1px;
  top: -1px;
  width: 20px;
  height: 20px;
  opacity: 0;
  background-image: url('/sites/all/themes/vesta_theme/image/check-form.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  transition: opacity var(--transition-base);
}
@media screen and (max-width: 767px) {
  .block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .opytnyh-speciali-form__customcheckbox::before {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .webform-submission-callback-form .opytnyh-speciali-form .form-checkbox:checked + .opytnyh-speciali-form__customcheckbox::before {
  opacity: 1;
}
.block-content--type-blok-s-obratnoy-svyazyu .form-text {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .block-content--type-blok-s-obratnoy-svyazyu .form-item {
    margin-bottom: 10px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .form-submit {
  width: 100%;
  border: none;
  background-color: var(--bs-primary);
  border-radius: 5px;
  transition: background-color var(--transition-base);
  color: var(--bs-dark);
  font-weight: 600;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .block-content--type-blok-s-obratnoy-svyazyu .form-submit {
    height: 40px;
  }
}
.block-content--type-blok-s-obratnoy-svyazyu .form-submit:hover {
  background-color: var(--bs-primary-hover);
}
.block-content--type-blok-s-obratnoy-svyazyu .form-submit:active,
.block-content--type-blok-s-obratnoy-svyazyu .form-submit:focus-visible {
  background-color: var(--bs-primary-hover);
}
.block-content--type-blok-s-obratnoy-svyazyu .form-submit[disabled] {
  background-color: var(--bs-white-opacity);
  border: none;
}
.footer {
  position: relative;
  padding-top: 50px;
  color: var(--bs-white);
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
  }
}
.footer .logo {
  flex-shrink: 0;
}
.footer .view-display-id-block_2 .view-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .footer__bottom .container {
    flex-direction: column;
  }
}
.footer__bottom a {
  color: var(--bs-gray);
  transition: color var(--transition-base);
  text-decoration: none;
  font-size: var(--font-size-base);
}
.footer__bottom a:hover {
  color: var(--bs-white-hover);
}
.footer__item {
  font-size: 13px;
  color: var(--bs-white-opacity);
}
.footer p {
  margin: 0;
}
.footer .footer-decor-1,
.footer .footer-decor-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-decor-1 {
  left: 0;
}
.footer .footer-decor-2 {
  right: 0;
}
.nav-footer--uslugi {
  max-width: 321px;
}
.nav-footer--contacts {
  flex-shrink: 0;
}
.nav-footer__title {
  color: var(--bs-gray);
  font-size: var(--font-size-base);
  margin-bottom: 15px;
}
.nav-footer__contacts {
  margin-bottom: 30px;
}
.nav-footer .nav {
  display: flex;
  flex-direction: column;
}
.nav-footer a {
  color: var(--bs-white);
  display: flex;
  padding: 3px 0;
  transition: color var(--transition-base), background-color var(--transition-base);
  text-decoration: none;
}
.nav-footer a:hover,
.nav-footer a:focus {
  color: var(--bs-white-hover);
}
.nav-footer__works {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-footer__time {
  max-width: 180px;
}
.footer-contacts {
  width: 332px;
}
@media screen and (max-width: 991px) {
  .footer-contacts {
    max-width: 270px;
  }
}
.footer-contacts__phones {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-contacts__phones a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: var(--font-size-sm);
  transition: color var(--transition-base);
}
.footer-contacts__phones a:hover {
  color: var(--bs-white-hover);
}
.footer-contacts__address {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: var(--font-size-s);
}
.footer-contacts__mail {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: var(--font-size-s);
  transition: color var(--transition-base);
}
.footer-contacts__mail:hover {
  color: var(--bs-white-hover);
}
.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--bs-primary);
  transition: background-color var(--transition-base);
}
.socials__item:hover {
  background-color: var(--bs-primary-hover);
}
.mobile-menu-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--bs-dark);
}
.mobile-menu-wrapper .btn-close {
  background: none;
  top: 11px;
  right: 20px;
  opacity: 1;
}
.mobile-menu-wrapper .btn-close:focus {
  box-shadow: unset;
}
.mobile-menu-wrapper__top {
  position: relative;
  border-bottom: 1px solid var(--bs-secondary);
  text-align: center;
  width: 100%;
  padding: 10px;
  color: var(--bs-white);
  font-size: var(--font-size-body);
}
.mobile-menu-wrapper button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-wrapper .search-api-page-block-form-search {
  margin-top: 10px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mobile-menu-wrapper .search-api-page-block-form-search .form-actions .btn {
  background-color: var(--bs-primary);
  font-size: var(--font-size-sm);
  top: 19px;
  padding: 0 10px;
  height: 38px;
  border: none;
  color: var(--bs-dark);
  transition: background-color var(--transition-base), color var(--transition-base);
}
.mobile-menu-wrapper .search-api-page-block-form-search .form-actions .btn:hover {
  background-color: var(--bs-primary-hover);
}
.mobile-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}
.mobile-nav .nav {
  display: flex;
  flex-direction: column;
}
.mobile-nav .nav-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: var(--bs-white);
  font-size: var(--font-size-body-xl);
  transition: color var(--transition-base);
}
.mobile-nav .nav-link:hover {
  color: var(--bs-primary);
}
.mobile-nav .nav-link::after {
  display: none;
}
.contacts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .contacts__header {
    flex-direction: column;
  }
}
.contacts__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .contacts__content {
    gap: 20px;
  }
}
.contacts-item__title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--bs-white);
  font-size: var(--font-size-base);
}
.contacts-item--address {
  max-width: 264px;
}
.contacts-item a {
  color: var(--bs-white);
  text-decoration: none;
  transition: color var(--transition-base), background-color var(--transition-base);
}
.contacts-item a:hover {
  color: var(--bs-white-hover);
}
.contacts-item p {
  margin: 0;
}
.view-galereya.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.view-galereya.view-display-id-page_1 .views-field-field-prevyu-alboma {
  height: 300px;
  overflow: hidden;
}
.view-galereya.view-display-id-page_1 .views-field-field-prevyu-alboma:hover img {
  transform: scale(1.1);
}
.view-galereya.view-display-id-page_1 .field-content {
  height: 100%;
}
.view-galereya.view-display-id-page_1 .field-content img {
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}
.view-galereya.view-display-id-page_1 .views-field-title {
  margin-top: 20px;
  display: block;
}
.view-galereya.view-display-id-page_1 .views-field-title a {
  color: var(--bs-white);
  font-size: var(--font-size-m);
  text-decoration: none;
  transition: color var(--transition-base);
}
.view-galereya.view-display-id-page_1 .views-field-title a:hover {
  color: var(--bs-white-hover);
}
.view-galereya.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .view-galereya.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .view-galereya.view-display-id-page_1 .view-content {
    grid-template-columns: 1fr;
  }
}
.view-galereya.view-display-id-page_1 .media--image {
  height: 100%;
}
.view-galereya.view-display-id-page_1 .views-field-field-prevyu-alboma {
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .view-galereya.view-display-id-page_1 .views-field-field-prevyu-alboma {
    height: 250px;
  }
}
.view-galereya.view-display-id-page_1 .views-field-field-prevyu-alboma img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}
.view-galereya.view-display-id-page_1 .views-field-field-prevyu-alboma:hover img {
  transform: scale(1.1);
}
.view-galereya.view-display-id-page_1 .views-field-title {
  margin-top: 20px;
}
.view-galereya.view-display-id-page_1 .views-field-title a {
  display: inline-block;
  color: var(--bs-white);
  font-size: var(--font-size-m);
  text-decoration: none;
  transition: color var(--transition-base);
}
.view-galereya.view-display-id-page_1 .views-field-title a:hover {
  color: var(--bs-white-hover);
}
.view-galereya .gallery-header,
.view-galereya-na-glavnoy .gallery-header {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .view-galereya .gallery-header,
  .view-galereya-na-glavnoy .gallery-header {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.view-galereya .gallery-header__wrapper,
.view-galereya-na-glavnoy .gallery-header__wrapper {
  max-width: 970px;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .view-galereya .gallery-header__wrapper,
  .view-galereya-na-glavnoy .gallery-header__wrapper {
    flex-direction: column;
  }
}
.view-galereya .gallery-header .title,
.view-galereya-na-glavnoy .gallery-header .title {
  max-width: 770px;
}
.view-galereya .gallery-header a,
.view-galereya-na-glavnoy .gallery-header a {
  font-weight: 700;
  font-size: var(--font-size-base);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--bs-white);
  transition: color var(--transition-base);
  flex-shrink: 0;
}
.view-galereya .gallery-header a:hover,
.view-galereya-na-glavnoy .gallery-header a:hover {
  color: var(--bs-white-hover);
}
.view-display-id-block_1 .media--view-mode-default {
  position: relative;
}
.view-display-id-block_1 .view-content .item-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .view-display-id-block_1 .view-content .item-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .view-display-id-block_1 .view-content .item-list ul {
    grid-template-columns: 1fr;
  }
}
.field--name-field-videogalereya,
.field--name-field-video-uslugi {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .field--name-field-videogalereya,
  .field--name-field-video-uslugi {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-videogalereya,
  .field--name-field-video-uslugi {
    grid-template-columns: 1fr;
  }
}
.field--name-field-video-uslugi {
  margin-top: 40px;
}
.media--type-video {
  max-width: 370px;
  position: relative;
}
.media--type-video .media--image {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .media--type-video {
    max-width: 100%;
  }
}
.media--type-video .field--name-field-prevyu {
  max-width: 100%;
  height: 233px;
  overflow: hidden;
  cursor: pointer;
}
.media--type-video .field--name-field-prevyu video {
  width: 100%;
  height: 100%;
}
.media--type-video .field--name-field-prevyu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}
.media--type-video .field--name-field-prevyu:hover img {
  transform: scale(1.1);
}
.media--type-video .field--name-field-media-video-file {
  max-width: 100%;
  height: 233px;
  display: none;
}
.media--type-video .field--name-field-media-video-file video {
  width: 100%;
  height: 100%;
}
.button-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition-base);
}
.button-video-play:hover {
  background-color: var(--bs-white-hover);
}
.button-video-play img {
  width: 23px;
  height: 20px;
  display: block;
}
.text-formatted img {
  margin-bottom: 16px;
  margin-right: 10px;
  display: inline-block;
}
.text-formatted a {
  color: var(--bs-white);
  transition: color var(--transition-base);
  text-decoration-skip-ink: none;
}
.text-formatted a:hover {
  color: var(--bs-white-hover);
}
.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5 {
  text-decoration-skip-ink: none;
}
.node--type-usluga .photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .node--type-usluga .photoswipe-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .node--type-usluga .photoswipe-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.node--type-usluga .photoswipe-gallery .field__item {
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .node--type-usluga .photoswipe-gallery .field__item {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .node--type-usluga .photoswipe-gallery .field__item {
    height: 170px;
  }
}
.node--type-usluga .photoswipe-gallery .field__item:hover img {
  transform: scale(1.1);
}
.node--type-usluga .photoswipe-gallery .field__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}
.footer {
  padding-top: 0;
}
.not-front .footer {
  padding-top: 50px;
}
