body {
  height: 100%;
  margin: 0;
  font-family: var(--font-family);
  line-height: 1.4;
  overflow-x: hidden;
}
.wr_content {
  margin-top: 50px;
  margin-bottom: 70px;
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.body-node--839 .body-styles hr {
  opacity: 1;
}
.body-node--839 .page-title-h1 {
  font-size: 47px;
}
#main {
  flex: 1;
}
.region-content .webform-submission-ostavit-zayavku-form .form-control {
  padding: 0.77rem 1rem;
}
.region-content .webform-submission-ostavit-zayavku-form {
  width: 50%;
  gap: 15px;
}
.text-container .webform-submission-ostavit-zayavku-form {
  width: 100%;
}
.section {
  margin-top: 88px;
}
.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;
}
.webform-submission-ostavit-zayavku-form
  .form-type-checkbox
  .form-item--error-message {
  flex-basis: 100%;
}
/*CONTACTS BLOCK STYLES*/
.contacts-block .map .field--name-body {
  border-radius: 20px;
  overflow: hidden;
}
.contacts-block .msngrs {
  gap: 10px;
}
.contacts-block .text a {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.contacts-block .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
/*CONTACTS BLOCK STYLES*/
/*HEADER STYLES*/
.header-bottom .region-navigation {
  width: 100%;
  max-width: 774px;
}
.header-bottom button.active:before {
  opacity: 0;
  width: 0;
}
.header-bottom .search-api-page-block-form-search button {
  padding: 5px 14px;
  border-radius: 5px;
}
.header-bottom .search-api-page-block-form-search button:hover {
  background-color: var(--color-primary);
}
.header-bottom button:before {
  opacity: 1;
  position: absolute;
  content: "";
  background: url("../image/Search.svg") no-repeat center;
  width: 22px;
  height: 22px;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
}

.header-bottom button {
  position: relative;
  box-shadow: none;
  border: none;
}
.header-bottom .search-api-page-block-form-search form {
  display: flex;
  gap: 5px;
}
.header-bottom ul.nav {
  justify-content: space-between;
  padding-right: 15px;
  flex-wrap: nowrap;
}
.nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
.dropdown-toggle::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 12px;
  background: url("../image/arow.svg") no-repeat center;
  border: none;
  vertical-align: 0;
}
.header-mob {
  background-color: var(--color-primary);
}
h1.title-page {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #000;
  padding-bottom: 40px;
}
.offcanvas .contact-item {
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.offcanvas .contact-item a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.offcanvas .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}
.offcanvas .msngrs {
  padding: 15px 0;
  gap: 20px;
}
.offcanvas .search-api-page-block-form-search form {
  display: flex;
  gap: 5px;
}
.offcanvas .form-control {
  padding: 0.6rem 0.75rem;
}
.offcanvas .search-form__submit {
}
.offcanvas .dropdown-menu li:last-child {
  padding-bottom: 0;
}
.offcanvas .dropdown-menu li {
  padding-bottom: 25px;
}
.offcanvas .form-type-search input::placeholder {
  font-size: 18px;
}
.offcanvas .form-type-search {
  width: 100%;
}
.offcanvas ul.nav .dropdown-item:focus-visible,
.dropdown-item:active,
.offcanvas ul.nav .dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}
.offcanvas ul.nav li a {
  white-space: pre-line;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.offcanvas ul.nav {
  padding: 20px 0;
  gap: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.offcanvas .btn-primary {
  background-color: none;
  border: 2px solid #fff;
  box-shadow: none;
  transform: none;
  padding: 7px 27px;
  height: 100%;
  font-size: 18px;
}
.offcanvas {
  background-color: var(--color-primary);
}
#header-mob .col-logo {
  width: 100%;
}
#header-mob .contact-item {
  width: max-content;
}
#header-mob .contact-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.header-top .adress {
  white-space: nowrap;
}
.header-top .contact-link {
  width: 100%;
  max-width: 458px;
  justify-content: space-between;
}
.header-top-item span {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-left: 5px;
}
.header-top-item a.mail {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.header-top-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

/* FOOTER  */

textarea.form-textarea:focus,
input.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(1 80 160 / 34%);
  border-color: #007fffab;
}
#footer .row-copyright a {
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
#footer .row-copyright {
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
#footer .btn-primary {
  box-shadow: none;
  transform: none;
  border: 2px solid #fff;
  border-radius: 10px;
  white-space: nowrap;
  padding: 10px 14px;
}
#footer .contacts .mail a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
#footer .contacts .phone a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
#footer .contacts .contact-item a,
#footer .contacts .contact-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
#footer .contacts {
  gap: 12px;
}
#footer .contacts .adress {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
#footer .menu .nav {
  gap: 4px;
}
#footer .menu {
  padding-left: 40px !important;
}
#footer .menu li a:hover {
  border-bottom: 3px solid var(--color-border);
}
#footer .menu li a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom: 3px solid var(--color-primary);
  transition: border 0.2s;
  display: inline-block;
}
#footer h3 {
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
}
#footer .logo a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}
#footer .logo .img-link {
  display: block;
  padding-bottom: 33px;
}
#footer .logo .copyright {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding-bottom: 13px;
}
#footer {
  background-color: var(--color-primary);
  padding-top: 58px;
  padding-bottom: 52px;
}
/* FOOTER  */
#footer #footer .ajax-progress,
#header .ajax-progress {
  display: none;
}

