.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;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

:root {
  --gradient: linear-gradient(-79deg, #dc62b3, #f241a0);
}

@font-face {
  font-family: "Merriweather";
  src: url("../font/Merriweather-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../font/Merriweather-Italic-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: "Inter", sans-serif;
}

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

/* *** 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: #f5f5f5;
  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: #000;
}

.offcanvas {
  --bs-offcanvas-bg: #d9d9d9;
}

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

/* SLICK STYLES */
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;
  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: none;
  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;
  position: fixed;
  right: 75px;
  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*/

/***Внутрення страница услуги***/
#header {
  margin-bottom: 50px;
}
.upper-block {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
}

.node--type-usluga.node--view-mode-full
  .field--name-field-types-service
  .field__items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.node--type-usluga.node--view-mode-full
  .field--name-field-types-service
  .field__items
  > .field__item {
  width: calc(100% / 2 - 15px);
}
.node--type-usluga.node--view-mode-full .upper-block-types-service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.node--type-usluga.node--view-mode-full .paragraph--type-type-service {
  padding: 30px;
  border-radius: 30px;
  background-color: #ffeff4;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.node--type-usluga.node--view-mode-full .field--name-field-cost-type-service {
  font-size: 18px;
  font-weight: bold;
  color: #363636;
}

.node--type-usluga.node--view-mode-full .field--name-field-name-type-service {
  font-size: 18px;
  font-weight: bold;
  color: #dc62b3;
  max-width: 70%;
}

.node--type-usluga.node--view-mode-full .field__label {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 37px;
}

.node--type-usluga.node--view-mode-full
  .field--name-field-description-type-service {
  font-size: 15px;
}

.node--type-usluga.node--view-mode-full
  .field--name-field-description-type-service
  p {
  margin-bottom: 0;
}

.node--type-usluga.node--view-mode-full .field--name-field-gallery-service {
  display: flex;
  gap: 30px;
  margin-top: 37px;
}

.node--type-usluga.node--view-mode-full .field--name-field-gallery-service img {
  border-radius: 30px;
}

.left-upper-block h1 {
  font-family: "Merriweather";
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: 0.6px;
  color: #fff;
}

.left-upper-block .field--name-field-service-description {
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
    text-shadow: 1px 1px 5px #eb4ca6;
}

.upper-block .left-upper-block {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.upper-block .left-upper-block a.webform-dialog {
  width: 370px;
  height: 61px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #fed9e5;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.body-node-type--usluga
  .field--name-field-calculate-cost-bot-service
  a.webform-dialog {
  width: 370px;
  height: 61px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 10px;
  border-radius: 20px;
  background: var(--gradient);
  font-size: 18px;
  color: white;
  text-decoration: none;
  margin-top: 37px;
}

/* отзывы на странице услуг */
.body-node-type--usluga .reviews-block .more-link a {
  width: 370px;
  height: 61px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  background: #ffeff4;
  font-size: 18px;
  color: #000;
}

/* обратная связь на странице услуг */

.conteiner-header-for-cols {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-default {
  margin-top: 30px;
}

.header-top {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  background-color: #f5f5f5;
  height: 104px;
}

.col-phones,
.col-adresses {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.col-phones a,
.col-adresses a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ul-social {
  display: flex;
  list-style: none;
  justify-content: start;
  align-items: center;
  margin-bottom: 0;
  gap: 15px;
}

.mail-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-contacts-header {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.mg-10px {
  margin-right: 5px;
}

.col-phones a,
.col-adresses a,
.row-contacts-header a {
  text-decoration: none;
  color: black;
  transition: 0.3s;
}

.col-phones a:hover,
.row-contacts-header a:hover {
  color: #f241a0;
}

.col-phones a:active,
.col-adresses a:active,
.row-contacts-header a:active {
  color: #dc62b3;
}

.col-logo-text a {
  font-weight: bold;
  text-decoration: none;
  font-size: 24px;
  background: linear-gradient(-72deg, #ff38a2, #bb5298);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.col-logo-text {
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: "Merriweather", serif;
}

.col-logo-text a {
  width: 200px;
}

.header-top .row > * {
  padding-right: 0;
  padding-left: 0;
}

.header-top .col-logo-text {
  margin-left: 67px;
  margin-right: 75px;
}

.header-top .col-contacts {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 67px;
}

.header-top .col-adresses {
  margin-left: 67px;
}

.header-bottom {
  background-color: #f5f5f5;
  margin-top: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.header-bottom .nav .nav-item a {
  color: black;
  transition: 0.3s;
}

.header-bottom .nav .nav-item a:hover {
  color: #f241a0;
}

#block-vesta-theme-osnovnayanavigaciya-4 .dropdown-menu {
  border: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 10px 10px;
}

#block-vesta-theme-osnovnayanavigaciya-4 .dropdown-menu a:active {
  background-color: #f5f5f5;
}

#block-vesta-theme-osnovnayanavigaciya-4 .dropdown-menu a:hover {
  background-color: #f5f5f5;
}

#search-api-page-block-form-search--2,
#search-api-page-block-form-search--3 {
  display: flex;
  flex-direction: row-reverse;
}

#search-api-page-block-form-search--2 .search-form__submit,
#search-api-page-block-form-search--3 .search-form__submit {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../image/search.svg") center no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-api-page-block-form-search--2 .form-actions,
#search-api-page-block-form-search--3 .form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-api-page-block-form-search--2 input,
#search-api-page-block-form-search--3 input {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  width: 177px;
  background-color: transparent;
  height: 20px;
  margin-left: 5px;
}

#search-api-page-block-form-search--2 input::placeholder,
#search-api-page-block-form-search--3 input::placeholder {
  opacity: 0;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #dc62b3;
  outline: 0;
  box-shadow: 0 0 0 0;
}

#block-vesta-theme-minionas .block-title,
.wr_benefits .region-benefits .block-title,
#block-vesta-theme-izobrazhenie15 .block-title {
  display: none;
}

.wr_mini_about h1 {
  font-family: "Merriweather", serif;
  color: white;
}

.mini-o-nas-span {
  font-weight: 900;
  display: block;
}

.front-h1 {
  display: none;
}

.wr_mini_about .field--name-body {
  font-size: 24px;
  color: white;
  margin-top: 30px;
  margin-bottom: 50px;
}

.wr_mini_about {
  display: block;
}

.wr_mini_about .text-block {
  /* position: absolute; */
  padding-top: 262px;
  left: 0;
  right: 0;
}

.wr_mini_about .text-block p {
  padding-right: 55%;
}

.wr_mini_about a {
  font-size: 18px;
  text-decoration: none;
  color: white;
  padding: 17px 85px;
  background: var(--gradient);
  display: inline-block;
  border-radius: 20px;
}

.wr_benefits .region-benefits {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
}

.wr_benefits {
  margin-top: 70px;
}

.wr_services {
  padding-bottom: 70px;
}

.width270px {
  display: flex;
  width: 270px;
}

.benefits-img {
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding: 0;
}

.benefits-title {
  display: flex;
  justify-content: start;
  align-items: center;
  color: white;
  font-size: 18px;
  margin-left: 15px;
}

.benefits-body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}

.block-content--type-preimushchestva {
  width: 270px;
  background: var(--gradient);
  border-radius: 30px;
  padding: 33px 0;
  z-index: 5;
  position: relative;
}

.dropdown-item:active {
  text-decoration: none;
  background-color: transparent;
}

.benefits-body p {
  margin-bottom: 0;
}

#block-vesta-theme-views-block-uslugi-block-1 .block-title,
.wr_examples .block-title,
.wr_reviews .block-title {
  font-weight: bold;
  font-size: 45px;
  font-family: "Merriweather", serif;
  margin-top: 80px;
  margin-bottom: 37px;
}

#header-mob .col-logo a img {
  max-height: 60px;
}

.wr_examples .block-title {
  color: white;
}

#block-vesta-theme-views-block-uslugi-block-1 .view-id-uslugi .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 15px 30px;
}

#block-vesta-theme-views-block-uslugi-block-1
  .view-id-uslugi
  .view-content
  .views-row {
  height: 139px;
  border-radius: 30px;
  background-color: #ffeff4;
  border: 3px solid #ffeff4;
  transition: 0.3s;
}

