@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

hr {
  margin: 5px;
}

a {
  text-decoration: none;
  color: inherit;
  /* Делает цвет ссылок как у родительского */
}

p, li {
  margin: 0;
  margin-top: 0;
  text-align: justify;
}

.kb-row-layout-wrap.kt-row-layout-id1664_c5c367-3d {
  background-color: #de4c15;
}

.footer-left,
.footer-right {
  font-size: 12px;
}

/* при наведении */
a:hover {
  text-decoration: none;
  /* color: #0d6efd; */
}

.phone_num {
  font-size: 25px;
}

.footer {
  background-color: #de4c15;
  color: white;
}

.ico {
  height: 50px;
}

.logo {
  height: 15vw;
}

.content {
  flex-grow: 1;
}

.center_menu {
  display: flex;
  justify-content: space-around;
  background-color: #de4c15;
  color: white;
  /* overflow: hidden; */
}

.header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  height: 15vw;
  flex-wrap: nowrap;
  overflow: hidden;
  background-color: #de4c15;
}

.head {
  font-size: 6vw;
  font-weight: bold;
}

.menu_original {
  display: flex;
  gap: 1vw;
  /* padding: 5px; */
}

.phone {
  display: flex;
  align-items: center;
}

.phone .ico {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.butn {
  background-color: #0d6efd;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 10px;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.butn:hover {
  color: white;
  background-color: #0d6efd;
}

/*МОЕ ГАВНО*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(220, 80, 0);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close-button {
  background-color: rgb(220, 80, 0);
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 5px;
}

.close-button:hover {
  background-color: #d32f2f;
}

/*МОЕ ГАВНО КОНЧИЛОСЬ*/
.row {
  /* padding-top: 20px; */
  /* padding-bottom: 30px; */
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.row-eq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  gap: 30px;
}

.row-footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  flex-wrap: nowrap;
  gap: 10px;
}

.cat-inv img {
  max-height: 260px;
}

.container {
  width: 80vw;
}

.container_repair {
  width: 80vw;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.centered-container {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
}

.service-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* Располагаем элементы в колонку */
  align-items: center;
  /* Центрируем элементы по горизонтали */
  text-align: center;
  /* Центрируем текст */
}

.cat-pod-title {
  display: block;
  /* Обеспечиваем блочное отображение */
  font-size: 18px;
  /* Размер шрифта заголовка */
  font-weight: bold;
  /* Жирный шрифт */
}

h3.cat-pod-title {
  margin-top: 10px;
  line-height: 105%;
  text-align: center;
  font-size: 20px;
  color: rgba(20, 20, 20, 0.8);
}

.centered-title {
  padding-top: 50px;
  text-align: center;
  width: 100%;
}

.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 10px;
}

.row>* {
  padding: 0px;
}

.col-md-2 {
  flex: 0 0 auto;
  width: 20%;
}

.col-md-4 {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 70px; */
  justify-content: flex-end;
  /* align-content: flex-end; */
  flex-direction: column;
  align-items: center;
  /* z-index: 5; */
}

.col-md-4 img {
  position: static;
  /* max-width: 300px; */
  width: 100%;
  height: auto;
  z-index: 10;
  transition: transform 0.5s ease;
}

.col-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.col-md-10 {
  flex: 0 0 auto;
  width: 95%;
}

.col-md-6 {
  width: 95%;
  max-width: 500px;
  float: left;
}

.col-sm-12 {
  flex: 0 0 0 0;
}

.grid-element {
  text-align: center;
}

.grid-title-link {
  text-align: center;
  margin-top: 10px;
}

.grid-image-link {
  text-align: center;
  position: relative;
  display: inline-block;
}

.grid-image-link img {
  width: 120%;
  max-height: 400px;
  border-radius: 10px;
}

.grid-image-link figcaption {
  position: absolute;
  bottom: 0px;
  width: 120%;
  height: 50px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  align-content: center;
  box-sizing: border-box;
  border-radius: 10px;
  transition: height 0.5s ease;
  overflow: hidden;
}

