.node__content {
  margin-bottom: 50px;
}

.logoMob {
  width: 70px;
  height: 70px;
}

.page-title {
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 700;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 3px solid dodgerblue;
  margin-bottom: 50px;
}

html {
  scroll-behavior: smooth !important;
}

.main .container {
  color: #eeeeee;
}

.main .container a {
  color: #eeeeee;
  text-decoration: none;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.9 !important;
  color: #939393 !important; /* можно изменить и цвет при желании */
  font-weight: 500;
}

button,
input[type="submit"],
input[type="button"],
a {
  transition: opacity 0.3s ease;
  cursor: pointer;
}

/* Эффект наведения */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a:hover {
  opacity: 0.5;
}

.header-mobile {
  padding: 5px 0px;
}

.linksArrow:hover {
  text-decoration: none !important;
  color: #eeeeee !important;
}

body {
  background-color: #1d2937 !important;
  font-family: "Mulish", sans-serif !important;
}

#block-vesta-theme-blokuslugi img {
  position: relative !important;
  z-index: 100;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background-color: #1d2937;
  border-bottom: 1px solid whitesmoke;
}

#block-vesta-theme-gallereya {
  position: relative;
  z-index: 100;
}

@keyframes inputGroupWidth {
  from {
    width: 0px;
  }

  to {
    width: 340px;
  }
}

@keyframes inputGroupWidthDelete {
  from {
    width: 340px;
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  to {
    width: 0px;
    opacity: 0;
  }
}

@keyframes buttonSearchEnd {
  from {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.navSearchCustom {
  position: absolute;
  top: -8px;
}

.navSearchCustom .input-group {
  flex-wrap: nowrap;
  position: absolute;
  width: 340px;
  z-index: 100;
  right: 60px;
  animation-name: inputGroupWidth;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.navSearchCustom .input-group.inputGrupEnd {
  animation-name: inputGroupWidthDelete;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  opacity: 1;
  will-change: width !important;
}

.navSearchCustom .input-group.inputGrupEnd {
  animation-name: inputGroupWidthDelete;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  opacity: 1;
  will-change: width !important;
}

.customButtonGr.inputGrupEndButton {
  animation-name: buttonSearchEnd;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  will-change: width !important;
}

.navSearchCustom input {
  background-color: whitesmoke;
}

.input-group-text {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.search-container .navbar {
  padding: 0px !important;
}

.search-container .container-fluid {
  padding: 0px !important;
}

html {
  overflow-y: scroll;
}

#header {
  z-index: 3;
}

.logo {
  width: 22%;
}

#block-vesta-theme-khirosekciya-2 {
  position: relative;
  top: -162px;
}

/* .front #header {
  position: absolute;
  top: 0;
  left: 0;
} */

/* Основной контейнер меню */
#superfish-menyu,
#superfish-menyu-accordion {
  position: relative !important;
  max-width: 660px !important;
}

.search {
  cursor: pointer;
}

/* Все пункты меню 1 уровня */
#superfish-menyu > li,
#superfish-menyu-accordion > li {
  position: relative !important;
  padding: 10px 15px !important;
  flex: 1 1 25%;
  min-width: 0 !important;
}

#superfish-menyu li ul,
#superfish-menyu-accordion li ul {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  display: none !important;
  background: rgba(0, 0, 0, 0.9) !important;
  padding: 10px 0 !important;
  min-width: 200px !important;
  list-style: none !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

#superfish-menyu li:hover > ul,
#superfish-menyu-accordion li:hover > ul {
  display: block !important;
}

#superfish-menyu li ul li,
#superfish-menyu-accordion li ul li {
  position: relative !important;
  white-space: nowrap !important;
}

#superfish-menyu li ul li a,
#superfish-menyu-accordion li ul li a {
  display: block !important;
  padding: 8px 15px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
}

#superfish-menyu li ul li a:hover,
#superfish-menyu-accordion li ul li a:hover {
  background: #1d91c3 !important;
  color: #fff !important;
  opacity: 1 !important;
}

#superfish-menyu li ul li ul,
#superfish-menyu-accordion li ul li ul {
  top: 0 !important;
  left: 100% !important;
  margin-left: 1px !important;
}

