body {
  height: 100%;
  margin: 0;
  line-height: 1.3;
  font-family: var(--font-family);
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.not-front #main::before {
  position: absolute;
  content: "";
  background: url(/sites/all/themes/vesta_theme/image/lines-notfront.svg) center
    center no-repeat;
  inset: 0;
  background-size: 119vw;
  width: 112vw;
  height: 104%;
  z-index: -7;
  object-fit: cover;
}
#main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, #dbdadb 0%, #cbccce 100%);
  z-index: -10;
}
.front #main::before {
  position: absolute;
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/lines.svg") center center
    no-repeat;
  inset: 0;
  width: 100%;
  height: 102%;
  z-index: -7;
  object-fit: contain;
}
.background-gray {
  position: relative;
}

#main {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
img {
  max-width: 100%;
  height: auto;
}
.block-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 45px;
}
/*HEADER STYLES*/

/*HEADER SEARCH STYLES*/

.header .col-search.active .btn-search {
  padding: 0;
  opacity: 0;
  width: 0;
}
.btn-search {
  transition: all 0.3s ease;
  cursor: pointer;
}
.header form .form-control:focus {
  box-shadow: none;
}
.header form .form-control {
  padding: 5px 20px;
  padding-right: 36px;
  background-color: #fff;
  line-height: 100%;
}
.header .col-search.active .region-search {
  opacity: 1;
  visibility: visible;
  width: 136px;
  height: fit-content;
  transform: translateX(0);
}
.header .col-search {
  display: flex;
  align-items: center;
}
.header .region-search {
  opacity: 0;
  height: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  transform: translateX(15px);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
/*SEARCH*/
.header {
  background-color: var(--header-background);
}
.header-top .col-address {
  max-width: 240px;
}
.header-top .col-logo {
  flex-shrink: 0;
}
.header .contact-container {
  display: flex;
  gap: 14px;
}
.header .nav-item > .nav-link:hover {
  color: #ccc;
}
.header-down .container {
  display: flex;
  gap: 36px;
}
.header .region-navigation {
  flex: 1;
  max-width: 1109px;
}
.header ul.nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header .nav-item > .nav-link {
  padding: 22px 0;
  color: #fff;
}
.header .messengers {
  display: flex;
  gap: 6px;
  align-self: flex-start;
}

.header-top .contacts-item {
  display: flex;
  gap: 14px;
}
.header-top .contacts__detail--mail {
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
}
.header-top .contacts__detail--phone {
  font-weight: 500;
  color: var(--color-black);
  font-size: 20px;
}
.header-top .phone-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header-top {
  padding: 7px 0;
  align-items: center;
  color: var(--color-black);
  display: flex;
  justify-content: space-between;
}
.header-down {
  background-color: #1c1b17;
}
#footer .ajax-progress,
#header .ajax-progress {
  display: none;
}

#footer .top-row {
  padding: 45px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 2rem;
}

#footer .row > * {
  width: fit-content;
}
#footer .col-logo img {
  object-fit: contain;
  padding: 5px;
  width: 100%;
  height: 100%;
}
#footer .site-name {
  max-width: 188px;
}
#footer .col-logo {
  max-width: 260px;
  font-size: 14px;
}
#footer .logo-container {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: #b3b3b3;
  margin-bottom: 33px;
}
#footer .politika-text a {
  text-decoration: underline;
}
#footer .politika-text {
  margin-top: 23px;
}
#footer a {
  color: rgba(255, 255, 255, 0.5);
}
#footer {
  color: rgba(255, 255, 255, 0.5);
  background: var(--footer-background);
}

#footer .dropdown-toggle::after {
  display: none;
}
#footer ul.nav {
  flex-direction: column;
  gap: 6px;
}

#footer .contacts {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#footer .col-nav {
  max-width: 210px;
}
#footer .col-contacts {
  max-width: 273px;
}
#footer a:hover {
  color: #fff;
}
#footer .region-callback {
  margin-bottom: 25px;
}
#footer .region-callback a {
  color: #fff;
}
#footer .messengers {
  display: flex;
  gap: 6px;
}
.row-copiryght {
  padding: 20px 0;
}
.col-webvesta {
  text-align: center;
}
#footer ul.nav a {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}

