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

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

#main {
  flex: 1;
}

.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;
}
/*HEADER STYLES*/

.floating-ui {
  position: fixed;
  right: 27px;
  bottom: 41px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating-ui .messengers {
  margin-bottom: 100%;
  gap: 12px;
}

.floating-ui .messengers svg {
  width: 35px;
  height: 35px;
}
.floating-ui .messengers {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 35px;
}
#footer .col-logo img,
.offcanvas-header .logo img {
  width: 100px;
  height: 100px;
}
.header .col-logo img {
  width: 65px;
  height: 65px;
}
.header .container > * {
  flex-shrink: 0;
}
.header .container {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .contacts__item--phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 7px;
}
.header .col-callback {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .nav-link:hover {
  color: var(--dark-brown);
}
.header .nav-link {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
}
.header .col-navigation {
  max-width: 522px;
  flex: 1;
}
.header ul.nav {
  justify-content: space-between;
}
.header {
  box-shadow: 0 4px 13px 0 rgba(226, 213, 206, 0.43);
  background: var(--white);
  padding: 3px 0;
}
.header .contacts__item--address {
  display: none;
}
.header .messengers {
  display: flex;
  gap: 6px;
}
#footer .ajax-progress,
#header .ajax-progress {
  display: none;
}

.header-bottom {
  background: #ccc;
}

.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 {
  top: 0;
  width: 100%;
  background: #d9d9d9;
  color: #000;
  padding: 5px 5px;
  z-index: 50;
}

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

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

#header-mob a {
  color: var(--black);
}

.offcanvas a {
  color: #fff;
}
.offcanvas {
  --bs-offcanvas-bg: var(--brown2);
}

#header-mob .contacts__link {
  display: flex;
  align-items: center;
  gap: 12px;
}
#header-mob .col-contacts svg {
  width: 25px;
  height: 25px;
}
.offcanvas .offcanvas-title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
}
#header-mob .contacts__item--address {
  display: none;
}
.offcanvas {
  color: #fff;
}
/*HEADER STYLES*/
/*FOOTER STYLES*/
#footer a:hover {
  color: var(--gray);
}
#footer a {
  color: #fff;
}
#footer .site-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
#footer .logo-wrapper {
  margin-bottom: 18px;
}
#footer .col-logo {
  max-width: 220px;
  width: 100%;
}
#footer .top-row {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  padding: 28px 0;
  border-bottom: 1px solid #fff;
}
#footer .col-oferta {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--white);
}
.col-contacts svg {
  margin-right: 10px;
}
#footer h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 18px;
}
#footer .contacts__item:not(:last-child) {
  margin-bottom: 6px;
}
#footer .messengers {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--white);
  display: flex;
  gap: 6px;
}
#footer .schedule-item {
  margin-bottom: 18px;
}
#footer .top-row {
  column-gap: 85px;
}
#footer .col-messengers {
  max-width: 260px;
}
#footer {
  color: #fff;
}
/*FOOTER 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; */
  height: 100%;
  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 {
  position: relative;
  bottom: 45px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
}

ul.slick-dots li button {
  background: var(--gray);
  width: 70px;
  height: 2px;
  border: none;
  padding: 0;
  font-size: 0;
  opacity: 0.3;
  display: block;
}

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

ul.slick-dots li.slick-active button {
  opacity: 1;
}

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;
  cursor: pointer;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}