.grid-image-link:hover figcaption {
  height: -100%;
}

/* Стили для контейнера с заголовком */
.title-container {
  position: static;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 0px 0px 5px 5px;
  align-content: center;
  width: 100%;
  /* bottom: -50px; */
  /* left: 0; */
  /* z-index: 100; */
  /* transition: background-color 0.5s ease; */
  transition: transform 0.5s ease;
  /* height: 60px; */
  text-align: center;
  /* margin-bottom: 10px; */
}

.col-md-3 {
  width: 20%;
}

.col-md-4:hover img {
  transform: scale(1.1);
  opacity: 0.95;
}

.col-md-4:hover .title-container {
  transform: scale(1.1);
}

.map__block {
  top: calc(15.9vw + 15.725rem + 310px + 50px + 1.5em + calc(var(--bs-border-width)* 2));
}

.form-group {
  display: flex;
  align-items: center;
}

.control-label {
  margin-bottom: 10px;
}

.wpcf7-form-control {
  width: 100%;
  max-width: 400px;
}

.btn-submit {
  width: 100%;
}

/* Стиль иконок в Футере */
.white-icon {
  filter: brightness(0) invert(1);
  /* Применяем фильтр для изменения цвета на белый */
}

.organization-info,
.accordion {
  border: 1px solid #ccc;
  /* Серый бордер */
  border-radius: 8px;
  /* Закругленные углы */
  padding: 30px;
  /* Отступы внутри блока */
  font-family: Arial, sans-serif;
  /* Шрифт */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Легкая тень */
}

.organization-info p {
  margin-bottom: 15px;
  /* Отступ между параграфами */
}

.organization-info a {
  color: #007bff;
  /* Цвет ссылок */
  text-decoration: none;
  /* Убираем подчеркивание */
}

.organization-info a:hover {
  text-decoration: none;
  /* Подчеркивание при наведении */
}

