body {
  height: 100%;
  margin: 0;
}

#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*/
#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: #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 */
.region-slider .view-content:not(.slick-initialized) .views-row {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#scrollToTop {
  width: 40px;
  height: 40px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 100px;
  cursor: pointer;
  position: fixed;
  right: 390px;
  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*/
:root {
  --h1-size: 50px;
  --h2-size: 48px;
  --blue: #1474b9;
  --blue-focus: rgba(20, 116, 185, 0.25);
}

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

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

body > * {
  font-family: "Manrope", sans-serif;
}

.form-control:focus,
.btn:focus-visible,
.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem var(--blue-focus);
}

h1 {
  font-size: var(--h1-size);
}

h2 {
  font-size: var(--h2-size);
}

/* баннер */
.wr_banner .views-row {
  position: relative;
}

.wr_banner .views-row .field--name-field-banner-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.wr_banner .views-row .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 131px 0px 107px;
}

.wr_banner .views-row {
  background-color: rgba(26, 67, 97, 0.6);
  height: 600px;
}

.wr_banner .views-row .container h1 {
  font-family: Geologica;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding-right: 15%;
}

.wr_banner .views-row .container .field--name-body p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  padding-right: 25%;
}

.wr_banner .views-row .container .field--name-field-banner-link-more a {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 30px;
  background-color: #1474b9;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* шапка */
#header .header-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #589ed0;
}

#header .header-bottom .nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

#header .header-bottom .nav .nav-item a {
  padding: 0;
  margin: 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

#header .header-bottom .nav .nav-item {
  display: flex;
  align-items: center;
}

#header .header-bottom .nav .dropdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 11px 16px 11px 15px;
  border-radius: 20px;
  background-color: #1474b9;
}

#header .header-bottom .nav .dropdown a::after {
  display: none;
}

#header .header-bottom .nav .dropdown::after {
  content: "";
  display: block;
  background-image: url("../image/menu.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

#header .header-top {
  padding: 8px 0px;
}

#header .header-top .header-col-adres,
#header .header-top .header-col-phone,
#header .header-top .header-col-mail {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
}

#header .header-top .header-col-phone a,
#header .header-top .header-col-mail a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-decoration: none;
}

#header .header-top .header-col-callback a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 30px;
  background-color: #1474b9;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #f9f9fa;
  border: none;
}

#header .header-top .header-col-search .search-form__submit {
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  background: none;
  padding: 0;
  border: solid 1px #1474b9;
  border-radius: 0 20px 20px 0;
  border-left: none;
  background-image: url("../image/loupe.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  margin: 0;
}

#header .header-top .header-col-search input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 18px;
  opacity: 0.5;
  border-radius: 20px 0 0 20px;
  border: solid 1px #1474b9;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  height: 38px;
  border-right: none;
  margin: 0;
}

#header .header-top .header-col-search input::placeholder {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  content: "Поиск по сайту";
}

#header .header-top .header-col-search form {
  display: flex;
  align-items: center;
}

/* каталог на главной */
.wr_catalog_on_front {
  margin-top: 110px;
  position: relative;
}

.wr_catalog_on_front h2 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.wr_catalog_on_front .views-row {
  position: relative;
}

.wr_catalog_on_front .catalog-on-front-container {
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(64, 89, 142, 0), #2a4171);
}

.wr_catalog_on_front .field--name-field-service-image img {
  border-radius: 10px;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}

.wr_catalog_on_front .field--name-node-title {
  font-family: Geologica;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wr_catalog_on_front .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.wr_catalog_on_front .container {
  position: relative;
}

.wr_catalog_on_front .more-link {
  position: absolute;
  bottom: calc(100% + 32px);
  right: 0;
}

.wr_catalog_on_front .more-link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 30px;
  border: solid 2px #1474b9;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  text-decoration: none;
}

.wr_catalog_on_front .views-row {
  position: relative;
  isolation: isolate;
}

.wr_catalog_on_front .field--name-field-service-image img,
.wr_additional_services .field--name-field-additional-services-img img,
.body-view--services .field--name-field-service-image img,
.body-view--additional_services .field--name-field-additional-services-img img {
  display: block;
  border-radius: 10px;
  mix-blend-mode: luminosity;
  transition: .3s;
}

.wr_catalog_on_front .field--name-field-service-image img:hover,
.wr_additional_services .field--name-field-additional-services-img img:hover,
.body-view--services .field--name-field-service-image img:hover,
.body-view--additional_services .field--name-field-additional-services-img img:hover {
  mix-blend-mode: normal;
  opacity: 1;
}

/* преимущества */
.wr_advantages {
  margin-top: 110px;
}

.wr_advantages h2 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.wr_advantages .view-content .views-row:nth-child(5n + 1),
.wr_advantages .view-content .views-row:nth-child(5n + 2),
.wr_advantages .view-content .views-row:nth-child(5n + 3) {
  grid-column: span 2;
}

.wr_advantages .view-content .views-row:nth-child(5n + 4),
.wr_advantages .view-content .views-row:nth-child(5n + 5) {
  grid-column: span 3;
}

.wr_advantages .view-content .views-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 17px 16px;
  border-radius: 10px;
  background-color: #589ed0;
}

.wr_advantages .view-content .views-row .field--name-node-title h2 {
  -webkit-text-stroke: 2px #fff;
  font-family: Geologica;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #00000000;
  margin-bottom: 0;
}

.wr_advantages .view-content .views-row .field--name-body {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

.wr_advantages .view-content .views-row:nth-child(even) {
  background-color: #1474b9;
}

/* дополнительные услуги */
.wr_additional_services {
  margin-top: 110px;
}

.wr_additional_services h2 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

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

.wr_additional_services .views-row {
  position: relative;
}

.wr_additional_services .additional-services-container {
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 24px 15px 20px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(64, 89, 142, 0), #2a4171);
}

.wr_additional_services .field--name-field-addit-services-short-desc p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  padding-right: 10%;
}

.wr_additional_services .field--name-field-additional-services-img img {
  border-radius: 10px;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}

.wr_additional_services .views-row .field--name-node-title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wr_additional_services .views-row .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* о нас */

.wr_about {
  margin-top: 110px;
  position: relative;
  height: 600px;
}

.wr_about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("../image/about_bg.png");
  height: 600px;
  border-radius: 20px;
  z-index: -2;
}

.wr_about .field--name-field-about-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.wr_about .container {
  padding-top: 111px;
}

.wr_about .container h2 {
  text-transform: uppercase;
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #454d6b;
  margin-bottom: 20px;
  width: 66%;
}

.wr_about .container .field--name-field-about-short-desc-front p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #454d6b;
  width: 66%;
  margin-bottom: 0;
  padding-right: 1%;
}

.wr_about .container .field--name-node-link {
  margin-top: 20px;
}

.wr_about .container .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  text-decoration: none;
}