/* Стрелочка у пунктов с подменю */
/* .sf-with-ul::after{
    content: ' ▼';
    font-size: 12px;
    margin-left: 5px;
} */

#superfish-menyu,
#superfish-menyu ul,
#superfish-menyu-accordion,
#superfish-menyu-accordion ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#superfish-menyu--2,
#superfish-menyu-accordion {
  position: relative !important;
}

#superfish-menyu--2 > li,
#superfish-menyu-accordion > li {
  position: relative !important;
  padding: 0px 15px !important;
}

#superfish-menyu--2 li ul,
#superfish-menyu-accordion li ul {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  display: none !important;
  background: rgba(0, 0, 0, 0.9) !important;
  padding: 10px 0 !important;
  min-width: 200px !important;
  list-style: none !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  z-index: 1000 !important;
}

#superfish-menyu--2 li:hover > ul,
#superfish-menyu-accordion li:hover > ul {
  display: none !important;
}

#superfish-menyu--2 li ul li,
#superfish-menyu-accordion li ul li {
  position: relative !important;
  white-space: nowrap !important;
}

#superfish-menyu--2 li ul li a,
#superfish-menyu-accordion li ul li a {
  display: block !important;
  padding: 8px 15px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
}

#superfish-menyu--2 li ul li a:hover,
#superfish-menyu-accordion li ul li a:hover {
  background: #1d91c3 !important;
  color: #fff !important;
  opacity: 1 !important;
}

#superfish-menyu--2 li ul li ul,
#superfish-menyu-accordion li ul li ul {
  top: 0 !important;
  left: 100% !important;
  margin-left: 1px !important;
}

#superfish-menyu > li a[aria-expanded]::after {
  content: "🠗";
  font-size: 18px;
  margin-left: 5px;
}

.textHero2 {
  font-weight: 900;
}

/* #superfish-menyu--2 > li a[aria-expanded]::after {
    content: '🠗';
    font-size: 18px;
    margin-left: 5px;
} */

.menu-column1 .contextual-links li a {
  color: black !important;
}

.menu-column2 .contextual-links li a {
  color: black !important;
}

.menu-column2 {
  margin-top: 20px
}

.region-footer-menu2 .navbar-nav li {
  margin-left: 60px;
}

/* #footer .navbar-nav::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
} */

#superfish-menyu--2 .sf-sub-indicator {
  display: none;
}

/* Убираем стандартные маркеры и отступы */
#superfish-menyu--2,
#superfish-menyu--2 ul,
#superfish-menyu-accordion,
#superfish-menyu-accordion ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.edit-icon {
  position: relative; /* Сделаем её независимой от других элементов */
  z-index: 20; /* Увеличим z-index, чтобы она не перекрывалась другими элементами */
  cursor: pointer; /* Курсор должен быть как у кликабельного элемента */
}

/* Дополнительное оформление для иконки */
.edit-icon:hover {
  opacity: 0.8; /* Немного изменим прозрачность при наведении для визуального эффекта */
}

/* Если иконка находится внутри меню или в области, где есть другие элементы, можно добавить */
.menu-item .edit-icon {
  position: relative;
  z-index: 30; /* Если иконка внутри подменю, увеличим z-index для её видимости */
}

#superfish-menyu li:first-child {
  margin-left: 0px !important;
}

#superfish-menyu li:last-child {
  margin-right: 0px !important;
}

.field--name-field-ikonka-kachestva3 .field__item {
  float: right !important;
}
.field--name-field-ikonka-kachestva2 .field__item img {
  margin-left: 40px;
}

.field--name-field-podrobnee-o-kompanii a {
  text-decoration: none !important;
  color: #eeeeee !important;
}

.field--name-field-podrobnee-uslugi a {
  text-decoration: none !important;
  color: #eeeeee !important;
}
.field--name-field-smotret-vse-gallereya a {
  text-decoration: none !important;
  color: #eeeeee !important;
}

.field--name-field-ikonka-kachestva2 .field__item {
  margin-left: 40px;
}
.field--name-field-ikonka-kachestva1 .field__item {
  float: left !important;
}

.opacity-6 {
  opacity: 0.6;
}

#footer {
  background-color: #1d2937 !important;
}

#page {
  background-color: #1d2937 !important;
}

.mt-42 {
  margin-top: 43px;
}