.entry-content {
  max-width: 80vw;
  margin: auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.menu_flex {
  display: none;
}

.menu-toggle {
  display: none;
  /* Скрываем чекбокс */
}

.sidebar {
  position: fixed;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  background-color: #333;
  color: white;
  transition: left 0.3s ease;
  padding-top: 50px;
  z-index: 1;
}

/* Когда чекбокс отмечен*/
.menu-toggle:checked+label+.sidebar {
  left: 0;
}

.nav-link {
  display: block;
  padding: 5px 10px 5px 10px;
  color: white;
  text-decoration: none;
}

.nav-link:hover {
  /* background-color: #333; */
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.btn:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

.rewiew {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.icon {
  width: 45px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: filter 0.3s, transform 0.3s;
  ;
  /* Плавный переход */
}

/* Изменение цвета при нажатии */
#menu-toggle:checked+label .icon {
  filter: brightness(0) invert(1);
  /* Применяет инверсию цвета для белого */
  transform: rotate(90deg);
  /* Поворот на 90 градусов */
}


svg {
  display: block;
  /* Убирает пробелы снизу */
  width: 100%;
  height: 90px;
  /* Убедитесь, что SVG занимает всю ширину */
  overflow: hidden;
  /* background-color: red; */
}

.costs {
  margin-left: 50px;
  text-align-last: left;
}

.head_image {
  display: flex;
  padding: 20px;
  gap: 10px;
  justify-content: center;
}

.creaters {
  display: flex;
}

.creaters p {
  margin: 10px;
  text-align: justify;
  align-content: center;
}

.part-logo {
  width: 16.6%;
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  text-align: center;
}
.logo-wrap .part-logo img {
  max-height: 100px;
  max-width: 100%;
  /* -webkit-filter: grayscale(100%); */
  filter: grayscale(100%);
  transition: filter 0.3s ease; /* Плавный переход */
}
.part-logo:hover img {
  filter: grayscale(0%); /* Цветное изображение при наведении */
}
/* ПРЕИМУЩЕСТВА */
.full-block-wrap {
  background: #de4c15;
  width: 100%;
}
.section-wrap{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.flip-container {
  perspective: 1000px;
  margin: 10px;
}

.flipper {
  position: relative;
  margin-bottom: 20px;
  width: 200px; /* Укажите нужную ширину */
  height: 300px; /* Укажите нужную высоту */
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  backface-visibility: hidden;
  text-align: center;
}

.back {
  background-color: #f1f1f1; /* Цвет задней стороны */
  transform: rotateY(180deg);
}

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.info {
  margin: 10px;
}

/* СЛАЙДЕР */
.image-sliders {
  display: flex;
  justify-content: center;
  overflow: hidden;
  /* position: relative; */
  /* width: 100%; */
  height: 60vw;
  z-index: 1000;
}

.slides {
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  /* position: relative; */
  /* margin-left: 0; */
  width: 90%;
  justify-content: center;
}
.slide {
  display: flex;
  justify-content: center;
  /* margin: 0 calc(-1* 5%); */
  /* position: relative; */
}
.slider {
  /* display: flex; */
  /* flex: 1; */
  /* flex: 0 0 15%;  */
  height: auto;
  max-width: 100%;
  /* margin: -5%; */
  width: 15%;
  position: relative;
  transition: transform 0.5s ease, z-index 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  /* justify-content: center; */
}
.slide img {
  width: auto; /* Изображение занимает всю ширину слайда */
  height: 80%; /* Сохраняет пропорции */
  /* border-radius: 8px; */
  /* display: block; */
}
.slider:hover {
  transform: scale(1.15);
}

.caption {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg); /* Поворот и центрирование */
  transform-origin: center center; /* Ориентация поворота по центру */
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  pointer-events: none; /* Чтобы текст не мешал кликам на изображение */
  opacity: 0; /* Скрываем по умолчанию */
  visibility: hidden; /* Делаем невидимым */
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Плавное появление/исчезновение */
}

.slider:hover .caption {
  opacity: 1; /* Появляется при наведении */
  visibility: visible; /* Текст становится видимым */
  transform: translate(-50%, -50%) rotate(-90deg) scale(1.2); /* Увеличиваем текст вместе с картинкой */
}

.container-usl {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.cartoon img {
  /* display: flex; */
  height: 20vw;
  border-radius: 8px;
  justify-content: center;
  object-fit: cover;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  a {
    text-align: center;
  }

  .col-md-10 {
      flex: 0 0 auto;
      width: 90%;
  }

  .col-md-4 {
    flex: 0 0 80%;
    /* margin: 10px; */
  }

  .part-logo {
    width: 30%;
    padding: 0 5px 5px 5px;
  }

  .row {
    display: grid;
  }


  .container {
    width: 90vw;
  }

  .rewiew {
    display: grid;
  }

  .logo {
    margin-top: -20px;
    margin-bottom: -20px;
    height: 30vw;
  }

  .slide {
    /* display: flex; */
    /* justify-content: center; */
    margin: 0 calc(-1* 5%);
  }

  .center_menu {
    justify-content: left !important;
  }

  .menu_original {
    display: none;
    justify-content: right;
  }

  .menu_flex {
    display: flex;
    justify-content: left;
    padding: 10px;
  }

  .row-footer {
    flex-wrap: wrap;
  }

  .header {
    display: grid;
    justify-content: space-evenly;
    height: auto;
    background-color: #de4c15;
    overflow: visible;
  }

  .phone {
    justify-content: center;
  }

  .head {
    display: flex;
    justify-content: space-evenly;
    font-size: 6vw;
    font-weight: bold;
    margin: 0px;
  }

  .phone_num {
    display: flex;
    font-size: 20px;
  }

  .phone .ico {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }

  .none {
    display: none;
  }

  .organization-info {
    width: 90vw !important;
    padding: 10px !important;
  }

  .insert_mess {
    display: block !important;
  }

  .name_flex {
    margin-bottom: 15px;
  }

  .map__block {
    top: calc(40vw + 500px + 8rem + calc(var(--bs-border-width)* 2));
  }

  .head_image {
    display: block !important;
  }

  .creaters {
    display: block;
  }

  .creaters a {
    display: block;
  }
}