#block-vesta-theme-views-block-uslugi-block-1
  .view-id-uslugi
  .view-content
  .views-row:hover {
  box-shadow:
    -106px 102px 41px rgba(249, 224, 232, 0.01),
    -68px 65px 38px rgba(249, 224, 232, 0.07),
    -38px 37px 32px rgba(249, 224, 232, 0.23),
    -17px 16px 24px rgba(249, 224, 232, 0.39),
    -4px 4px 13px rgba(249, 224, 232, 0.45);
}
#block-vesta-theme-views-block-uslugi-block-1
  .view-id-uslugi
  .view-content
  > .views-row:hover {
  background-color: white;
  border: 3px solid #f4f4f4;
}

#block-vesta-theme-views-block-uslugi-block-1
  .view-id-uslugi
  .view-content
  .views-row
  h2 {
  color: #dc62b3;
  font-size: 18px;
  display: block;
  min-height: 50px;
}

.group-services-left .field--label-hidden {
  display: inline;
  font-size: 18px;
}

.group-services-left {
  width: 250px;
}

#block-vesta-theme-views-block-uslugi-block-1
  .view-id-uslugi
  .view-content
  .views-row {
  display: flex;
  align-items: center;
  padding: 20px;
}

#block-vesta-theme-views-block-uslugi-block-1
  .view-id-uslugi
  .view-content
  > .views-row:hover
  .btn-services-more {
  background: var(--gradient);
  color: white;
}

.btn-services-more {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 17px 0px;
  text-decoration: none;
  border-radius: 20px;
  background-color: #fed9e5;
  color: black;
}
.body-node--2 .node--type-usluga,
.body-view--uslugi .node--type-usluga {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.group-services-right > div {
  display: flex;
  justify-content: end;
}

#block-vesta-theme-views-block-uslugi-block-1 .more-link a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  padding: 17px 0px;
  text-decoration: none;
  border-radius: 20px;
  background: var(--gradient);
  color: white;
  margin-top: 50px;
}

#block-vesta-theme-izobrazhenie15 {
  /* width: 50%;
  display: flex;
  justify-content: end;
  padding-right: 15px; */
}

#block-vesta-theme-vebforma {
  /* width: 50%;
  padding-left: 15px; */
}

.region-callback {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;

  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.vesta-small {
  display: none;
}

.wr_callback {
  /* background-color: #DC62B3; */
  padding-top: 80px;
}

#block-vesta-theme-views-block-about-block-1 h2 {
  font-family: Merriweather;
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 37px;
}

#block-vesta-theme-views-block-about-block-1 .more-link a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  padding: 17px 0px;
  text-decoration: none;
  border-radius: 20px;
  background: #fed9e5;
  color: black;
  position: absolute;
  bottom: 0px;
}
#block-vesta-theme-views-block-about-block-1 {
  position: relative;
}

/* блок о нас */
.wr_about .about-container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.wr_about .about-container-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-container-left-bottom a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 120px;
  border-radius: 20px;
  background-color: #fed9e5;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  text-decoration: none;
}

.about-container-left .field--name-body p *,
.about-container-left .field--name-body * {
  margin: 0;
  padding: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.about-container-right {
  flex-shrink: 0;
}

.about-container-right img {
  border-radius: 30px;
  object-fit: cover;
}

.region-callback {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 30px;
}

.region-callback > .block {
  height: 100%;
}

.field--name-field-izobrazhenie-callback {
  height: 100%;
}

.field--name-field-izobrazhenie-callback img {
  width: 100%;
  height: 513px;
  display: block;
  object-fit: cover;
  border-radius: 30px;
  object-position: center top;
}

.wr_about .group-right img {
  width: 100%;
  height: 513px;
  display: block;
  object-fit: cover;
  border-radius: 30px;
  object-position: center top;
}

.wr_about .group-right > div {
  width: 100%;
}

.webform-submission-callback-node-2-form {
  background-color: white;
  /* width: 570px; */
  min-height: 513px;
  border-radius: 30px;
  padding: 40px 10%;
}

#webform-submission-callback-node-2-form-ajax label {
  font-size: 45px;
  display: flex;
  justify-content: center;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

#webform-submission-callback-node-2-form-ajax .form-control {
  margin-left: auto;
  margin-right: auto;
  height: 61px;
  background-color: #fed9e5;
  border-radius: 20px;
  border: none;
  font-size: 18px;
  margin-bottom: 15px;
}

#webform-submission-callback-node-2-form-ajax .webform-button--submit {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 295px;
  padding: 17px 0px;
  text-decoration: none;
  border-radius: 20px;
  background: var(--gradient);
  color: white;
  border: none;
}

#webform-submission-callback-node-2-form-ajax .js-form-type-checkbox {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

#webform-submission-callback-node-2-form-ajax .form-checkbox {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.webform-element-description {
  font-size: 14px;
  color: #343434;
}

.webform-element-description a {
  font-size: 14px;
  color: #343434;
}

.wr_examples .view-content .views-row img {
  border-radius: 20px;
  /* width: 270px;
  height: 354px; */
}

/*.wr_examples .view-content {
  margin: 0 -30px;
}*/

.wr_examples .field-content .media--blazy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wr_examples .slick-slide,
.wr_examples .media--blazy {
  /*width: 270px;*/
  margin: 0px 15px;
}

.wr_examples .button.slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  width: 16px;
  height: 32px;
}

.wr_examples .view-content .slick-next {
  right: -50px;
}

.wr_examples .view-content .slick-prev {
  left: -50px;
}

.wr_examples .slick-slide {
  padding: 0px;
}

.wr_examples .slick-list {
  margin: 0 -15px;
}

.card-contacts {
  padding: 30px;
  background: var(--gradient);
  border-radius: 30px;
  height: 213px;
}

.contacts__title {
  font-weight: bold;
  font-size: 45px;
  font-family: "Merriweather", serif;
  padding-top: 70px;
  padding-bottom: 40px;
}

.card-contacts-title {
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.contacts-header {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  margin-bottom: 15px;
}

.contacts-header p {
  margin: 0;
  color: white;
  font-size: 18px;
  margin-left: 5px;
}

.c-w-fz-18 {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.card-contacts .ul-social {
  padding-left: 0px;
  margin-top: 30px;
}

.card-contacts-phone,
.card-contacts-adress {
  color: white;
  font-size: 18px;
}

.card-contacts-phone .row,
.card-contacts-adress .row {
  gap: 5px;
}

.card-contacts-phone a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.wr_map {
  padding-top: 30px;
}

footer {
  background-color: #f5f5f5;
}

.footer-col-logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  padding-top: 10px;
}

.footer-logo-img {
  /* width: 70%; */
}

.footer-col-nav,
.footer-col-services,
.footer-col-adress {
  padding-top: 40px;
}

#footer .ul-social {
  padding-left: 0px;
  margin: 20px 0;
}

#footer .ul-social li {
  margin-right: 8px;
}

footer .footer-col-logo p {
  margin-bottom: 0px;
  color: #535353;
}

footer .footer-col-logo a {
  margin-bottom: 0px;
  color: #535353;
  text-decoration: none;
}

footer .footer-col-logo a:hover {
  text-decoration: underline;
}

.footer-col-nav .nav {
  display: flex;
  flex-direction: column;
}

#footer {
  /* padding-top: 40px; */
  margin-top: 80px;
  padding-bottom: 117px;
}

.footer-col-nav .nav .nav-link {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  padding: 3px 0;
  transition: 0.3s;
}

.footer-col-nav .nav .nav-link:hover {
  color: #dc62b3;
}

.footer-col-services .nav .nav-link {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  padding: 3px 0;
  transition: 0.3s;
}

.footer-col-services .nav .nav-link:hover {
  color: #dc62b3;
}

.footer-title {
  color: #dc62b3;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}

#footer .dropdown-toggle::after {
  display: none;
}

#footer .dropdown-menu {
  display: none;
}

.footer-mail {
  text-decoration: none;
  color: black;
  margin-bottom: 30px;
  display: flex;
  transition: 0.3s;
}

.footer-mail:hover {
  color: #dc62b3;
}

#footer .col-phones a {
  padding: 3px 0;
}

#footer .col-adresses a {
  padding: 3px 0;
}

#footer .col-adresses {
  margin-top: 30px;
}

.vesta {
  margin-left: auto;
  display: block;
  color: #535353;
  font-size: 14px;
  text-decoration: none;
  margin-top: 50px;
  display: flex;
  justify-content: end;
}