h1 {
  font-size: 35px;
  line-height: 40px;
}

.fs-20 {
  font-size: 20px;
  line-height: 25px;
}

.text-eeee {
  color: #eeeeee;
}

.hero-button {
  background-color: #1d91c3;
  padding: 22px 61px;
  border: 0px;
  font-weight: 700;
  font-size: 24px;
}

.posSVG {
  position: relative;
  width: 100vw;
  height: 133px;
  top: 50px;
  left: 0px;
}

.empty-container-175 {
  height: 150px;
  width: 100vw;
}

.empty {
  height: 150px;
  width: 100vw;
}

.t-200 {
  height: 200px;
  width: 100vw;
}

.empty-container {
  height: 215px;
  width: 100vw;
}

.fs-57 {
  font-size: 57px;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
}

.mapContainer {
  height: 500px !important;
}

#webFormCustom {
  top: -20px !important;
}

#footer {
  background-color: #1d2937;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cardUslugi {
  width: 33%;
  height: 300px;
  padding: 20px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1b2c3d;
  border-radius: 10px;
  color: #eeeeee;
  font-size: 20px;
}

.FCFC {
  color: #fcfcfc !important;
  text-decoration: none !important;
}

.menu-column1 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-column1 ul li a {
  text-decoration: none !important;
  color: #fcfcfc !important;
}

.menu-column1 ul li:first-child {
  margin-top: 22px;
}

.menu-column2 ul {
  display: flex;
  flex-direction: column;
  word-wrap: nowrap;
  gap: 10px;
  background-color: #1d2937;
}

.menu-column2 ul li a {
  color: #fcfcfc !important;
  text-decoration: none !important;
  padding: 0px;
}

.menu-column2 ul li:first-child {
  margin-top: 0px !important;
}

#menyu-menu-link-content656c5525-d9da-4184-a3fe-b8d8ac2c44cf--2 {
}

#toolbar-bar {
}

.btn-nav {
  font-size: 0;
  background: transparent;
  padding: 0;
  border: 0px solid;
}

.customButtonGr:hover {
  opacity: 1 !important;
}

#scrollTopButton {
  z-index: 1000 !important;
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 150px;
  right: 200px;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
  margin-bottom: 20px !important;
  margin-right: 20px !important;
}

.height-132 {
  height: 132px;
}

.mt-100 {
  margin-top: 100px;
}

.details {
  text-decoration: underline;
  text-decoration-color: grey;
}

.mt-31px {
  margin-top: 31px;
}

#superfish-menyu a {
  text-decoration: none !important;
  color: white !important;
}

#superfish-menyu li:first-child {
  margin-left: 20px;
}

#superfish-menyu li:last-child {
  margin-right: 42px;
}

.pr-146px {
  padding-right: 146px;
}

.p-custom {
  padding-bottom: 30px;
  padding-left: 75px;
  padding-right: 100px;
}

#scrollTopButton {
  position: fixed;
  bottom: 150px !important;
  right: 50px !important;
}

.circle1 {
  position: absolute;
  top: 1310px;
  left: 0px;
}

.circle2 {
  position: absolute;
  top: 1828px;
  right: 0px;
}

.circle3 {
  position: absolute;
  top: 2400px;
  left: 0px;
}

.circle4 {
  position: absolute;
  top: 2900px;
  right: 0px;
}

.fs-40 {
  font-size: 40px;
}

.padding {
  padding: 30px;
}

.top-106 {
  top: -106px;
  left: 0px;
}

.top-relative {
  top: -213px;
}

#block-vesta-theme-khirosekciya-2 {
  height: 887px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../heroImage.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  flex-direction: column;
  align-items: self-start;
  gap: 20px;
}

.region-content {
  padding: 0px !important;
}

#block-vesta-theme-socseti {
  display: flex;
  gap: 10px;
}

.js-form-type-tel {
  width: 49%;
  margin-right: 9px;
}
.js-form-type-tel input {
  height: 67px;
  width: 220px;
  border-radius: 0px;
  border: 1px solid black;
  margin-bottom: 0px;
  position: relative;
}

.js-form-type-textfield {
  width: 49%;
}