/* 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*/
/* SLIDER STYLES*/
.slider-block .node--type-slide .field--name-body {
  max-width: 550px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #41352e;
  margin-bottom: 30px;
}
.slider-block .field--name-field-slide-title {
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 60px;
  line-height: 120%;
  color: var(--black);
  max-width: 795px;
}
.slider-block {
  position: relative;
  padding-bottom: 60px;
}
.slider-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fafafa;
  z-index: -2;
}
.slider-block .content {
  padding: 140px 0 160px;
}
.slider-block .node--type-slide .field--name-field-image::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(
    0deg,
    #fafafa 4.21%,
    rgba(255, 255, 255, 0) 35.49%
  );
}
.slider-block .node--type-slide img {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-block .node--type-slide {
  height: 100%;
}
.slider-block .slick-slide {
  height: auto;
}
.slider-block .slick-track {
  display: flex;
  align-items: stretch;
}
/* SLIDER STYLES*/
/* BENEFIT STYLES*/
.field--name-field-benefit-view > * {
  padding: 0 7px;
  width: 25%;
}
.node--type-benefit .field--name-field-benefit-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--dark-brown);
  margin-bottom: 6px;
}
.node--type-benefit .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--dark-brown);
}
.node--type-benefit .group-right {
  padding-left: 10px;
  flex: 1;
}
.node--type-benefit .group-left {
  width: 60px;
}
.node--type-benefit {
  height: 100%;
  box-shadow: 4px 4px 6px 0 rgba(185, 183, 179, 0.2);
  background: var(--white);
  border: 1px solid var(--brown-svetl);
  border-radius: 20px;
  padding: 13px 8px;
  display: flex;
}
.field--name-field-benefit-view {
  position: relative;
  bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  align-items: stretch;
}
/* BENEFIT STYLES*/
/* SERVICES STYLES*/
.node--type-service {
  border: 2px solid var(--gray-svetl2);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 4px 4px 6px 0 rgba(185, 183, 179, 0.2);
  background: var(--white2);
  height: 100%;
}
.view-services .view-content .views-row:last-child {
  width: calc(100% * 5 / 12);
}
.view-services .view-content .views-row:nth-child(8) {
  width: calc(100% * 7 / 12);
}
.view-services .view-content .views-row:nth-child(7) {
  width: calc(100% * 4 / 12);
}
.view-services .view-content .views-row:nth-child(6) {
  width: calc(100% * 4 / 12);
}
.view-services .view-content .views-row:nth-child(5) {
  width: calc(100% * 4 / 12);
}
.view-services .view-content .views-row:nth-child(4) {
  width: calc(100% * 7 / 12);
}
.view-services .view-content .views-row:nth-child(3) {
  width: calc(100% * 5 / 12);
}
.view-services .view-content .views-row:nth-child(2) {
  width: calc(100% * 4 / 12);
}
.view-services .view-content .views-row:first-child {
  width: calc(100% * 8 / 12);
}
.view-services .view-content > * {
  padding: 0 8px;
}
.view-services .view-content {
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
  margin: 0 -8px;
  align-items: stretch;
}