.footer-col-adress {
  padding-left: 100px;
}

.body-node--2::before {
  content: "";
  position: absolute;
  top: 143%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../image/fon.svg") no-repeat top center;
  background-size: cover;
  z-index: -1;
  height: 2755px;
}

.body-node--2 .wr_services {
  position: relative;
}

.body-node--2 .wr_reviews {
  position: relative;
}

.body-node--2 .wr_contacts::before {
  content: "";
  position: absolute;
  left: -1%;
  bottom: -20%;
  width: 331px;
  height: 440px;
  background: url("../image/4.svg") no-repeat top left;

  z-index: -1;
}

.body-node--2 .wr_contacts {
  position: relative;
}

.region-benefits .col-xxl-3 {
  width: auto;
}

.region-benefits {
  gap: 30px;
}
.contacts__grid .col-xxl-4 {
  gap: 30px;
}

/* куки */

.vpa-container div#vpa-short-wrapper {
  margin-left: auto;
  margin-right: 40px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0);
  border-radius: 20px;
  border: solid 2px #fed9e5;
}

.vpa-container div#vpa-short-wrapper .vpa-content,
.vpa-container div#vpa-short-wrapper .vpa-content a {
  color: #000;
  text-decoration: none;
}

.vpa-container div#vpa-short-wrapper .vpa-content {
  padding-right: 40px;
}

.vpa-container div#vpa-short-wrapper .vpa-actions button {
  background-color: #fed9e5;
  width: 277px;
  color: black;
  border-radius: 20px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacti-title {
  font-size: 24px;
  font-weight: bold;
  color: #dc62b3;
}

.p-contacti-custom {
  font-size: 18px;
  color: black;
  text-decoration: none;
  margin-right: 10px;
}

.page-contacti-custom h1 {
  margin-bottom: 30px;
}

.view-nashi-raboty h2 {
  display: none;
}

.h2-works-display-block {
  display: block !important;
}

.p-contacti-custom a {
  font-size: 18px;
  color: #dc62b3;
  text-decoration: none;
  transition: 0.3s;
}

.p-contacti-custom a:hover {
  font-size: 18px;
  text-decoration: underline;
}

.body-view--about .node--type-about {
  background: var(--gradient);
  padding: 30px;
  border-radius: 30px;
}

.body-view--about .node--type-about .field--name-node-title {
  color: white;
}

.body-view--about .node--type-about p {
  color: white;
  padding-right: 20px;
  font-size: 18px;
}

.body-view--about .node--type-about a {
  color: white;
  padding-right: 20px;
  font-size: 18px;
}

.body-view--uslugi .group-services-left {
  width: 100%;
}

.body-view--uslugi .group-services-right > div {
  display: flex;
}

.body-view--uslugi .group-services-left .field--label-hidden h2 {
  font-size: 24px;
}

.body-view--uslugi .node--type-usluga {
  margin: 30px 0px;
}

.dropdown-item.active {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .body-view--about .group-right {
    display: none;
  }

  .body-view--about .group-left {
    width: 100%;
  }
}

/***Блок "Яндекс-карта"***/
#block-vesta-theme-yandekskarta-2 iframe,
.page-contacti-custom iframe {
  border-radius: 50px;
}
#block-vesta-theme-yandekskarta-2 .mapContainer::after,
.page-contacti-custom .mapContainer::after {
  display: none;
}

.wr_mini_about .image-style-banner {
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 95%;
  object-fit: cover;
}

.front #header {
  position: absolute !important;
  left: 0;
  right: 0;
  z-index: 1;
}
/* webforma */
.ui-widget.ui-widget-content {
  border: 0;
}

.ui-widget .ui-dialog-title {
  display: none;
}

.ui-widget .ui-dialog-titlebar {
  height: 20px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 20px;
  height: 20px;
  background: url("../image/x.svg") center no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-dialog .ui-dialog-content {
  padding: 0em 1em 0.5em 1em;
}

.ui-dialog .ui-dialog-content label {
  font-size: 20px;
}

.ui-dialog .ui-dialog-content input {
  margin: 20px auto;
}

.ui-dialog .ui-dialog-content .js-form-type-checkbox {
  display: flex;
  gap: 20px;
  margin: 5px auto;
  justify-content: start;
  align-items: center;
}

.ui-dialog
  .ui-dialog-content
  .js-form-type-checkbox
  .webform-element-description {
  font-size: 14px;

  color: #343434;
}

.ui-dialog .ui-dialog-content .webform-button--submit {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  padding: 10px 0px;
  text-decoration: none;
  border-radius: 20px;
  background: var(--gradient);
  color: white;
  margin-top: 20px;
  border: none;
}

.ui-dialog {
  border-radius: 20px;
}

input[type="checkbox"] {
  accent-color: #f241a0;
}

.slick-list {
  border-radius: 20px;
}

.body-view--uslugi .view-content {
  display: grid;
  grid-template-columns: repeat(2, 4fr);
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.body-view--uslugi .view-content .views-row {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 139px;
  border-radius: 30px;
  background-color: #ffeff4;
  border: 3px solid #ffeff4;
  transition: 0.3s;
}

.body-view--uslugi .view-content .views-row h2 {
  color: #dc62b3;
  font-size: 18px;
  display: block;
  min-height: 50px;
}

.body-view--uslugi .view-content > .views-row:hover {
  background-color: white;
  border: 3px solid #f4f4f4;
}

.body-view--uslugi .view-content .views-row:hover {
  box-shadow:
    -106px 102px 41px rgba(249, 224, 232, 0.01),
    -68px 65px 38px rgba(249, 224, 232, 0.07),
    -38px 37px 32px rgba(249, 224, 232, 0.23),
    -17px 16px 24px rgba(249, 224, 232, 0.39),
    -4px 4px 13px rgba(249, 224, 232, 0.45);
}

.body-view--uslugi
  .view-id-uslugi
  .view-content
  > .views-row:hover
  .btn-services-more {
  background: var(--gradient);
  color: white;
}

.field--name-field-detailed-desc-company {
  font-size: 18px;
  margin-top: 20px;
}

.search-cotnainer-custom form {
  display: none;
}

.search-cotnainer-custom {
  margin: 50px auto 40vh auto;
}

.search-cotnainer-custom a {
  color: #dc62b3;
}

.view-display-id-page_all_works .photoswipe-gallery {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 4fr);
  gap: 30px;
  margin-bottom: 30px;
}

.view-display-id-page_all_works .photoswipe-gallery img {
  border-radius: 20px;
}

.view-display-id-reviews_page .view-content {
  margin-top: 37px;
  margin-bottom: 100px;
}

.view-display-id-reviews_page .view-content .node--type-review {
  width: 100%;
  border-radius: 20px;
  background-color: #ffeff4;
  padding: 20px;
  height: 100%;
}

.offcanvas-mob .offcanvas-header,
.offcanvas-mob .offcanvas-body {
  background: #f5f5f5;
}

.offcanvas-mob #search-api-page-block-form-search--2,
#search-api-page-block-form-search--3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.offcanvas-mob ul li a {
  padding-left: 0px;
  color: black;
  transition: 0.3s;
}

.offcanvas-mob ul li a:hover {
  color: #dc62b3;
}

.offcanvas-mob ul li a:focus {
  color: #dc62b3;
}

#offcanvasNav .offcanvas-body ul.dropdown-menu {
  display: none;
  position: static;
  border: 0px solid;
  background: transparent;
  padding: 0px 0;
  border-bottom: 0px;
}

.offcanvas-body .msngrs a {
  color: #f241a0;
}

.offcanvas-body .contact-item-el a {
  color: #f241a0;
}

.slick-slider {
  margin-left: auto;
  margin-right: auto;
}

/* callback форма */
.body-node-type--usluga .region-callback form {
  width: calc(100% - 12px);
  height: 513px;
  padding: 43px 50px;
  border-radius: 30px;
  background-color: #fff;
}

.body-node-type--usluga .region-callback form label {
  margin-bottom: 37px;
  font-family: "Merriweather";
  font-size: 45px;
  font-weight: bold;
  color: #363636;
  display: flex;
  justify-content: center;
}

.body-node-type--usluga .region-callback form .form-text {
  margin-top: 0;
}

