body {
  font-family: "Ambatah", "Arial", sans-serif;
}

.bg-black {
  background-color: black;
}

.bg-orange {
  background-color: #c9472b;
}

.text-white {
  color: white;
}

.font-60 {
  font-size: 60px;
}

.font-48 {
  font-size: 48px;
}

.font-40 {
  font-size: 40px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-17 {
  font-size: 17px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.fw-700 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.mt-230 {
  margin-top: 230px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-100 {
  margin-top: 100px;
}

.me-80 {
  margin-right: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pt-30 {
  margin-top: 30px;
}

.br-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.br-50 {
  border-radius: 50px;
}

.nav-link {
  font-size: 16px;
  font-weight: 400;
}

.icon-menu {
  display: inline-block;
  /* стиль для гамбургера, например, фон или изображение */
}

/* стиль для крестика, скрыт по умолчанию */
.icon-close {
  display: inline-block;
  /* стиль для крестика */
}

/* .d-none {
  display: none !important;
} */
/* .technology-card {
    width: 298px;
} */

/* .about-video {
  width: 932px;
} */

.about-video {
  height: 100%;
  width: auto;
  max-width: 100%; /* чтобы не выходить за рамки контейнера */
  object-fit: cover; /* для исправления размера видео по контейнеру */
}

.technology-video-container {
  position: relative;
}

.technology-video {
  width: 100%;
  height: 790px;
  object-fit: cover;
}

.technology-cards {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Псевдоэлемент для наложения градиента */
.technology-video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180.78deg, rgb(0 0 0 / 100%) 9.68%, rgb(0 0 0 / 40%) 59.51%, rgb(0 0 0 / 100%) 76.79%);
  pointer-events: none;
}

.technology-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Если нужно убрать промежутки совсем, то: */
.technology-slider .slick-dots li {
  margin: 0;
}

.technology-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

li .slick-active {
  margin: 0;
  padding: 0;
}

.arrow img {
  transition: transform 0.3s ease;
}

/* Когда блок раскрыт, вращаем стрелку */
button[aria-expanded="true"] .arrow img {
  transform: rotate(-180deg);
}

/* services */
.accordionServices button {
  background-color: transparent;
}

/* AI */
.AI-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  white-space: nowrap;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.AI-item {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: inline-block;
}

.AI-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  object-fit: cover;
  z-index: 0;
  border-radius: 30px;
}

.big-circle {
  width: 566px;
}

.AI-item-left-top {
  top: 0%;
  left: 16%;
}

.AI-item-left-center {
  top: 36%;
  left: 0%;
}

.AI-item-left-bottom {
  bottom: 0%;
  left: 16%;
}

.AI-item-right-top {
  top: 0%;
  right: 16%;
}

.AI-item-right-center {
  top: 36%;
  right: 0%;
}

.AI-item-right-bottom {
  bottom: 0%;
  right: 16%;
}

/* industries */
/* Упревление стрелками слейдера */
/* .industries-slider .slick-arrow {
  position: absolute;
  top: -50px;
  height: 38px;
  width: 32px;
  border: none !important;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.industries-slider .slick-arrow:active {
  opacity: 0.8;
}

.industries-slider .slick-arrow:hover {
  background-color: #ffffff;
  opacity: 0.4;
}

.industries-slider .slick-arrow:focus {
  background-color: #ffffff;
  opacity: 0.4;
}

.industries-slider .slick-prev {
  right: 50px;
  left: auto;
  top: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.26795C-0.333332 7.03775 -0.333334 8.96225 0.999999 9.73205L10 14.9282C11.3333 15.698 13 14.7358 13 13.1962L13 2.80385C13 1.26425 11.3333 0.301996 10 1.0718L1 6.26795Z' fill='white' fill-opacity='0.8'/%3e%3c/svg%3e ");
  background-position: 13px center;
  border-radius: 32px 0 0 32px;
}

.industries-slider .slick-next {
  right: 18px;
  left: auto;
  top: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 6.26795C13.3333 7.03775 13.3333 8.96225 12 9.73205L3 14.9282C1.66667 15.698 0 14.7358 0 13.1962L0 2.80385C0 1.26425 1.66667 0.301996 3 1.0718L12 6.26795Z' fill='white' fill-opacity='0.8'/%3e%3c/svg%3e ");
  background-position: 5px center;
  border-radius: 0 32px 32px 0;
} */

.industries-slick-navigation {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
}

.industries-prev {
  background-image: url(/images/arrow-left.png);
  color: #fff;
  transform: rotate(90deg);
  background-size: 20px 20px;
  background-position: center;
  object-fit: cover;
  border-radius: 50px;
  border: none;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 0.5;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}

.industries-next {
  background-image: url(/images/arrow-rihgt.png);
  background-size: 20px 20px;
  transform: rotate(90deg);
  background-position: center;
  object-fit: cover;
  border-radius: 50px;
  border: none;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 0.5;
  width: 36px;
  height: 36px;
}

/* Наведение */
.industries-prev:hover,
.industries-next:hover {
  opacity: 0.7;
  transform: rotate(90deg);
}

/* При клике (активное состояние) */
.industries-prev:active,
.industries-next:active {
  opacity: 0.7;
  transform: rotate(90deg);
}

.industries-item {
  max-width: 556px;
  width: 100%;
}

.industries-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Все активные точки — прозрачность 0 */
.industries-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.industries-slider .slick-dots {
  bottom: 50px;
}

.custom {
  background-image: url(/images/industries.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  margin-top: -200px;
}

.technologies-card-video {
  width: 97px;
  height: 97px;
}

/* Убираем отступ у последней карточки, чтобы он не был лишним */
.variable-width .slick-slide:last-child {
  margin-right: 0;
}

.variable-width .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Если нужно убрать промежутки совсем, то: */
.variable-width .slick-dots li {
  margin: 0;
}

.technologies-slider.slick-list {
  padding: 0 10% 0 0;
}

.technologies-slider .slick-slide {
  margin: 0 40px;
}

.technologies-slider .card {
  padding: 10px;
}

.technologies-slider .slick-dots li button:before {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  color: #fff;
  /* margin-top: 16px; */
}

/* Technologies */
.technologies-slider .slick-track {
  margin-bottom: 16px;
}

.technologies-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 -1px;
  padding: 0;
  cursor: pointer;
}

/* Если нужно убрать промежутки совсем, то: */
.technologies-slider.slick-dots li {
  margin: 0;
}

.technologies-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

li .slick-active {
  margin: 0;
  padding: 0;
}

/* .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  line-height: 1;
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.75;
  color: rgb(80, 80, 80);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/* Упревление стрелками слейдера */
/* .technologies-slider .slick-arrow {
  position: absolute;
  top: -50px;
  height: 38px;
  width: 32px;
  border: none !important;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.technologies-slider .slick-arrow:active {
  opacity: 0.8;
}

.technologies-slider .slick-arrow:hover {
  background-color: #ffffff;
  opacity: 0.1;
}

.technologies-slider .slick-arrow:focus {
  background-color: #ffffff;
  opacity: 0.1;
}

.technologies-slider .slick-prev {
  right: 50px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.26795C-0.333332 7.03775 -0.333334 8.96225 0.999999 9.73205L10 14.9282C11.3333 15.698 13 14.7358 13 13.1962L13 2.80385C13 1.26425 11.3333 0.301996 10 1.0718L1 6.26795Z' fill='white' fill-opacity='0.8'/%3e%3c/svg%3e ");
  background-position: 13px center;
  border-radius: 32px 0 0 32px;
}

.technologies-slider .slick-next {
  right: 18px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 6.26795C13.3333 7.03775 13.3333 8.96225 12 9.73205L3 14.9282C1.66667 15.698 0 14.7358 0 13.1962L0 2.80385C0 1.26425 1.66667 0.301996 3 1.0718L12 6.26795Z' fill='white' fill-opacity='0.8'/%3e%3c/svg%3e ");
  background-position: 5px center;
  border-radius: 0 32px 32px 0;
}

.technologies-slider .slick-disabled {
  opacity: 0.3;
  cursor: none;
} */


.technologies-slick-navigation {
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 1;
}

.technologies-prev {
  background-image: url(/images/arrow-left.png);
  color: #fff;
  background-size: 20px 20px;
  background-position: center;
  object-fit: cover;
  border-radius: 50px;
  border: none;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 0.5;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.technologies-next {
  background-image: url(/images/arrow-rihgt.png);
  background-size: 20px 20px;
  background-position: center;
  object-fit: cover;
  border-radius: 50px;
  border: none;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 0.5;
  width: 36px;
  height: 36px;
}

/* Наведение */
.technologies-prev:hover,
.technologies-next:hover {
  opacity: 0.7;
}

/* При клике (активное состояние) */
.technologies-prev:active,
.technologies-next:active {
  opacity: 0.7;
}


.technologies-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

li .slick-active {
  margin: 0;
  padding: 0;
}

/* supply */
.supply-video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.supply-video {
  width: 100%;
  height: 100%;
  min-height: 378px;
  /* max-height: 834px; */
  object-fit: cover;
}

.services-video-container {
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.services-video {
  height: 100%;
  width: 600px;
  max-width: 100%;
  object-fit: cover;
  margin-left: auto;
}

/* Frame 142 */
/* feedback */
/* .feedback-video-block {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.feedback-video-container::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  right: 0px;
  bottom: 10px;
  background-color: #f06445;
  border: none;
  opacity: 0.75;
  mix-blend-mode: color;
}

/* .feedback {
  position: relative;
} */

/* Центрированное расположение видео */
.feedback-video-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%; /* можно регулировать */
  width: 100%;
  height: auto;
  z-index: -1; /* Чтобы не мешало остальному контенту, при необходимости */
}

/* Контейнер видео, чтобы оно занимало всю ширину */
.feedback-video-container {
  position: relative;
  width: 100%;
}

/* Видео растягивается по контейнеру */
.feedback-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* или contain, если нужно */
}

/* Остальные стили */
.feedback input {
  box-sizing: border-box;
}

.feedback textarea {
  resize: none;
  overflow: hidden;
}

.form-wrapper {
  max-width: 570px;
  width: 100%;
  margin: 0 auto; /* Центрирование формы */
  padding: 20px;
}

/* Оформление для input, textarea, кнопки */
form input,
form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(201, 71, 43, 0.8);
  background-color: transparent;
  color: #fff;
  padding: 18px 26px;
  border-radius: 50px;
}

.field-error {
  padding-top: 4px;
  font-size: 12px;
  text-align: center;
  color: #ff0000;
  display: none;
}

.form-message {
  margin: 12px 0;
  padding: 10px 14px;
  text-align: center;
  display: none;
}

.form-message.success {
  color: #2ecc71;
}

.form-message.error {
  color: #ff0000;
}

@media (max-width: 991px) {
  .pb-168 {
    padding-bottom: 110px;
  }

  .big-circle {
    width: 400px;
  }

  .AI-item {
    width: 120px;
    height: 120px;
  }

  .AI-item .font-18 {
    font-size: 16px;
  }

  .AI-item video {
    width: 120px;
    height: 120px;
  }

  .custom {
    height: 600px;
  }
  .about-video{
    height: auto!important;
  }
}

@media (max-width: 768px) {
  .mt-230 {
    margin-top: 80px;
  }

  .mt-175 {
    margin-top: 80px;
  }

  .pb-168 {
    padding-bottom: 76px;
  }

  .nav-link {
    font-size: 32px;
  }

  .header-logo {
    width: 103px;
  }

  .technologies-card-video {
    width: 70px;
    height: 70px;
  }

  .big-circle {
    width: 300px;
  }

  .AI-item {
    width: 100px;
    height: 100px;
  }

  .AI-item .font-18 {
    font-size: 14px;
  }

  .AI-item video {
    width: 100px;
    height: 100px;
  }
  .services-video-container{
    left: 10%;
    opacity: .5;
  }
}

@media (max-width: 576px) {
  .pb-168 {
    padding-bottom: 40px;
  }

  .mt-150 {
    margin-top: 100px;
  }

  .about .font-48 {
    font-size: 24px;
  }

  .about .font-18 {
    font-size: 8px;
  }

  .technology .font-48 {
    font-size: 20px;
  }

  .technology .font-18 {
    font-size: 12px;
  }

  .technology .font-20 {
    font-size: 14px;
  }

  .services {
    margin-top: 70px;
  }

  .services .mt-80 {
    margin-top: 24px;
  }

  .services .font-48 {
    font-size: 20px;
  }

  .services .font-20 {
    font-size: 12px;
  }

  .AI .font-48 {
    font-size: 20px;
  }

  .AI .font-18 {
    font-size: 12px;
  }

  .AI-item .font-18 {
    font-size: 9px;
  }

  .industries .font-48 {
    font-size: 20px;
  }

  .industries .font-20 {
    font-size: 12px;
  }

  .industries .font-40 {
    font-size: 20px;
  }

  .technologies .font-60 {
    font-size: 20px;
  }

  .technologies .font-20 {
    font-size: 12px;
  }

  .custom {
    height: 350px;
  }

  .feedback .font-48 {
    font-size: 20px;
  }

  .footer .font-18 {
    font-size: 11px;
  }

  .footer img {
    width: 144px;
  }

  .technology-video {
    height: 250px;
  }

  .AI-item .font-18 {
    font-size: 11px;
  }

  .AI-circles .font-18 {
    font-size: 8px;
  }

  .AI-item-left-top {
    left: 10%;
  }

  .AI-item-left-center {
    left: 0%;
  }

  .AI-item-left-bottom {
    left: 10%;
  }

  .AI-item-right-top {
    right: 10%;
  }

  .AI-item-right-center {
    right: 0%;
  }

  .AI-item-right-bottom {
    right: 10%;
  }
}

@media (max-width: 390px) {
  .AI-item {
    width: 80px;
    height: 80px;
  }

  .AI-item video {
    width: 80px;
    height: 80px;
  }

  .big-circle {
    width: 190px;
  }

  .AI-item-left-top {
    top: -13%;
    left: 10%;
  }

  .AI-item-left-center {
    top: 32%;
    left: 0%;
  }

  .AI-item-left-bottom {
    bottom: -20%;
    left: 10%;
  }

  .AI-item-right-top {
    top: -13%;
    right: 10%;
  }

  .AI-item-right-center {
    top: 32%;
    right: 0%;
  }

  .AI-item-right-bottom {
    bottom: -20%;
    right: 10%;
  }

  .industries-slider .slick-dots {
    bottom: 60px;
  }

  .industries-item {
    max-width: 300px;
    width: 100%;
  }
}