.front-h1 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: var(--black);
  text-align: center;
  padding-top: 40px;
}
.view-services .field--name-field-service-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-services .field--name-field-service-image {
  position: relative;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 4px 4px 6px 0 rgba(185, 183, 179, 0.2);
  height: 100%;
  overflow: hidden;
  min-height: 200px;
  max-height: 500px;
}
.view-services
  .field--name-field-service-node:has(> :nth-child(2))
  > .field__item:not(:last-child) {
  margin-bottom: 41px;
}
.view-services h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-brown);
  margin-bottom: 4px;
}
.view-services .node--type-price .field--name-node-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-brown);
  padding-left: 6px;
}
.view-services .node--type-price .field--name-field-price {
  flex-shrink: 0;
  margin-left: auto;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--dark-brown);
}
.view-services
  .field--name-field-prays
  .field__item:last-child
  .node--type-price {
  padding-bottom: 0;
}
.view-services .node--type-price {
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.view-services .field--name-field-service-summary {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--dark-brown);
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--gray-svetl2);
}
.view-services h3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: var(--brown);
  margin-bottom: 14px;
}
.services {
  background: var(--gray-svetl);
  padding: 60px 0;
}
/* SERVICES STYLES*/
/* LOCATION WORK STYLES*/
.block-content--type-work-location .field--name-body p:not(:last-child) {
  margin-bottom: 12px;
}
.block-content--type-work-location .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
}
.block-content--type-work-location .group-right {
  width: calc(100% * 7 / 12);
}
.block-content--type-work-location .group-left {
  width: calc(100% * 5 / 12);
  padding-right: 20px;
}
.block-content--type-work-location {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
/* LOCATION WORK STYLES*/
/* ABOUT STYLES*/
.field--name-field-about-image::before {
  content: "";
  position: absolute;
  left: -124px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  background: url("/sites/all/themes/vesta_theme/image/about_print.png")
    no-repeat;
  background-size: cover;
  z-index: -1;
}
.field--name-field-about-image {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.field--name-field-about-image img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: -10px;
  z-index: -2;
}
.node--type-about .field--name-body p:not(:last-child) {
  margin-bottom: 12px;
}
.node--type-about .field--name-body strong {
  font-weight: 700;
}
.node--type-about .field--name-field-addition-text > .field__item {
  border-radius: 20px;
  padding: 20px;
  background: #e4e0db;
  margin-bottom: 12px;
}
.node--type-about .field--name-field-addition-text .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}
.node--type-about .field--name-field-addition-text > .field__item:last-child {
  margin-bottom: 0;
}
.node--type-about h3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: var(--brown);
  margin-bottom: 10px;
}
.node--type-about > .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 20px;
}
.about .contextual-region {
  position: static;
}
.about::after {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--gray-svetl);
  z-index: -3;
}
.about {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.node--type-about {
  padding: 80px 0;
  max-width: 560px;
}
/* ABOUT STYLES*/
/* TIMER STYLES*/
.block-content--type-timer .block-title {
  margin-bottom: 20px;
  color: #fff;
}
.promo-timer-digits .timer-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: var(--white);
}
.promo-timer-digits .timer-value {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}
.promo-timer-digits .timer-divider {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}
.promo-timer-digits .timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.promo-timer-digits {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 30px;
}
.block-content--type-timer .field--name-body {
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--white);
}
.block-content--type-timer .field--name-body p:not(:last-child) {
  margin-bottom: 12px;
}
.block-content--type-timer .btn-primary:hover {
  background-color: var(--dark-brown);
  color: #fff;
}
.block-content--type-timer .btn-primary {
  background-color: #fff;
  color: var(--brown);
}
.block-content--type-timer {
  position: relative;
  padding: 48px;
  border-radius: 30px;
  color: #fff;
  overflow: hidden;
}
.field--name-field-time-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(278deg, rgba(159, 152, 145, 0) 0%, #9f9891 100%);
  z-index: -1;
}
.field--name-field-time-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
/* TIMER STYLES*/
/* GALLERY STYLES*/
.field--name-field-gallery-image .field__item img:hover {
  transform: scale(1.05);
}
.field--name-field-gallery-image .field__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.field--name-field-gallery-image .field__item > a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.field--name-field-gallery-image > * {
  width: 25%;
  padding: 0 15px;
}
.field--name-field-gallery-image {
  display: flex;
  margin: 0 -15px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.consultation {
  padding-bottom: 0;
}
/* GALLERY STYLES*/
/* BENEFITS STYLES*/
.block-content--type-benefits-second .block-title {
  color: var(--dark-blue);
}
.block-content--type-benefits-second .group-footer {
  width: 100%;
}
.block-content--type-benefits-second .group-right {
  width: 50%;
}
.field--name-field-benefits-second-image {
  max-height: 300px;
  height: 100%;
}
.field--name-field-benefits-second-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.field--name-field-ispolzuemye-tehnologii > * {
  width: 25%;
  padding: 0 11px;
}
.field--name-field-ispolzuemye-tehnologii .block-content--type-about {
  background: var(--blue3);
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}
.field--name-field-ispolzuemye-tehnologii .field--name-body {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
}
.field--name-field-ispolzuemye-tehnologii h3 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: var(--blue2);
  margin-bottom: 12px;
}
.field--name-field-ispolzuemye-tehnologii {
  display: flex;
  margin: 0 -11px;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 22px;
}
.block-content--type-benefits-second .group-left > * {
  max-width: 506px;
}
.block-content--type-benefits-second .group-left {
  width: 50%;
  padding-right: 30px;
}
.benefits_second {
  background: var(--blue);
  border-radius: 30px;
}
.block-content--type-benefits-second {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
/* BENEFITS STYLES*/
/* CALLBACK MAP STYLES*/
.block-content--type-callback > .group-right .field--name-field-map {
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
}
.block-content--type-callback .button--primary:hover {
  color: #fff;
  background-color: var(--dark-brown);
}
.block-content--type-callback .button--primary {
  width: 100%;
  background: var(--white);
  color: var(--black);
}
.block-content--type-callback .form-actions {
  width: 37%;
}
.block-content--type-callback textarea {
  resize: none;
}

.block-content--type-callback .webform-submission-form .alert-error {
  width: 100%;
  padding: 10px 5px;
}
.block-content--type-callback .form-type-checkbox a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.block-content--type-callback .form-type-checkbox {
  width: 63%;
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--gray2);
}
.block-content--type-callback .form-item-message {
  width: 100%;
}
.block-content--type-callback .form-item-telefon,
.block-content--type-callback .form-item-name {
  width: 50%;
}
.block-content--type-callback .webform-submission-form > * {
  padding: 0 5px;
}
.block-content--type-callback .webform-submission-form {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.block-content--type-callback .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 20px;
}
.block-content--type-callback .block-title {
  margin-bottom: 10px;
}
.block-content--type-callback .content {
  padding: 30px;
  border-radius: 20px;
  background: var(--gray-svetl2);
}
.block-content--type-callback .mapContainer {
  height: 100%;
}
.block-content--type-callback > .group-right {
  width: calc(100% * 5 / 12);
  padding: 0 15px;
}
.block-content--type-callback > .group-left {
  width: calc(100% * 7 / 12);
  padding: 0 15px;
}
.block-content--type-callback {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: stretch;
  row-gap: 1.5rem;
}
form .form-control,
form .form-number {
  margin-top: 0;
}
.modal-header {
  padding-bottom: 0;
}
.modal-footer {
  padding-top: 0;
}
.vpa-actions .btn-primary {
  padding: 12px 20px;
}
/* CALLBACK MAP STYLES*/
/* *** ADAPTIVE *** */
@media screen and (min-width: 1198px) {
  .container {
    max-width: 1194px;
  }
}
@media screen and (max-width: 1500px) {
  .field--name-field-about-image img {
    object-position: center;
  }
  .slider-block .content {
    padding: 100px 0;
  }
  .slider-block .field--name-field-slide-title {
    font-size: 50px;
    max-width: 597px;
    margin-bottom: 12px;
  }
  .slider-block .node--type-slide .field--name-body {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  div#vpa-short-wrapper .vpa-content {
    font-size: 15px;
  }
  .field--name-field-about-image img {
    object-position: right;
  }
  .node--type-about {
    padding: 60px 0;
    max-width: 459px;
  }
  .front-h1 {
    font-size: 42px;
  }
  .block-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .view-services .view-content .views-row:first-child {
    width: 100%;
  }

  .view-services .view-content .views-row:nth-child(2) {
    width: calc(100% * 5 / 12);
  }

  .view-services .view-content .views-row:nth-child(3) {
    width: calc(100% * 7 / 12);
  }

  .view-services .view-content .views-row:nth-child(4) {
    width: 100%;
  }

  .view-services .view-content .views-row:nth-child(5) {
    width: calc(100% * 4 / 12);
  }

  .view-services .view-content .views-row:nth-child(6) {
    width: calc(100% * 3 / 12);
  }

  .view-services .view-content .views-row:nth-child(7) {
    width: calc(100% * 5 / 12);
  }
  .node--type-benefit .field--name-body {
    font-size: 13px;
  }
  .node--type-benefit .group-left {
    width: 50px;
  }
  .slider-block .field--name-field-slide-title {
    font-size: 42px;
  }
  .slider-block .node--type-slide .field--name-body {
    font-size: 18px;
  }
  .footer-bottom {
    padding: 12px 0;
  }
  #footer .top-row {
    column-gap: 10px;
    justify-content: space-between;
  }
  #footer .col-logo {
    max-width: 180px;
  }
  #footer .col-oferta {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .slider-block {
    padding-bottom: 40px;
  }
  div#vpa-short-wrapper .vpa-content {
    font-size: 14px;
  }
  #scrollToTop {
    right: 35px;
  }
  .block-content--type-callback .field--name-body {
    font-size: 16px;
  }
  .block-content--type-callback {
    margin: 0;
  }
  .block-content--type-callback > .group-right {
    height: 450px;
  }
  .block-content--type-callback > .group-right,
  .block-content--type-callback > .group-left {
    width: 100%;
    padding: 0;
  }
  .field--name-field-ispolzuemye-tehnologii > * {
    width: 50%;
    padding: 0 11px;
  }
  .block-content--type-timer {
    padding: 32px;
  }
  .promo-timer-digits {
    gap: 5px;
    margin-bottom: 20px;
  }
  .promo-timer-digits .timer-label {
    font-size: 18px;
  }
  .promo-timer-digits .timer-divider,
  .promo-timer-digits .timer-value {
    font-size: 50px;
  }
  .block-content--type-timer .field--name-body {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .field--name-field-about-image::before {
    display: none;
  }
  .field--name-field-about-image {
    position: static;
    border-radius: 30px;
    height: 400px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .node--type-about {
    max-width: 100%;
  }
  .block-content--type-work-location .group-right {
    width: 100%;
  }
  .block-content--type-work-location .group-left {
    width: 100%;
    padding-right: 0;
  }
  .block-content--type-work-location .field--name-body {
    font-size: 16px;
  }
  .block-title {
    font-size: 32px;
  }
  .view-services .view-content .views-row:nth-child(2) {
    width: calc(100% * 6 / 12);
  }
  .view-services .view-content .views-row:nth-child(3) {
    width: calc(100% * 6 / 12);
  }
  .view-services .view-content .views-row:nth-child(5) {
    width: calc(100% * 5 / 12);
  }
  .view-services .view-content .views-row:nth-child(6) {
    width: calc(100% * 7 / 12);
  }
  .view-services .view-content .views-row:nth-child(7) {
    width: 100%;
  }
  .services {
    padding: 40px 0;
  }
  .view-services h3 {
    font-size: 21px;
  }
  .view-services .node--type-price .field--name-node-title,
  .view-services h4 {
    font-size: 15px;
  }
  .view-services .node--type-price .field--name-field-price {
    font-size: 16px;
  }
  .view-services .field--name-field-service-summary {
    font-size: 13px;
  }
  .field--name-field-benefit-view > * {
    width: calc(100% / 3);
  }
  .field--name-field-benefit-view {
    justify-content: center;
    row-gap: 14px;
  }
  #header-mob .col-logo img {
    width: 50px;
  }
  .slider-block .field--name-field-slide-title {
    font-size: 35px;
    max-width: 410px;
  }

  .slider-block .node--type-slide .field--name-body {
    font-size: 16px;
  }
  #offcanvasNav .nav .dropdown-menu {
    display: none;
    position: static;
    border: 0px solid;
    background: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #bdbdbd;
  }

  #offcanvasNav li.nav-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div#vpa-short-wrapper .vpa-content {
    font-size: 12px;
  }
  .block-content--type-callback .field--name-body {
    font-size: 14px;
  }
  .field--name-field-ispolzuemye-tehnologii h3 {
    font-size: 20px;
  }
  .block-content--type-benefits-second .field--name-body,
  .field--name-field-ispolzuemye-tehnologii .field--name-body {
    font-size: 14px;
  }
  .field--name-field-ispolzuemye-tehnologii > * {
    padding: 0 5px;
  }
  .field--name-field-ispolzuemye-tehnologii {
    margin: 0 -5px;
    row-gap: 10px;
  }
  .block-content--type-benefits-second .group-footer,
  .block-content--type-benefits-second .group-right,
  .block-content--type-benefits-second .group-left {
    width: 100%;
    padding: 0;
  }
  .field--name-field-gallery-image {
    margin: 0 -7px;
    row-gap: 14px;
  }
  .field--name-field-gallery-image > * {
    width: 50%;
    padding: 0px 7px;
  }
  .promo-timer-digits .timer-divider,
  .promo-timer-digits .timer-value {
    font-size: 40px;
  }
  .promo-timer-digits .timer-label {
    font-size: 14px;
  }
  .block-content--type-timer .block-title {
    font-size: 26px;
  }
  .block-content--type-timer .field--name-body {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .block-content--type-timer {
    padding: 28px;
  }
  .node--type-about {
    padding: 40px 0;
  }
  .about {
    border-radius: 0;
  }
  .field--name-field-about-image {
    height: 290px;
  }
  .node--type-about > .field--name-body {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .node--type-about h3 {
    font-size: 20px;
  }
  .block-content--type-work-location .field--name-body {
    font-size: 14px;
  }
  .front-h1 {
    font-size: 42px;
  }
  .block-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .view-services h3 {
    font-size: 19px;
  }
  .view-services .field--name-field-service-summary {
    margin-bottom: 10px;
  }
  .view-services .node--type-price .field--name-node-title,
  .view-services h4 {
    font-size: 14px;
  }
  .view-services .node--type-price .field--name-field-price {
    font-size: 15px;
  }
  .view-services .field--name-field-service-image {
    min-height: 285px;
  }
  .view-services .view-content .views-row:nth-child(9),
  .view-services .view-content .views-row:nth-child(8),
  .view-services .view-content .views-row:nth-child(7),
  .view-services .view-content .views-row:nth-child(6),
  .view-services .view-content .views-row:nth-child(5),
  .view-services .view-content .views-row:nth-child(4),
  .view-services .view-content .views-row:nth-child(3),
  .view-services .view-content .views-row:nth-child(2),
  .view-services .view-content .views-row:nth-child(1) {
    width: 100%;
  }
  .field--name-field-benefit-view > * {
    width: 50%;
  }
  .slider-block .content {
    padding: 69px 0 73px;
  }

  .slider-block .field--name-field-slide-title {
    font-size: 31px;
  }
  .slider-block .node--type-slide .field--name-body {
    font-size: 14px;
    max-width: 380px;
  }
  .footer-bottom {
    gap: 12px;
  }
}

@media screen and (max-width: 576px) {
  #header-mob .col-contacts svg {
    width: 22px;
    height: 22px;
  }
  #header-mob .contacts__link {
    gap: 0;
    align-items: center;
  }
  .services {
    padding: 25px 0;
  }
  .front-h1 {
    padding-top: 30px;
  }
  #scrollToTop {
    width: 44px;
    height: 44px;
    bottom: 50px;
  }
  .wr_content form .form-actions button {
    width: 100%;
  }
  .block-content--type-callback .form-type-checkbox {
    margin-bottom: 9px;
  }
  .block-content--type-callback .webform-submission-form {
    margin: 0;
  }
  .block-content--type-callback .webform-submission-form > * {
    width: 100%;
    padding: 0;
  }
  .field--name-field-time-image::after {
    background: linear-gradient(
      206deg,
      rgba(255, 255, 255, 0) 28%,
      #9f9891 100%
    );
  }
  .promo-timer-digits {
    justify-content: center;
  }
  .block-content--type-timer .btn {
    margin: auto;
  }
  .front-h1 {
    font-size: 30px;
  }
  .block-title {
    text-align: center;
    font-size: 26px;
  }
  .node--type-service {
    padding: 15px;
  }
  .slider-block .node--type-slide .field--name-body {
    font-size: 13px;
    max-width: 314px;
    margin-bottom: 18px;
  }
  ul.slick-dots {
    bottom: 20px;
  }
  .slider-block .field--name-field-slide-title {
    font-size: 24px;
    max-width: 335px;
  }
  .slider-block .content {
    padding: 50px 0;
    padding-left: 12px;
  }
  #footer h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #footer .logo-wrapper {
    margin-bottom: 10px;
  }
  #footer .top-row {
    justify-content: center;
    row-gap: 1rem;
    padding: 20px 0;
  }
  #footer .top-row > * {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  #footer .messengers {
    justify-content: center;
  }
  .footer-bottom {
    text-align: center;
    justify-content: center;
  }
  #header-mob .contacts__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .block-content--type-callback .content {
    padding: 20px;
  }
  .field--name-field-ispolzuemye-tehnologii > * {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .field--name-field-ispolzuemye-tehnologii {
    margin: 0;
  }
  .field--name-field-benefit-view {
    margin: 0;
  }
  .field--name-field-benefit-view > * {
    padding: 0;
    width: 100%;
  }
}