.header-bottom ul.nav > .nav-item:first-child > .nav-link {
  padding-left: 0;
}
.header-bottom ul.nav > .nav-item {
  border-bottom: 3px solid var(--color-primary);
  transition: border 0.2s;
}
.header-bottom ul.nav > .nav-item:hover {
  border-bottom: 3px solid var(--color-border);
}
.header-bottom ul.nav > .nav-item > a {
  padding: 12px 0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.header-bottom .search-api-page-block-form-search #edit-actions {
  margin-left: auto;
}
.header-bottom .form-search.active {
  width: 100%;
  opacity: 1;
}
.header-bottom .form-type-search {
  width: 100%;
}
.header-bottom .form-search {
  width: 0;
  opacity: 0;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.header-bottom .form-control {
  padding: 0.3rem 0.75rem;
}
.header-bottom .col-search {
  max-width: 300px;
  width: 100%;
}
.header-bottom {
  background-color: var(--color-primary);
  padding-top: 3px;
}

.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;
}
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  .text
  .field--name-body
  a {
  white-space: nowrap;
}
.sale-item-page {
  --bs-gutter-y: 1rem;
  font-size: 16px;
}
.sale-item-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header-mob {
  top: 0;
  width: 100%;
  background: var(--color-primary);
  padding: 14px 10px;
  z-index: 50;
}

#header-mob.toolbar-horizontal #header-mob {
  top: 0;
}
.offcanvas-header {
  margin-bottom: 10px;
}

#header-mob .col-logo a {
  display: flex;
  align-items: center;
}
#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;
}

.header-bottom .region-navigation .nav > .nav-item:hover .dropdown-item,
.header-bottom .region-navigation .nav > .nav-item:hover .dropdown-menu li {
  padding-left: 0px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #1e1e1e;
  transition: color 0.2s ease;
}
.header-bottom .region-navigation .nav .dropdown-menu .dropdown-item:hover {
  color: #000;
}
.header-bottom
  .region-navigation
  .nav
  > .nav-item:hover
  .dropdown-menu
  li:last-child {
  padding-bottom: 0;
}

.header-bottom .region-navigation .nav > .nav-item:hover .dropdown-menu a {
  white-space: pre-line;
}
.header-bottom .region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: block;
  top: 104%;
  left: 0;
  border-radius: 0 0 10px 10px;
  padding: 24px 21px;
  max-width: 600px;
  width: max-content;
}

/*SERVICES PAGE STYLES*/
.node--view-mode-full .field--name-field-izobrazhenie-dlya-stranicy {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.node--view-mode-full {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.node--view-mode-full .content-top > * {
}
.content-bottom {
  --bs-gutter-y: 2.5rem;
}
.node--view-mode-full .content-bottom-left .field--name-field-content-bottom p {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.node--view-mode-full .content-bottom-left .field--name-field-content-bottom {
  padding-right: 1.7rem;
}
.node--view-mode-full
  .content-bottom-left
  .field--name-field-content-bottom
  p
  span {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.node--view-mode-full .field--type-image img {
  transition: all 0.3s ease;
}
.node--view-mode-full .field--type-image {
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.node--view-mode-full .content-bottom img {
  position: absolute;
  width: 100%;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
  inset: 0;
}

.node--view-mode-full .content-columns .field__items,
.node--view-mode-full .content-middle .field__items {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  font-size: 16px;
}
.node--view-mode-full .content-columns .field__items:has(> *:nth-child(2)),
.node--view-mode-full .content-middle .field__items:has(> *:nth-child(2)) {
  grid-template-columns: 1fr 1fr;
}
.content-middle {
  font-size: 17px;
}
.node--view-mode-full > div {
  margin-bottom: 50px;
}
.node--view-mode-full ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.node--view-mode-full .content-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  color: #000000cc;
}
.content-middle p:first-child strong,
.content-top p:first-child strong,
.node--view-mode-full .content-bottom p:first-child strong,
.node--view-mode-full .content-columns p:first-child strong {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.node--view-mode-full .content-middle {
  padding: 51px 0px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.node--view-mode-full .content-middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100vw;
  height: 100%;

  background: rgba(1, 80, 160, 0.12);

  z-index: -1;
}
.node--view-mode-full .content-top-right span strong {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  display: block;
  margin-bottom: 25px;
  padding-top: 32px;
}
.node--view-mode-full .content-top-right > div:last-child p span {
  display: block;
  margin-bottom: 25px;
}
.node--view-mode-full .content-top-right > div:last-child p span:last-child {
  margin-bottom: 0;
}
.node--view-mode-full .content-top-right span:first-child {
  display: block;
  margin-bottom: 20px;
}
.node--view-mode-full .content-top-left img {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-top-left .field--type-image {
  max-height: 600px;
}
.content-bottom-right .field--type-image {
  max-height: 600px;
}
/*SERVICES PAGE STYLES*/

/*SERVICES STYLES*/
.service-item .node--view-mode-teaser {
  position: relative;
  height: 100%;
}
#services {
  padding: 44px 0;
}
.more-link a:hover {
  background: #2b6cb0;
  color: #fff;
}
.more-link a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #0150a0;
  border: 2px solid #0150a0;
  border-radius: 10px;
  padding: 15px 28px;
  transition: background-color 0.2s;
}
.more-link {
  margin: auto;
  margin-top: 30px;
  width: min-content;
  white-space: nowrap;
  text-align: center;
}
#services {
  background: rgba(1, 80, 160, 0.12);
}

.service-group-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-group-block .field--name-node-link {
  margin-top: auto;
  padding-top: 30px;
}
.service-item .field--name-node-title a {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  position: sticky;
}
.service-item {
  position: relative;
}
.service-item .service-group-block {
  font-weight: 700;
  font-size: 28px;
  line-height: 107%;
  text-align: center;
  color: #fff;
  padding: 65px 20px;
}
.section .region h2 {
  color: #000;
}
.service-item .btn-primary {
  padding: 12px 34px;
}
.service-item img {
  position: absolute;
  display: block;
  object-fit: cover;
  inset: 0;
  border-radius: 20px;
  width: 100%;
  min-height: 250px;
  height: 100%;
  filter: brightness(50%);
}
/*SERVICES STYLES*/
.map .mapHelp {
  display: none;
}
.map iframe {
  height: 443px;
}
.map iframe {
  width: 100%;
}
/*BANNER STYLES*/
#hero-banner {
  overflow: hidden;
}
#hero-banner img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  min-height: 625px;
  height: 100%;
  inset: 0;
}
#hero-banner .img-group h1 {
  max-width: 879px;
  padding: 108px 30px;
  z-index: 5;
}
#hero-banner .img-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  font-weight: 800;
  font-size: 56px;
  text-transform: uppercase;
  color: #000;
}
.block-title {
  font-weight: 800;
  font-size: 56px;
  line-height: 121%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  background: none;
}
/*BANNER STYLES*/