.wr_about
  .field--name-field-about-company-cards-about
  > .field__item
  .paragraph {
  height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 14px;
  border-radius: 6px;
  background-image: linear-gradient(115deg, #589ed0 -4%, #1474b9 127%);
}

.wr_about .field--name-field-about-company-cards-about > .field__item {
  position: absolute;
}

.wr_about
  .field--name-field-about-company-cards-about
  > .field__item
  .paragraph
  .field--name-field-about-company-cards-title {
  font-family: Geologica;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.wr_about
  .field--name-field-about-company-cards-about
  > .field__item
  .paragraph
  .field--name-field-about-company-cards-desc {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  color: #fff;
}

.wr_about
  .field--name-field-about-company-cards-about
  > .field__item:nth-child(1) {
  width: 282px;
  top: 8%;
  right: 27.1%;
}

.wr_about
  .field--name-field-about-company-cards-about
  > .field__item:nth-child(2) {
  width: 303px;
  top: 26%;
  right: 2.1%;
}

.wr_about
  .field--name-field-about-company-cards-about
  > .field__item:nth-child(3) {
  width: 282px;
  top: 39%;
  right: 24.5%;
}

.wr_about
  .field--name-field-about-company-cards-about
  > .field__item:nth-child(4) {
  width: 282px;
  top: 70%;
  right: 27%;
}

/* преимущества о нас */
.wr_advantages_about .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: -40px;
}

.advantages-about-container {
  display: flex;
  gap: 40px;
  padding: 29px;
  border-radius: 10px;
  background-color: #1474b9;
  height: 100%;
}

.advantages-about-container h5 {
  font-family: Geologica;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.advantages-about-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages-about-container .field--name-field-advantages-about-img {
  width: 100px;
}

.advantages-about-right .field--name-body {
  font-family: Manrope;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.wr_advantages_about .node--type-advantages-about {
  height: 100%;
}

/* типы работ */
.wr_types_of_work {
  margin-top: 110px;
}

.wr_types_of_work .view-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wr_types_of_work .types-of-work-container {
  display: flex;
  align-items: stretch;
}

.wr_types_of_work .types-of-work-left {
  width: calc(100% / 2 + 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 30px;
}

.wr_types_of_work .types-of-work-right {
  width: calc(100% / 2 - 15px);
}

.wr_types_of_work .views-row:nth-child(even) .types-of-work-left {
  order: 2;
  background-color: #1474b9;
  border-radius: 0 10px 10px 0;
}

.wr_types_of_work .views-row:nth-child(even) .types-of-work-right {
  order: 1;
}

.wr_types_of_work .views-row:nth-child(odd) .types-of-work-left {
  order: 1;
  background-color: #589ed0;
  border-radius: 10px 0 0 10px;
}

.wr_types_of_work .views-row:nth-child(odd) .types-of-work-right {
  order: 2;
}

.wr_types_of_work .views-row:nth-child(even) .types-of-work-right img {
  border-radius: 10px 0 0 10px;
}

.wr_types_of_work .views-row:nth-child(odd) .types-of-work-right img {
  border-radius: 0 10px 10px 0;
}

.wr_types_of_work .types-of-work-left h2 {
  font-family: Geologica;
  font-size: 40px;
  line-height: 1.1;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.wr_types_of_work .field--name-field-types-of-work-desc-small {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}

.wr_types_of_work .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.types-of-work-right {
  display: flex;
}

.types-of-work-right .field__item,
.types-of-work-right .media--image,
.types-of-work-right img {
  height: 100%;
}

/* акции */
.wr_stocks {
  margin-top: 110px;
  background-image: url("../image/stocks.png");
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.wr_stocks .region-stocks {
  padding: 66px 0;
}

.wr_stocks .region-stocks .block-title {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #33607c;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.wr_stocks .region-stocks .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.wr_stocks .region-stocks .view-content .views-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 3px 19.1px 0 rgba(166, 216, 251, 0.59);
  background-image: linear-gradient(111deg, #589ed0 -5%, #1474b9 124%);
}

.wr_stocks .region-stocks .view-content .views-row .field--name-node-title h4 {
  font-family: Geologica;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}

.wr_stocks .region-stocks .view-content .views-row .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.wr_stocks .container {
  position: relative;
}

.wr_stocks .more-link {
  position: absolute;
  bottom: calc(100% + 34px);
  right: 0;
}

.wr_stocks .more-link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 30px;
  background-color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  text-decoration: none;
}

/* галлерея */
.wr_gallery {
  margin-top: 110px;
  position: relative;
}

.wr_gallery .block-title {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wr_gallery .field--name-field-gallery-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.wr_gallery .view-content img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.wr_gallery .container {
  position: relative;
}

.wr_gallery .more-link {
  position: absolute;
  bottom: calc(100% + 35px);
  right: 0;
}

.wr_gallery .more-link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 30px;
  background-color: #1474b9;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: white;
  text-decoration: none;
}

/* фос на главной */
.wr_callback_on_front {
  background-image: url("../image/fos_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  background-position: right;
}

.wr_callback_on_front form .form-item--error-message {
  color: white;
  font-size: 13px;
}

.wr_callback_on_front form {
  padding-top: 35px;
  width: 670px;
  padding-bottom: 32px;
}

.wr_callback_on_front form h3 {
  font-family: Geologica;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.wr_callback_on_front form .js-form-item-fos-description {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.wr_callback_on_front form label {
  display: none;
}

.wr_callback_on_front form .container-for-phone-email {
  display: flex;
  width: 540px;
  gap: 20px;
}

.wr_callback_on_front form textarea {
  width: 540px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 22px;
  opacity: 0.5;
  border-radius: 20px;
  border: solid 1px #fff;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  background-color: #00000000;
  height: 64px;
}

.wr_callback_on_front form textarea:focus {
  background-color: #00000000;
  color: #fff;
}

.wr_callback_on_front form textarea::placeholder {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.wr_callback_on_front form .container-for-phone-email input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  opacity: 0.5;
  border-radius: 20px;
  border: solid 1px #fff;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  background-color: #00000000;
  margin-top: 0;
}

.wr_callback_on_front form .container-for-phone-email input::placeholder {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.wr_callback_on_front form .form-type-checkbox {
  display: flex;
  gap: 12px;
  width: 540px;
  margin-top: 10px;
}

.wr_callback_on_front form .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wr_callback_on_front form .form-type-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 31px;
  height: 22px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 1 !important;
}

.wr_callback_on_front form .form-type-checkbox input[type="checkbox"]:checked {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.wr_callback_on_front
  form
  .form-type-checkbox
  input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: var(--blue);
  font-size: 16px;
  left: 4px;
  top: -1px;
}

.wr_callback_on_front form .webform-element-description,
.wr_callback_on_front form .webform-element-description a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.wr_callback_on_front form .webform-button--submit {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  border-radius: 30px;
  background-color: #fff;
  width: 540px;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  border: none;
}

.wr_callback_on_front form .webform-button--submit:active,
.wr_callback_on_front form .webform-button--submit:hover {
  background-color: var(--blue);
  color: white;
}

.wr_callback_on_front form .alert-error {
  display: none;
}

#scrollToTop img {
  border-radius: 10px;
}

.wr_callback_on_front .field--name-field-fos {
  position: relative;
  z-index: 10;
}

.wr_callback_on_front .container {
  position: relative;
}

.wr_callback_on_front .field--name-field-fos-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* footer */

#footer {
  padding: 45px 0 0 0;
  background-color: #1c4b6d;
}

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

#footer .footer-col-nav .nav .dropdown {
  display: none;
}

#footer .footer-col-nav a {
  padding: 0;
}

#footer .footer-col-catalog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 30px;
  width: 490px;
}

#footer .footer-col-catalog a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

#footer .footer-col-inf {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .footer-col-inf img {
  display: block;
}

#footer .header-col-adres,
#footer .header-col-phone,
#footer .header-col-mail {
  display: flex;
  gap: 10px;
  align-items: start;
}

#footer .header-col-adres,
#footer .header-col-phone a,
#footer .header-col-mail a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

#footer .footer-col-nav a {
  text-decoration: none;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

#footer .footer-col-nav > a {
  margin-bottom: 14px;
  display: flex;
}

#footer .footer-col-nav .nav {
  gap: 14px;
}

.footer-container-gap {
  gap: 30px;
}

#footer
  .footer-col-nav
  li:has(a[data-drupal-link-system-path="additional-services"]) {
  display: none;
}

#footer .footer-col-logo .copyright {
  margin-top: 20px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

#footer .footer-col-logo .konf {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  text-decoration: none;
}

#footer .col-webvesta a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  display: block;
  padding: 65px 0 14px 0;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer-col-catalog1 h4 {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

#footer .footer-col-catalog1 hr {
  border: 1px solid white;
  margin: 10px 0;
}

/* куки */
div#vpa-short-wrapper {
  margin: 0 19.25% 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 14px;
  background-color: #fff;
  gap: 26px;
  max-width: 764px;
}

div#vpa-short-wrapper .vpa-content p,
div#vpa-short-wrapper .vpa-content a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-decoration: none;
}

div#vpa-short-wrapper .vpa-actions button,
div#vpa-short-wrapper .vpa-actions button:hover,
div#vpa-short-wrapper .vpa-actions button:active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 30px;
  background-color: #1474b9;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

/* шапка выпадающее меню */
#header .region-navigation .nav > .nav-item:hover .dropdown-menu {
  background-color: #589ed0;
  border: none;
  border-radius: 0 0 10px 10px;
}

#header .region-navigation .nav > .nav-item:hover .dropdown-menu a,
#header .region-navigation .nav > .nav-item:hover .dropdown-menu a:hover {
  margin: 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  padding: 8px;
  display: flex;
  background-color: #589ed0;
}

/* модалка фос */
.modal-dialog-centered .modal-header .modal-title
 {
  display: none;
}

.modal-dialog-centered .modal-header {
  border-bottom: none;
  padding: 10px 10px 0 0;
}

.modal-content {
  border: none;
}

.modal-dialog-centered .modal-header,
.modal-dialog-centered .modal-body,
.modal-dialog-centered .modal-footer {
  background-color: #589ed0;
  border-bottom: none;
  border-top: none;
}