.toolbar .toolbar-tab .toolbar-icon {
  padding: 0.75em 1.5em 0.75em 2.5em;
}
.path-admin .messages--error {
  display: none;
}
/* *** 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;
}

.cart-block--summary .cart-block--summary__count {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background: #ccc;
  color: #fff;
  top: -3px;
  right: -9px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
}

#header-mob .col-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header-mob .col-nav img {
  width: 25px;
  height: 25px;
}
#header-mob .col-logo {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #b3b3b3;
}
#header-mob .col-contacts a {
  color: white;
}
#header-mob .col-contacts {
  margin-left: auto;
}
#header-mob {
  top: 0;
  gap: 10px;
  width: 100%;
  background: var(--footer-background);
  color: #fff;
  padding: 10px 10px;
  z-index: 50;
}

#header-mob.toolbar-horizontal #header-mob {
  top: 0;
}

#header-mob > * {
  padding: 0 10px;
}

#header-mob a {
  color: #000;
}

.offcanvas {
  --bs-offcanvas-bg: var(--footer-background);
  color: #fff;
}

.header .nav .nav-item.dropdown:hover .dropdown-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.header .region-navigation .nav > .nav-item:hover .dropdown-menu {
  max-width: 315px;
  background: #1c1b17;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
}
.header .nav-item.dropdown {
  padding-right: 7px;
}
.header .dropdown-item:hover {
  color: #ff1625;
  background-color: #262626;
  border-left-color: #e30613;
  padding-left: 23px;
}
.header .dropdown-item {
  transition: all 0.25s ease-in-out;
  border-left: 3px solid transparent;
  display: block;
  white-space: wrap;
  padding: 11px 17px;
  font-size: 14px;
  transition: all 0.3s;
  line-height: 136%;
  color: #fff;
}
.nav .nav-item.dropdown .dropdown-toggle::after {
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 6px;
  background: url("/sites/all/themes/vesta_theme/image/dropdown-mud.svg") center
    center no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.4s ease;
}

.offcanvas .offcanvas-title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}

.offcanvas .offcanvas-body .region-search {
  margin-bottom: 15px;
}

.offcanvas .offcanvas-body .region-navigation {
  margin-bottom: 20px;
}

.offcanvas .col-contacts {
  margin-top: auto;
}

.footer .contacts,
.offcanvas .contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offcanvas .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offcanvas .logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #b3b3b3;
  padding: 5px;
}
.offcanvas .nav-item {
  width: fit-content;
  padding-right: 20px;
}
.offcanvas .search-api-page-block-form-search form .form-actions .btn::before {
  background-size: 20px 20px;
}

.offcanvas .messengers svg {
  width: 40px;
  height: 40px;
}
.offcanvas {
  line-height: 1.3;
}
.footer .col-contacts a,
.offcanvas .col-contacts a {
  color: #fff;
}
.not-front .wr_content {
  padding: 2rem 0;
}

.offcanvas .offcanvas-body .nav-link {
  width: fit-content;
  position: relative;
  line-height: 1.3;
  display: block;
  padding: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

#offcanvasNav .nav .dropdown-menu {
  display: none;
  position: static;
  border: 0px solid;
  background: transparent;
  padding: 7px 0;
}

.offcanvas .dropdown-item {
  color: #fff;
}

.offcanvas .messengers {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
}

/*HEADER STYLES*/

/* SLICK STYLES */
.region-slider .view-content:not(.slick-initialized) .views-row {
  display: none;
}

.region-slider .view-content:not(.slick-initialized) .views-row:first-child {
  display: block;
}

div#slider-block
  .view.view-slayder.view-id-slayder
  .view-content
  .node--type-slide
  .content {
  position: absolute;
  top: 0;
  bottom: calc(1vw + 12px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

button.slick-prev.slick-arrow {
  left: 25px;
}

button.slick-next.slick-arrow {
  right: 25px;
}

ul.slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 10px 0;
}

ul.slick-dots li button {
  background: #686868;
  border-radius: 50%;
  border: none;
  padding: 0;
  width: 10px;
  font-size: 0;
  height: 10px;
  display: block;
}

ul.slick-dots li button::before {
  display: none;
}

ul.slick-dots li.slick-active button {
  background: #272727;
}

button.slick-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

button.slick-arrow::before {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
}

button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
  transform: rotate(-90deg);
}

button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
  transform: rotate(90deg);
}

#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  background-color: #eeeeee;
  box-shadow: 0 4px 10px 3px rgba(15, 63, 108, 0.3);

  right: 75px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
  border-radius: 50%;
}

/* SLICK STYLES */

/* PRODUCT PAGE STYLES*/
.product-teaser {
  display: flex;
  gap: 50px;
}