#block-vesta-theme-content .form-checkbox {
  border: 1px solid #d3d6d9;
}
.modal-content .form-checkbox {
  border: 1px solid #d3d6d9;
}
.modal-content {
  padding: 5px;
  border-radius: 20px;
  background-color: #f0f5f9;
}

.modal-content .modal-title {
  font-size: 18px;
  font-weight: 600;
}
.modal-content .btn-primary {
  padding: 10px 30px;
}
#webform-submission-callback-form-ajax .form-item label {
  font-weight: 500;
  padding-bottom: 5px;
}
#webform-submission-callback-form-ajax form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#main #webform-submission-callback-form-ajax .btn-primary {
  padding: 14px 30px;
  margin-top: 15px;
}
.page-title-h1 {
  font-weight: 700;
  font-size: 50px;
  padding-bottom: 41px;
}

#webform-submission-callback-form-ajax
  .form-item--error
  .form-item--error-message {
  order: 1;
  width: 100%;
}
#webform-submission-callback-form-ajax .form-textarea-wrapper {
  padding-bottom: 15px;
}
#webform-submission-callback-form-ajax .form-item--error .description {
  order: 3;
  flex: 1;
}
#webform-submission-callback-form-ajax .form-item--error input {
  order: 2;
}
#webform-submission-callback-form-ajax .form-item--error {
  flex-wrap: wrap;
}
#main #webform-submission-callback-form-ajax {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 50px;
}
#webform-submission-callback-form-ajax .js-form-type-checkbox form:last-child {
  display: none;
}
#webform-submission-callback-form-ajax .js-form-type-checkbox {
  display: flex;
  gap: 8px;
}
.modal-body {
  padding-bottom: 0;
}