.modal-dialog-centered .modal-body h3 {
  font-family: Geologica;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.modal-dialog-centered .modal-body .js-form-item-fos-description p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.modal-dialog-centered .modal-body label {
  display: none;
}

.modal-dialog-centered .modal-body input,
.modal-dialog-centered .modal-body textarea {
  margin-top: 10px;
  background-color: #00000000;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 22px;
  opacity: 0.5;
  border-radius: 20px;
  border: solid 1px #fff;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.modal-dialog-centered .modal-body input::placeholder,
.modal-dialog-centered .modal-body textarea::placeholder {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.modal-dialog-centered .modal-body .form-type-checkbox {
  display: flex;
  gap: 12px;
  width: 540px;
  margin-top: 10px;
}

.modal-dialog-centered .modal-body .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.modal-dialog-centered .modal-body .form-type-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 34px;
  height: 22px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 1 !important;
  margin-top: 0;
  padding: 0;
}

.modal-dialog-centered
  .modal-body
  .form-type-checkbox
  input[type="checkbox"]:checked {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.modal-dialog-centered
  .modal-body
  .form-type-checkbox
  input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: var(--blue);
  font-size: 16px;
  left: 4px;
  top: -1px;
}

.modal-dialog-centered .modal-body .webform-element-description,
.modal-dialog-centered .modal-body .webform-element-description a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.modal-dialog-centered .modal-footer .webform-button--submit {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  border-radius: 30px;
  background-color: #fff;
  width: 540px;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  border: none;
}

.modal-dialog-centered .form-item--error-message {
  color: white;
  font-size: 13px;
}

.modal-dialog-centered .alert-error {
  display: none;
}

/* страница контакты */
.body-node--800 .wr_content {
  margin: 110px 0px 110px;
}

.body-node--800 .wr_content h1 span {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-node--800 .wr_content .field--name-body p,
.body-node--800 .wr_content .field--name-body p a {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

/* страница галерей */
.body-view--fotogalereya .wr_content {
  margin: 110px 0px 110px;
}

.body-view--fotogalereya .wr_content h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-view--fotogalereya .wr_content .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.body-view--fotogalereya
  .wr_content
  .view-content
  .field--name-field-gallery-image
  img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.body-view--fotogalereya .wr_content .view-content .field--name-node-title {
  background-color: #1474b9;
  border-radius: 0 0 10px 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.body-view--fotogalereya .wr_content .view-content .field--name-node-title h3 {
  width: 100%;
}

.body-view--fotogalereya
  .wr_content
  .view-content
  .field--name-node-title
  h3
  a {
  font-family: Manrope;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.body-view--fotogalereya .wr_content .view-content .node--type-photogallery {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.body-view--fotogalereya .wr_content .view-content .field--name-gallery-image {
  flex-shrink: 0;
}

/* акции страница*/
.body-view--stocks .wr_content {
  margin: 110px 0px 110px;
}

.body-view--stocks .wr_content h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-view--stocks .wr_content .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.body-view--stocks .wr_content .view-content .views-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 3px 19.1px 0 rgba(166, 216, 251, 0.59);
  background-image: linear-gradient(111deg, #589ed0 -5%, #1474b9 124%);
}

.body-view--stocks
  .wr_content
  .view-content
  .views-row
  .field--name-node-title
  h4 {
  font-family: Geologica;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}

.body-view--stocks .view-content .views-row .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* доп услуги страница */
.body-view--additional_services .wr_content {
  margin: 110px 0px 110px;
}

.body-view--additional_services .wr_content h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-view--additional_services .wr_content .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.body-view--additional_services .views-row {
  position: relative;
}

.body-view--additional_services .additional-services-container {
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 24px 15px 20px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(64, 89, 142, 0), #2a4171);
}

.body-view--additional_services .field--name-field-addit-services-short-desc p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  padding-right: 10%;
}

.body-view--additional_services .field--name-field-additional-services-img img {
  border-radius: 10px;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}

.body-view--additional_services .views-row .field--name-node-title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body-view--additional_services .views-row .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* виды работ страница */
.body-view--types_of_work .wr_content {
  margin: 110px 0px 110px;
}

.body-view--types_of_work .wr_content h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-view--types_of_work .wr_content .view-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.body-view--types_of_work .view-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.body-view--types_of_work .types-of-work-container {
  display: flex;
  align-items: stretch;
}

.body-view--types_of_work .types-of-work-left {
  width: calc(100% / 2 + 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 30px;
}

.body-view--types_of_work .types-of-work-right {
  width: calc(100% / 2 - 15px);
}

.body-view--types_of_work .views-row:nth-child(even) .types-of-work-left {
  order: 2;
  background-color: #1474b9;
  border-radius: 0 10px 10px 0;
}

.body-view--types_of_work .views-row:nth-child(even) .types-of-work-right {
  order: 1;
}

.body-view--types_of_work .views-row:nth-child(odd) .types-of-work-left {
  order: 1;
  background-color: #589ed0;
  border-radius: 10px 0 0 10px;
}

.body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right {
  order: 2;
}

.body-view--types_of_work .views-row:nth-child(even) .types-of-work-right img {
  border-radius: 10px 0 0 10px;
}

.body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right img {
  border-radius: 0 10px 10px 0;
}

.body-view--types_of_work .types-of-work-left h2 {
  font-family: Geologica;
  font-size: 40px;
  line-height: 1.1;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.body-view--types_of_work .field--name-field-types-of-work-desc-small {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}

.body-view--types_of_work .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.types-of-work-right {
  display: flex;
}

.types-of-work-right .field__item,
.types-of-work-right .media--image,
.types-of-work-right img {
  height: 100%;
}

/* о нас страница */
.body-node--805 .wr_content {
  margin: 110px 0px 110px;
}

.body-node--805 .wr_content h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-node--805 .wr_content .field--name-body > * {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

/* страница поиска */
.search-page-custom {
  margin-top: 110px;
  margin-bottom: 110px;
}

.search-page-custom h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.search-page-custom h2 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
}

.search-page-custom .search-form__submit {
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  background: none;
  padding: 0;
  border: solid 1px #1474b9;
  border-radius: 0 20px 20px 0;
  border-left: none;
  background-image: url("../image/loupe.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  margin: 0;
}

.search-page-custom input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 18px;
  opacity: 0.5;
  border-radius: 20px 0 0 20px;
  border: solid 1px #1474b9;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  height: 38px;
  border-right: none;
  margin: 0;
}

.search-page-custom input::placeholder {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  content: "Поиск по сайту";
}

.search-page-custom input:focus {
  color: #1474b9;
}

.search-page-custom form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.search-page-custom a {
  color: #1474b9;
}

/* каталог страница */
.body-view--services .wr_content {
  margin-top: 110px;
  margin-bottom: 110px;
}

.body-view--services h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.body-view--services .views-row {
  position: relative;
}

.body-view--services .catalog-on-front-container {
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(64, 89, 142, 0), #2a4171);
}

.body-view--services .field--name-field-service-image img {
  border-radius: 10px;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}

.body-view--services .field--name-node-title {
  font-family: Geologica;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body-view--services .field--name-node-link a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* header mob */
#header-mob {
  background-color: #fff;
  border-bottom: 1px solid #589ed0;
}

#header-mob .col-phone a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-decoration: none;
}

#header-mob .col-logo img {
  max-width: 80%;
}

.offcanvas-header {
  background-color: white;
  border-right: 1px solid #589ed0;
}

.offcanvas-body {
  background-color: #fff;
  border-right: 1px solid #589ed0;
}

.offcanvas-body .search-form__submit {
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  background: none;
  padding: 0;
  border: solid 1px #1474b9;
  border-radius: 0 20px 20px 0;
  border-left: none;
  background-image: url("../image/loupe.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  margin: 0;
}

.offcanvas-body input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 18px;
  opacity: 0.5;
  border-radius: 20px 0 0 20px;
  border: solid 1px #1474b9;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  height: 38px;
  border-right: none;
  margin: 0;
}

.offcanvas-body input::placeholder {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  content: "Поиск по сайту";
}

.offcanvas-body form {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.offcanvas-body .dropdown-item {
  white-space: wrap;
}

.offcanvas-body .header-col-adres,
.offcanvas-body .header-col-phone,
.offcanvas-body .header-col-mail {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
}

.offcanvas-body .header-col-phone a,
.offcanvas-body .header-col-mail a {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-decoration: none;
}

.offcanvas-cols-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offcanvas-body .nav a {
  padding: 5px 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
}

.offcanvas-body .nav {
  margin-top: 10px;
  margin-bottom: 10px;
}

.offcanvas-body .nav a:active {
  background-color: transparent;
}

.offcanvas-body .dropdown-item.active {
  background-color: transparent;
}

.offcanvas-body .header-col-callback {
  margin-top: 10px;
}

.offcanvas-body .header-col-callback a,
.offcanvas-body .header-col-callback a:hover,
.offcanvas-body .header-col-callback a:focus,
.offcanvas-body .header-col-callback a:active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 30px;
  background-color: #1474b9;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #f9f9fa;
  border: none;
}

/* поправка для главной */
.wr_catalog_on_front .container .region-catalog-on-front .view-id-services,
.wr_stocks .container .region-stocks .view-id-stocks,
.wr_gallery .container .region-gallery .view-id-fotogalereya,
.wr_callback_on_front .region-callback-on-front .view-id-callback_on_front {
  position: relative;
}

.wr_about .region-about .contextual-region {
  position: static;
}

/* галерея полная */
.body-node-type--photogallery h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-node-type--photogallery .wr_content {
  margin-top: 110px;
  margin-bottom: 110px;
}

.body-node-type--photogallery .wr_content .field--name-field-gallery-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.body-node-type--photogallery .wr_content .field--name-field-gallery-image img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

/* полная акций */
.body-node-type--stocks h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-node-type--stocks .wr_content {
  margin-top: 110px;
  margin-bottom: 110px;
}

.body-node-type--stocks .wr_content .field--name-body p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

/* доп услуги полная */
.body-node-type--additional_services h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-node-type--additional_services .wr_content {
  margin-top: 110px;
  margin-bottom: 110px;
}

.body-node-type--additional_services .container-add-serv {
  gap: 30px;
  display: flex;
}

.body-node-type--additional_services .container-add-serv > div {
  width: calc((100% / 2) - 15px);
}

.body-node-type--additional_services .container-add-serv .field--name-body p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #333;
  text-decoration: none;
}

ul.slick-dots li button {
  background: #589ed0;
}

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

.body-node-type--additional_services .slick-slide img {
  border-radius: 10px;
}

.body-node-type--additional_services button.slick-arrow::before {
  border-radius: 5px;
}

.body-node-type--additional_services .slick-list {
  border-radius: 10px;
}

/* типы работ полная */
.body-node-type--types_of_work h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-node-type--types_of_work .wr_content {
  margin-top: 110px;
  margin-bottom: 110px;
}

.body-node-type--types_of_work .container-add-serv {
  gap: 30px;
  display: flex;
}

.body-node-type--types_of_work .container-add-serv > div {
  width: calc((100% / 2) - 15px);
}

.body-node-type--types_of_work .container-add-serv .field--name-body p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #333;
  text-decoration: none;
}

.body-node-type--types_of_work .slick-slide img {
  border-radius: 10px;
}

.body-node-type--types_of_work button.slick-arrow::before {
  border-radius: 5px;
}

.body-node-type--types_of_work .slick-list {
  border-radius: 10px;
}

/* каталог полная */

.body-node-type--service h1 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.body-node-type--service .wr_content {
  margin-top: 110px;
  margin-bottom: 110px;
}

.body-node-type--service .container-add-serv {
  gap: 30px;
  display: flex;
}

.body-node-type--service .container-add-serv > div {
  width: calc((100% / 2) - 15px);
}

.body-node-type--service .container-add-serv .field--name-body p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #333;
  text-decoration: none;
}

.body-node-type--service .slick-slide img {
  border-radius: 10px;
}

.body-node-type--service button.slick-arrow::before {
  border-radius: 5px;
}

.body-node-type--service .slick-list {
  border-radius: 10px;
}

.body-view--additional_services .field--name-field-additional-services-img img {
  width: 100%;
}

.body-view--services .field--name-field-service-image img {
  width: 100%;
}

/* пагинация */
.pager {
  margin-top: 20px;
}

.pager .pager__items {
  display: flex;
  justify-content: center;
  gap: 10px;
}


.pager .pager__items > * {
font-family: Manrope;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #333;
    text-decoration: none;
    list-style-type: none;
}

.pager .pager__items a {
font-family: Manrope;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #1474b9;
    text-decoration: none;
    list-style-type: none;
}

.wr_callback_on_front .field--name-field-fos-img {
  display: flex;
  justify-content: end;
}

.wr_catalog_on_front .field--name-field-service-image img {
    width: 100%;
}

/* карта */
.wr_map {
  margin-top: 110px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}

.wr_banner .views-row,
.wr_banner .views-row .field--name-field-banner-image img {
    height: 100%;
}

.btn-close:focus,
.btn-close:hover,
.btn-close:focus-visible,
.btn-close:focus-within {
    outline: 0;
    box-shadow: none;
    border: none;
}

/* доверие */
.wr_trust {
  margin-top: 110px;
}

.wr_trust .field--name-field-trust-img {
  display: flex;
  justify-content: space-between;
}

/* рассчитать стоимость */

.ui-dialog.ui-front {
  background-color: #589ed0;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #589ed0;
  border: none;
  padding: 10px 10px 0 0;
  border-radius: 20px 20px 0 0;
}

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

.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  border: none;
  top: 10px;
  right: 10px;
  background-image: url("../image/x.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    width: 30px;
    height: 30px;
    z-index: 1000;
}

.ui-dialog .ui-dialog-content {
  background-color: #589ed0;
  padding: 15px;
  color: #fff;
  border: none;
}

.ui-dialog .ui-dialog-content h3 {
  font-family: Geologica;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}

.ui-dialog .ui-dialog-content .js-form-item-fos-description p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.ui-dialog .ui-dialog-content label {
  display: none;
}

.ui-dialog .ui-dialog-content input,
.ui-dialog .ui-dialog-content textarea {
  margin-top: 10px;
  background-color: #00000000;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 22px;
  opacity: 0.5;
  border-radius: 20px;
  border: solid 1px #fff;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.ui-dialog .ui-dialog-content input::placeholder,
.ui-dialog .ui-dialog-content textarea::placeholder {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.ui-dialog .ui-dialog-content .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.ui-dialog .ui-dialog-content .form-type-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 1 !important;
  margin-top: 0;
  padding: 0;
  flex-shrink: 0;
}

.ui-dialog
  .ui-dialog-content
  .form-type-checkbox
  input[type="checkbox"]:checked {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.ui-dialog
  .ui-dialog-content
  .form-type-checkbox
  input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: #1474b9;
  font-size: 16px;
  left: 4px;
  top: -1px;
}

.ui-dialog .ui-dialog-content .webform-element-description,
.ui-dialog .ui-dialog-content .webform-element-description a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.ui-dialog .ui-dialog-content .webform-element-description a {
  text-decoration: underline;
  cursor: pointer;
}

.ui-dialog .ui-dialog-content .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
  background: transparent;
  border: none;
}

.ui-dialog .ui-dialog-content .webform-button--submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  border-radius: 30px;
  background-color: #fff;
  min-width: 200px;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #1474b9;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.ui-dialog .ui-dialog-content .webform-button--submit:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.ui-dialog .ui-dialog-content .form-item--error-message {
  color: #fff;
  font-size: 13px;
  font-family: Manrope;
}

.ui-dialog .ui-dialog-content .alert-error {
  display: none;
}

.wr_calculate_price {
  margin-top: 110px;
    gap: 10px;
  padding: 30px 0px;
  background-color: #589ed0;
}

.wr_calculate_price .calculate-cost-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}


.wr_calculate_price .calculate-cost-container .field--name-body p {
  margin: 0;
    font-family: Geologica;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.wr_calculate_price .calculate-cost-container .field--name-field-calculate-cost-form a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 30px;
  background-color: #fff;
    font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  text-decoration: none;
}

/* цены */
.wr_prices {
  margin-top: 110px;
}

.wr_prices .block-title {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
    color: #333;
}

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

.wr_prices .view-content .prices-container {
  display: flex;
  flex-direction: column;
  height: 100%;
    padding: 0 0 20px;
  border-radius: 20px;
  background-color: #589ed0;
}

.wr_prices .view-content .prices-container .field--name-field-prices-img img {
  object-fit: contain;
  border-radius: 20px;
  border: solid 4px #589ed0;
}

.wr_prices .view-content .prices-container .field--name-node-title {
    font-family: Geologica;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.wr_prices .view-content .prices-container .field--name-node-title p {
  margin: 0;
}

.wr_prices .view-content .prices-container .field--name-field-prices-price p {
    font-family: Geologica;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin: 0;
}

/* мини фос на главной */
.wr_mini_callback .views-row {
  background-image: url('../image/mini-callback-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 110px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.mini-callback-container {
  width: 713px;
    padding: 50px 41px 50px 41px;
}

.mini-callback-container .field--name-field-mini-callback form h3,
.mini-callback-container .field--name-field-mini-callback form .form-item-fos-description,
.mini-callback-container .field--name-field-mini-callback form label,
.mini-callback-container .field--name-field-mini-callback form .js-form-item-name,
.mini-callback-container .field--name-field-mini-callback form .js-form-item-message {
  display: none;
}

.mini-callback-container .field--name-field-mini-callback form {
  display: flex;
  flex-wrap: wrap;
}

.mini-callback-container {
    background-image: linear-gradient(to right, #5a93bc 78%, rgba(78, 132, 172, 0) 104%);
    border-radius: 10px 0px 0px 10px;
}

.mini-callback-container .field--name-node-title h4 {
  font-family: Geologica;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.mini-callback-container .field--name-body p {
 font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 30px;
  border: solid 1px #fff;
    font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  background-color: #00000000;
  width: 260px;
  margin-right: 10px;
  margin-top: 0;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input::placeholder {
  color: #fff;
  background-color: #00000000;
}

.mini-callback-container .js-form-item-privacy {
  order: 10;
}

.mini-callback-container .webform-actions .webform-button--submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  border-radius: 30px;
  background-color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #1474b9;
  border: none;
  font-size: 0;
  width: 250px;
}

.mini-callback-container .webform-actions .webform-button--submit::after {
  content: "Оставить заявку";
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1474b9;
}

.mini-callback-container .js-form-type-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 10px;
}

.mini-callback-container .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 1 !important;
  flex-shrink: 0;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"]:checked {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.mini-callback-container
  .form-type-checkbox
  input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: var(--blue);
  font-size: 16px;
  left: 4px;
  top: -1px;
}

.mini-callback-container .webform-element-description,
.mini-callback-container .webform-element-description a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.mini-callback-container .description {
  padding-right: 32%;
}

.mini-callback-container .alert-danger {
  display: none;
}

.mini-callback-container .form-item--error-message strong {
  color: white;
  font-size: 13px;
}

/* отзывы */
.wr_reviews {
  margin-top: 110px;
  position: relative;
}

.wr_reviews h2 {
  font-family: Geologica;
  line-height: 1.2;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.badge {
    max-width: 100%;
}

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

.reviews-container, .reviews-map-iframe {
  /* width: calc(100% / 2 - 15px); */
  height: 450px;
  border-radius: 10px;
}

.wr_reviews .mapContainer:after {
    border-radius: 10px;
}

.reviews-link {
      display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 30px;
    border: solid 2px #1474b9;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #1474b9;
    text-decoration: none;
        position: absolute;
    top: 2px;
    right: 0;
}

#block-vesta-theme-vidzhetotzyvov {
  position: relative;
}

/* msg add updates */
.msg-container {
  display: flex;
  gap: 10px;
}

/* *** ADAPTIVE *** */

@media screen and (max-width: 991px) {

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

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



/* <576px */
@media (max-width: 575px) {
  .body-node--800 .wr_content,
  .search-page-custom,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--stocks .wr_content,
  .body-node-type--stocks .wr_content,
  .body-view--additional_services .wr_content,
  .body-node-type--additional_services .wr_content,
  .body-view--types_of_work .wr_content,
  .body-node-type--types_of_work .wr_content,
  .body-node--805 .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content {
    margin: 20px 0px 20px;
  }

.wr_catalog_on_front,
.wr_advantages,
.wr_additional_services,
.wr_about,
.wr_types_of_work,
.wr_stocks,
.wr_gallery,
.wr_callback_on_front,
.wr_map,
.wr_trust,
.wr_calculate_price,
.wr_prices,
.wr_mini_callback .views-row,
.wr_reviews {
    margin-top: 20px;
}

    .msg-container .header-col-whatsapp img, .msg-container .header-col-telegram img {
        width: 26px;
        height: 26px;
    }

.reviews-high-container {
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.wr_reviews h2 {
    margin-bottom: 10px;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input.error {
  border: solid 1px #dc3545;
}

.mini-callback-container .form-item--error-message {
  display: none;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"].error {
  border: solid 1px #dc3545;
}

.mini-callback-container .field--name-node-title h4 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.mini-callback-container .field--name-body p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.mini-callback-container {
    width: 100%;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: var(--blue);
    font-size: 12px;
    left: 3px;
    top: -2px;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input {
    padding: 6px 18px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}

.mini-callback-container .form-actions {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.mini-callback-container .webform-actions .webform-button--submit {
    padding: 10px 18px;
    line-height: 1;
    width: 100%;
}

.mini-callback-container .webform-actions .webform-button--submit::after {
    font-size: 16px;
    line-height: 1;
}

.mini-callback-container .description {
    padding-right: 0%;
}

.mini-callback-container .webform-element-description, .mini-callback-container .webform-element-description a {
    font-size: 12px;
    line-height: 1;
}

.mini-callback-container .form-type-checkbox {
    gap: 5px;
}












.wr_prices .block-title {
    margin-bottom: 10px;
}

.wr_prices .view-content .prices-container .field--name-field-prices-img img {
    border-radius: 10px;
    border: solid 3px #589ed0;
}

.wr_prices .view-content .prices-container {
    padding: 0 0 10px;
    border-radius: 10px;
}

.wr_prices .view-content .prices-container .field--name-node-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.wr_prices .view-content .prices-container .field--name-field-prices-price p {
    font-size: 16px;
}

.wr_prices .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.wr_calculate_price .calculate-cost-container .field--name-body p {
    font-size: 18px;
}

.wr_calculate_price .calculate-cost-container .field--name-field-calculate-cost-form a {
    padding: 6px 30px;
    font-size: 16px;
    width: 100%;
}

.wr_calculate_price .calculate-cost-container .field--name-field-calculate-cost-form {
  flex-shrink: 0;
  width: 100%;
}

.wr_calculate_price .calculate-cost-container {
  flex-direction: column;
  gap: 10px;
}

.wr_calculate_price {
    padding: 15px 0px;
}

div#vpa-short-wrapper {
    margin: 0 5%;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}


div#vpa-short-wrapper .vpa-actions button, div#vpa-short-wrapper .vpa-actions button:hover, div#vpa-short-wrapper .vpa-actions button:active {
    width: 100%;
}

.vpa-actions {
    width: 100%;
}


.body-node-type--photogallery .wr_content .field--name-field-gallery-image img {
    height: 200px;
}

.wr_trust .field--name-field-trust-img {
  gap: 15px;
}

.wr_banner .views-row .container {
    padding: 10px;
    gap: 10px;
}

.wr_banner .views-row .field--name-field-banner-image img {
    height: 100%;
}

.wr_banner .views-row .container .field--name-field-banner-link-more a {
    margin-top: 10px;
    padding: 8px 16px;
}

.wr_banner .views-row {
    height: auto;
}

.wr_banner .views-row .container h1 {
    padding-right: 0%;
}

.wr_banner .views-row .container .field--name-body p {
    padding-right: 0%;
}

.wr_catalog_on_front .more-link a,
.wr_stocks .more-link a,
.wr_gallery .more-link a {
    padding: 5px 16px;
    font-size: 16px;
}

.reviews-link {
  top: 0;
    font-size: 14px;
    padding: 2px 16px;
}

.wr_catalog_on_front .more-link,
.wr_stocks .more-link,
.wr_gallery .more-link {
    position: static;
    margin-top: 10px;
}

.wr_catalog_on_front h2 {
    margin-bottom: 10px;
}

.wr_advantages .view-content .views-row:nth-child(5n + 1), .wr_advantages .view-content .views-row:nth-child(5n + 2), .wr_advantages .view-content .views-row:nth-child(5n + 3) {
    grid-column: span 6;
}

.wr_advantages .view-content .views-row:nth-child(5n + 4), .wr_advantages .view-content .views-row:nth-child(5n + 5) {
    grid-column: span 6;
}

.wr_catalog_on_front .more-link {
    bottom: calc(100% + 30px);
}

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

.wr_catalog_on_front .field--name-node-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wr_advantages .view-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.wr_advantages h2 {
    margin-bottom: 10px;
}

.wr_advantages .view-content .views-row .field--name-node-title h2 {
    font-size: 40px;
}

.wr_additional_services .views-row .field--name-node-title h3 {
    font-size: 18px;
}

.wr_additional_services .field--name-field-addit-services-short-desc p {
    font-size: 16px;
}

.wr_additional_services h2 {
    margin-bottom: 10px;
}


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

.wr_additional_services .view-content img {
  width: 100%;
}

.wr_about .container {
    padding-top: 20px;
}

.wr_about .field--name-field-about-img {
  display: none;
}

.wr_about .field--name-field-about-company-cards-about > .field__item {
    position: static;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    font-size: 18px;
}

.wr_about .field--name-field-about-company-cards-about {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 5%;
  gap: 15px;
  margin-top: 15px;
  padding-bottom: 20px;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(1) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(2) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(3) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(4) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item .paragraph {
    height: 100%;
    display: flex;
    justify-content: start;
}

.wr_advantages_about .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.wr_stocks {
    height: auto;
}

.wr_about .field--name-field-about-img img {
    width: auto;
    height: 400px;
}

.wr_about::before {
    height: 100%;
}

.wr_about::before {
    left: 0;
    right: 0;
    background-size: cover;
    top: 0;
    bottom: 0;
}

.advantages-about-container {
    gap: 10px;
    padding: 15px;
    flex-direction: column;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    width: 100%;
}

.wr_about {
    height: auto;
}

.wr_stocks .region-stocks .view-content {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}

.wr_gallery .field--name-field-gallery-image {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.wr_callback_on_front .field--name-field-fos-img img {
    display: none;
}

.wr_stocks .region-stocks .block-title {
    margin-bottom: 10px;
}

.wr_stocks .region-stocks {
    padding: 10px 0;
}

.wr_callback_on_front form {
    padding-top: 35px;
    width: 100%;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wr_stocks .region-stocks .view-content .views-row {
    padding: 10px;
}

.wr_stocks .region-stocks .view-content .views-row .field--name-node-title h4 {
    font-size: 20px;
}

.wr_gallery .block-title {
    margin-bottom: 10px;
}

    .wr_gallery .field--name-field-gallery-image {
        grid-template-columns: repeat(1, 1fr);
    }

.wr_callback_on_front form .container-for-phone-email {
    width: auto;
}

.wr_callback_on_front form textarea {
    width: 100%;
    margin-top: 20px;
}

.wr_callback_on_front .js-form-type-textarea {
    width: 100%;
}

.wr_callback_on_front form .form-type-checkbox {
  width: 100%;
}

.wr_callback_on_front form .form-actions {
  width: 100%;
}

.wr_callback_on_front form .webform-button--submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
}

  .wr_types_of_work .types-of-work-container {
    flex-direction: column;
  }

  .wr_types_of_work .types-of-work-left {
    width: 100%;
    gap: 10px;
    padding: 18px 15px;
  }

  .wr_types_of_work .types-of-work-left h2 {
    font-size: 20px;
  }

  .wr_types_of_work .field--name-field-types-of-work-desc-small {
    font-size: 18px;
}

  .wr_types_of_work .types-of-work-right {
    width: 100%;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-right img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .wr_types_of_work
    .views-row:nth-child(even)
    .types-of-work-right
    img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .wr_types_of_work
    .types-of-work-right
    .blazy--field-types-of-work-img {
    width: 100%;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-right {
    order: 1;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-left,
  .wr_types_of_work .views-row:nth-child(even) .types-of-work-left {
    order: 2;
    border-radius: 0 0 10px 10px;
  }

  .wr_types_of_work .wr_content .view-content .views-row {
    padding: 0px 10%;
  }

.wr_callback_on_front form h3 {
    font-size: 20px;
}

.wr_callback_on_front form .container-for-phone-email {
    flex-direction: column;
}

.wr_callback_on_front form .form-type-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.wr_callback_on_front form .form-type-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: var(--blue);
  font-size: 14px;
  left: 3px;
  top: -3px;
}

.wr_gallery .view-content img {
    width: 100%;
}

.wr_banner .views-row .container .field--name-field-banner-link-more a {
        margin-top: 0px;
    }


.wr_catalog_on_front .views-row,
.wr_catalog_on_front .more-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.wr_gallery .view-content .field--name-field-gallery-image .field__item:not(:first-child) {
        display: none;
    }

.wr_catalog_on_front .catalog-on-front-container {
  padding: 10px;
}




  .body-view--services .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-view--services .field--name-node-title {
    font-size: 20px;
  }

    .body-node-type--service .container-add-serv {
    gap: 10px;
    flex-direction: column;
}

.body-node-type--service .container-add-serv > div {
    width: 100%;
}

  .body-view--fotogalereya .wr_content .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-node--805 .wr_content .field--name-body > * {
    font-size: 18px;
  }

  .body-view--types_of_work .types-of-work-container {
    flex-direction: column;
  }

  .body-node-type--types_of_work .container-add-serv {
    gap: 10px;
    flex-direction: column;
  }

  .body-node-type--types_of_work .container-add-serv > div {
    width: 100%;
  }

  .body-view--types_of_work .types-of-work-left h2 {
    font-size: 22px;
  }

  .body-view--types_of_work .field--name-field-types-of-work-desc-small {
    font-size: 18px;
  }

  .body-view--types_of_work .types-of-work-left {
    width: 100%;
    gap: 20px;
    padding: 36px 30px;
  }

  .body-view--types_of_work .types-of-work-right {
    width: 100%;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .body-view--types_of_work
    .views-row:nth-child(even)
    .types-of-work-right
    img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .body-view--types_of_work
    .types-of-work-right
    .blazy--field-types-of-work-img {
    width: 100%;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right {
    order: 1;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-left,
  .body-view--types_of_work .views-row:nth-child(even) .types-of-work-left {
    order: 2;
    border-radius: 0 0 10px 10px;
  }

  .body-view--fotogalereya
    .wr_content
    .view-content
    .field--name-field-gallery-image
    img {
    width: 100%;
  }
  .body-view--fotogalereya .wr_content .view-content .views-row {
    padding: 0 10%;
  }

  .body-node-type--additional_services .container-add-serv {
    flex-direction: column;
    gap: 10px;
  }

  .body-node-type--additional_services .container-add-serv > div {
    width: 100%;
  }

  .body-view--additional_services .views-row .field--name-node-title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .body-view--additional_services
    .field--name-field-addit-services-short-desc
    p {
    font-size: 16px;
  }

  .body-view--additional_services .wr_content .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-view--additional_services .additional-services-container {
    padding: 12px 7px 10px 10px;
  }

  .body-view--additional_services .views-row {
    padding: 0 10%;
  }

  .body-view--stocks .wr_content .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-node-type--photogallery .wr_content .field--name-field-gallery-image {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .body-view--fotogalereya
    .wr_content
    .view-content
    .field--name-node-title
    h3
    a {
    font-size: 21px;
    -webkit-line-clamp: 20;
  }

  :root {
    --h1-size: 26px;
    --h2-size: 20px;
  }

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

  #header-mob .col-phone a {
    font-size: 13px;
  }

  #footer .footer-col-logo {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer .footer-col-nav {
    order: 2;
  }
  #footer .footer-col-catalog1 {
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-col-inf {
    order: 3;
    width: 60%;
  }

  .footer-container-gap {
    gap: 20px;
  }

  .footer-container-gap {
    flex-wrap: wrap;
  }

  #footer {
    padding: 30px 0 0 0;
  }

  #footer .footer-col-nav > a {
    margin-bottom: 10px;
  }

  #footer .footer-col-nav .nav {
    gap: 10px;
  }

  #footer .footer-col-nav a {
    font-size: 16px;
  }

  #footer .footer-col-catalog {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px 30px;
    width: auto;
  }

  .body-node--800 .wr_content .field--name-body p,
  .body-node--800 .wr_content .field--name-body p a {
    font-size: 18px;
  } 

  #scrollToTop {
    width: 32px;
    height: 32px;
    bottom: 75px;
    right: 50px;
  }

  .search-page-custom h2 {
    font-size: 22px;
  }

  .search-page-custom a {
    font-size: 16px;
  }

  .search-page-custom form,
  .search-page-custom h1,
  .search-page-custom h2 {
    margin-bottom: 10px;
  }

  .modal-dialog-centered .modal-body h3 {
    font-size: 20px;
  }

  .modal-dialog-centered .modal-body .js-form-item-fos-description p {
    font-size: 16px;
  }

  .modal-dialog-centered .modal-body input,
  .modal-dialog-centered .modal-body textarea {
    padding: 8px 22px;
  }

  .modal-dialog-centered .modal-body {
    padding: 10px;
  }

  .modal-dialog-centered .modal-footer {
    padding: 10px;
  }

  .modal-dialog-centered
    .modal-body
    .form-type-checkbox
    input[type="checkbox"] {
    width: 34px;
    height: 14px;
    border-radius: 5px;
  }

  /* jQuery UI Dialog адаптив */
  .ui-dialog .ui-dialog-content h3 {
    font-size: 20px;
  }

  .ui-dialog .ui-dialog-content .js-form-item-fos-description p {
    font-size: 16px;
  }

  .ui-dialog .ui-dialog-content input,
  .ui-dialog .ui-dialog-content textarea {
    padding: 8px 22px;
  }

  .ui-dialog .ui-dialog-content {
    padding: 10px;
  }

  .ui-dialog
    .ui-dialog-content
    .form-type-checkbox
    input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }

  .ui-dialog .ui-dialog-content .webform-button--submit {
    width: 100%;
    padding: 8px 16px;
  }

  .wr_banner .views-row .container .field--name-body {
    display: none;
  }

  .wr_banner .views-row .container h1 {
        font-size: 20px;
    }

    .wr_banner .views-row .container .field--name-field-banner-link-more a {
        font-size: 15px;
    }

    .advantages-about-container .field--name-field-advantages-about-img {
  width: 40px;
}

.advantages-about-right .field--name-body {
  font-size: 16px;
  line-height: 1;
}

.advantages-about-container h5 {
  font-size: 18px;
  line-height: 1.1;
}
}

/* 576px – 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .body-node--800 .wr_content,
  .search-page-custom,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--stocks .wr_content,
  .body-node-type--stocks .wr_content,
  .body-view--additional_services .wr_content,
  .body-node-type--additional_services .wr_content,
  .body-view--types_of_work .wr_content,
  .body-node-type--types_of_work .wr_content,
  .body-node--805 .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content {
    margin: 30px 0px 30px;
  }
  
.wr_catalog_on_front,
.wr_advantages,
.wr_additional_services,
.wr_about,
.wr_types_of_work,
.wr_stocks,
.wr_gallery,
.wr_callback_on_front,
.wr_map,
.wr_trust,
.wr_calculate_price,
.wr_prices,
.wr_mini_callback .views-row,
.wr_reviews {
    margin-top: 30px;
}

    .msg-container .header-col-whatsapp img, .msg-container .header-col-telegram img {
        width: 30px;
        height: 30px;
    }

.reviews-high-container {
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}


.mini-callback-container .container-for-phone-email .js-form-item-tel input.error {
  border: solid 1px #dc3545;
}

.mini-callback-container .form-item--error-message {
  display: none;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"].error {
  border: solid 1px #dc3545;
}

.mini-callback-container .field--name-node-title h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}

.mini-callback-container .field--name-body p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.mini-callback-container {
    width: 100%;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: var(--blue);
    font-size: 12px;
    left: 3px;
    top: -2px;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input {
    padding: 6px 18px;
    font-size: 16px;
    line-height: 1;
    width: 200px;
}

.mini-callback-container .webform-actions .webform-button--submit {
    padding: 10px 18px;
    line-height: 1;
    width: 200px;
}

.mini-callback-container .webform-actions .webform-button--submit::after {
    font-size: 16px;
    line-height: 1;
}

.mini-callback-container .description {
    padding-right: 15%;
}

.mini-callback-container .webform-element-description, .mini-callback-container .webform-element-description a {
    font-size: 12px;
    line-height: 1;
}

.mini-callback-container .form-type-checkbox {
    gap: 5px;
}









.wr_prices .view-content .prices-container .field--name-field-prices-img img {
    border-radius: 10px;
    border: solid 3px #589ed0;
}

.wr_prices .view-content .prices-container {
    padding: 0 0 10px;
    border-radius: 10px;
}

.wr_prices .view-content .prices-container .field--name-node-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.wr_prices .view-content .prices-container .field--name-field-prices-price p {
    font-size: 16px;
}

.wr_prices .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.wr_calculate_price .calculate-cost-container .field--name-body p {
    font-size: 18px;
}

.wr_calculate_price .calculate-cost-container .field--name-field-calculate-cost-form a {
    padding: 6px 30px;
    font-size: 16px;
    width: 100%;
}

.wr_calculate_price .calculate-cost-container .field--name-field-calculate-cost-form {
  flex-shrink: 0;
  width: 100%;
}

.wr_calculate_price .calculate-cost-container {
  flex-direction: column;
  gap: 10px;
}

.wr_calculate_price {
    padding: 15px 0px;
}


.wr_trust .field--name-field-trust-img {
  gap: 15px;
}

    .wr_gallery .view-content .field__item:nth-child(3) {
        display: none;
    }












  .body-view--services .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

    .body-node-type--service .container-add-serv {
    gap: 30px;
    flex-direction: column;
}





div#vpa-short-wrapper {
    margin: 0 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-radius: 14px;
    background-color: #fff;
    gap: 26px;
    max-width: 764px;
}

.wr_banner .views-row .container {
    padding: 30px 0px 30px;
}

.wr_banner .views-row .field--name-field-banner-image img {
    height: 100%;
}

.wr_banner .views-row {
    height: auto;
}

.wr_banner .views-row .container h1 {
    padding-right: 0%;
}

.wr_banner .views-row .container .field--name-body p {
    padding-right: 0%;
}

.wr_catalog_on_front .more-link a,
.wr_stocks .more-link a,
.wr_gallery .more-link a,
.reviews-link {
    padding: 5px 16px;
    font-size: 16px;
}

.wr_advantages .view-content .views-row:nth-child(5n + 1), .wr_advantages .view-content .views-row:nth-child(5n + 2), .wr_advantages .view-content .views-row:nth-child(5n + 3) {
    grid-column: span 6;
}

.wr_advantages .view-content .views-row:nth-child(5n + 4), .wr_advantages .view-content .views-row:nth-child(5n + 5) {
    grid-column: span 6;
}

.wr_catalog_on_front .more-link {
    bottom: calc(100% + 30px);
}

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

.wr_advantages .view-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

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

.wr_additional_services .view-content img {
  width: 100%;
}

.wr_about .container {
    padding-top: 20px;
}

.wr_about .field--name-field-about-img {
  display: none;
}

.wr_about .field--name-field-about-company-cards-about > .field__item {
    position: static;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    font-size: 18px;
}

.wr_about .field--name-field-about-company-cards-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 5%;
  gap: 15px;
  margin-top: 15px;
  padding-bottom: 20px;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(1) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(2) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(3) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(4) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item .paragraph {
    height: 100%;
    display: flex;
    justify-content: start;
}

.wr_advantages_about .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.wr_stocks {
    height: auto;
}

.wr_about .field--name-field-about-img img {
    width: auto;
    height: 400px;
}

.wr_about::before {
    height: 100%;
}

.wr_about::before {
    left: 0;
    right: 0;
    background-size: cover;
    top: 0;
    bottom: 0;
}

.advantages-about-container {
    gap: 20px;
    padding: 15px;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    width: 100%;
}

.wr_about {
    height: auto;
}

.wr_stocks .region-stocks .view-content {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}

.wr_gallery .field--name-field-gallery-image {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.wr_gallery .view-content img {
    height: 200px;
}

.wr_callback_on_front .field--name-field-fos-img img {
    display: none;
}

.wr_stocks .region-stocks {
    padding: 30px 0;
}

.wr_callback_on_front form {
    padding-top: 35px;
    width: 100%;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wr_callback_on_front form .container-for-phone-email {
    width: auto;
}

.wr_callback_on_front form textarea {
    width: 100%;
    margin-top: 20px;
}

.wr_callback_on_front .js-form-type-textarea {
    width: 100%;
}

.wr_callback_on_front form .form-type-checkbox {
  width: 100%;
}

.wr_callback_on_front form .form-actions {
  width: 100%;
}

.wr_callback_on_front form .webform-button--submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .wr_types_of_work .types-of-work-container {
    flex-direction: column;
  }

  .wr_types_of_work .types-of-work-left {
    width: 100%;
    gap: 20px;
    padding: 18px 15px;
  }

  .wr_types_of_work .types-of-work-left h2 {
    font-size: 32px;
  }

  .wr_types_of_work .types-of-work-right {
    width: 100%;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-right img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .wr_types_of_work
    .views-row:nth-child(even)
    .types-of-work-right
    img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .wr_types_of_work
    .types-of-work-right
    .blazy--field-types-of-work-img {
    width: 100%;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-right {
    order: 1;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-left,
  .wr_types_of_work .views-row:nth-child(even) .types-of-work-left {
    order: 2;
    border-radius: 0 0 10px 10px;
  }

  .wr_types_of_work .wr_content .view-content .views-row {
    padding: 0px 10%;
  }

.body-node-type--service .container-add-serv > div {
    width: 100%;
}

  .body-view--services .field--name-node-title {
    font-size: 20px;
  }

  .body-view--types_of_work .types-of-work-container {
    flex-direction: column;
  }

  .body-node-type--types_of_work .container-add-serv {
    gap: 30px;
    flex-direction: column;
  }

  .body-node-type--types_of_work .container-add-serv > div {
    width: 100%;
  }

  .body-view--types_of_work .types-of-work-left h2 {
    font-size: 26px;
  }

  .body-view--types_of_work .types-of-work-left {
    width: 100%;
    gap: 20px;
    padding: 36px 30px;
  }

  .body-view--types_of_work .types-of-work-right {
    width: 100%;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .body-view--types_of_work
    .views-row:nth-child(even)
    .types-of-work-right
    img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .body-view--types_of_work
    .types-of-work-right
    .blazy--field-types-of-work-img {
    width: 100%;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right {
    order: 1;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-left,
  .body-view--types_of_work .views-row:nth-child(even) .types-of-work-left {
    order: 2;
    border-radius: 0 0 10px 10px;
  }

  .body-view--fotogalereya .wr_content .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .body-node-type--additional_services .container-add-serv {
    flex-direction: column;
  }

  .body-node-type--additional_services .container-add-serv > div {
    width: 100%;
  }

  .body-view--stocks .wr_content .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

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

  .body-node-type--photogallery .wr_content .field--name-field-gallery-image {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .modal-dialog-centered .modal-body h3 {
    font-size: 26px;
  }

  /* jQuery UI Dialog адаптив */
  .ui-dialog .ui-dialog-content h3 {
    font-size: 26px;
  }

  .ui-dialog .ui-dialog-content .webform-button--submit {
    width: 100%;
  }

  .search-page-custom h2 {
    font-size: 26px;
  }

  .search-page-custom form,
  .search-page-custom h1,
  .search-page-custom h2 {
    margin-bottom: 20px;
  }

  #scrollToTop {
    width: 32px;
    height: 32px;
    bottom: 50px;
    right: 50px;
  }

  .body-node--800 .wr_content .field--name-body p,
  .body-node--800 .wr_content .field--name-body p a {
    font-size: 18px;
  }

  :root {
    --h1-size: 30px;
    --h2-size: 28px;
  }

  #footer .footer-col-logo {
    order: 1;
    width: 33%;
  }
  #footer .footer-col-nav {
    order: 2;
  }
  #footer .footer-col-catalog1 {
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-col-inf {
    order: 3;
    width: 33%;
  }

  .footer-container-gap {
    flex-wrap: wrap;
  }

  #footer {
    padding: 30px 0 0 0;
  }

  #footer .footer-col-nav > a {
    margin-bottom: 10px;
  }

  #footer .footer-col-nav .nav {
    gap: 10px;
  }

  #footer .footer-col-nav a {
    font-size: 16px;
  }

  #footer .footer-col-catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 30px;
    width: auto;
  }
}