.product-teaser .product-teaser-image {
  max-width: 500px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .current-slide.slick-initialized.slick-slider {
  margin: 0 0 10px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .current-slide.slick-initialized.slick-slider
  .slick-list.draggable
  .slick-track
  .element.slick-slide
  img {
  max-width: 500px;
  min-width: 500px;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .nav-slide.slick-initialized.slick-slider
  .slick-list.draggable {
  margin: 0 -5px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .nav-slide.slick-initialized.slick-slider
  .slick-list.draggable
  .slick-track
  .element.slick-slide {
  margin: 0 5px;
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .nav-slide.slick-initialized.slick-slider
  .slick-list.draggable
  .slick-track
  .element.slick-slide
  img {
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
  object-fit: cover;
}

.product-teaser .product-teaser-info {
  max-width: 500px;
}

.product-view-full button.slick-prev.slick-arrow {
  left: -25px;
}

.product-view-full button.slick-next.slick-arrow {
  right: -25px;
}

.node--view-mode-full .field--name-body img {
  margin: 0 10px;
}

/* PRODUCT PAGE STYLES*/
.title_block h1 .red {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 101px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, #fc0101 0%, #750b0d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_block h1 {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 70px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.background-gray {
  padding-top: 75px;
}
/* *** ADAPTIVE *** */

/*CATALOG STYLES*/

.view-catalog .field--name-field-catalog-image img:hover {
  transform: scale(1.05);
}
.view-catalog .field--name-field-catalog-image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.view-catalog h3 {
  margin-top: 24px;
}
.view-catalog h3 a:hover {
  color: #272727;
}
.view-catalog h3 a {
  font-weight: 600;
  font-size: 19px;
  color: var(--color-black);
}
.view-catalog .field--name-field-catalog-image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  height: 244px;
}

.view-catalog .view-content > * {
  width: 25%;
  padding: 0 15px;
  flex: 0 0 auto;
}

.view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  margin: 0 -15px;
  align-items: stretch;
  margin-bottom: 2.5rem;
  justify-content: center;
}
.view-catalog.view-display-id-block_front .view-content h3 a {
  font-size: 22px;
}
.view-catalog.view-display-id-block_front .view-content > * {
  width: 50%;
}
.view-catalog.view-display-id-block .view-content {
  justify-content: flex-start;
}
.more-link a {
  margin: auto;
}
.more-link {
  margin-top: 1.5rem;
}
.product-view-full .field--name-field-image-product-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.product-view-full .text-container {
  /* display: flow-root; */
}
.product-view-full .field--name-field-knopka-ostavit-zayavku {
  margin: 1rem 0;
}
.product-view-full .field--name-field-image-product-view {
  float: left;
  width: 30%;
  height: 200px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.product-view-full {
  /* Заставляет 
  родителя учитывать высоту плавающих элементов внутри него */
}
.product-view-full .field--name-field-knopka-ostavit-zayavku a {
  margin: auto;
}
/*CATALOG STYLES*/

.modal-header {
  border-bottom: none;
}
.modal-body {
  padding-top: 0;
}
/*BENEFITS STYLES*/
.node--type-preimushchestvo .field--name-node-title {
  min-height: 48px;
}
.node--type-preimushchestvo::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 13px;
  width: 100%;
  background: var(--card-background);
}
.node--type-preimushchestvo .field--name-body {
  font-weight: 500;
  font-size: 15px;
  color: var(--color-black);
}
.node--type-preimushchestvo img {
  margin: auto;
}
.node--type-preimushchestvo .field--name-node-title h3 {
  font-weight: 600;
  font-size: 19px;
  color: var(--color-black);
  margin-bottom: 16px;
}
.node--type-preimushchestvo .media--blazy {
  width: fit-content;
  margin: auto;
  margin-bottom: 21px;
}
.node--type-preimushchestvo {
  padding: 28px 17px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  align-items: center;
  background-color: #fff;
  height: 100%;
  border-radius: 30px;
  text-align: center;
}
.field--name-field-service-benefit.field__items > *,
.view-preimushchestva .view-content > * {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
}
.field--name-field-service-benefit.field__items,
.view-preimushchestva .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  margin: 0 -15px;
  align-items: stretch;
}
/*BENEFITS STYLES*/
/*ABOUT STYLES*/
.view-display-id-block_1.view-about .block-title {
  margin-bottom: 16px;
  text-align: end;
  margin-right: 58px;
}
.view-display-id-block_1.view-about .field--name-field-tekst-v-bloke {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 37px;
}
.view-display-id-block_1.view-about
  .field--name-field-tekst-v-bloke
  p:first-child {
  margin-bottom: 16px;
}
.view-display-id-block_1.view-about .field--name-field-tekst-v-bloke strong {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
}

.view-display-id-block_1.view-about .field--name-field-izobrazhenie {
  height: 100%;
}
.view-display-id-block_1.view-about .bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.view-display-id-block_1.view-about
  .field--name-field-generalnyy-direktor
  strong {
  font-weight: 600;
  font-size: 20px;
}
.view-display-id-block_1.view-about .field--name-field-generalnyy-direktor {
  font-weight: 500;
  font-size: 15px;
}
.view-display-id-block_1.view-about .views-row::before {
  content: "";
  inset: 0;
  position: absolute;
  background: url("/sites/all/themes/vesta_theme/image/logo-about.svg") center
    center no-repeat;
  z-index: -2;
  background-size: 70% 69%;
  background-position: 71px calc(100% / 2 - 21px);
}
.view-display-id-block_1.view-about .views-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(141deg, #fff 0%, #b3b3b3 100%);
  z-index: -3;
}
.view-display-id-block_1.view-about .views-row {
  position: relative;
  padding: 45px 25px 71px 59px;
  overflow: hidden;
  border-radius: 30px;
}
.node--type-about .right img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.node--type-about .right {
  margin-top: -20px;
  margin-bottom: -71px;
  width: calc(100% * 5 / 12);
  flex: 0 0 auto;
}
.node--type-about .left {
  padding-right: 5px;
  width: calc(100% * 7 / 12);
  flex: 0 0 auto;
}
.node--type-about {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  align-items: stretch;
}
/*ABOUT STYLES*/
/*EXPERTS STYLES*/
.view-eksperty .view-content > * {
  width: calc(100% / 3);
  padding: 0 15px;
}
.node--type-ekspert::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 28px;
  width: 100%;
  background: var(--card-background);
}
.node--type-ekspert .field--type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-ekspert .field--type-image {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin-bottom: 14px;
  overflow: hidden;
}
.node--type-ekspert .field--name-field-nomer-telefona {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
}
.node--type-ekspert .field--name-field-professiya {
  font-weight: 500;
  font-size: 16px;
}
.node--type-ekspert .field--name-node-title a {
  color: var(--color-black);
  font-weight: 600;
  font-size: 20px;
}
.node--type-ekspert {
  position: relative;
  overflow: hidden;
  padding: 30px 50px;
  background-color: #faf9f8;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 530px;
  border-radius: 30px;
}
.view-eksperty .view-content {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 1.5rem;
  margin-bottom: 2.5rem;
}
/*EXPERTS STYLES*/
/*GALLERY STYLES*/
.view-gallery-page .field__item:hover img,
.node--type-photogallery:hover img {
  transform: scale(1.05);
}
.view-gallery-page .field__item a:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}
.view-gallery-page .field__item img,
.node--type-photogallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.3s;
}
.node--type-photogallery .field--name-node-title a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.node--type-photogallery:hover .field--name-node-title a {
  color: #ccc;
}
.node--type-photogallery .field--name-node-title a {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.node--type-photogallery .field--name-node-title {
  margin-top: auto;
}
.view-gallery-page .field__item:before,
.node--type-photogallery:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.52) 100%
  );
  z-index: -1;
}
.view-gallery-page .field__item,
.node--type-photogallery {
  padding: 27px 33px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 320px;
  display: flex;
}
.view-gallery-page .view-content > *,
.view-fotogalereya .view-content > * {
  width: calc(100% / 3);
  padding: 0 15px;
}
.view-gallery-page .view-content,
.view-fotogalereya .view-content {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.node--type-photogallery.node--view-mode-full {
  display: none;
}
/*GALLERY STYLES*/
/*CALLBACK BLOCK STYLES*/
textarea.form-control {
  resize: none;
}
.region-callback-block .block-title {
  text-align: start;
  margin-bottom: 12px;
  margin-right: -58px;
}
.region-callback-block .field--name-body a {
  color: #000;
  white-space: nowrap;
}
.webform-button--submit {
  width: 100%;
}
.region-callback-block .field--name-field-izobrazhenie-sprava {
  margin-top: auto;
  margin-bottom: 30px;
}
.region-callback-block .group-right {
  padding-left: 40px;
  display: flex;
}
.region-callback-block .field--name-body {
  max-width: 438px;
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  margin-bottom: 24px;
}
.region-callback-block .ds-2col .group-left {
  padding-right: 10px;
}
.region-callback-block .ds-2col > * {
  width: 50%;
  float: none;
}
.region-callback-block .field--type-webform {
  max-width: 438px;
}
.region-callback-block .ds-2col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 1.5rem;
  background: rgba(94, 73, 73, 0.24);
  border-radius: 30px;
  padding: 39px 53px 47px 48px;
}