.js-form-type-textfield input {
  height: 67px;
  width: 220px;
  border-radius: 0px;
  border: 1px solid black !important;
  margin-bottom: 0px;
  position: relative;
}

.js-form-item-god-vypuska {
  width: 100%;
}

.js-form-item-god-vypuska input {
  height: 67px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid black;
  position: relative;
  bottom: 15px;
}

.js-form-item-soglasie-na-obrabotku-dannyh {
  position: relative;
  bottom: 40px;
  text-align: center !important;
  font-size: 15px;
}

.js-form-item-soglasie-na-obrabotku-dannyh input {
  position: relative;
  top: 14px;
  right: 2px;
}

.webform-submission-form {
  display: flex;
  flex-wrap: wrap;
  background-color: #eeeeee;
  max-width: 500px;
  max-height: 419px;
}

.field--name-field-tekst-o-kompani:first-child {
  display: none !important;
}

.webform-submission-form strong {
  display: none !important;
}

/* ----------------------- */

#edit-vash-kommentariy {
  max-height: 67px;
  border: 1px solid black !important;
  border-radius: 0px;
  min-height: 67px !important;
  position: relative !important;
  bottom: 30px !important;
}

.webform-submission-form label {
  display: none;
}

.webform-submission-form .form-item {
  margin-bottom: 15px;
}

/* _________ */

#edit-vash-kommentariy {
  width: 205% !important;
}

.webform-submission-form input[type="text"],
.webform-submission-form #edit-vash-kommentariy {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 14px;
  border-radius: 0;
}

.webform-submission-form .form-item--checkboxes {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #444;
}

.webform-submission-form input[type="submit"] {
  height: 67px;
  width: 470px;
  position: relative;
  bottom: 50px;
  background-color: #1d2937;
  color: #eeeeee;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.webform-button--submit:hover {
  opacity: 0.8 !important;
}

.region-our-service {
  position: relative;
  z-index: 10;
}

.views-element-container .my-gallery-view {
  position: relative;
  z-index: 10;
}

.webform-button--submit {
  z-index: 10;
}

.js-form-type-checkbox {
  opacity: 0.7 !important;
}

/* бургер меню */

@keyframes asideWidth {
  from {
    width: 0px;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  to {
    width: 400px;
  }
}

@keyframes asideCloseMob {
  from {
    width: 300px;
  }
  to {
    width: 0;
  }
}
@keyframes asideWidthMob {
  from {
    width: 0px;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  to {
    width: 300px;
  }
}

@keyframes asideClose {
  from {
    width: 400px;
  }
  to {
    width: 0;
  }
}

.view-albomy-dlya-stranicy-galereya {
  display: none;
}

.asideMenu {
  position: fixed;
  z-index: 1000 !important;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #1d2937;

  animation-name: asideWidth;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.asideMenu.close {
  animation-name: asideClose;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  will-change: width !important; /* Будет изменяться только ширина */
  opacity: 1 !important; /* Убедимся, что при закрытии нет изменений в прозрачности */
}

.aside-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aside-container {
  display: flex;
}

.aside__kross {
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.aside__logo {
  width: 35%;
  display: flex;
  align-items: center;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); /* Черный фон с прозрачностью */
  z-index: 950; /* Чтобы перекрывал содержимое страницы */
  animation: fadeIn 0.4s ease-in-out;
}

.overlay.close {
  animation: fadeOut 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#block-vesta-theme-menyuvasayde .nav-link:hover {
  background-color: dodgerblue;
  opacity: 1 !important;
}

.text-o-kompanii {
  font-weight: 400;
  font-size: 18px;
  font-family: "Mulish";
  color: #eeeeee !important;
}

.zagolovok-o-kompanii {
  font-size: 32px;
  font-weight: 700;
  font-family: "Mulish";
  color: #eeeeee !important;
  margin-bottom: 22px;
}

.text-priemushestva {
  font-size: 24px;
  font-weight: 600;
  font-family: "Mulish";
  color: #eeeeee;
  max-width: 110px;
}

.text-priemushestva-2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Mulish";
  color: #eeeeee;
}

#block-vesta-theme-preimuschestvo2 {
  width: 520px;
}

.container-preimushestva-2 {
  height: 130px;
  width: 334px;
  margin-left: 93px;
}

.container-preimushestv {
  width: 110px;
  height: 130px;
}

.field--name-field-fotografiya-v-pravoy-sekci img {
  width: 100%;
  height: auto;
}

.container-preimushestva-2 .field--name-field-ikonka-preimushchestva {
  text-align: center;
}

.text-priemushestva .field--name-field-tekst-preimushchstva {
  flex: 1 1 100%;
  min-width: 0;
}

.quality-container .region-quality {
  display: flex;
}

.right-section-link {
  height: 92px;
}

.right-section-link a {
  color: #eeeeee !important;
  font-size: 24px;
  font-weight: 600;
  font-family: "Mulish";
  text-decoration: underline;
  text-decoration-color: grey;
}

.right-section-link a:hover .right-section-link {
  opacity: 0.9;
}

/* услуги */

.uslugi-items {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 20px;
}

.uslugi-text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Mulish";
  display: block;
}