/* 768px – 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .body-node--800 .wr_content,
  .search-page-custom,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--stocks .wr_content,
  .body-node-type--stocks .wr_content,
  .body-view--additional_services .wr_content,
  .body-node-type--additional_services .wr_content,
  .body-view--types_of_work .wr_content,
  .body-node-type--types_of_work .wr_content,
  .body-node--805 .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content,
  .wr_reviews {
    margin: 50px 0px 50px;
  }

div#vpa-short-wrapper {
    margin: auto;
}


.wr_catalog_on_front,
.wr_advantages,
.wr_additional_services,
.wr_about,
.wr_types_of_work,
.wr_stocks,
.wr_gallery,
.wr_callback_on_front,
.wr_map,
.wr_trust,
.wr_calculate_price,
.wr_prices,
.wr_mini_callback .views-row {
    margin-top: 50px;
}

.msg-container .header-col-whatsapp img,
.msg-container .header-col-telegram img {
    width: 30px;
    height: 30px;
}

.reviews-high-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input.error {
  border: solid 1px #dc3545;
}

.mini-callback-container .form-item--error-message {
  display: none;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"].error {
  border: solid 1px #dc3545;
}


.mini-callback-container .field--name-node-title h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}

.mini-callback-container .field--name-body p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.mini-callback-container {
    width: 580px;
    padding: 20px 20px 20px 20px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: var(--blue);
    font-size: 12px;
    left: 3px;
    top: -2px;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input {
    padding: 6px 18px;
    font-size: 16px;
    line-height: 1;
    width: 200px;
}

.mini-callback-container .webform-actions .webform-button--submit {
    padding: 10px 18px;
    line-height: 1;
    width: 200px;
}

.mini-callback-container .webform-actions .webform-button--submit::after {
    font-size: 16px;
    line-height: 1;
}

.mini-callback-container .description {
    padding-right: 15%;
}

.mini-callback-container .webform-element-description, .mini-callback-container .webform-element-description a {
    font-size: 12px;
    line-height: 1;
}

.mini-callback-container .form-type-checkbox {
    gap: 5px;
}








.wr_prices .view-content .prices-container .field--name-field-prices-img img {
    border-radius: 10px;
    border: solid 3px #589ed0;
}

.wr_prices .view-content .prices-container {
    padding: 0 0 10px;
    border-radius: 10px;
}

.wr_prices .view-content .prices-container .field--name-node-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.wr_prices .view-content .prices-container .field--name-field-prices-price p {
    font-size: 16px;
}

.wr_prices .view-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.wr_calculate_price .calculate-cost-container .field--name-body p {
    font-size: 22px;
}

.wr_calculate_price .calculate-cost-container .field--name-field-calculate-cost-form a {
    padding: 16px 30px;
    font-size: 18px;
}

.wr_calculate_price .calculate-cost-container .field--name-field-calculate-cost-form {
  flex-shrink: 0;
}

.wr_trust .field--name-field-trust-img {
  gap: 15px;
}

.ui-dialog .ui-dialog-content {
    padding: 15px;
}

.ui-dialog .ui-dialog-content .js-form-item-fos-description p {
    font-size: 16px;
}







.wr_banner .views-row .container {
    padding: 30px 0px 30px;
}

.wr_banner .views-row .field--name-field-banner-image img {
    height: 420px;
}

.wr_banner .views-row {
    height: 420px;
}

.wr_banner .views-row .container h1 {
    padding-right: 0%;
}

.wr_banner .views-row .container .field--name-body p {
    padding-right: 0%;
}

.wr_catalog_on_front .more-link a,
.wr_stocks .more-link a,
.wr_gallery .more-link a,
.reviews-link {
    padding: 8px 20px;
    font-size: 16px;
}

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

.wr_advantages .view-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

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

.wr_additional_services .view-content img {
  width: 100%;
}

.wr_about .container {
    padding-top: 20px;
}

.wr_about .field--name-field-about-img {
  display: none;
}

.wr_about .field--name-field-about-company-cards-about > .field__item {
    position: static;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    font-size: 18px;
}

.wr_about .field--name-field-about-company-cards-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 5%;
  gap: 15px;
  margin-top: 15px;
  padding-bottom: 20px;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(1) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(2) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(3) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(4) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item .paragraph {
    height: 100%;
    display: flex;
    justify-content: start;
}

.wr_advantages_about .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.wr_stocks {
    height: auto;
}

.wr_about .field--name-field-about-img img {
    width: auto;
    height: 400px;
}

.wr_about::before {
    height: 100%;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    width: 100%;
}

.wr_about {
    height: auto;
}

.wr_stocks .region-stocks .view-content {
    gap: 15px;
}

.wr_gallery .field--name-field-gallery-image {
    gap: 15px;
}

.wr_gallery .view-content img {
    height: 150px;
}

.wr_callback_on_front .field--name-field-fos-img img {
    display: none;
}

.wr_stocks .region-stocks {
    padding: 30px 0;
}

.wr_callback_on_front form {
    padding-top: 35px;
    width: 670px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wr_callback_on_front form .container-for-phone-email {
    width: auto;
}

.wr_callback_on_front form textarea {
    width: 100%;
    margin-top: 20px;
}

.wr_callback_on_front .js-form-type-textarea {
    width: 100%;
}

.wr_callback_on_front form .form-type-checkbox {
  width: 100%;
}

.wr_callback_on_front form .form-actions {
  width: 100%;
}

.wr_callback_on_front form .webform-button--submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .wr_types_of_work .types-of-work-container {
    flex-direction: column;
  }

  .wr_types_of_work .types-of-work-left {
    width: 100%;
    gap: 20px;
    padding: 36px 30px;
  }

  .wr_types_of_work .types-of-work-left h2 {
    font-size: 32px;
  }

  .wr_types_of_work .types-of-work-right {
    width: 100%;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-right img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .wr_types_of_work
    .views-row:nth-child(even)
    .types-of-work-right
    img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .wr_types_of_work
    .types-of-work-right
    .blazy--field-types-of-work-img {
    width: 100%;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-right {
    order: 1;
  }

  .wr_types_of_work .views-row:nth-child(odd) .types-of-work-left,
  .wr_types_of_work .views-row:nth-child(even) .types-of-work-left {
    order: 2;
    border-radius: 0 0 10px 10px;
  }

  .wr_types_of_work .wr_content .view-content .views-row {
    padding: 0px 10%;
  }



















  .body-node-type--service .container-add-serv {
    gap: 30px;
    flex-direction: column;
}

.body-node-type--service .container-add-serv > div {
    width: 100%;
}

  .body-node-type--types_of_work .container-add-serv {
    gap: 30px;
    flex-direction: column;
  }

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

  .body-node-type--types_of_work .container-add-serv > div {
    width: 100%;
  }

  :root {
    --h1-size: 36px;
    --h2-size: 34px;
  }

  .body-view--additional_services .wr_content .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .body-view--types_of_work .types-of-work-container {
    flex-direction: column;
  }

  .body-view--types_of_work .types-of-work-left {
    width: 100%;
    gap: 20px;
    padding: 36px 30px;
  }

  .body-view--types_of_work .types-of-work-left h2 {
    font-size: 32px;
  }

  .body-view--types_of_work .types-of-work-right {
    width: 100%;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .body-view--types_of_work
    .views-row:nth-child(even)
    .types-of-work-right
    img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .body-view--types_of_work
    .types-of-work-right
    .blazy--field-types-of-work-img {
    width: 100%;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-right {
    order: 1;
  }

  .body-view--types_of_work .views-row:nth-child(odd) .types-of-work-left,
  .body-view--types_of_work .views-row:nth-child(even) .types-of-work-left {
    order: 2;
    border-radius: 0 0 10px 10px;
  }

  .body-view--types_of_work .wr_content .view-content .views-row {
    padding: 0px 10%;
  }

  .body-view--stocks .wr_content .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .body-node-type--photogallery .wr_content .field--name-field-gallery-image {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .body-view--fotogalereya .wr_content .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  #scrollToTop {
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 100px;
  }

  #footer .footer-col-logo {
    order: 1;
  }
  #footer .footer-col-nav {
    order: 2;
  }
  #footer .footer-col-catalog1 {
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-col-inf {
    order: 3;
  }

  .footer-container-gap {
    flex-wrap: wrap;
  }

  #footer {
    padding: 30px 0 0 0;
  }

  #footer .footer-col-nav > a {
    margin-bottom: 10px;
  }

  #footer .footer-col-nav .nav {
    gap: 10px;
  }

  #footer .footer-col-nav a {
    font-size: 16px;
  }

  #footer .footer-col-catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 30px;
    width: auto;
  }

  .wr_banner .views-row,
.wr_banner .views-row .field--name-field-banner-image img {
    height: 100%;
  }

  /* jQuery UI Dialog адаптив */
  .ui-dialog .ui-dialog-content h3 {
    font-size: 30px;
  }

  .ui-dialog .ui-dialog-titlebar-close {
    width: 30px;
    height: 30px;
  }

  .ui-dialog .ui-dialog-content input,
  .ui-dialog .ui-dialog-content textarea {
    padding: 13px 22px;
  }

  .ui-dialog .ui-dialog-content .webform-button--submit {
    width: 100%;
    padding: 14px 23px;
    font-size: 18px;
  }
}

