* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {margin-top: 0; margin-bottom: 0; font-family: Verdana; font-size: 24pt;
	      font-weight: 100; color: #00D4FF;
 text-align: center;}




body {
  background: #021118;
  font-family: Arial, sans-serif;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 15px;
}

/* Блоки */
.block {
  background: #021118;
  border-radius: 14px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  transition: all 0.3s ease;
}

/* Hover эффект */
.block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 224, 255, 0.2);
}

/* Block 1 */
.block-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;

}
/*
.block-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
*/
.block-2 {
  display: flex;
  flex-direction: column;   /* ВАЖНО */
  justify-content: center;
  align-items: center;
  text-align: center;       /* Центрирует текст внутри */
  margin-bottom: 35px;
}


/* Ряды */
 
.row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start; /* ?? фикс */
}


/* 30% 
.img {
  flex: 0 0 30%;
  overflow: hidden;
  
}
*/

.img img {
  width: 100%;
  height: auto; /* ?? вместо 100% */
  display: block;
  margin-bottom: 25px;
 border: 0px solid #00e0ff;

}





/* 70% */
.text {
  flex: 0 0 70%;
  display: flex;
  align-items: flex-start; /* лучше так */

}

.text_50 {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start; /* лучше так */

}

.text_50 p  {
  font-family: Arial;                 /* "Trebuchet MS";  */
  font-size: 13pt;
  font-weight: 100;
}
.text_50 ul {
  font-family: "Trebuchet MS";
  font-size: 13pt;
  list-style-type: square;
}

.text-inner {
  max-width: 700px;
}
.text-knopka {
  padding-bottom: 28px;
}

h2 {
  margin-top: 25px;
}

p {
  margin-top: 10px;
  line-height: 1.6;
}


/* Картинки */
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

/* Анимация картинки */
.img:hover img {
  transform: scale(1.05);
}

/* ?? Адаптив */
@media (max-width: 768px) {

  .block-1 {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .row {
    flex-direction: column;
  }

  .img,
  .text {
    flex: 0 0 100%;
  }

  .block {
    padding: 20px;
    font-size: 20px;
  }

}


/*    *********   FAQ  Для контактов    ********* */

.faq-block {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 0 20px 60px;
  color: #fff;
  line-height: 1.7;
}






.faq {
  background: cover url('../../images_fon/fon_header.jpg') no-repeat center;; 
  padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

.faq__title {
  font-size: 24pt;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  color: #00D4FF;
}

.faq__list {
  max-width: 100%;       /*       940px; */
  background: #fff;
  margin-left: 1%;
  margin-right: 1%;
  background: url("../images_fon/fon_header.jpg") center/cover no-repeat;
  background: #021118;	
/*  background: #2a2f35;  */

}

.faq__item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: 0.3s;
}

.faq__item:hover {
  border-color: rgba(0,0,0,0.2);
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 10px 0;
  padding-left: 15px;
  font-size: 20px;         /*    24px;         */
  color: #00D4FF;
  display: flex;
  justify-content: left;   /*  space-between; */
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.faq__question span {
  max-width: 90%;
}

.faq__arrow {
  width: 18px;
  height: 18px;
  stroke: #333;
  stroke-width: 1.5;
  fill: none;
  transition: transform 0.4s ease;
  color: #fff;
}

.faq__item.active .faq__arrow {
  transform: rotate(180deg);
  color: #fff;

}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-left: 15px;
  color: #fff;
  text-align: left;
  font-family: Arial;                        /*  "Trebuchet MS";  */
  font-size: 13pt;
 
}

.faq__answer p {
  padding-bottom: 20px;
  color: #555;
  line-height: 1.6;
  max-width: 600px;
}


.faq__arrow {
  width: 40px;
  height: 40px;
  stroke: #fff;        /* < вот это главное */
  fill: none;          /* чтобы не было заливки */
  stroke-width: 2;
}

/* ======= Contact ======= */
.contact {
  text-align: center;
  justify-content: center;  
  align-items: center;
}

.contact p {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 15px;  
  line-height: 1.6;
}

.about-text_5 {
	display: blok;
	max-width: 275px;         
	margin-left:48%;          /*  margin-left:40%;  */
    margin-right:32%;          
}

/* ======= Кнопки ======= */
.btn-primary, .btn-primary-2, .btn-primary-3 {
  display: inline-block;
  background-color: #00bcd4;
  color: #fff;
  padding: 12px 28px;               /*  padding: 12px 28px;      */
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}
.btn-primary-2 {
marggn-left: 45%;
}

.btn-primary-3 {
  font-size: 12pt;
  font-family: Arial;
  font-style: normal;                                 
  font-size: 12pt;
  color: #fff;
  text-align: center;
}


.btn-primary:hover {
  background-color: #00a5bb;
}


 .btn-primary {
    padding: 10px 42px;    /*    padding: 10px 22px;  */
    font-size: 0.95rem;
  }

/*   ГАЛЕРЕЯ  */
.moving-track a {
  display: block;
  transition: transform 0.3s ease;
}

.moving-track a:hover {
  transform: scale(1.05);
}




.moving-gallery {
  width: 100%;
  overflow: hidden;
  margin: 80px 0 40px;
}

.moving-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-gallery 100s linear infinite;
}

.moving-track img {
  height: 400px;                  /*  height: 180px; */
  width: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

/* пауза при наведении */
.moving-gallery:hover .moving-track {
  animation-play-state: paused;
}

@keyframes scroll-gallery {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* mobile */
@media (max-width: 768px) {
  .moving-track img {
    height: 200px;
  }
  .img {
 display: none;
 }
}

@media (max-width: 600px) {
  .faq__list {
    margin-left: 10%;
  margin-right: 10%;
 }
}