.uslugi-text a {
  color: #eeeeee !important;
  text-decoration: none !important;
  display: block;
  width: 90% !important;
}

.uslugi-text a {
  position: relative;
  margin-top: 18px;
}

.uslugi-text a::after {
  content: url("/sites/all/themes/vesta_theme/arrowUslugi.png");
  position: absolute;
  top: 8px;
  left: 100%;
}
/* .views-field-field-tekst-uslugi {
  position: relative;
  margin-top: 18px;
}

.views-field-field-tekst-uslugi::after {
  content: url("/sites/all/themes/vesta_theme/arrowUslugi.png");
  position: absolute;
  top: 8px;
  left: 92%;
} */

.gallereyLink {
  margin-right: 12px;
}

.gallery-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

#main-content {
  visibility: none;
}

.gallery-items {
  z-index: 10;
}

/* форма */
.text-formy {
  font-size: 20px;
  font-weight: 700;
  font-family: "Mulish";
  color: #eeeeee;
  margin-top: 23px;
}

#block-vesta-theme-tekstformyblok {
  height: 277px;
}

#block-vesta-theme-tekstformyblok .form-text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#block-vesta-theme-tekstformyblok .field--name-field-tekst-formy {
  margin-right: 120px;
  margin-left: 56px;
}

.text-formy-zag {
  font-size: 40px;
  font-weight: 700;
  font-family: "Mulish";
  color: #eeeeee;
}

/* поиск */

.region-content .search-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

.region-content .search-form .js-form-type-search {
  width: 60%;
}

.region-content .search-form .js-form-type-search label {
  display: none;
}

.region-content .search-form .search-help-link {
  display: none;
}

.region-content .item-list {
  margin-bottom: 50px;
}

.region-content h2 {
  margin-bottom: 30px;
}

.region-content .search-form .js-form-type-search input {
  border-radius: 25px !important; /* Закругляем углы */
  padding: 10px 15px !important; /* Добавляем отступы */
  width: 100% !important; /* Ширина поля */
  box-sizing: border-box !important; /* Чтобы padding не увеличивал ширину */
  margin-top: 20px !important;
  height: 55px !important;
}

.region-content .search-form .container-inline > input {
  background-color: transparent;
  border: 1px solid white;
  height: 50px;
  width: 130px;
  margin-left: 20px;
}

.search-results {
  padding-left: 0px;
  margin-bottom: 100px;
}

.search-results .search-result__snippet-info {
  display: none;
}

.search-results li {
  text-decoration: underline;
  color: dodgerblue;
}

.field--name-field-albom {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.field--name-field-albom .field__label {
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 700;
  margin-left: 30px;
  border-bottom: 3px solid dodgerblue;
}

.field--name-field-vid-uslugi {
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 700;
  margin-left: 30px;
  border-bottom: 3px solid dodgerblue;
}

.field_zagolovok_o_kompanii {
  line-height: 63px;
}

.photoswipe-gallery .field__items .field__item img {
  width: 100%;
  height: auto;
}

.field--name-field-albom .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 0px;
}

.field--name-field-albom .field__items .field__item img {
  max-width: 100%;
  height: auto;
}

.uslugi-section img {
  width: 100%;
  height: auto;
}

.gallery-items img {
  width: 100%;
  height: auto;
}

#superfish-menyu ul {
  width: 300px !important;
}