/* 992px – 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .body-node--800 .wr_content,
  .search-page-custom,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--stocks .wr_content,
  .body-node-type--stocks .wr_content,
  .body-view--additional_services .wr_content,
  .body-node-type--additional_services .wr_content,
  .body-view--types_of_work .wr_content,
  .body-node-type--types_of_work .wr_content,
  .body-node--805 .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content {
    margin: 60px 0px 60px;
  }

.wr_catalog_on_front,
.wr_advantages,
.wr_additional_services,
.wr_about,
.wr_types_of_work,
.wr_stocks,
.wr_gallery,
.wr_callback_on_front,
.wr_map,
.wr_trust,
.wr_calculate_price,
.wr_prices,
.wr_mini_callback .views-row,
.wr_reviews {
    margin-top: 70px;
}

.msg-container .header-col-whatsapp img,
.msg-container .header-col-telegram img {
    width: 30px;
    height: 30px;
}

.reviews-high-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.mini-callback-container .field--name-node-title h4 {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.mini-callback-container .field--name-body p {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.mini-callback-container {
    width: 580px;
    padding: 25px 41px 25px 41px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: var(--blue);
    font-size: 12px;
    left: 3px;
    top: -2px;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.1;
    width: 200px;
}

.mini-callback-container .webform-actions .webform-button--submit {
    padding: 10px 18px;
    line-height: 1.1;
    width: 250px;
}

.mini-callback-container .webform-actions .webform-button--submit::after {
    font-size: 16px;
    line-height: 1.1;
}

.mini-callback-container .description {
    padding-right: 15%;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input.error {
  border: solid 1px #dc3545;
}

.mini-callback-container .form-item--error-message {
  display: none;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"].error {
  border: solid 1px #dc3545;
}



.wr_prices .view-content .prices-container .field--name-node-title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.wr_prices .view-content .prices-container .field--name-field-prices-price p {
    font-size: 22px;
}

.wr_prices .view-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.wr_calculate_price .calculate-cost-container .field--name-body p {
    font-size: 24px;
}


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

.wr_banner .views-row .container {
    padding: 60px 0px 60px;
}

.wr_banner .views-row .field--name-field-banner-image img {
    height: 477px;
}

.wr_banner .views-row {
    height: 477px;
}

.wr_banner .views-row .container h1 {
    padding-right: 10%;
}

.wr_banner .views-row .container .field--name-body p {
    padding-right: 10%;
}

.wr_catalog_on_front .more-link a,
.wr_stocks .more-link a,
.wr_gallery .more-link a,
.reviews-link {
    padding: 10px 20px;
}

.wr_catalog_on_front .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.wr_advantages .view-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

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

.wr_additional_services .view-content img {
  width: 100%;
}

.wr_about .container {
    padding-top: 20px;
}

.wr_about .field--name-field-about-company-cards-about > .field__item {
    position: static;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    font-size: 18px;
}

.wr_about .field--name-field-about-company-cards-about {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 1%;
  gap: 15px;
  margin-top: 15px;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(1) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(2) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(3) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(4) {
    width: auto;
}

.wr_about .field--name-field-about-company-cards-about > .field__item .paragraph {
    height: 100%;
    display: flex;
    justify-content: start;
}

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

.wr_about .field--name-field-about-img img {
    width: auto;
    height: 400px;
}

.wr_about::before {
    height: 400px;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    width: 68%;
}

.wr_about {
    height: 600px;
}

.wr_stocks .region-stocks .view-content {
    gap: 15px;
}

.wr_gallery .field--name-field-gallery-image {
    gap: 15px;
}

.wr_callback_on_front .field--name-field-fos-img img {
    width: 45%;
}









  :root {
    --h1-size: 42px;
    --h2-size: 40px;
  }

  .body-view--additional_services .wr_content .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  #scrollToTop {
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 100px;
  }

  .footer-container-gap {
    gap: 15px;
  }

  #footer .footer-col-catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 15px;
    width: 410px;
  }

  #footer > .container {
    padding: 0;
  }

  #header .header-top .header-col-adres,
  #header .header-top .header-col-phone,
  #header .header-top .header-col-mail {
    gap: 5px;
  }

  #header .header-top .header-col-search input {
    width: 100px;
    padding: 10px 4px;
  }

  #header .header-top .header-col-callback a {
    padding: 8px 10px;
    font-size: 16px;
  }

  #header .header-col-logo {
    width: 100px;
  }

  #header .header-top .container,
  #header .header-bottom .container {
    padding: 0;
  }

  #header .header-bottom .nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  /* jQuery UI Dialog адаптив */
  .ui-dialog .ui-dialog-content h3 {
    font-size: 30px;
  }

  .ui-dialog .ui-dialog-titlebar-close {
    width: 30px;
    height: 30px;
  }

  .ui-dialog .ui-dialog-content input,
  .ui-dialog .ui-dialog-content textarea {
    padding: 13px 22px;
  }

  .ui-dialog .ui-dialog-content .webform-button--submit {
    width: 100%;
    padding: 14px 23px;
    font-size: 18px;
  }

  .wr_banner .views-row,