.body-node-type--usluga .region-callback form input {
  width: 469px;
  height: 61px;
  flex-grow: 0;
  padding: 20px;
  border-radius: 20px;
  background-color: #fed9e5;
  border: none;
  margin-bottom: 15px;
}

.body-node-type--usluga .region-callback form .webform-actions button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  padding: 10px 100px;
  height: 61px;
  border-radius: 20px;
  background: var(--gradient);
  border: none;
  font-size: 18px;
  color: #fff;
}

.body-node-type--usluga .region-callback form .js-form-item-privacy {
  display: flex;
  justify-content: start;
  align-items: center;
}

.body-node-type--usluga .region-callback form .js-form-item-privacy input {
  width: 24.1px;
  height: 24.1px;
  margin: 1.7px 9.9px 10.2px 0;
  object-fit: contain;
}

.body-node-type--usluga
  .region-callback
  form
  .js-form-item-privacy
  .description
  .webform-element-description {
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #343434;
}

/* отзывы */

.reviews-block .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.reviews-block .view-content .views-row {
  background-color: #ffeff4;
  border-radius: 30px;
  padding: 35px 30px;
  transition: 0.3s;
}

.reviews-block .view-content .views-row:hover {
  background-color: white;
  box-shadow:
    -106px 102px 41px rgba(249, 224, 232, 0.01),
    -68px 65px 38px rgba(249, 224, 232, 0.07),
    -38px 37px 32px rgba(249, 224, 232, 0.23),
    -17px 16px 24px rgba(249, 224, 232, 0.39),
    -4px 4px 13px rgba(249, 224, 232, 0.45);
}

.field--name-field-review-fio {
  color: #dc62b3;
  font-size: 18px;
}

.reviews-block .view-content time {
  font-size: 14px;
  color: #545454;
}

.field--name-field-review-text {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 20px;
}

.reviews-block .more-link a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  padding: 17px 0px;
  text-decoration: none;
  border-radius: 20px;
  background: var(--gradient);
  color: white;
  margin-top: 50px;
}

/* бэкграунд страницы услуг */
body.body-node-type--usluga,
body.body-node-type--usluga #footer {
  position: relative;
}

body.body-node-type--usluga::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
  pointer-events: none;

  background-image: url("../image/background_service_top.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

body.body-node-type--usluga #footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 1775px;
  z-index: -1;
  pointer-events: none;

  background-image: url("../image/background_service_bottom.svg");
  background-repeat: no-repeat;
  background-size: auto auto;
}

/* скидки */
.body-view--skidki .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.body-view--skidki .view-content .views-row {
  background-color: #ffeff4;
  display: flex;
  height: 100%;
}

.body-view--skidki .node--type-skidka {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.body-view--skidki .view-content .views-row .sales-container-card-bottom {
  padding: 19px 21px 22px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.body-view--skidki .view-content .views-row .field--name-node-title h2 a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  font-family: "Merriweather";
  color: #dc62b3;
  flex-shrink: 0;
}

.body-view--skidki .view-content .views-row .field--name-field-sale-img a img {
  border-radius: 10px 10px 0 0;
}

.body-view--skidki .view-content .views-row {
  border-radius: 10px;
}

.body-view--skidki
  .view-content
  .views-row
  .field--name-field-sale-description {
  font-size: 14px;
}

.body-view--skidki .view-content .views-row .field--name-node-link a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  border: 1px solid #dc62b3;
  color: #dc62b3;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  margin-top: auto;
}

.body-view--skidki .view-content .views-row .field--name-node-link {
  margin-top: auto;
}

.body-view--skidki .view-content .views-row .field--name-node-link a:hover {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  border: 1px solid #dc62b3;
  color: white;
  background-color: #dc62b3;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
}

/* скидки page */
.body-node-type--skidka .node--type-skidka {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.body-node-type--skidka .node--type-skidka .field--name-node-title h1 {
  font-weight: 400;
  font-family: "Merriweather";
  color: #dc62b3;
  font-size: calc(1.375rem + 1.5vw);
}
.body-node-type--skidka .node--type-skidka .field--name-field-sale-img img {
  border-radius: 10px;
}

.not-front #header-mob {
  margin-bottom: 50px;
}

/* page галереи альбомы */
.body-view--nashi_raboty .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.body-view--nashi_raboty .view-content .views-row .works-album-gallery h4 {
  background-color: #dc62b3;
  padding: 5px 0;
  color: white;
  pointer-events: none;
}