/*ABOUT STYLES*/
.about-block .field--name-node-link {
  margin-top: auto;
}
.about-block p {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.about-block .field--type-image {
  height: 100%;
}
.about-block .btn-primary {
  padding: 12px 30px;
}
.about-block .text {
  display: flex;
  flex-direction: column;
}
.about-block p.bold {
  font-weight: 600;
  font-size: 21px;
  color: #000;
  padding-bottom: 28px;
}
.about-block img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
/*ABOUT STYLES*/

/*HEADER STYLES*/

.page-node--838 .node--view-mode-full .field--name-body {
  margin-bottom: 2rem;
}
.vpa-actions .btn-primary {
  box-shadow: none;
  border-radius: 8px;
  transform: none;
  padding: 15px 30px;
}
.vpa-content p,
.vpa-content p a {
  color: #000;
}
.vpa-actions .btn-primary:hover,
.vpa-actions .btn-primary:active,
.vpa-actions .btn-primary:focus,
.vpa-actions .btn-primary:focus-visible {
  background-color: var(--color-primary-h);
}
.vpa-actions .btn-primary {
  background-color: var(--color-primary);
}

/* 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: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
} */
.floating-ui {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 10;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.floating-ui #scrollToTop {
  width: 58px;
  height: 58px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.floating-ui .msngrs {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

/* SLICK STYLES */
.field--name-field-izobrazhenie-doc:not(:has(.slick-list)) > * {
  width: calc(100% / 3);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.field--name-field-izobrazhenie-doc:not(:has(.slick-list)) {
  display: flex;
  flex-wrap: wrap;
}
.field--name-field-izobrazhenie-doc button.slick-prev.slick-arrow {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.field--name-field-izobrazhenie-doc button.slick-next.slick-arrow {
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.field--name-field-izobrazhenie-doc button.slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(244, 31, 44, 0.3);
}
.field--name-field-izobrazhenie-doc button.slick-prev.slick-arrow::before {
  background: url(../image/arrow-right.svg) no-repeat center;
  object-fit: cover;
  transform: rotate(180deg);
}
.field--name-field-izobrazhenie-doc button.slick-next.slick-arrow::before {
  background: url(../image/arrow-right.svg) no-repeat center;
  object-fit: cover;
  transform: rotate(0deg);
}

.field--name-field-izobrazhenie-doc .field__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.field--name-field-izobrazhenie-doc .field__item a {
  display: block;
  position: relative;
  min-height: 290px;
  border-radius: 14px;
  overflow: hidden;
}
.field--name-field-izobrazhenie-doc .field__item {
  padding: 0.5rem;
}
/* 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;
}
h3.view-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #000;
  padding-bottom: 30px;
}

/* PRODUCT PAGE STYLES*/

/* Benefits STYLES*/
.advantage-item {
  padding: 28px 46px;
  border-radius: 20px;
  background: rgba(1, 80, 160, 0.12);
}
.advantages .view-content {
  justify-content: space-between;
}
.advantage-item {
  display: flex;
  flex-direction: column;

  width: 32%;
}
.advantage-item .views-field-title {
  margin-top: auto;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #0150a0;
}
.advantage-item img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

/* Benefits STYLES*/

/* SEARCH STYLES*/

.wr_content #search-api-page-block-form-search {
  position: relative;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.wr_content #search-api-page-block-form-search + h2 + p {
  font-size: 17px;
  padding-bottom: 10px;
}
.wr_content #search-api-page-block-form-search ~ h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.wr_content .page-link:focus {
  box-shadow: none;
}
.pager__item--previous,
.pager__item--first,
.pager__item--next,
.pager__item--last {
  display: none;
}

.wr_content #search-api-page-block-form-search ~ h3 a:hover {
  color: var(--color-primary-h);
}
.wr_content #search-api-page-block-form-search ~ h3 a {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
}
.wr_content #search-api-page-block-form-search ~ .pager {
  margin-top: 20px;
}
.wr_content #search-api-page-block-form-search ~ h3 {
  padding: 7px 0;
}
.active > .page-link,
.page-link.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.page-link {
  color: var(--color-primary);
  padding: 0.5rem 1.1rem;
}
.wr_content #search-api-page-block-form-search input {
  height: 100%;
}
.wr_content #search-api-page-block-form-search button.search-form__submit {
  padding: 12px 30px;
}
#search-api-page-block-form-search div,
#search-api-page-block-form-search label {
  display: block;
}
.wr_content #search-api-page-block-form-search .form-type-search {
  width: 100%;
}
/* SEARCH STYLES*/

/* PROJECTS STYLES without slider */

.is-not-slider > div {
  flex: 0 0 auto;
  width: calc(100% / 3);
}