.wr_banner .views-row .field--name-field-banner-image img {
    height: 100%;
}
}

/* 1200px – 1400px */
@media (min-width: 1200px) and (max-width: 1400px) {
  .body-node--800 .wr_content,
  .body-view--fotogalereya .wr_content,
  .search-page-custom,
  .body-node-type--photogallery .wr_content,
  .body-view--stocks .wr_content,
  .body-node-type--stocks .wr_content,
  .body-view--additional_services .wr_content,
  .body-node-type--additional_services .wr_content,
  .body-view--types_of_work .wr_content,
  .body-node-type--types_of_work .wr_content,
  .body-node--805 .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content {
    margin: 60px 0px 60px;
  }

.wr_catalog_on_front,
.wr_advantages,
.wr_additional_services,
.wr_about,
.wr_types_of_work,
.wr_stocks,
.wr_gallery,
.wr_callback_on_front,
.wr_map,
.wr_trust,
.wr_calculate_price,
.wr_prices,
.wr_mini_callback .views-row,
.wr_reviews {
    margin-top: 90px;
}

.mini-callback-container {
    width: 693px;
    padding: 40px 35px 40px 35px;
}

.js-form-item-tel .form-item--error-message {
  position: absolute;
}

.mini-callback-container .container-for-phone-email .js-form-item-tel input.error {
  border: solid 1px #dc3545;
}

.mini-callback-container .form-item--error-message {
  display: none;
}

.mini-callback-container .form-type-checkbox input[type="checkbox"].error {
  border: solid 1px #dc3545;
}







.wr_calculate_price .calculate-cost-container .field--name-body p {
    font-size: 26px;
}








  .wr_banner .views-row .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 90px 0px 89px;
}