/*PRODUCTS STYLES*/
.view-tovary .title-wrapper:hover .field--name-field-product-title {
  color: #686868;
}
.view-tovary .title-wrapper {
  position: relative;
}
.view-tovary .title-wrapper .field--name-field-product-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
  color: var(--color-black);
  text-align: center;
  transition: color 0.3s;
}
.view-tovary .title-wrapper a {
  position: absolute;
  font-size: 0;
  color: transparent;
  opacity: 0;
  inset: 0;
}
.view-tovary .view-content > * {
  width: 25%;
  padding: 0 15px;
}
.view-tovary .field--name-title a:hover {
  color: #686868;
}
.view-tovary .field--name-title a {
  color: var(--color-black);
}
.view-tovary.view-display-id-page_2 .field--name-field-price {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
  color: var(--color-red);
  margin-top: 8px;
}
.view-tovary.view-display-id-page_2 .field--name-title {
  text-align: center;
}
.view-tovary .field--name-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
  color: var(--color-black);
}
.block-views-blockcatalog-block {
  padding-bottom: 1rem;
}
.view-tovary .field--type-image img:hover {
  filter: brightness(0.6);
  transform: scale(1.05);
}
.view-tovary .field--type-image img {
  display: block;
  filter: brightness(0.8);
  transition: all 0.3s;
}
.view-tovary .field--type-image {
  border-radius: 30px;
  overflow: hidden;
}
.view-tovary .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  align-items: stretch;
  margin: 0 -15px;
}
/*PRODUCTS STYLES*/
/*CALLBACK BLOCK STYLES*/
/*MAP STYLES*/
.mapContainer {
  height: 463px;
}

/*MAP STYLES*/
.banner img {
  width: 100%;
}

.vpa-actions .btn-primary:hover {
  background-image: var(--btn-backgrond);
}

.floating-ui .messengers {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 200%;
}
.floating-ui .messengers svg {
  width: 50px;
  height: 50px;
}
.floating-ui svg {
  transition: opacity 0.3s;
}
.floating-ui svg:hover {
  opacity: 0.75;
}
.floating-ui {
  position: fixed;
  right: 27px;
  bottom: 41px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-content--type-izobrazhenie-vnutri-kataloga {
  margin-bottom: 1rem;
}
.block-content--type-izobrazhenie-vnutri-kataloga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* REVIEWS */
.field--name-field-review-images a img:hover {
  transform: scale(1.03);
}
.field--name-field-review-images a img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
}
.field--name-field-review-images a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.field--name-field-review-images > * {
  width: 25%;
  padding: 0 15px;
}
.field--name-field-review-images {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
}
/* REVIEWS */
/* SERVICE_BANNER */
.view-images-servicies .contextual-region {
  position: static;
}
.view-images-servicies {
  padding: 45px 0;
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.view-images-servicies .field--name-field-text-more {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 19px;
  color: #000;
  margin-top: 45px;
}
.view-images-servicies img {
  position: absolute;
  width: 102vw;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  height: 100%;
  max-width: unset;
  z-index: -1;
  object-fit: cover;
}
.block-views-blockimages-servicies-image-page-service {
  position: relative;
  top: -2rem;
}
.field--name-field-teaser-benefit .field__item p::before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: url("/sites/all/themes/vesta_theme/image/check-red.png") center
    center no-repeat;
  width: 51px;
  height: 70px;
}
.field--name-field-teaser-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  color: #750b0d;
  margin-bottom: 10px;
}
.field--name-field-teaser-benefit .field__item p {
  position: relative;
  display: block;
  width: fit-content;
  padding: 25px;
  padding-left: 70px;
  border-radius: 64px;
  box-shadow: 0 10px 12px 6px rgba(0, 0, 0, 0.25);
  background: #fff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  color: #000;
}
.field--name-field-teaser-benefit .field__item:not(:last-child) {
  margin-bottom: 18px;
}
/* SERVICE_BANNER */
/* SERVICE PROSTOR */
.field--name-field-service-prostor {
  margin-bottom: var(--section-margin-service);
  font-weight: 500;
}
.field--name-field-service-prostor img {
  width: 100%;
  border-radius: 30px;
}
.field--name-field-service-prostor .field--name-field-prostor-image-right {
  margin-bottom: 16px;
}
.field--name-field-service-prostor .group-right {
  width: 44%;
}
.field--name-field-service-prostor .group-left {
  width: 56%;
  padding-right: 54px;
}
.field--name-field-service-prostor .group-footer img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  max-height: 640px;
}
.field--name-field-service-prostor .group-footer {
  padding-top: 40px;
}
.field--name-field-service-prostor .block-title {
  text-align: start;
}
/* SERVICE PROSTOR */

.field--name-field-service-benefit.field__items {
  margin-bottom: 70px;
}
.block-content--type-service-benefit .body-styles strong {
  font-size: 1.6em;
  font-weight: 500;
}
.block-content--type-service-benefit {
  margin-bottom: var(--section-margin-service);
}
.node--type-service-content .title_block {
  margin-bottom: 65px;
}
.not-front .body-styles p {
  font-size: 1.32em;
}
.body-styles ul,
.body-styles ol {
  font-size: 1.3em;
}
/* ABOUT SERVICE */
.node--type-about.node--view-mode-build-page strong {
  font-size: 1.15em;
}
.node--type-about.node--view-mode-build-page .block-title {
  margin-bottom: 15px;
  text-align: start;
}
.node--type-about.node--view-mode-build-page
  .field--name-field-izobrazhenie
  img {
  position: absolute;
  width: 100%;
  height: 112%;
  bottom: -100px;
  object-fit: contain;
}