.is-not-slider {
  justify-content: center;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* PROJECTS STYLES without slider */

/* PROJECTS STYLES*/
.node--type-realizovannye-proekty
  .field--name-field-izobrazheniya-dlya-galerei {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
}

.node--type-realizovannye-proekty
  .field--name-field-izobrazheniya-dlya-galerei
  a.photoswipe {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 0.7rem;
}
.node--type-realizovannye-proekty
  .field--name-field-izobrazheniya-dlya-galerei
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-realizovannye-proekty
  .field--name-field-izobrazheniya-dlya-galerei
  > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: 1.5rem;
  flex: 0 0 auto;
  width: 25%;
  height: 170px;
}
.project-item-page .field--type-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.project-item-page:hover img {
  transform: scale(1.1);
}
.project-item-page h3 a:hover {
  color: #1e1e1e;
}
.project-item-page h3 {
  text-align: center;
  padding: 12px;
}
.project-item-page h3 a {
  font-weight: 600;
  font-size: 19px;
  color: #1e1e1e;
  transition: color 0.2s ease;
}
.project-item-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.projects button.slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(244, 31, 44, 0.3);
}
.projects button.slick-next.slick-arrow {
  right: -11px;
  top: 344px;
}
.projects button.slick-prev.slick-arrow {
  left: -11px;
  top: 344px;
}
.projects button.slick-prev.slick-arrow::before {
  background: url("../image/arrow-right.svg") no-repeat center;
  object-fit: cover;
  transform: rotate(180deg);
}
.projects button.slick-next.slick-arrow::before {
  background: url("../image/arrow-right.svg") no-repeat center;
  object-fit: cover;
  transform: rotate(0deg);
}
.project-item .text-group .field__label {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.project-item .text-group .field--name-field-god div {
  display: inline-block;
}
.project-item .text-group {
  flex-grow: 1;
}
.project-item .text-group .field__label {
  font-weight: 700;
  font-size: 14px;
  color: #0150a0;
}
.project-item .text-group {
  padding: 30px;
}
.project-item .field--name-node-title h3 a {
  display: block;
  min-height: 51px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.project-item img {
  width: 100%;
}
.project-item .item-container {
  background: rgba(1, 80, 160, 0.12);
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.projects .slick-track {
  display: flex !important;
}

.project-item {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  height: auto !important;
  display: flex !important;
}
/* PROJECTS STYLES*/

/* SALES STYLES*/
.view-akcii.view-display-id-page_1 .contextual-region {
  height: 100%;
}
.node--view-mode-full {
  line-height: 1.4;
}
.sale-item img {
  width: 100%;
}
.sale-item .text-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
  padding: 33px 20px;
}
.sale-item .field--name-node-link {
  margin-top: auto;
}
.sale-item .btn-primary {
  padding: 12px 30px;
}
.sale-item .field--name-body {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.sales .node--type-akcii {
  height: 100%;
}
.sale-item .item-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(1, 80, 160, 0.12);
}
.sale-item h3 a {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
/* SALES STYLES*/

.webform-confirmation .webform-confirmation__back a:hover {
  background: var(--color-primary-h);
}
.webform-confirmation .webform-confirmation__back {
  margin-top: 30px;
}
.webform-confirmation .webform-confirmation__back a {
  background: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 3px 3px 0 var(--color-border);
  padding: 16px 20px;
  transform: translate(-1.5px, -1.5px);
  white-space: nowrap;
  border-color: var((--color-primary-h));
  color: #fff;
  transition: background-color 0.2s ease;
}
.webform-confirmation {
  font-weight: 500;
}
/*APLICATION FORM STYLES*/
.wr_content
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  .text {
}
#block-vesta-theme-obratnayasvyaz .field--name-field-izobrazhenie,
.application_form .field--name-field-izobrazhenie {
  height: 100%;
}
#block-vesta-theme-obratnayasvyaz .image img,
.application_form .image img {
  width: 100%;
  height: 101%;
  object-fit: cover;
}
#block-vesta-theme-obratnayasvyaz .text .field--name-body a,
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  .text
  .field--name-body
  a {
  font-size: 18px;
}
#block-vesta-theme-obratnayasvyaz .text .field--name-body,
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  .text
  .field--name-body {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-bottom: 20px;
}
#block-vesta-theme-obratnayasvyaz .text-container .view-title,
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  .text-container
  .view-title {
  text-align: start;
  font-weight: 600;
  padding-bottom: 10px;
}
#block-vesta-theme-obratnayasvyaz .text,
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full .text {
  padding: 27px;
}
#block-vesta-theme-obratnayasvyaz .text-container,
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  .text-container {
  max-width: 409px;
}
#block-vesta-theme-obratnayasvyaz,
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full {
  overflow: hidden;
  background: rgba(1, 80, 160, 0.12);
  border-radius: 20px;
}
.form-control {
  padding: 0.6rem 1rem;
  border-radius: 10px;
}
#block-vesta-theme-obratnayasvyaz .btn-primary,
.webform-submission-ostavit-zayavku-form .btn-primary {
  width: 100%;
}

#block-vesta-theme-obratnayasvyaz .form-type-checkbox .description,
.webform-submission-ostavit-zayavku-form .form-type-checkbox .description {
  font-size: 13px;
}
.form-checkbox:checked {
  border-color: var(--color-primary);
  background: url("../image/checkbox.svg") no-repeat center;
  object-fit: cover;
  background-color: var(--color-primary);
}
#block-vesta-theme-obratnayasvyaz .form-type-checkbox input,
.webform-submission-ostavit-zayavku-form .form-type-checkbox input {
  flex-shrink: 0;
}
#block-vesta-theme-obratnayasvyaz .form-type-checkbox,
.webform-submission-ostavit-zayavku-form .form-type-checkbox {
  padding-top: 10px;
  display: flex;
  gap: 12px;
}
.form-checkbox:active {
  filter: brightness(90%);
}

.form-checkbox:hover:not(:disabled) {
  border-color: #0d6efd;
}

.form-checkbox:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-checkbox:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.form-checkbox:disabled ~ .checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-checkbox {
  appearance: none;
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  margin: 0;
}
.webform-submission-callback-form,
.webform-submission-ostavit-zayavku-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-type-checkbox:has(#soglasie-error) .description {
  flex: 1;
}
.block-content--type-blok-ostavit-zayavku.block-content--view-mode-full .text {
  display: flex;
  align-items: center;
}
.application_form {
  min-height: 530px;
}
strong.form-item--error-message {
  padding-top: 10px;
}
.form-type-checkbox:has(#soglasie-error) {
  flex-wrap: wrap;
}
/*APLICATION FORM STYLES*/

/* *** ADAPTIVE *** */
.node--view-mode-full .content-top {
  --bs-gutter-y: 2.5rem;
}
.node--type-realizovannye-proekty
  .field--name-field-izobrazheniya-dlya-galerei {
  min-height: auto;
}
@media (min-width: 1399px) {
  .header-top .contact-link {
    max-width: 447px;
  }
}
@media screen and (max-width: 1399px) {
  .projects button.slick-next.slick-arrow {
    right: -11px;
    top: 290px;
  }
  .projects button.slick-prev.slick-arrow {
    left: -11px;
    top: 290px;
  }
  .advantage-item {
    padding: 28px 64px;
  }
  .header-top .contact-link {
    max-width: 409px;
  }
  .body-node--839 .page-title-h1 {
    font-size: 41px;
  }
}
@media screen and (max-width: 1199px) {
  .body-node--839 .page-title-h1 {
    font-size: 35px;
  }
  .field--name-field-izobrazhenie-doc .field__item a {
    min-height: 270px;
  }
  .page-title-h1 {
    font-size: 42px;
  }
  .node--view-mode-full .field--type-image {
    min-height: 450px;
    width: 60%;
  }
  .node--view-mode-full .field--type-image.photoswipe-gallery {
    width: 100%;
  }

  .node--view-mode-full .content-bottom-left .field--name-field-content-bottom {
    padding-bottom: 20px;
  }
  .projects button.slick-next.slick-arrow {
    right: -11px;
    top: 328px;
  }
  .projects button.slick-prev.slick-arrow {
    left: -11px;
    top: 328px;
  }
  .advantage-item {
    padding: 28px 36px;
  }
  .header-bottom ul.nav {
    justify-content: start;
    gap: 40px;
  }
  .header-top .contact-link {
    width: auto;
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 991px) {
  .body-node--839 .page-title-h1 {
    font-size: 26px;
  }
  .field--name-field-izobrazhenie-doc:not(:has(.slick-list)) {
    justify-content: center;
  }
  .field--name-field-izobrazhenie-doc:not(:has(.slick-list)) > * {
    width: 50%;
  }
  .field--name-field-izobrazhenie-doc button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  .region-content .webform-submission-ostavit-zayavku-form {
    width: 70%;
  }
  .text-container .webform-submission-ostavit-zayavku-form {
    width: 100%;
  }
  .is-not-slider:has(> :nth-child(2)):not(:has(> :nth-child(3))) > div {
    flex: 1;
  }
  .is-not-slider:has(> :nth-child(1)):not(:has(> :nth-child(2))) > div {
    width: calc(100% / 2);
  }
  .content-bottom-left {
    order: 2;
  }
  .content-bottom-right {
    order: 1;
  }
  .wr_content #block-vesta-theme-ostavitzayavku-2 {
    padding: 0 25px;
  }
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .text {
    padding: 20px 45px;
  }
  .page-title-h1 {
    font-size: 33px;
  }
  .node--view-mode-full .content-bottom .content-bottom-right {
    height: 480px;
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei
    > div {
    width: calc(100% / 3);
  }

  .wr_content
    .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .image {
    min-height: 500px;
  }

  .contacts-block .map {
    order: 1;
  }
  .contacts-block .text {
    order: 2;
    align-items: center;
  }
  .contacts-block {
    gap: 20px;
  }
  .node--view-mode-full .field--type-image {
    min-height: auto;
    width: 75%;
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei {
    min-height: auto;
  }
  .node--view-mode-full ul {
    padding-left: 1rem;
  }
  .node--view-mode-full .content-top-left {
    width: 100%;
    height: 350px;
  }
  #block-vesta-theme-obratnayasvyaz .text-container,
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .text-container {
    width: 100%;
    max-width: none;
  }
  .webform-submission-ostavit-zayavku-form .webform-button--submit {
    margin-top: 15px;
  }
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full {
    max-height: none;
    height: auto;
  }
  .application_form .text-container {
    width: 100%;
    padding: 12px;
    padding-top: 0;
  }
  #main #webform-submission-callback-form-ajax {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 25px;
  }
  #header-mob .col-nav a img {
    display: block;
  }
  #header-mob .col-nav a {
    display: block;
    width: 30px;
  }
  #header-mob {
    padding: 10px 10px;
  }
  .service-item .btn-primary {
    padding: 10px 40px;
  }
  .service-item .field--name-node-title a {
    font-size: 26px;
    line-height: 120%;
  }
  .service-item .service-group-block {
    padding: 35px 15px;
  }
  .service-group-block {
    min-height: 300px;
  }
  .advantage-item {
    padding: 22px 31px;
  }
  .advantage-item .views-field-title {
    font-size: 16px;
  }
  .about-block p.bold {
    font-size: 21px;
  }
  .about-block p {
    font-size: 18px;
    padding-bottom: 25px;
  }

  .about-block .image {
    padding-bottom: 20px;
  }
  .section {
    margin-top: 35px;
  }
  #hero-banner .img-group img {
    min-height: fit-content;
  }
  #hero-banner .img-group h1 {
    padding: 67px 30px;
    max-width: 708px;
  }
  .block-title,
  h1 {
    font-size: 45px;
  }
  #footer .callback {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  #footer .btn-primary {
    display: block;
    width: fit-content;
    margin: auto;
  }
  #footer .contacts .contact-item {
    margin: auto;
  }
  #footer .contact-container {
    padding: 20px 0;
  }
  #footer .contact-container h3 {
    padding-bottom: 15px;
    text-align: center;
  }
  #footer .contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px !important;
  }
  #footer .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 21px !important;
  }

  #footer .menu ul.nav {
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #footer .menu h3 {
    text-align: center;
    padding-bottom: 20px;
  }
  #footer .menu {
    padding-left: 0.25rem !important;
  }
  #offcanvasNav .nav .dropdown-menu {
    display: none;
    position: static;
    border: 0px solid;
    background: transparent;
    padding: 20px 10px;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0px;
  }

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