.field_zagolovok_gallerei {
  width: 85% !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

.container-under-gallerey {
  margin-bottom: 20px !important;
  display: flex;
  justify-content: end;
  text-decoration: none;
}

.container-under-gallerey strong {
  font-size: 20px;
}

.field_podrobnee_uslugi {
  width: 25%;
  font-size: 24px;
  font-weight: 600;
  line-height: 57px;
}

.view-stranica-uslugi .view-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 75px;
  flex-wrap: wrap;
  gap: 20px;
}

.region-our-service .view-stranica-uslugi .view-content {

  margin-bottom: 0px;
  
}

.view-stranica-uslugi .view-content .views-row img {
  width: 100% !important;
  height: auto !important;
}

.social-link-half {
  width: 50%;
}

.field_zagolovok_o_kompanii {
  width: 90%;
  font-weight: 700;
  font-size: 32px;
  font-family: Mulish;
}

.field_podrobnee_o_kompanii {
  font-weight: 500;
  font-size: 24px;
}

.custom321 {
  width: 66%;
}

.field_tekst_o_kompanii {
  font-size: 18px;
  font-weight: 400;
}

.custom793218 {
  width: 33%;
}

#heroSec1 {
  margin-top: 140px;
  width: 100%;
  font-weight: 900;
}

.custom098 {
  width: 100%;
}

.custom098Empty {
  height: 90px;
}

.custom2145 {
  width: 62%;
}

.basis387215 {
  width: 5% !important;
  max-width: 60px !important;
}

/* базис */
.basis33 {
  width: 33%; 
}

.anikor2130871 {
  line-height: 40px
}

.a81231 {
  font-size: 16px !important; font-weight: 600 !important;
  text-decoration: none !important; color: #eeeeee !important;
}

.views-field-field-nazvanie-alboma {
  margin-top: 10px;
}

.region-content .field--name-body {
  padding-left: 25px;
  padding-right: 25px;
}

.page-title {
  padding-right: 0px;
}

.cuss1231 {
  width: 36%;
}

#yellowLine {
  position: absolute;
  top: 840px;
  left: 0px;
}

.gallerey23131 {
  margin-top: 40px;
}

.svg321 {
  width: 10%;
}

.uslugi2121 {
  width: 50%;
}

.uslugi4343 {
  width: 10%;
}

.usugi981 {
  width: 80%;
  font-weight: 700;
  line-height: 38px;
}

.node1028371 {
  gap: 40px;
}

.premuschestvo132 {
  width: 110px;
}

.premuschestvo39012 {
  width: 110px;
}

/* базис */
.custom0193831281 {
  width: 5%;
}

/* басзис */
.custom0193831321 {
  width: 33% !important;
}

.logoCustom13821 {
  font-size: 18px;
  font-weight: 600;
}

.linkColor123 {
  color: #eeeeee !important;
}

.antikot213 {
  line-height: 40px !important;
}

#flexBasisCustom {
  /* flex-basis: 50% !important; */
}

.customGap {
  gap: 10px;
}

.gap129 {
  gap: 10px;
}

.svg389712 {
  min-height: 26px; min-width: 19px;
}

.svg23813 {
  min-height: 26px;
  min-width: 19px;
}

.a1938 {
  text-decoration: none !important;
  color: #eeeeee !important;
}

.colcustom3112 {
  width: 87%;
}
.svgHeader {
  min-width: 26px;
}

.telHeader {
  width: 60%;
}

.a9893 {
  text-decoration: none !important;
  color: #eeeeee !important;
}

.span4632 {
  width: 47%;
}

.a898988 {
  text-decoration: none !important;
  color: #eeeeee !important;
  font-weight: 700  !important;
}

.menu187391 {
  width: 100%
}

.container8e12 {
  margin-top: 40px
}

.containerw190 {
  top: -40px;
}

.row321321 {
  height: 277px; background-color: #171717;
}

.block392631 {
  height: 419px; background-color: #eeeeee; top: -90px; width: 540px;
}

.block2112 {
  width: 90%; text-wrap: nowrap;
}

.a090931 {
  text-decoration: none !important; color: #eeeeee !important;
}

.text-formy .field--name-body {
  margin-right: 120px;
  margin-left: 56px;
}


.socseti-containerMob {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  
}