.wr_banner .views-row .field--name-field-banner-image img {
    height: 550px;
}

.wr_banner .views-row {
    background-color: rgba(26, 67, 97, 0.6);
    height: 550px;
}

.wr_catalog_on_front .more-link a,
.wr_stocks .more-link a,
.wr_gallery .more-link a,
.reviews-link {
    padding: 12px 20px;
}

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

.wr_catalog_on_front .field--name-field-service-image img {
    width: 100%;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(1) {
    width: 282px;
    top: 5%;
    right: 10%;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(2) {
    width: 303px;
    top: 26%;
    right: 1.5%;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(3) {
    width: 282px;
    top: 47%;
    right: 10%;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(4) {
    width: 282px;
    top: 70%;
    right: 12%;
}

.wr_about .container {
    padding-top: 40px;
}

.wr_advantages_about .view-content {
    margin-top: 0px;
}

.wr_about::before {
    height: 550px;
}

.wr_about .field--name-field-about-img img {
    height: 550px;
}

.wr_about {
    height: 550px;
}

.wr_advantages_about {
  margin-top: 30px;
}

.wr_about .container .field--name-field-about-short-desc-front p {
    padding-right: 9%;
}

.wr_callback_on_front .field--name-field-fos-img img {
    width: 70%;
}




  #scrollToTop {
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 100px;
  }

  :root {
    --h1-size: 46px;
    --h2-size: 44px;
  }

  #header .header-top .header-col-adres,
  #header .header-top .header-col-phone,
  #header .header-top .header-col-mail {
    gap: 5px;
  }

  #header .header-top .header-col-search input {
    width: 150px;
  }

  #header .header-top .header-col-callback a {
    padding: 12px 20px;
  }

  .wr_banner .views-row,