.node--type-about.node--view-mode-build-page .bottom-container .field__item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.node--type-about.node--view-mode-build-page .bottom-container {
  margin-top: 33px;
  font-weight: 500;
}
.node--type-about.node--view-mode-build-page .right {
  width: calc(100% * 7 / 12);
  padding-left: 20px;
  margin: 0;
}
.node--type-about.node--view-mode-build-page::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  background: url("/sites/all/themes/vesta_theme/image/about-bg.png") center
    center no-repeat;
  z-index: -2;
  background-size: cover;
}
.node--type-about.node--view-mode-build-page {
  overflow: hidden;
  position: relative;
  padding: 43px;
  border-radius: 30px;
  font-weight: 500;
  margin-bottom: var(--section-margin-service);
}
.node--type-about.node--view-mode-build-page .left {
  position: relative;
  width: calc(100% * 5 / 12);
  padding: 0;
  margin: 0;
}

/* ABOUT SERVICE */
/* SERVICE BLOCK */
.field--name-field-service-block > .field__item:not(:last-child) {
  margin-bottom: var(--section-margin-service);
}
.service-block-wrapper .right {
  padding-left: 30px;
  width: 52%;
}
.service-block-wrapper .left {
  width: 48%;
}
.field--name-field-service-block-image {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 200px;
  max-height: 800px;
}
.service-block-wrapper .block-title {
  text-align: start;
  margin-bottom: 30px;
}
.body-styles li {
  position: relative;
}
.body-styles li::before {
  content: "";
  position: absolute;
  left: -3em;
  top: 6px;
  width: 30px;
  height: 24px;
  background-image: url("/sites/all/themes/vesta_theme/image/mark-li.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.field--name-field-service-block {
  margin-bottom: var(--section-margin-service);
}
.service-block-wrapper img {
  position: absolute;
  border-radius: 30px;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: stretch;
}
.product-view-full .field--name-field-gallery-images > * {
  width: calc(100% / 3);
  padding: 0 15px;
}
.product-view-full .field--name-field-gallery-images a:hover img {
  transform: scale(1.03);
}
.product-view-full .field--name-field-gallery-images img {
  display: block;
  border-radius: 30px;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-view-full .field--name-field-gallery-images a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.product-view-full .field--name-field-gallery-images {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  margin: 0 -15px;
}
/* SERVICE BLOCK */
@media screen and (min-width: 1921px) {
  #main::before {
    display: none;
  }
}

@media screen and (min-width: 1198px) {
  .container {
    max-width: 1194px;
  }
}
@media screen and (max-width: 1199px) {
  .body-styles li {
    margin-bottom: 20px;
  }

  .body-styles ul,
  .body-styles ol {
    font-size: 1em;
  }
  .node--type-about.node--view-mode-build-page .block-title {
    font-size: 34px;
  }
  .node--type-about.node--view-mode-build-page {
    padding: 32px;
  }
  .node--type-about.node--view-mode-build-page .bottom-container {
    margin-top: 18px;
  }
  .not-front .body-styles p {
    font-size: 1em;
  }

  .field--name-field-service-prostor .group-left {
    width: 64%;
    padding-right: 23px;
  }

  .field--name-field-service-prostor .group-right {
    width: 36%;
  }
  .field--name-field-teaser-title {
    font-size: 52px;
  }
  .field--name-field-teaser-benefit .field__item p::before {
    width: 42px;
    height: 61px;
    background-size: 42px 60px;
  }
  .view-images-servicies {
    min-height: 665px;
  }

  .field--name-field-teaser-benefit .field__item p {
    padding: 23px;
    padding-left: 63px;
  }
  .view-catalog .view-content > * {
    width: calc(100% / 3);
  }
  .view-gallery-page .field__item {
    height: 270px;
  }
  #main::before {
    background-size: initial;
  }
  .region-callback-block .ds-2col > * {
    align-items: center;
  }
  .region-callback-block .field--name-body {
    font-size: 15px;
  }
  .region-callback-block .field--name-field-izobrazhenie-sprava {
    margin: 0;
  }
  .region-callback-block .block-title {
    font-size: 33px;
  }
  .region-callback-block .ds-2col {
    padding: 40px;
  }
  .view-fotogalereya .view-content {
    margin: 0 -10px;
  }
  .view-fotogalereya .view-content > * {
    padding: 0 10px;
  }
  .node--type-photogallery .field--name-node-title a {
    font-size: 20px;
  }
  .node--type-photogallery {
    padding: 25px;
    height: 280px;
  }
  .node--type-ekspert .field--name-node-title a {
    font-size: 19px;
    min-height: 459px;
  }
  .node--type-ekspert .field--name-field-nomer-telefona {
    font-size: 18px;
  }
  .node--type-ekspert {
    padding: 30px;
  }
  .node--type-ekspert .field--type-image {
    width: 220px;
    height: 220px;
  }
  .view-display-id-block_1.view-about
    .field--name-field-generalnyy-direktor
    strong {
    font-size: 19px;
  }
  .node--type-about .right img {
    object-position: bottom;
    object-fit: contain;
  }
  .node--type-about .right {
    margin-top: -20px;
    margin-bottom: -31px;
  }
  .view-display-id-block_1.view-about .field--name-field-tekst-v-bloke strong {
    font-size: 19px;
  }
  .view-display-id-block_1.view-about .field--name-field-tekst-v-bloke {
    font-size: 15px;
  }
  .view-display-id-block_1.view-about .views-row {
    position: relative;
    padding: 35px 25px 31px 43px;
  }
  .node--type-preimushchestvo .field--name-body {
    font-size: 14px;
  }
  .node--type-preimushchestvo {
    padding: 25px 15px;
    padding-bottom: 35px;
  }
  .node--type-preimushchestvo .field--name-node-title h3 {
    font-size: 17px;
  }

  .node--type-preimushchestvo .field--name-node-title {
    min-height: 60px;
  }
  .field--name-field-service-benefit.field__items,
  .view-preimushchestva .view-content {
    margin: 0 -8px;
  }
  .field--name-field-service-benefit.field__items {
    margin-bottom: 50px;
  }
  .field--name-field-service-benefit.field__items > *,
  .view-preimushchestva .view-content > * {
    padding: 0 8px;
  }
  .block-title {
    margin-bottom: 38px;
  }
  .view-catalog h3 a {
    font-size: 19px;
  }
  .background-gray {
    padding-top: 40px;
  }
  .title_block h1 {
    font-size: 46px;
  }
  .title_block h1 .red {
    font-size: 63px;
  }
  .header-top .contacts__detail--address {
    font-size: 15px;
  }
  .header-down .container {
    gap: 14px;
  }
  .header-top .col-address {
    max-width: 220px;
  }
  .header .nav-item > .nav-link {
    padding: 18px 0;
    font-size: 14px;
  }
  .header-top .contacts__detail--mail {
    font-size: 15px;
  }
  .header-top .contacts__detail--phone {
    font-size: 17px;
  }
  .header .col-logo {
    width: 170px;
  }

  .header-top .btn {
    font-size: 14px;
  }
  .header-top {
    gap: 5px;
  }
}

