* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.blocks_title {
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

/* HEADER */
.header {
  background: url("/images/header_banner.png") center/cover no-repeat;
  height: 65vh;
}

.header_bs {
  background: url("/images/buissnes_header.png") center/cover no-repeat;
  height: 65vh;
}

.header_title {
  font-size: 56px;
  font-weight: bold;
  /* text-shadow: 0px 2px 3px #000, 0px 4px 6px #000; */
  line-height: 80px;
}

/* SWIPER */
.swiper {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.swiper-slide_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e7e7e7;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.swiperi-img img {
  max-width: 100%;
  height: 300px;
}
.swiper-title {
  font-size: 26px !important;
  font-weight: 600 !important;
  /* line-height: 0 !important; */
  padding-top: 30px;
}
.swiper-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.swiper-button-next::after {
  position: absolute;
  right: 60px;
}
.swiper-button-prev::after {
  position: absolute;
  left: 65px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  width: 35px;
  height: 56px;
  font-size: 28px;
}
.swiper_slide_btn {
  border-radius: 34px !important;
  padding: 15px 75px !important;
}

/* Grid контейнер */
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Две колонки */
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  justify-items: center;
}

/* Общий стиль карточек */
.advantage-card {
  background: #e5e5e5;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
}

/* Голубые карточки */
.highlight {
  background: #3ae8ff;
  color: #000;
}

/* Размещение карточек */
.advantage-card:nth-child(1),
.advantage-card:nth-child(2) {
  transform: translate(-100px, 30px); /* Верхние карточки приподняты */
}

.advantage-card:nth-child(3),
.advantage-card:nth-child(4) {
  transform: translate(230px, -50px); /* Нижние карточки опущены */
}
.advantage-card-img {
  width: 55px;
}
.advantage-card_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  color: #2d2e32;
}
.card_footer p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #2d2e32;
}
/* Accordion Start */
.accordion {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 130px;
  margin-bottom: 130px;
  max-width: 80vw;
  flex-direction: column;
}
.accordion-item {
  border-top: 1px solid #d1d0d0 !important;
  border-bottom: 1px solid #d1d0d0 !important;
  color: #000000;
  border-bottom: 1px solid #c5c5c5 !important;
  border-radius: 0 !important;
}
.accordion-item h5 {
  padding: 1em;
  margin: 0;
  cursor: pointer;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 1em;
}
.accordion-content p {
  padding: 1em 0;
  margin: 0;
}
.accordion-content.active {
  max-height: auto;
}
.accordion-item h5 {
  position: relative;
  padding-right: 30px;
}
.img11 {
  max-width: 80vw;
}

.accordion-item h5::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 0;
  transition: 0.3s all ease-in-out;
  font-size: 40px;
  font-weight: 100;
}
.accordion-item.active h5::before {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .accordion {
    max-width: 100vw;
    margin: 0 auto;
  }
}
/* Accordion End */

/* Products Start */
.mySwiper2 {
  width: 95%;
  height: 588px;
  margin-bottom: 32px;
}
.swiper-slide img {
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-product-slide {
  width: 25%;
  height: 100%;
}

.swiper-product-slide {
  border: 4px solid #000;
  padding: 10px 10px;
}
.swiper-product-slide-thumb {
  border: 1px solid #000;
  height: 145px !important;
}

.product_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
}

.product_haracter__item {
  color: #585353;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.product_haracter__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.product_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
}

.product_haracter__item {
  color: #585353;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.product_haracter__list {
  padding: 0;
  margin: 0;
  max-height: 120px; /* Показываем только 5 строк */
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  position: relative;
}

/* Вернем маркеры у списка */
.product_haracter__list li {
  list-style: disc; /* Точки у списка */
  margin-left: 20px; /* Отступ для маркеров */
}

/* Эффект белого затемнения */
.product_haracter__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /* Высота эффекта */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

/* Когда список открыт — убираем эффект */
.product_haracter__list.active::after {
  opacity: 0;
}

/* Кнопка-стрелка */
.toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  background-color: white;
}

.arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.toggle-btn.active .arrow {
  transform: rotate(225deg);
}
.product_order_select {
  border: 3px solid #333;
  width: 60px;
  border-radius: 0;
}
.product_share__text {
  color: #585353;
  font-weight: 500;
  font-size: 14px;
}
.adapters__img img {
  border: 2px solid #333;
  width: 379px;
  height: 389px;
}
.adapters__title {
  font-size: 24px;
  font-weight: 600;
}
.fa-arrow-right {
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 50%;
}
.form-control {
  border: 0;
  border-bottom: 2px solid #333;
  border-radius: 0;
}

.buisnes_block {
  margin-bottom: 25px;
  overflow: hidden !important;
}

.buisnes_image_block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 154px;
  position: relative;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}
.buisnes_block:last-child > .buisnes_image_block {
  background-image: none;
  background-color: grey !important;
}

.black::after {
  content: "";
  background: #00000094;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}
.buisnes_image_block:hover {
  transform: scale(1.05);
}
.black:hover::after {
  opacity: 0.5;
}

.family_btn {
  border-radius: 20px !important;
  padding: 10px 60px 10px 60px !important;
  font-size: 22px !important;
}