.wr_banner .views-row .field--name-field-banner-image img {
    height: 100%;
}
}

/* от 1400px */
@media (min-width: 1400px) {
  .container {
    padding: 0;
    width: 1170px;
  }
  :root {
    --h1-size: 50px;
    --h2-size: 48px;
  }

    .body-node--800 .wr_content,
  .body-view--fotogalereya .wr_content,
  .search-page-custom,
  .body-node-type--photogallery .wr_content,
  .body-view--stocks .wr_content,
  .body-node-type--stocks .wr_content,
  .body-view--additional_services .wr_content,
  .body-node-type--additional_services .wr_content,
  .body-view--types_of_work .wr_content,
  .body-node-type--types_of_work .wr_content,
  .body-node--805 .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content {
    margin: 60px 0px 60px;
  }
}


/* поле для о компании на главной и фос */
@media (min-width: 1400px) and (max-width: 1700px) {
  .wr_callback_on_front .field--name-field-fos-img img {
    width: 80%;
}

.wr_callback_on_front .field--name-field-fos-img {
    display: flex;
    justify-content: end;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(1) {
    width: 282px;
    top: 5%;
    right: 20%;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(2) {
    width: 303px;
    top: 26%;
    right: 1.5%;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(3) {
    width: 282px;
    top: 47%;
    right: 12.5%;
}

.wr_about .field--name-field-about-company-cards-about > .field__item:nth-child(4) {
    width: 282px;
    top: 70%;
    right: 17%;
}
}