@media screen and (max-width: 991px) {
  .view-tovary.view-display-id-page_2 .field--name-field-price,
  .view-tovary .title-wrapper .field--name-field-product-title {
    font-size: 16px;
  }
  .product-view-full .field--name-field-gallery-images {
    row-gap: 14px;
    margin: 0 -7px;
  }
  .product-view-full .field--name-field-gallery-images > * {
    padding: 0 7px;
  }
  .field--name-field-service-block-image {
    min-height: 541px;
  }
  .service-block-wrapper .right {
    width: 100%;
    padding: 0;
  }
  .service-block-wrapper .left {
    width: 100%;
    padding: 0;
  }
  .field--name-field-review-images > * {
    width: 50%;
  }
  .node--type-about.node--view-mode-build-page .left {
    min-height: 300px;
  }
  .node--type-about.node--view-mode-build-page .left img {
  }
  .node--type-about.node--view-mode-build-page .left {
    order: 2;
  }
  .node--type-about.node--view-mode-build-page .right,
  .node--type-about.node--view-mode-build-page .left {
    width: 100%;
  }
  .field--name-field-service-prostor .group-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .view-images-servicies {
    margin-bottom: 0;
  }

  .node--type-service-content .title_block {
    margin-bottom: 40px;
  }
  .field--name-field-service-prostor .block-title {
    text-align: center;
  }

  .field--name-field-service-prostor .group-right {
    width: 100%;
  }
  .floating-ui .messengers svg {
    width: 40px;
    height: 40px;
  }
  #scrollToTop {
    width: 40px;
    height: 40px;
  }
  .floating-ui .messengers {
    margin-bottom: 100%;
    gap: 12px;
  }
  .view-gallery-page .field__item {
    height: 190px;
  }
  .view-gallery-page .view-content {
    margin: 0 -7px;
  }
  .view-gallery-page .view-content > * {
    padding: 0 7px;
  }
  .body-styles {
    font-size: 15px;
  }
  .view-tovary .field--name-title {
    font-size: 15px;
  }
  .view-tovary .field--type-image {
    border-radius: 20px;
  }
  .view-tovary .view-content {
    margin: 0 -7px;
  }
  .view-tovary .view-content > * {
    padding: 0 7px;
  }
  .region-callback-block .field--name-field-izobrazhenie-sprava {
    margin: auto;
  }
  #main::before {
    display: none;
  }
  form .form-type-checkbox {
    gap: 14px;
  }
  .region-callback-block .group-right {
    padding-left: 0;
  }
  .region-callback-block .ds-2col .group-left {
    padding-right: 0;
  }
  .region-callback-block .block-title {
    margin-right: 0;
  }
  .region-callback-block .field--name-body,
  .region-callback-block .field--type-webform {
    max-width: 100%;
  }
  .region-callback-block .ds-2col > * {
    width: 100%;
  }
  .node--type-photogallery {
    border-radius: 20px;
  }
  .node--type-photogallery .field--name-node-title a {
    font-size: 18px;
  }
  .node--type-photogallery {
    padding: 20px;
    height: 200px;
  }
  .view-eksperty .view-content {
    margin-bottom: 1rem;
  }
  .node--type-ekspert .field--type-image {
    width: 150px;
    height: 150px;
  }
  .node--type-ekspert .field--name-field-nomer-telefona {
    font-size: 16px;
  }

  .node--type-ekspert .field--name-node-title a {
    font-size: 17px;
  }
  .view-eksperty .view-content {
    justify-content: center;
  }
  .node--type-ekspert {
    min-height: 330px;
    padding: 15px;
    padding-top: 25px;
    gap: 8px;
  }
  .node--type-ekspert::after {
    height: 20px;
  }
  .view-eksperty .view-content > * {
    padding: 0 8px;
  }
  /* .view-eksperty .view-content > * {
    width: 50%;
  } */
  .btn-primary {
    font-size: 15px;
  }
  .view-display-id-block_1.view-about
    .field--name-field-generalnyy-direktor
    strong {
    font-size: 19px;
  }
  .view-display-id-block_1.view-about .bottom-container {
    height: 182px;
    align-items: center;
  }
  .node--type-about .right img {
    height: 244px;
  }
  .block-title {
    font-size: 36px;
  }
  .view-display-id-block_1.view-about .block-title {
    text-align: center;
    margin-right: 0;
  }
  .node--type-about .right {
  }
  .node--type-about.node--view-mode-build-page .right {
    position: static;
  }
  .node--type-about.node--view-mode-build-page .bottom-container .field__item {
    font-size: 18px;
  }
  .node--type-about.node--view-mode-build-page::before {
    background-position: 81%;
  }
  .node--type-about.node--view-mode-build-page
    .field--name-field-izobrazhenie
    img {
    height: 123%;
    bottom: -45px;
  }
  .node--type-about .right {
    right: 20px;
    position: absolute;
    bottom: 0;
  }
  .node--type-about .right,
  .node--type-about .left {
    width: 100%;
    padding: 0;
  }

  .node--type-preimushchestvo .field--name-node-title {
    min-height: 36px;
  }
  .field--name-field-service-benefit.field__items > *,
  .view-preimushchestva .view-content > * {
    width: 50%;
  }
  .view-catalog .field--name-field-catalog-image {
    height: 220px;
  }
  .view-catalog .view-content > * {
    padding: 0 12px;
  }

  .view-catalog h3 {
    margin-top: 16px;
  }

  .view-catalog h3 a {
    font-size: 17px;
  }
  .background-gray {
    padding-top: 30px;
  }
  .title_block h1 {
    font-size: 38px;
  }
  .title_block h1 .red {
    font-size: 56px;
  }

  .banner img {
    height: 357px;
    width: 100%;
    object-fit: cover;
    object-position: 93% bottom;
  }
  #footer .region-callback a {
    white-space: nowrap;
  }
  #footer .col-logo {
    font-size: 13px;
  }
  #footer .col-contacts,
  #footer .col-nav {
    font-size: 15px;
  }
  #offcanvasNav li.nav-item {
    width: 100%;
  }
  .field--name-field-service-benefit.field__items {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .offcanvas .logo {
    width: 75px;
    height: 75px;
  }
  .product-view-full .field--name-field-gallery-images > * {
    width: calc(100% / 2);
  }
  .field--name-field-review-images a {
    border-radius: 16px;
  }
  .field--name-field-review-images {
    margin: 0 -7px;
    row-gap: 14px;
  }
  .field--name-field-review-images > * {
    padding: 0 7px;
  }
  .node--type-about.node--view-mode-build-page .right::after {
    position: absolute;
    content: "";
    background: url("/sites/all/themes/vesta_theme/image/logo-about.svg") center
      center no-repeat;
    width: 100%;
    height: 51%;
    top: 38%;
    background-size: contain;
    z-index: -1;
  }
  .node--type-about.node--view-mode-build-page .right {
    position: relative;
  }
  .node--type-about.node--view-mode-build-page .block-title {
    font-size: 31px;
  }
  .node--type-about.node--view-mode-build-page::before {
    background: linear-gradient(98.71deg, #fff 33.36%, #b3b3b3 79.23%);
    transform: rotate(-180deg);
  }
  .field--name-field-teaser-title {
    font-size: 42px;
  }
  .field--name-field-teaser-benefit .field__item p::before {
    width: 38px;
    height: 54px;
    background-size: 38px 54px;
  }
  .view-images-servicies {
    min-height: 559px;
    padding: 33px 0;
  }
  .node--type-about.node--view-mode-build-page {
    padding: 20px;
  }
  .view-images-servicies .field--name-field-text-more {
    font-size: 17px;
    margin-top: 25px;
  }
  .view-images-servicies img {
    object-position: -299px;
  }

  .field--name-field-teaser-benefit .field__item p {
    padding: 20px;
    padding-left: 63px;
  }
  .view-catalog.view-display-id-block_front .view-content > * {
    width: 100%;
  }
  .view-gallery-page .view-content > * {
    width: 50%;
  }
  .body-styles {
    font-size: 14px;
  }
  .product-view-full .field--name-field-image-product-view {
    width: 50%;
  }
  .view-tovary .view-content > * {
    width: 50%;
  }
  .block-views-blockcatalog-block {
    padding-bottom: 2rem;
  }
  .mapContainer {
    height: 380px;
  }
  .region-callback-block .block-title {
    font-size: 31px;
  }
  .region-callback-block .ds-2col {
    padding: 30px;
  }
  .view-fotogalereya .view-content {
    row-gap: 1rem;
  }
  .view-fotogalereya .view-content > * {
    width: 50%;
    padding: 0 7px;
  }
  .view-eksperty .view-content > * {
    width: 50%;
  }
  .view-display-id-block_1.view-about .field--name-field-generalnyy-direktor {
    font-size: 14px;
  }
  .view-display-id-block_1.view-about
    .field--name-field-generalnyy-direktor
    strong {
    font-size: 17px;
  }
  .btn-primary {
    font-size: 14px;
  }
  .view-display-id-block_1.view-about .views-row {
    padding: 31px 25px;
  }
  .view-display-id-block_1.view-about .field--name-field-tekst-v-bloke {
    font-size: 14px;
  }
  .view-display-id-block_1.view-about .field--name-field-tekst-v-bloke strong {
    font-size: 17px;
  }
  .node--type-about .right img {
    object-position: right;
  }
  .view-display-id-block_1.view-about .bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-title {
    font-size: 31px;
  }
  .view-catalog h3 {
    text-align: center;
  }
  .view-catalog .view-content > * {
    width: 50%;
  }
  .title_block h1 {
    font-size: 32px;
  }
  .title_block h1 .red {
    font-size: 47px;
  }
  .banner img {
    height: 304px;
  }
  #footer .logo-container {
    width: 110px;
    height: 110px;
  }
  #footer .top-row {
    padding: 30px 0;
  }
  #footer ul.nav {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  #footer .site-name {
    text-align: center;
  }
  #footer .contacts {
    text-align: center;
  }
  #footer .col-contacts,
  #footer .col-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .top-row > * {
    width: 100%;
    max-width: 100%;
  }
  #header-mob .col-logo {
    width: 60px;
    height: 60px;
  }
  .field--name-field-service-benefit.field__items {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .field--name-field-service-block-image {
    min-height: 427px;
  }
  .node--type-about.node--view-mode-build-page .block-title {
    font-size: 24px;
  }
  .node--type-service-content .title_block {
    margin-bottom: 30px;
  }
  .view-images-servicies .field--name-field-text-more {
    font-size: 14px;
    margin-top: 18px;
  }
  .field--name-field-teaser-benefit .field__item p {
    font-size: 15px;
    padding: 17px;
    padding-left: 47px;
  }
  .view-images-servicies {
    min-height: 401px;
    padding: 24px 0;
  }
  .view-images-servicies img {
    object-position: -336px;
  }

  .field--name-field-teaser-benefit .field__item p::before {
    bottom: 11px;
    background-size: 30px 44px;
    left: 11px;
  }
  .field--name-field-teaser-title {
    font-size: 35px;
  }
  .floating-ui .messengers {
    display: none;
  }
  .view-display-id-block_1.view-about .field--name-field-tekst-v-bloke {
    margin-bottom: 24px;
  }
  .view-gallery-page .view-content {
    row-gap: 1rem;
  }
  .view-gallery-page .field__item {
    border-radius: 20px;
  }
  .product-view-full .field--name-field-image-product-view {
    width: 100%;
    float: none;
    height: 300px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .region-callback-block .field--name-body {
    font-size: 14px;
  }

  .region-callback-block .ds-2col {
    padding: 30px 16px;
  }
  .region-callback-block .block-title {
    font-size: 26px;
    text-align: center;
  }
  .field--name-field-service-benefit.field__items,
  .view-preimushchestva .view-content {
    row-gap: 1rem;
  }
  .node--type-preimushchestvo .field--name-node-title h3 {
    font-size: 16px;
  }

  .node--type-preimushchestvo .field--name-body {
    font-size: 13px;
  }
  .node--type-preimushchestvo .field--name-node-title {
    min-height: 46px;
  }

  .node--type-preimushchestvo .field--name-node-title h3 {
    margin-bottom: 5px;
  }
  .node--type-preimushchestvo img {
    width: 60px;
    height: 60px;
  }
  .block-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .background-gray {
    padding-top: 20px;
  }
  .title_block h1 {
    font-size: 20px;
  }
  .title_block h1 .red {
    font-size: 37px;
  }
  .banner img {
    height: 225px;
  }
  #footer .contacts {
    margin-bottom: 18px;
  }
  #footer .top-row {
    row-gap: 1.5rem;
  }
  #footer .contacts {
    font-size: 14px;
  }
  #footer .col-logo {
    font-size: 12px;
  }
  #footer ul.nav a {
    font-size: 14px;
  }
  #header-mob .col-logo {
    width: 70px;
    height: 70px;
  }
  #header-mob .contacts__text {
    display: none;
  }
  .bottom-container .field--name-field-knopka-podrobnee {
    width: 100%;
  }
  .not-front .title_block h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 475px) {
  .product-view-full .field--name-field-gallery-images {
    margin: 0;
  }
  .product-view-full .field--name-field-gallery-images > * {
    width: 100%;
    padding: 0;
  }
  .view-images-servicies img {
    object-position: -283px;
  }

  .view-catalog .field--name-field-catalog-image {
    height: 293px;
  }
  .view-catalog .view-content {
    margin: 0;
  }
  .view-catalog .view-content > * {
    width: 100%;
    padding: 0;
  }
  .view-gallery-page .field__item {
    height: 245px;
  }
  .view-gallery-page .view-content > * {
    width: 100%;
  }
  .view-tovary .field--name-title {
    font-size: 14px;
  }
  .region-callback-block .block-title {
    font-size: 21px;
  }
  .node--type-photogallery .field--name-node-title a {
    font-size: 20px;
  }
  .node--type-photogallery {
    height: 280px;
    justify-content: center;
    padding: 30px;
  }

  .view-fotogalereya .view-content {
    margin: 0;
  }
  .view-fotogalereya .view-content > * {
    width: 100%;
    padding: 0;
  }
  .node--type-ekspert .field--type-image {
    width: 180px;
    height: 180px;
  }
  .node--type-ekspert {
    min-height: 377px;
  }
  .view-eksperty .view-content {
    margin: 0;
    max-width: 320px;
    margin: auto;
  }
  .view-eksperty .view-content > * {
    width: 100%;
    padding: 0;
  }
  .node--type-preimushchestvo .field--name-node-title h3 {
    margin-bottom: 12px;
  }
  .node--type-preimushchestvo .field--name-node-title {
    min-height: 0;
  }
  .view-display-id-block_1.view-about .field--name-field-generalnyy-direktor {
    text-align: center;
  }
  .node--type-about .right img {
    object-position: center;
    height: 304px;
  }
  .btn-primary {
    width: 100%;
  }
  .node--type-about .field--name-node-link {
    width: 100%;
  }
  .node--type-about .right {
    position: static;
  }
  .view-display-id-block_1.view-about .bottom-container {
    gap: 20px;
    height: auto;
    align-items: center;
  }
  .field--name-field-service-benefit.field__items,
  .view-preimushchestva .view-content {
    margin: 0;
  }
  .field--name-field-service-benefit.field__items {
    margin-bottom: 20px;
  }
  .field--name-field-service-benefit.field__items > *,
  .view-preimushchestva .view-content > * {
    width: 100%;
    padding: 0;
  }
  .title_block h1 .red {
    font-size: 36px;
  }
  .banner img {
    height: 205px;
    object-position: center bottom;
  }
}