.wr_content
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wr_content
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  .field--type-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wr_content
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full {
  border-radius: 20px;
}
.wr_content
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
  image {
  position: relative;
}

@media (min-width: 768px) {
  .node--view-mode-full .field--type-image:hover img {
    transform: scale(1.1);
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei:hover
    img {
    transform: none;
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei
    img {
    transition: transform 0.3s ease;
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei
    img:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-izobrazhenie-doc .field__item a {
    min-height: 240px;
  }
  .region-content .webform-submission-ostavit-zayavku-form {
    width: 100%;
  }
  .projects .node--type-realizovannye-proekty.node--view-mode-teaser {
    padding: 0 45px;
  }
  .project-item .field--name-node-title h3 a {
    margin-bottom: 5px;
  }
  .is-not-slider:has(> :nth-child(1)):not(:has(> :nth-child(2))) > div {
    width: calc(100%);
  }
  .node--view-mode-full .content-bottom .content-bottom-right {
    height: 500px;
  }
  .node--view-mode-full .content-top-left {
    height: 400px;
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei
    > div {
    width: 50%;
  }
  .wr_content
    .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .image {
    min-height: 400px;
  }
  .page-title-h1 {
    font-size: 30px;
    font-weight: 800;
  }
  .node--view-mode-full .content-top-right > div:first-child {
    padding-bottom: 10px;
  }
  .node--view-mode-full .content-middle {
    padding: 35px 0px;
  }
  .node--view-mode-full > div {
    margin-bottom: 35px;
  }
  .node--view-mode-full .field--type-image {
    min-height: auto;
    width: 100%;
  }
  .node--view-mode-full .content-columns .field__items:has(> *:nth-child(2)) {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .node--view-mode-full .content-middle .field__items:has(> *:nth-child(2)) {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .project-item .text-group .field__label {
    font-size: 16px;
  }
  .project-item .field--name-node-title .text-group {
    font-size: 14px;
  }
  .project-item .field--name-node-title h3 a {
    font-size: 20px;
  }
  .projects .project-item {
  }
  .projects button.slick-next.slick-arrow {
    right: -14px;
    top: 50%;
  }
  .projects button.slick-prev.slick-arrow {
    left: -14px;
    top: 50%;
  }
  .map iframe {
    height: 300px;
  }
  .service-item .btn-primary {
  }
  .service-group-block {
    min-height: 280px;
  }
  .service-item .service-group-block {
    padding: 40px 12px;
  }
  .service-item .field--name-node-title a {
    font-weight: 600;
    font-size: 22px;
    line-height: 116%;
  }
  .service-group-block .field--name-node-link {
    padding-top: 15px;
  }
  .advantages .view-content {
    flex-wrap: wrap;
    gap: 13px;
  }
  .advantage-item {
    width: 100%;
  }
  .btn-primary {
    font-size: 16px;
  }
  .about-block .btn-primary {
    display: block;
    padding: 15px 30px;
  }
  h3.view-title {
    font-size: 32px;
  }
  .block-title,
  h1 {
    font-size: 35px;
  }
  #hero-banner .img-group h1 {
    padding: 45px 30px;
    max-width: 566px;
  }
  .node--view-mode-full
    .content-middle
    .field__items:has(> *:nth-child(2))::after {
    position: absolute;
  }
}

@media (min-width: 1199px) {
  .node--view-mode-full .content-top .content-top-left {
    width: 43%;
  }
  .node--view-mode-full .content-top .content-top-right {
    width: 57%;
  }
  .node--view-mode-full .content-bottom .content-bottom-left {
    width: 49%;
  }
  .node--view-mode-full .content-bottom .content-bottom-right {
    width: 51%;
  }
  .about-block .image {
    height: 343px;
    width: 47%;
  }
  .about-block .text {
    width: 53%;
  }
}
@media screen and (max-width: 576px) {
  .field--name-field-izobrazhenie-doc:not(:has(.slick-list)) > * {
    width: 100%;
  }
  .field--name-field-izobrazhenie-doc .field__item a {
    min-height: 353px;
  }
  .field--name-field-izobrazhenie-doc .field__item {
    padding: 2rem;
  }
  .field--name-field-izobrazhenie-doc button.slick-next.slick-arrow {
    right: 0;
  }
  .field--name-field-izobrazhenie-doc button.slick-prev.slick-arrow {
    left: 0;
  }
  #footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #footer .logo .img-link {
    padding-bottom: 20px;
  }
  #footer h3 {
    font-size: 17px;
  }
  #footer .menu li a {
    font-size: 15px;
  }
  #footer .menu ul.nav {
    gap: 8px;
    text-decoration: underline;
  }
  #footer .contact-container {
    padding: 15px 0px !important;
  }
  #footer .contacts .adress {
    font-size: 15px;
  }
  #footer .contacts a {
    font-size: 15px;
  }
  #footer .btn-primary {
    font-size: 15px;
  }
  .node--view-mode-full .content-top-right span strong {
    padding-top: 10px;
  }
  .node--view-mode-full .content-top,
  .content-bottom {
    --bs-gutter-y: 1.3rem;
  }
  .offcanvas .msngrs {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .offcanvas .contact-item {
    font-size: 16px;
  }
  .offcanvas .form-control::placeholder {
    font-size: 15px !important;
  }
  .offcanvas ul.nav {
    gap: 15px;
  }
  .offcanvas ul.nav li a {
    font-size: 16px;
  }
  .webform-confirmation {
    height: 300px;
  }
  .webform-confirmation .webform-confirmation__back a {
    padding: 12px 12px;
    font-size: 15px;
  }
  .service-item .field--name-node-title a {
    font-size: 20px;
  }
  .service-item .service-group-block {
    padding: 2.2rem 2rem;
  }
  .offcanvas .btn-primary {
    padding: 6px 20px;
    font-size: 15px;
  }
  .wr_content #search-api-page-block-form-search button.search-form__submit {
    padding: 8px 20px;
  }
  .wr_content {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei
    > div {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
    margin-top: calc(var(--bs-gutter-x) * 0.5);
  }
  .projects .node--type-realizovannye-proekty.node--view-mode-teaser {
    padding: 0;
  }
  .project-item .text-group {
    padding: 1.5rem;
    font-size: 15px;
  }
  .project-item .field--name-node-title h3 a {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .wr_content
    .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .image {
    min-height: 285px;
  }
  .webform-submission-ostavit-zayavku-form .webform-button--submit {
    margin-top: 5px;
  }
  strong.form-item--error-message {
    font-size: 14px;
  }
  .form-control {
    font-size: 14px;
  }
  #block-vesta-theme-obratnayasvyaz .text .field--name-body a,
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .text
    .field--name-body
    a {
    font-size: 17px;
    white-space: nowrap;
  }
  #block-vesta-theme-obratnayasvyaz .text .field--name-body,
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .text
    .field--name-body {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .wr_content #block-vesta-theme-ostavitzayavku-2 {
    padding: 0;
  }
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .text {
    padding-right: calc(var(--bs-gutter-x) * 0.8);
    padding-left: calc(var(--bs-gutter-x) * 0.8);
  }
  .block-content--type-blok-ostavit-zayavku.block-content--view-mode-full
    .text-container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .node--type-realizovannye-proekty
    .field--name-field-izobrazheniya-dlya-galerei
    > div {
    height: 130px;
  }

  .contacts-block .text a {
    font-size: 16px;
  }
  .contacts-block .text {
    font-size: 16px;
  }
  .container {
    padding-right: calc(var(--bs-gutter-x));
    padding-left: calc(var(--bs-gutter-x));
  }
  .node--view-mode-full .content-middle {
    padding: 30px 0px;
  }
  .node--view-mode-full .content-top-right > div:first-child {
    padding-bottom: 0;
  }
  .node--view-mode-full > div {
    margin-bottom: 20px;
  }
  .node--view-mode-full .field--type-image {
    min-height: 360px;
  }
  .floating-ui .msngrs {
    display: none !important;
  }
  #main #webform-submission-callback-form-ajax .btn-primary {
    width: 100%;
    padding: 10px 30px;
    font-size: 16px;
  }
  #main #webform-submission-callback-form-ajax {
    padding-top: 20px;
  }
  .service-item .btn-primary {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }

  .projects button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  .projects button.slick-next.slick-arrow {
    right: -15px;
    top: 53%;
  }
  .projects button.slick-prev.slick-arrow {
    left: -15px;
    top: 53%;
  }
  .sale-item .text-container {
    padding: 25px 20px;
    gap: 25px;
  }
  .sale-item .btn-primary {
    padding: 12px 30px;
    width: 100%;
    font-size: 14px;
  }
  .sale-item h3 a {
    font-size: 18px;
  }
  .more-link {
    width: 100%;
  }
  .section {
    margin-top: 30px;
  }
  h3.view-title {
    font-size: 28px;
  }
  .block-title,
  h1 {
    font-size: 25px;
  }
  #hero-banner .img-group h1 {
    padding: 35px 10px;
    font-size: 24px;
  }
  .about-block img {
    border-radius: 10px;
  }
  .about-block p {
    font-size: 15px;
    text-align: center;
  }
  .about-block p.bold {
    font-size: 17px;
    padding-bottom: 15px;
  }
  .about-block .btn-primary {
    font-size: 14px;
    padding: 10px 23px;
    width: 100%;
  }
  #header-mob {
    padding: 14px 10px;
  }
  #header-mob .col-nav a img {
    width: 22px;
    height: 22px;
  }
  #header-mob .col-nav a {
    width: 22px;
  }
  #header-mob .contact-item a {
    font-size: 14px;
  }
  .more-link a {
    font-size: 15px;
    padding: 12px 28px;
  }
  #services {
    padding: 20px 0;
  }
  .page-title-h1 {
    font-size: 25px;
    padding-bottom: 15px;
  }
  #header-mob > * {
    padding: 0px 5px;
  }
}

@media screen and (max-width: 500px) {
  .field--name-field-izobrazhenie-doc .field__item a {
    min-height: 322px;
  }
  .node--view-mode-full .content-bottom .content-bottom-right {
    height: 360px;
  }
}