.body-view--nashi_raboty
  .view-content
  .views-row
  .works-album-gallery
  .field--name-node-title {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.body-view--nashi_raboty .view-content .views-row .works-album-gallery {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body-view--nashi_raboty
  .view-content
  .views-row
  .works-album-gallery
  .field--name-field-izobrazhenie
  img {
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.body-view--nashi_raboty .field--name-field-izobrazhenie .field__item {
  width: 100%;
}

.body-view--nashi_raboty
  .view-content
  .views-row
  .works-album-gallery
  .field--name-field-izobrazhenie {
  display: flex;
  justify-content: center;
}

/* полная страница галереи */
.body-node-type--nashi_raboty .field--name-field-izobrazhenie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.body-node-type--nashi_raboty .field--name-field-izobrazhenie .field__item img {
  border-radius: 30px;
}

/***Форма добавления отзыва***/
#block-add-review-form {
  display: none;
}

.h1-works-page,
.h1-works-full-page {
  margin-bottom: 37px;
}

a:focus-visible {
  box-shadow: none !important;
}

.btn:focus-visible {
  box-shadow: none !important;
}

.header-top .col-logo a img {
  border-radius: 20px;
}

/* reviews full */
.body-view--reviews_front .view-id-reviews_front .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form {
  grid-column: 1 / -1;
  background-color: #ffeff4;
  padding: 30px;
  border-radius: 20px;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  h4 {
  display: none;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  .block-title {
  font-size: 24px;
  margin-bottom: 17px;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  input {
  background-color: transparent;
  border: 1px solid #dc62b3;
  color: #dc62b3;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  textarea {
  background-color: transparent;
  border: 1px solid #363636;
  color: #363636;
  margin-top: 5px;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  .form-date {
  background-color: transparent;
  border: 1px solid #363636;
  color: #363636;
  margin-top: 15px;
  border-radius: 5px;
  padding: 5px;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  #edit-actions--3 {
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  strong {
  font-weight: normal;
  font-size: 16px;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  .field--name-title
  label {
  color: #dc62b3;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  #edit-submit--3 {
  background: var(--gradient);
  color: white;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 18px;
  transition: 0.3s;
  border: none;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  #block-add-review-form
  .hide-form {
  border: 1px solid #dc62b3;
  color: #dc62b3;
  border-radius: 15px;
  padding: 4px 10px;
  font-size: 18px;
  transition: 0.3s;
}

.body-view--reviews_front
  .view-id-reviews_front
  .view-content
  .field--name-node-title {
  color: #dc62b3;
  font-size: 18px;
}

.body-view--reviews_front .add-review {
  background: var(--gradient);
  color: white;
  border-radius: 20px;
  padding: 12px 37px;
  font-size: 18px;
  margin-top: 37px;
  transition: 0.3s;
}

.body-view--reviews_front .add-review:hover {
  color: white;
}

.region-reviews .view-reviews-front .views-row .field--name-node-title {
  color: #dc62b3;
}

.region-callback .webform-submission-form .alert-error {
  display: none;
}

/* баннер исправление */
.block-content--type-banner {
  position: relative;
}

.block-content--type-banner .text-block {
  position: relative;
  z-index: 2;
}

.block-content--type-banner .field--name-field-background-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.block-content--type-banner .field--name-field-background-image img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center right;
}

.front #header {
  position: absolute !important;
  left: 0;
  right: 0;
  z-index: 100;
}

/* услуги исправление */
.body-node-type--usluga .upper-block .right-upper-block img {
  border-radius: 30px;
}

/* ***
                                                      A
                                                      D
                                                      A
                                                      P
                                                      T
                                                      I
                                                      V
                                                      E
*** */

@media screen and (max-width: 991px) {
  #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%;
  }
}

/* xs */
@media (max-width: 575.98px) {
  .body-view--reviews_front .view-id-reviews_front .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .body-view--nashi_raboty
    .view-content
    .views-row
    .works-album-gallery
    .field--name-node-title {
    bottom: 15px;
  }

    .wr_about .about-container {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}

.about-container-left-bottom a {
    padding: 10px 60px;
    border-radius: 15px;
    font-size: 16px;
    margin-top: 15px;
}

  .region-callback {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .body-node-type--nashi_raboty .field--name-field-izobrazhenie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .body-node-type--nashi_raboty
    .field--name-field-izobrazhenie
    .field__item
    img {
    border-radius: 15px;
  }

  .reviews-block .view-content .views-row {
    border-radius: 15px;
    padding: 25px 20px;
  }

  .node--type-usluga.node--view-mode-full .field__label {
    margin-bottom: 17px;
  }

  .node--type-usluga.node--view-mode-full .paragraph--type-type-service {
    border-radius: 15px;
    padding: 20px;
  }

  .body-view--uslugi .node--type-usluga {
    margin: 10px 0px;
  }

  .not-front #header-mob {
    margin-bottom: 30px;
  }

  .footer-logo-img {
    width: 75%;
  }

  .body-view--about .node--type-about {
    border-radius: 15px;
    padding: 15px;
  }

  .field--name-field-detailed-desc-company {
    font-size: 16px;
    padding-right: 0px;
  }

  .body-view--skidki
    .view-content
    .views-row
    .field--name-field-sale-img
    a
    img {
    width: 100%;
  }

  .body-view--skidki .view-content {
    grid-template-columns: 1fr;
  }

  .upper-block {
    flex-direction: column;
  }

  .left-upper-block h1 {
    margin-right: 0px;
  }

  .upper-block .left-upper-block {
    width: 100%;
  }

  .upper-block .left-upper-block a.webform-dialog {
    margin-bottom: 37px;
  }

  .left-upper-block .field--name-field-service-description {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .upper-block {
    margin-top: 50px;
  }

  .upper-block .left-upper-block a.webform-dialog,
  .body-node-type--usluga .reviews-block .more-link a,
  .body-node-type--usluga .region-callback form .webform-actions button,
  .body-node-type--usluga
    .field--name-field-calculate-cost-bot-service
    a.webform-dialog {
    width: 170px;
    height: 51px;
    padding: 5px;
    border-radius: 15px;
    font-size: 14px;
  }

  .upper-block-types-service {
    flex-direction: column;
  }

  .body-node-type--usluga .region-callback form input {
    width: 100%;
    height: 37px;
    font-size: 14px;
    border-radius: 15px;
  }

  .field--name-field-review-text {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-name-type-service {
    max-width: 100%;
  }

  .body-node-type--usluga .field--name-field-gallery-service .field__item {
    width: calc(100% / 2 - 6px);
    display: flex;
    justify-content: center;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-gallery-service
    img {
    border-radius: 15px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-name-type-service,
  .node--type-usluga.node--view-mode-full .field--name-field-cost-type-service {
    font-size: 15px;
  }

  .body-node-type--usluga .region-callback form .webform-actions button {
    width: 170px;
    height: 37px;
    padding: 3px;
    border-radius: 15px;
    font-size: 14px;
  }

  .body-node-type--usluga .region-callback form .js-form-item-privacy input {
    width: 12.1px;
    height: 12.1px;
    margin: 1.7px 9.9px 10.2px 0;
    object-fit: contain;
  }

  .body-node-type--usluga .region-callback form {
    width: auto;
    padding: 20px;
    height: auto;
    border-radius: 15px;
  }

  .body-node-type--usluga .wr_callback .webform-ajax-form-wrapper {
    display: flex;
    justify-content: center;
  }

  .body-node-type--usluga .region-callback form label {
    font-size: 20px;
    margin-bottom: 17px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-description-type-service {
    font-size: 14px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items
    > .field__item {
    width: 100%;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items {
    gap: 12px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-gallery-service {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .vpa-container div#vpa-short-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-bottom: 10px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-content {
    padding-right: 0px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-content p {
    font-size: 10px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-actions button {
    width: auto;
    border-radius: 10px;
    height: auto;
    font-size: 12px;
    padding: 10px 15px;
  }

  body.body-node-type--usluga::before {
    top: 0;
    left: 0;
    background: url("../image/background_service_top.svg") no-repeat top center;
    background-size: cover auto;
  }

  #scrollToTop {
    width: 24px;
    height: 24px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 60px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
  }

  .wr_benefits .region-benefits {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    margin-top: calc(-1 * var(--bs-gutter-y));
    justify-content: center;
  }

  .benefits-body {
    justify-content: start;
  }

  .body-node--2 .wr_services::after,
  .body-node--2 .wr_reviews::after,
  .body-node--2 .wr_services::before,
  .body-node--2 .wr_contacts::before {
    display: none;
  }

  .wr_mini_about .image-style-banner {
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 125%;
    object-fit: cover;
  }

  .body-view--uslugi .view-content {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .btn-services-more {
    font-size: 16px;
    width: 90%;
    padding: 12px 0px;
    border-radius: 15px;
  }

  .body-view--uslugi .view-content .views-row {
    border-radius: 15px;
    padding: 10px;
    height: auto;
  }

  .body-view--uslugi .view-content .views-row h2 {
    font-size: 16px;
  }

  .view-display-id-page_all_works .photoswipe-gallery {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }
  .view-display-id-page_all_works .photoswipe-gallery .field__item {
    margin-left: auto;
    margin-right: auto;
  }

  #header-mob .col-phone .contact-item a {
    font-size: 13px;
  }
  #header-mob > * {
    padding: 0 0px;
  }

  .footer-col-adress {
    padding-left: 0px;
  }

  .footer-col-adress .col-phones a,
  .footer-col-adress .col-adresses a,
  .footer-mail,
  .footer-title,
  .menu--uslugi ul li a,
  .menu--main ul li a {
    font-size: 14px;
  }
  footer .footer-col-logo p {
    font-size: 12px;
  }

  #footer .ul-social {
    padding-left: 0px;
    margin: 0px 0;
  }

  .ul-social {
    gap: 5px;
  }

  .footer-col-logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-col-services {
    padding: 10px;
  }

  #footer .col-adresses {
    margin-top: 10px;
  }

  .footer-mail {
    margin-bottom: 10px;
  }

  .footer-col-nav,
  .footer-col-services,
  .footer-col-adress {
    /* width: 60%; */
    margin-left: auto;
    margin-right: auto;
  }

  .footer-col-adress {
    padding-left: 10px;
  }

  .vesta {
    justify-content: center;
  }

  .wr_mini_about .text-block p {
    padding-right: 15%;
    font-size: 18px;
  }

  .wr_mini_about .text-block {
    padding-top: 10px;
  }

  .wr_mini_about .field--name-body {
    font-size: 20px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .wr_benefits {
    margin-top: 40px;
  }

  .region-benefits {
    gap: 15px;
  }

  .block-content--type-preimushchestva {
    width: 100%;
    border-radius: 15px;
    padding: 20px 0;
  }
  .card-contacts {
    border-radius: 15px;
    padding: 20px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .view-id-uslugi .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 15px 30px;
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: 30px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left p {
    font-size: 14px;
  }

  #webform-submission-callback-node-2-form-ajax .webform-button--submit {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    border: none;
  }

  #block-vesta-theme-views-block-about-block-1 .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: #fed9e5;
    color: black;
    position: absolute;
    bottom: 0px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    margin-top: 50px;
    border: 2px solid white;
    transition: 0.3s;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a:hover {
    box-shadow: 0 0 30px white;
  }
  .wr_mini_about a {
    font-size: 18px;
    text-decoration: none;
    color: white;
    padding: 17px 0px;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    border-radius: 20px;
    width: 243px;
  }

  .wr_callback {
    max-width: 720px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .wr_callback {
    padding-top: 30px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-right {
    display: none;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    height: 350px;
    width: 100%;
  }

  #block-vesta-theme-izobrazhenie15 {
    display: none;
  }

  #block-vesta-theme-vebforma {
    width: 100%;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .webform-submission-callback-node-2-form {
    background-color: white;
    width: auto;
    min-height: auto;
    border-radius: 15px;
    padding: 20px 5%;
    margin-left: auto;
    margin-right: auto;
  }

  #webform-submission-callback-node-2-form-ajax label {
    font-size: 30px;
    display: flex;
    justify-content: center;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #webform-submission-callback-node-2-form-ajax .form-control {
    margin-left: auto;
    margin-right: auto;
    height: 44px;
    background-color: #fed9e5;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .reviews-block .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .width270px {
    display: flex;
    width: auto;
  }

  .reviews-block .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    margin-top: 50px;
  }

  .contacts__title {
    font-weight: bold;
    font-size: 30px;
    font-family: "Merriweather", serif;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  #block-vesta-theme-views-block-uslugi-block-1
    .view-id-uslugi
    .view-content
    .views-row {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
  }

  .group-services-left {
    width: auto;
  }

  #block-vesta-theme-views-block-uslugi-block-1
    .view-id-uslugi
    .view-content
    .views-row
    h2 {
    color: #dc62b3;
    font-size: 16px;
    display: block;
    min-height: 50px;
  }

  .group-services-left .field--label-hidden {
    display: inline;
    font-size: 16px;
  }

  #webform-submission-callback-node-2-form-ajax label {
    font-size: 25px;
    display: flex;
    justify-content: center;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #edit-privacy--description {
    font-size: 12px;
    color: #343434;
  }

  #edit-privacy--description a {
    font-size: 12px;
    color: #343434;
  }

  .slick-slider {
    width: 75%;
  }
  .wr_examples .view-content .views-row img {
    border-radius: 15px;
  }

  .benefits-body {
    font-size: 16px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .block-title,
  .wr_examples .block-title,
  .wr_reviews .block-title,
  .contacts__title {
    margin-top: 30px;
    margin-bottom: 17px;
    font-size: calc(1.325rem + 0.9vw);
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    padding-right: 0px;
    height: 360px;
    width: 100%;
  }

  .contacts__title {
    font-weight: bold;
    font-size: 30px;
    font-family: "Merriweather", serif;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .card-contacts {
    padding: 15px;
    height: auto;
  }

  .card-contacts-adress .row {
    gap: 0px;
  }

  .card-contacts .ul-social {
    margin-top: 0px;
  }

  .front .wr_map .container {
    padding-left: 0;
    padding-right: 0;
  }

  #footer {
    /* padding-top: 40px; */
    margin-top: 40px;
    padding-bottom: 60px;
  }

  #footer .footer-col-logo > a {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: 50%;
  }

  footer .footer-col-logo p {
    text-align: center;
  }

  #block-vesta-theme-yandekskarta-2 iframe,
  .page-contacti-custom iframe {
    border-radius: 15px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left p {
    text-align: justify;
  }
  .body-node-type--usluga
    .field--name-field-calculate-cost-bot-service
    a.webform-dialog {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .body-node--2::before {
    top: 217%;
  }
  .body-view--nashi_raboty .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .body-view--nashi_raboty
    .view-content
    .views-row
    .works-album-gallery
    .field--name-field-izobrazhenie
    img {
    border-radius: 15px;
  }

  .wr_mini_about a,
  #block-vesta-theme-views-block-uslugi-block-1 .more-link a,
  #block-vesta-theme-views-block-about-block-1 .more-link a,
  #webform-submission-callback-node-2-form-ajax .webform-button--submit,
  .reviews-block .more-link a {
    padding: 10px 0px;
    font-size: 16px;
    width: 100%;
    border-radius: 15px;
  }

  .wr_services {
    padding-bottom: 30px;
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: 30px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    height: auto;
  }

  .contacts__title {
    margin-top: 37px;
    margin-bottom: 0px;
  }

  .h1-works-page,
  .h1-works-full-page {
    margin-bottom: 20px;
  }

  #block-vesta-theme-views-block-about-block-1 .more-link a {
    position: static;
  }

  .wr_mini_about .image-style-banner {
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 53%;
    object-fit: cover;
  }

  .footer-col-nav {
    padding-top: 10px;
  }

  #footer .contact-item,
  #footer .col-phones,
  #footer .col-adresses {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .vesta {
    margin-top: 20px;
  }

  .footer-col-adress {
    padding-top: 10px;
  }
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
  .body-view--nashi_raboty
    .view-content
    .views-row
    .works-album-gallery
    .field--name-node-title {
    bottom: 15px;
  }

  .benefits-title {
    font-size: 18px;
    margin-left: 5px;
  }

  .wr_about .about-container {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}

.about-container-left-bottom a {
    padding: 10px 60px;
    border-radius: 15px;
    font-size: 16px;
    margin-top: 15px;
}

  .region-callback {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .body-node-type--nashi_raboty .field--name-field-izobrazhenie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .body-node-type--nashi_raboty
    .field--name-field-izobrazhenie
    .field__item
    img {
    border-radius: 15px;
  }

  .footer-col-nav {
    padding-top: 0px;
  }

  #footer {
    /* padding-top: 40px; */
    margin-top: 80px;
    padding-bottom: 40px;
  }

  .body-view--nashi_raboty .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .body-node-type--usluga
    .field--name-field-calculate-cost-bot-service
    a.webform-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  .body-view--skidki .view-content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .upper-block {
    margin-top: 50px;
  }

  .left-upper-block h1 {
    margin-right: 10px;
  }

  .left-upper-block .field--name-field-service-description {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .upper-block .left-upper-block a.webform-dialog,
  .body-node-type--usluga .reviews-block .more-link a,
  .body-node-type--usluga .region-callback form .webform-actions button,
  .body-node-type--usluga
    .field--name-field-calculate-cost-bot-service
    a.webform-dialog {
    width: 170px;
    height: 51px;
    padding: 5px;
    border-radius: 15px;
    font-size: 14px;
  }

  .upper-block-types-service {
    flex-direction: column;
  }

  .body-node-type--usluga .region-callback form input {
    width: 100%;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-name-type-service {
    max-width: 100%;
  }

  .body-node-type--usluga .field--name-field-gallery-service .field__item {
    width: calc(50% - 6px);
  }

  .node--type-usluga.node--view-mode-full .field--name-field-name-type-service,
  .node--type-usluga.node--view-mode-full .field--name-field-cost-type-service {
    font-size: 15px;
  }

  .body-node-type--usluga .region-callback form {
    width: 516px;
  }

  .body-node-type--usluga .wr_callback .webform-ajax-form-wrapper {
    display: flex;
    justify-content: center;
  }

  .body-node-type--usluga .region-callback form label {
    font-size: 35px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-description-type-service {
    font-size: 14px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items
    > .field__item {
    width: calc(100% / 2 - 6px);
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items {
    gap: 12px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-gallery-service {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .vpa-container div#vpa-short-wrapper {
    margin-left: auto;
    margin-right: 40px;
    width: 80%;
    margin-bottom: 10px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-content {
    padding-right: 10px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-content p {
    font-size: 10px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-actions button {
    width: auto;
    border-radius: 20px;
    height: 61px;
    font-size: 14px;
    padding: 10px 40px;
  }

  body.body-node-type--usluga::before {
    top: 0;
    left: 0;
    background: url("../image/background_service_top.svg") no-repeat top center;
    background-size: cover auto;
  }

  #scrollToTop {
    width: 32px;
    height: 32px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 60px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
  }

  .body-node--2 .wr_services::after,
  .body-node--2 .wr_reviews::after,
  .body-node--2 .wr_services::before,
  .body-node--2 .wr_contacts::before {
    display: none;
  }

  .wr_mini_about .image-style-banner {
    border-radius: 0 0 50px 50px;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 125%;
    object-fit: cover;
  }
  .body-view--uslugi .view-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .view-display-id-page_all_works .photoswipe-gallery {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 2fr);
    gap: 30px;
    margin-bottom: 30px;
  }

  .footer-col-adress {
    padding-left: 0px;
  }

  .footer-col-adress .col-phones a,
  .footer-col-adress .col-adresses a,
  .footer-mail,
  .footer-title,
  .menu--uslugi ul li a,
  .menu--main ul li a {
    font-size: 14px;
  }
  footer .footer-col-logo p {
    font-size: 12px;
  }

  #footer .ul-social {
    padding-left: 0px;
    margin: 0px 0;
  }

  .ul-social {
    gap: 5px;
  }

  .vesta {
    display: none;
  }

  .footer-col-logo {
    margin-bottom: 30px;
  }

  .footer-col-services {
    padding: 0px;
  }

  #footer .col-adresses {
    margin-top: 10px;
  }

  .footer-mail {
    margin-bottom: 10px;
  }

  .vesta-small {
    display: flex;
    justify-content: end;
    color: #535353;
    font-size: 14px;
    text-decoration: none;
    margin-top: 30px;
  }

  .wr_mini_about .text-block p {
    padding-right: 15%;
    font-size: 20px;
  }

  .wr_mini_about .text-block {
    padding-top: 10px;
    left: 0;
    right: 0;
  }

  .wr_mini_about .field--name-body {
    font-size: 20px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wr_benefits {
    margin-top: 30px;
  }

  .block-content--type-preimushchestva {
    width: 243px;
    background: var(--gradient);
    border-radius: 30px;
    padding: 33px 0;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .view-id-uslugi .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 15px 30px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .block-title,
  .wr_examples .block-title,
  .wr_reviews .block-title {
    font-weight: bold;
    font-size: 30px;
    font-family: "Merriweather", serif;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: 30px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left p {
    font-size: 14px;
  }

  #webform-submission-callback-node-2-form-ajax .webform-button--submit {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    border: none;
  }

  #block-vesta-theme-views-block-about-block-1 .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: #fed9e5;
    color: black;
    position: absolute;
    bottom: 0px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    margin-top: 50px;
    border: 2px solid white;
    transition: 0.3s;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a:hover {
    box-shadow: 0 0 30px white;
  }

  .wr_mini_about a {
    font-size: 18px;
    text-decoration: none;
    color: white;
    padding: 17px 0px;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    border-radius: 20px;
    width: 243px;
  }

  .wr_callback {
    max-width: 720px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  #block-vesta-theme-views-block-about-block-1 .group-right {
    display: none;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    height: 350px;
    width: 100%;
  }

  #block-vesta-theme-izobrazhenie15 {
    display: none;
  }

  #block-vesta-theme-vebforma {
    width: 100%;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .webform-submission-callback-node-2-form {
    background-color: white;
    width: auto;
    min-height: 463px;
    border-radius: 30px;
    padding: 40px 10%;
    margin-left: auto;
    margin-right: auto;
  }

  #webform-submission-callback-node-2-form-ajax label {
    font-size: 30px;
    display: flex;
    justify-content: center;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #webform-submission-callback-node-2-form-ajax .form-control {
    margin-left: auto;
    margin-right: auto;
    height: 51px;
    background-color: #fed9e5;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .slick-slider {
    width: 85%;
  }

  .wr_mini_about .image-style-banner {
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
    object-fit: cover;
  }

  .benefits-body {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .reviews-block .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .width270px {
    display: flex;
    width: auto;
  }

  .reviews-block .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    margin-top: 50px;
  }

  .contacts__title {
    font-weight: bold;
    font-size: 30px;
    font-family: "Merriweather", serif;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .body-node--2::before {
    top: 170%;
  }

  .wr_services {
    padding-bottom: 30px;
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: 30px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
  }

  .h1-works-page,
  .h1-works-full-page {
    margin-bottom: 20px;
  }

  .wr_callback {
    /* background-color: #DC62B3; */
    padding-top: 40px;
  }

  .contacts__title {
    font-weight: bold;
    font-size: 30px;
    font-family: "Merriweather", serif;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .reviews-block .more-link a,
  #webform-submission-callback-node-2-form-ajax .webform-button--submit,
  #block-vesta-theme-views-block-about-block-1 .more-link a,
  #block-vesta-theme-views-block-uslugi-block-1 .more-link a,
  .btn-services-more,
  .wr_mini_about a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #block-vesta-theme-yandekskarta-2 iframe,
  .page-contacti-custom iframe {
    border-radius: 25px;
  }
}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
  .body-node-type--nashi_raboty .field--name-field-izobrazhenie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .body-node-type--nashi_raboty
    .field--name-field-izobrazhenie
    .field__item
    img {
    border-radius: 15px;
  }

  .about-container-left-bottom a {
    padding: 10px 70px;
    border-radius: 20px;
  }
  .upper-block .left-upper-block {
    width: 60%; 
}

.upper-block .right-upper-block {
      width: 38%;
}

  .about-container-left .field--name-body p *, .about-container-left .field--name-body * {
    font-size: 16px;
  }

  .body-node-type--about .wr_content {
    padding-bottom: 200px;
  }

  .region-callback {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .body-node-type--usluga
    .field--name-field-calculate-cost-bot-service
    a.webform-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  .body-view--skidki .view-content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .upper-block {
    margin-top: 50px;
  }

  .left-upper-block .field--name-field-service-description {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .upper-block .left-upper-block a.webform-dialog,
  .body-node-type--usluga .reviews-block .more-link a,
  .body-node-type--usluga .region-callback form .webform-actions button,
  .body-node-type--usluga
    .field--name-field-calculate-cost-bot-service
    a.webform-dialog {
    width: 270px;
    height: 51px;
    padding: 10px;
    border-radius: 15px;
    font-size: 16px;
  }

  .body-node-type--usluga
    .field--name-field-calculate-cost-bot-service
    a.webform-dialog
    .body-node-type--usluga
    .region-callback
    form
    input {
    width: 100%;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-name-type-service {
    max-width: 60%;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-name-type-service,
  .node--type-usluga.node--view-mode-full .field--name-field-cost-type-service {
    font-size: 15px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-description-type-service {
    font-size: 14px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items
    > .field__item {
    width: calc(100% / 2 - 6px);
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items {
    gap: 12px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-gallery-service {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .vpa-container div#vpa-short-wrapper {
    margin-left: auto;
    margin-right: 40px;
    width: 70%;
  }

  .vpa-container div#vpa-short-wrapper .vpa-content {
    padding-right: 20px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-content p {
    font-size: 11px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-actions button {
    width: auto;
    border-radius: 20px;
    height: 61px;
    font-size: 14px;
    padding: 10px 40px;
  }

  body.body-node-type--usluga::before {
    top: 0;
    left: 0;
    background: url("../image/background_service_top.svg") no-repeat top center;
    background-size: cover auto;
  }

  #scrollToTop {
    width: 38px;
    height: 38px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 120px;
    cursor: pointer;
    position: fixed;
    right: 75px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
  }

  .body-node--2 .wr_services::after,
  .body-node--2 .wr_reviews::after,
  .body-node--2 .wr_services::before,
  .body-node--2 .wr_contacts::before {
    display: none;
  }
  .body-view--uslugi .view-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .view-display-id-page_all_works .photoswipe-gallery {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 3fr);
    gap: 30px;
    margin-bottom: 30px;
  }

  .footer-col-adress {
    padding-left: 0px;
  }

  .footer-col-adress .col-phones a,
  .footer-col-adress .col-adresses a,
  .footer-mail,
  .footer-title,
  .menu--uslugi ul li a,
  .menu--main ul li a {
    font-size: 14px;
  }
  footer .footer-col-logo p {
    font-size: 12px;
  }

  #footer .ul-social {
    padding-left: 0px;
    margin: 0px 0;
  }

  .ul-social {
    gap: 5px;
  }

  .wr_mini_about .text-block p {
    padding-right: 25%;
  }

  .wr_mini_about .text-block {
    padding-top: 10px;
    left: 0;
    right: 0;
  }

  .wr_mini_about .field--name-body {
    font-size: 22px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .wr_benefits {
    margin-top: 35px;
  }

  .block-content--type-preimushchestva {
    width: 333px;
    background: var(--gradient);
    border-radius: 30px;
    padding: 33px 0;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .view-id-uslugi .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 15px 30px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .block-title,
  .wr_examples .block-title,
  .wr_reviews .block-title {
    font-weight: bold;
    font-size: 35px;
    font-family: "Merriweather", serif;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: 35px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left p {
    font-size: 16px;
  }

  #block-vesta-theme-views-block-about-block-1 .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 333px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: #fed9e5;
    color: black;
    position: absolute;
    bottom: 0px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 333px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    margin-top: 50px;
    border: 2px solid white;
    transition: 0.3s;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a:hover {
    box-shadow: 0 0 30px white;
  }

  .wr_mini_about a {
    font-size: 18px;
    text-decoration: none;
    color: white;
    padding: 17px 45px;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    border-radius: 20px;
    width: 333px;
  }

  .wr_callback {
    max-width: 720px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-right {
    display: none;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    height: 350px;
    width: 100%;
  }

  #block-vesta-theme-izobrazhenie15 {
    display: none;
  }

  #block-vesta-theme-vebforma {
    width: 100%;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .webform-submission-callback-node-2-form {
    background-color: white;
    width: auto;
    min-height: 463px;
    border-radius: 30px;
    padding: 40px 10%;
    margin-left: auto;
    margin-right: auto;
  }

  #webform-submission-callback-node-2-form-ajax label {
    font-size: 35px;
    display: flex;
    justify-content: center;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #webform-submission-callback-node-2-form-ajax .form-control {
    margin-left: auto;
    margin-right: auto;
    height: 51px;
    background-color: #fed9e5;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .slick-slider {
    width: 600px;
  }

  .reviews-block .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .reviews-block .more-link a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 333px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    margin-top: 50px;
  }

  .contacts__title {
    font-weight: bold;
    font-size: 35px;
    font-family: "Merriweather", serif;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .card-contacts {
    padding: 20px;
  }

  .body-node--2::before {
    top: 180%;
  }

  .contacts-header p {
    margin: 0;
    color: white;
    font-size: 16px;
    margin-left: 5px;
  }

  .card-contacts-phone a,
  .card-contacts-adress a,
  .card-contacts-phone a,
  .card-contacts-adress a {
    color: white;
    font-size: 16px;
  }

  #footer {
    /* padding-top: 40px; */
    margin-top: 40px;
    padding-bottom: 117px;
  }
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .body-node--2::before {
    top: 120%;
  }

  .wr_mini_about .text-block p {
    padding-right: 45%;
  }

  .conteiner-header-for-cols {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .col-logo-text a {
    width: 160px;
  }

  .header-top .col-logo-text {
    margin-left: 18px;
    margin-right: 18px;
  }

  .header-top .col-contacts {
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 18px;
  }

  .header-top .col-adresses {
    margin-left: 18px;
  }

  .header-top .container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .body-node-type--usluga .region-callback form label {
    margin-bottom: 27px;
    font-size: 35px;
  }

  .body-node-type--usluga .region-callback form input {
    width: 100%;
  }

  .body-node-type--usluga .region-callback form {
    height: 427px;
    padding: 15px 25px;
    border-radius: 30px;
    background-color: #fff;
  }
  .body-node-type--usluga .region-callback form input {
    height: 50px;
  }
  .body-node-type--usluga .region-callback form .webform-actions button {
    height: 50px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items
    > .field__item {
    width: calc(100% / 2 - 6px);
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items {
    gap: 12px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-gallery-service {
    gap: 12px;
  }

  .vpa-container div#vpa-short-wrapper {
    margin-left: auto;
    margin-right: 40px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-content {
    padding-right: 20px;
  }

  .vpa-container div#vpa-short-wrapper .vpa-actions button {
    width: 257px;
    border-radius: 20px;
    height: 61px;
  }

  body.body-node-type--usluga::before {
    top: 0;
    left: 0;
    background: url("../image/background_service_top.svg") no-repeat top center;
    background-size: cover auto;
  }

  .body-node--2 .wr_services::after,
  .body-node--2 .wr_reviews::after,
  .body-node--2 .wr_services::before,
  .body-node--2 .wr_contacts::before {
    display: none;
  }
  .col-phones a,
  .col-adresses a {
    font-size: 12px;
  }

  .col-logo-text {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 0%;
    padding-left: 0%;
  }

  .col-logo-text a {
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    background: linear-gradient(-72deg, #ff38a2, #bb5298);
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
  }

  .col-logo img {
    max-width: auto;
  }

  .header-top .container {
    display: flex;
    align-items: center;
    height: 104px;
    justify-content: center;
  }

  #search-api-page-block-form-search--2 input,
  #search-api-page-block-form-search--3 input {
    width: 120px;
    font-size: 14px;
  }

  .header-bottom .nav .nav-item a {
    font-size: 14px;
  }

  .footer-mail {
    font-size: 16px;
  }

  .footer-col-adress {
    padding-left: 40px;
  }

  .footer-col-adress .col-phones a,
  .footer-col-adress .col-adresses a {
    font-size: 16px;
  }

  .region-benefits {
    gap: 12px;
  }

  .block-content--type-preimushchestva {
    width: 225px;
    background: var(--gradient);
    border-radius: 30px;
    padding: 33px 0;
  }

  .benefits-body {
    font-size: 14px;
  }

  .benefits-title {
    font-size: 16px;
    margin-left: 15px;
  }

  .webform-submission-callback-node-2-form {
    min-height: 427px;
    width: 462px;
    padding: 20px 5%;
  }

  .field--name-field-izobrazhenie-callback img {
    height: 427px;
    width: 462px;
  }

  #block-vesta-theme-vebforma {
    width: 50%;
    padding-left: 6px;
  }

  #webform-submission-callback-node-2-form-ajax label {
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #webform-submission-callback-node-2-form-ajax .form-control {
    margin-left: auto;
    margin-right: auto;
    height: 51px;
    background-color: #fed9e5;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    margin-bottom: 10px;
  }

  #webform-submission-callback-node-2-form-ajax .webform-button--submit {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 295px;
    padding: 17px 0px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--gradient);
    color: white;
    border: none;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .view-id-uslugi .view-content {
    gap: 15px 12px;
  }
  #block-vesta-theme-views-block-about-block-1 .group-right {
    padding-left: 6px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    height: auto;
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .slick-slider {
    width: 90%;
  }

  .reviews-block .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .width270px {
    display: flex;
    width: auto;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    font-size: 14px;
    color: white;
    padding-right: 40px;
    line-height: 1.3;
  }

  .wr_reviews .block-title {
    font-size: 45px;
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-name-type-service {
    max-width: 65%;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a {
    border: 2px solid white;
    transition: 0.3s;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .more-link a:hover {
    box-shadow: 0 0 30px white;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-top .col-logo-text {
    margin-left: 40px;
    margin-right: 40px;
  }

  .header-top .col-contacts {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 40px;
  }

  .header-top .col-adresses {
    margin-left: 40px;
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items
    > .field__item {
    width: calc(100% / 2 - 6px);
  }

  .node--type-usluga.node--view-mode-full
    .field--name-field-types-service
    .field__items {
    gap: 12px;
  }

  .node--type-usluga.node--view-mode-full .field--name-field-gallery-service {
    gap: 12px;
  }

  body.body-node-type--usluga::before {
    top: 0;
    left: 0;
    background: url("../image/background_service_top.svg") no-repeat top center;
    background-size: cover auto;
  }

  .body-node--2 .wr_services::after,
  .body-node--2 .wr_reviews::after,
  .body-node--2 .wr_services::before,
  .body-node--2 .wr_contacts::before {
    display: none;
  }

  .region-benefits {
    gap: 12px;
  }

  #block-vesta-theme-views-block-uslugi-block-1 .view-id-uslugi .view-content {
    gap: 15px 12px;
  }
  #block-vesta-theme-views-block-about-block-1 .group-right {
    padding-left: 6px;
  }

  #block-vesta-theme-views-block-about-block-1 .group-left {
    height: auto;
  }

  #block-vesta-theme-views-block-about-block-1 h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  #block-vesta-theme-izobrazhenie15 {
    padding-right: 6px;
  }

  .webform-submission-callback-node-2-form {
    min-height: 497px;
    width: calc(100% - 12px);
  }

  .slick-slider {
    width: 1016px;
  }

  .reviews-block .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  #block-vesta-theme-vebforma {
    padding-left: 6px;
  }

  .field--name-field-izobrazhenie-callback img {
    width: calc(100% - 12px);
    float: right;
  }

  .body-node-type--usluga .region-callback form {
    height: 497px;
    padding: 33px 40px;
  }

  .wr_mini_about h1 {
    font-size: calc(1.375rem + 2vw);
  }

  .left-upper-block h1 {
    font-size: calc(1.375rem + 2vw);
  }

  h1 {
    font-size: calc(1.375rem + 2vw);
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  body.body-node-type--usluga::before {
    top: 0;
    left: 0;
    background: url("../image/background_service_top.svg") no-repeat top center;
    background-size: cover auto;
  }
}
/* xxl */
@media (min-width: 1400px) {
  .wr_mini_about h1 {
    font-size: calc(1.375rem + 2vw);
  }
  .left-upper-block h1 {
    font-size: calc(1.375rem + 2vw);
  }
  .slick-slider {
    width: 1170px;
  }

  h1 {
    font-size: calc(1.375rem + 2vw);
  }
}
