/* Стили main секции */

.home-slider__item-main-title h1 {
  font-weight: 800;
  font-size: clamp(24px, 10vw, 56px);
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 100px;
}

.main__animation {
  margin-top: -30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  transform: rotate(-15deg);
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 675px;
  justify-items: center;
  align-items: center;
  padding: 40px;
}

.economic-sectors {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 368px;
  height: 368px;
}

.right-top {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.left-bottom {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.right-bottom {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.main__animacion-block {
  width: 100%;
  height: 100%;
  display: flex;
}

.economic-sectors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.economic-sectors li {
  margin-bottom: 10px;
}

.economic-sectors a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.green-block,
.blue-block,
.orange-block {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.economic-sectors {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8%;
  border-radius: 60px;
  background-color: #161c2b;
  box-sizing: border-box;
  width: 368px;
  height: 368px;
  transition: transform 0.4s ease-out;
}

.economic-sectors ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: start;
}

.economic-sectors li {
  width: 100%;
  margin: 0;
  letter-spacing: 0;
}

.metallurgy,
.mechanical-engineering,
.public-sector {
  font-weight: 600;
  font-size: clamp(20px, 3vw, 38px);
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
}

.metallurgy {
  color: #ff6b00;
}

.mechanical-engineering {
  color: #00a3ff;
}

.public-sector {
  color: #5f65ff;
}

.metallurgy:hover,
.mechanical-engineering:hover,
.public-sector:hover {
  color: white;
}

.green-block {
  width: 222px;
  height: 223px;
}

.blue-block {
  width: 285px;
  height: 285px;
}

.orange-block {
  width: 197px;
  height: 197px;
}

.green-block,
.blue-block,
.orange-block {
  object-fit: contain;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

.metallurgy,
.mechanical-engineering,
.public-sector {
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  line-height: 1.2;
}

/* Анимации при наведении на блоки */

/* Общие стили для всех анимируемых элементов */
.economic-sectors,
.green-block,
.blue-block,
.orange-block {
  transition: transform 0.4s ease-out;
  z-index: 1;
}

/* 1. Блок "economic-sectors" (верхний левый) */
.economic-sectors:hover {
  transform: translate(-20px, -20px);
}

/* 2. Зеленый блок (верхний правый) */
.green-block:hover {
  transform: translate(15px, -15px);
}

/* 3. Синий блок (нижний левый) */
.blue-block:hover {
  transform: translate(-15px, 15px);
}

/* 4. Оранжевый блок (нижний правый) */
.orange-block:hover {
  transform: translate(15px, 15px);
}

.main__animation .retail span {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.main__animation .sector {
  box-shadow: inset 0px 0px 0px 3px #ffed48;
  color: #ffed48;
  position: absolute;
  border-radius: 60px;
  overflow: hidden;

  animation: moveSector 40s infinite;
}

.main__animation .sector-bg {
  background-color: #ffed48;
  position: absolute;
  border-radius: 60px;
  bottom: -22%;
  left: -24%;
  width: 171%;
  transform: rotate(-15deg);
  animation: fillSector 40s infinite;
}

.main__animation .sector span {
  position: absolute;
  bottom: 30%;
  transform: rotate(-90deg);
  width: min-content;
  z-index: 2;
}

.home-slider {
  position: relative;
}

.home-slider__item {
  position: relative;
  padding: 0 10% 0 10%;
  min-height: 900px;
  height: auto;
  width: 100vw;
  display: flex;
  gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.main .home-slider__item {
  display: flex;
  padding: 0 30px 0 180px;
  flex-direction: row;
  margin-top: 178px;
  justify-content: center;
}

.home-slider__item-main-title {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}

.home-slider__item-main-subtitle {
  max-width: 747px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-height: 337px;
  margin-bottom: 60px;
}

.home-slider__value-props {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-count: 2;
  gap: 40px;
  align-content: flex-start;
  max-height: 337px;
}

.home-slider__value-props-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  max-width: 370px;
}

.home-slider__value-props-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  padding: 2px;
}

.home-slider__value-props-item span {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  max-width: 240px;
}

.home-slider__item-main-subtitle p {
  width: 264px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.actions-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-slider__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 56px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-slider__accreditation {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.home-slider__accreditation span {
  color: #ffffff80;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.front-page__consult-btn {
  margin: 0;
}

@keyframes soft-glow {
  0%,
  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.8);
  }
}

.webinar-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: soft-glow 3s infinite ease-in-out;
  transition: all 0.3s ease;
}

.home-slider__item-main-title h2 {
  font-weight: 800;
  font-size: 56px;
  line-height: 110%;
  text-transform: uppercase;
}

.home-slider__item-main-title h2 span {
  white-space: nowrap;
}

.home-slider__item-title {
  margin-bottom: 30px;
  max-width: 750px;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
}

.color__blocks {
  display: none;
}

.color__block {
  width: 154px;
  height: 154px;
  border-radius: 32px;
}

.color__block.blue__block {
  background-color: #5f65ff;
}

.orange__block {
  background-color: #ff6b00;
}

.turquoise__block {
  background-color: #00cfc3;
}

.hidden__block {
  display: none;
}

/* Секция проблем */

.problems {
  display: flex;
  justify-content: center;
}

.problems__container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.problems__block {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.first__column,
.second__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.second__column {
  margin-top: 162px;
  margin-left: 30px;
}

.problems__block-item {
  padding: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(210px, 40vw, 560px);
  height: clamp(210px, 40vw, 560px);
  border-radius: 20%;
  box-sizing: border-box;
  transform: rotate(-15deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.first__column .problems__block-item.problems__block-item--dark {
  padding: 132px;
}

.second__column .problems__block-item.problems__block-item--dark {
  padding: 132px;
}

.problems__block-item__content {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 15px;
}

.first__column .second__column {
  transition:
    margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.problems__block-item--blue {
  background: #00a3ff;
  color: #fff;
}

.problems__block-item--dark {
  background: #31394e;
  color: #fff;
}

.problems__block-item--violet {
  background: #5f65ff;
  color: #fff;
}

.problems__block-item__content {
  transform: rotate(15deg);
}

.problems__block-item--blue .problems__paragraph {
  font-size: clamp(16px, 1.9vw, 26px);
}

.problems__block-item--dark .problems__paragraph {
  font-size: clamp(13px, 1.2vw, 20px);
}

.problems__paragrap-icon {
  display: flex;
}

.problems__paragrap-icon img {
  width: clamp(13vw, 150px, 250px);
  height: clamp(13vh, 90px, 110px);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.problems__paragraph {
  margin: 0;
  font-size: clamp(17px, 2vw, 26px);
  font-weight: 500;
  line-height: 140%;
}

/* Секция решений */

.solutions {
  padding-top: 180px;
}

.ntr-container.solutions-container {
  display: flex;
  justify-content: center;
  margin: 34px 0 70px 0;
  padding: 0;
  box-sizing: border-box;
  transform: rotate(-15deg);
}

.front-page-subcontainer {
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-end;
  transform-origin: left bottom;
  transition: all 0.5s ease;
}

.solutions-grid {
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 378px);
  grid-template-rows: repeat(3, 378px);
  gap: 15px;
  box-sizing: border-box;
  grid-template-areas:
    "dark1 header solution6 .             ."
    ".     group  group     group         ."
    ".     .      solution1 solution5 dark2";
}

.solution-container {
  padding: 10px 77px 10px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 80px;
  box-sizing: border-box;
  background-color: #161c2b;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.dark-area1 {
  grid-area: dark1;
}

.dark-area2 {
  grid-area: dark2;
}

.solution-header {
  grid-area: header;
  background-color: #00a3ff;
}

.area-solution1 {
  grid-area: solution1;
}

.area-solution5 {
  grid-area: solution5;
}

.area-solution6 {
  grid-area: solution6;
}

.group {
  grid-area: group;
  background-color: #161c2b;
  padding: 0;
  aspect-ratio: auto;
  border-radius: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: stretch;
  justify-items: stretch;
  box-sizing: border-box;
}

.group .combined-item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 80px;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
}

.group .combined-item a,
.solution-container a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 26px;
  transform: rotate(15deg);
}

.solution-container p,
.group .combined-item p {
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
}

/* Анимация */

/* Общие настройки */
.solutions-grid > .solution-container,
.solutions-grid .group .combined-item {
  position: relative;
  overflow: hidden;
  border-radius: 80px;
}

.solution-container::before,
.solution-container::after {
  pointer-events: none;
  box-sizing: border-box;
}

.solutions-grid .group .combined-item > a,
.solutions-grid > .solution-container > a {
  transition: opacity 0.28s ease;
  position: relative;
  z-index: 2;
}

/* 1. Первый — заливка слева->справа */
.solution-container.area-solution6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff6b00;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 1;
  border-radius: inherit;
}

.solution-container.area-solution6:hover::before {
  transform: scaleX(1);
}

.solution-container.area-solution6::after {
  content: "LLM, OCR, RAG, VLM";
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(20px) rotate(15deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(13px, 1.1vw, 16px);
  text-align: center;
  padding: 0 24px;
  z-index: 3;
  opacity: 0;
  white-space: normal;
}

.solution-container.area-solution6:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) rotate(15deg);
}

.solution-container.area-solution6:hover > a {
  opacity: 0;
}

/* 2. Второй — сверху->вниз */
.solutions-grid .group .combined-item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00cfc3;
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 1;
  border-radius: inherit;
}

.solutions-grid .group .combined-item:nth-child(1):hover::before {
  transform: scaleY(1);
}

.solutions-grid .group .combined-item:nth-child(1)::after {
  content: "Математический подход к оптимизации производственных процессов";
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(18px) rotate(15deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 15px);
  text-align: center;
  padding: 0 18px;
  z-index: 3;
  opacity: 0;
  white-space: normal;
}

.solutions-grid .group .combined-item:nth-child(1):hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) rotate(15deg);
}

.solutions-grid .group .combined-item:nth-child(1):hover > a {
  opacity: 0;
}

/* 3. Третий — снизу->вверх */
.solutions-grid .group .combined-item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #5f65ff;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 1;
  border-radius: inherit;
}

.solutions-grid .group .combined-item:nth-child(2):hover::before {
  transform: scaleY(1);
}

.solutions-grid .group .combined-item:nth-child(2)::after {
  content: "Собственная система навигации Navi.NTR для роботов внутри сооружений";
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(18px) rotate(15deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 15px);
  text-align: center;
  padding: 0 18px;
  z-index: 3;
  opacity: 0;
  white-space: normal;
}

.solutions-grid .group .combined-item:nth-child(2):hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) rotate(15deg);
}

.solutions-grid .group .combined-item:nth-child(2):hover > a {
  opacity: 0;
}

/* 4. Четвёртый — слева->справа */
.solutions-grid .group .combined-item:nth-child(3)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00a3ff;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 1;
  border-radius: inherit;
}

.solutions-grid .group .combined-item:nth-child(3):hover::before {
  transform: scaleX(1);
}

.solutions-grid .group .combined-item:nth-child(3)::after {
  content: "Разработка мобильных приложений для промышленных предприятий";
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(18px) rotate(15deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 15px);
  text-align: center;
  padding: 0 18px;
  z-index: 3;
  opacity: 0;
  white-space: normal;
}

.solutions-grid .group .combined-item:nth-child(3):hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) rotate(15deg);
}

.solutions-grid .group .combined-item:nth-child(3):hover > a {
  opacity: 0;
}

/* 5. Пятый слева->справа */
.solution-container.area-solution1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff6b00;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 1;
  border-radius: inherit;
}

.solution-container.area-solution1:hover::before {
  transform: scaleX(1);
}

.solution-container.area-solution1::after {
  content: "БПЛА для промышленных инспекций в закрытых сооружениях и труднодоступных местах";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateY(20px) rotate(15deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1.1vw, 15px);
  text-align: center;
  padding: 0 24px;
  z-index: 3;
  opacity: 0;
}

.solution-container.area-solution1:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) rotate(15deg);
}

.solution-container.area-solution1:hover > a {
  opacity: 0;
}

/* 6. Шестой сверху->вниз */
.solution-container.area-solution5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00cfc3;
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 1;
  border-radius: inherit;
}

.solution-container.area-solution5:hover::before {
  transform: scaleY(1);
}

.solution-container.area-solution5::after {
  content: "Контроль за производственными процессами и персоналом";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(18px) rotate(15deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 18px;
  z-index: 3;
  opacity: 0;
  white-space: normal;
}

.solution-container.area-solution5:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) rotate(15deg);
}

.solution-container.area-solution5:hover > a {
  opacity: 0;
}

/* Секция примеры проектов */

.project-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.project-container {
  padding: 0 362px;
  width: 100%;
}

.project-title {
  padding: 0 0 120px 0;
}

.project-section h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #00cfc3;
  transform: rotate(-15deg);
  text-transform: uppercase;
}

.cases-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 90px 0;
  justify-content: space-between;
}

.cases-list__item {
  width: 45%;
  margin-bottom: auto;
  min-height: 150px;
}

.cases-list__item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
}

.ntr-cases__wrapper .cases-list__item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #2b3243;
}

.cases-list__item-content a {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.cases-filter {
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 50px;
}

.cases-filter h5 {
  margin-top: 40px;
}

.key-projects .row {
  margin-top: 120px;
}

/* Секция важные цифры и клиенты */

.important-figures-clients {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(6, 320px);
  grid-template-rows: repeat(4, 1fr);
  gap: 15px;
  transition: all 0.4s ease;
  grid-template-areas:
    ". . title title item1 ."
    ". item2 item3 item4 item5 ."
    ". clients clients clients item6 dark"
    "orange-item clients clients clients . .";
  transform: rotate(-15deg);
}

.home-important__item {
  aspect-ratio: 1/1;
  border-radius: 80px;
}

.important-figures__title.home-important__item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-color: initial;
}

.important-figures__title h2 {
  width: 200%;
  padding: 0 0 70px 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  color: #5f65ff;
}

.home-important__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  transform: rotate(15deg);
}

.home-important__item-text span {
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.home-important__item-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.title {
  display: flex;
  align-items: flex-end;
  grid-area: title;
}

.dark {
  grid-area: dark;
}

.orange {
  grid-area: orange-item;
}

.item1 {
  grid-area: item1;
}
.item2 {
  grid-area: item2;
}
.item3 {
  grid-area: item3;
}
.item4 {
  grid-area: item4;
}
.item5 {
  grid-area: item5;
}
.item6 {
  grid-area: item6;
}

.home-important__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5f65ff;
}

.hidden-item {
  background-color: initial;
  grid-area: hidden;
}

.dark-item {
  background-color: #161c2b;
}

.orange-item {
  background-color: #ff6b00;
}

.clients {
  display: grid;
  padding: 0;
  flex-grow: 1;
  justify-content: center;
  grid-area: clients;
}

.clients-container {
  border-radius: 80px;
  background-color: #161c2b;
  transition: all 0.3s ease;
}

.clients-title {
  padding: 0;
  display: flex;
  justify-content: center;
}

.clients-title h2 {
  display: flex;
  width: auto;
  margin-top: 70px;
  margin-bottom: 50px;
  color: #ff6b00;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.all-sections {
  display: flex;
  flex-direction: column;
}

#clients-slider {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  transition: all 0.3s ease;
}

#clients-slider .ntr-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  background: #161c2b;
  border-radius: 40px;
  padding: 20px;
  transform: rotate(15deg);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  z-index: 999;
}

#clients-slider .ntr-slider__item:hover {
  z-index: 10;
}

/* Награды */

.awards {
  margin-top: 180px;
  padding: 180px 367px;
}

.awards__rectangle {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.awards h2 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
}

.ntr-title .awards-title {
  padding-left: 15%;
}

.front-page__wrapper .awards .awards-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  color: #ffff;
  text-transform: uppercase;
  transform: rotate(-15deg);
}

.awards__background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: calc(101% + 50px);
  background-position: -50px 100%;
  z-index: 1;
  width: 100%;
  height: 180%;
  top: -25%;
}

.awards__rectangle {
  width: 100%;
}

.awars-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.front-page__wrapper .awards__items .awards__item {
  max-width: 300px;
}

.front-page__wrapper .awards__items {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.taskai-main .awards__items .awards__item {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.awards__item {
  display: flex;
  gap: 28px;
  width: 100%;
}

.awards__number {
  font-size: 96px;
  font-weight: 600;
  line-height: 120%;
}

.awards__item:nth-child(1) .awards__number {
  color: #ff6b00;
}

.awards__item:nth-child(2) .awards__number {
  color: #00a3ff;
}

.awards__item:nth-child(3) .awards__number {
  color: #00cfc3;
}

.awards__item:nth-child(4) .awards__number {
  color: #5f65ff;
}

.awards__item:nth-child(5) .awards__number {
  color: #ff6b00;
}

.awards__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.awards__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: 500px;
  color: #000;
}

.awards__info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #000;
}

/* Секция новостей */

.news-section {
  padding: 0 362px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 106px;
}

.news-title {
  margin-left: -87px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.news-title h2 {
  width: 369px;
  font-size: clamp(20px, 5vw, 60px);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #00a3ff;
  text-align: start;
  transform: rotate(-15deg);
}

.news-posts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: space-around;
  gap: 120px;
}

.front-page__wrapper .news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 52px 120px;
}

.news-item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item h3 {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.news-date {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 500;
  color: #fff;
}

.all-news-link {
  width: max-content;
  padding: 15px 10px 15px 20px;
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 14px;
  font-weight: 500;
  color: #eeeeee;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  z-index: 10;
}

.all-news-link img {
  width: 12px;
}

@media (max-width: 1580px) {
  .main__animation {
    margin-right: -150px;
  }
}

@media (max-width: 1536px) {
  section.main .home-slider__item {
    padding-left: 140px;
  }

  .economic-sectors {
    width: 330px;
    height: 330px;
  }

  .green-block {
    width: 199px;
    height: 200px;
  }

  .blue-block {
    width: 256px;
    height: 256px;
  }

  .orange-block {
    width: 177px;
    height: 177px;
  }

  .metallurgy,
  .mechanical-engineering,
  .public-sector {
    font-size: clamp(18px, 2.5vw, 34px);
  }

  .important-figures-clients {
    grid-template-columns: repeat(6, 320px);
    grid-template-rows: repeat(4, 320px);
  }

  .project-container {
    padding: 0 170px;
  }

  .awards {
    padding: 180px 175px;
  }

  .news-section {
    padding: 0 170px;
  }
}

@media (max-width: 1400px) {
  .main__animation {
    max-width: 500px;
    margin-bottom: 100px;
  }

  .main__animation {
    margin-right: -30px;
  }
}

@media (max-width: 1360px) {
  section.main .home-slider__item {
    padding-left: 100px;
  }

  .main__animation {
    margin-right: -120px;
  }

  .economic-sectors {
    width: 272px;
    height: 272px;
  }

  .green-block {
    width: 164px;
    height: 165px;
  }

  .blue-block {
    width: 211px;
    height: 211px;
  }

  .orange-block {
    width: 146px;
    height: 146px;
  }

  .metallurgy,
  .mechanical-engineering,
  .public-sector {
    font-size: 28px;
  }

  .important-figures-clients {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, minmax(0, 279px));
  }

  .important-figures__title h2 {
    font-size: 52px;
  }

  .front-page__wrapper:not(.about-us-page__wrapper) .home-important__item span {
    width: 160px;
    margin-right: 0;
    font-size: 48px;
  }

  .clients-title h2 {
    font-size: 52px;
  }

  .home-important__item-text {
    padding: 0 0 0 34px;
  }

  #clients-slider {
    padding: 0 22px;
    gap: 32px;
  }

  #clients-slider .ntr-slider__item img {
    height: 104px;
    aspect-ratio: 1/1;
  }
}

@media (max-width: 1300px) {
  .home-slider__value-props {
    gap: 60px;
    max-height: 280px;
  }

  .home-slider__value-props-item span {
    font-size: 16px;
  }

  .solutions-grid {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .home-slider__item-main-title h1 span {
    letter-spacing: 0;
    line-height: 100%;
    font-size: 46px;
  }

  .home-slider__value-props {
    gap: 40px;
  }

  .main__animation {
    margin-right: -100px;
  }

  .metallurgy,
  .mechanical-engineering,
  .public-sector {
    font-size: 28px;
  }

  .second-row .right-bottom {
    margin-right: 0px;
  }

  .second__column .problems__block-item.problems__block-item--violet {
    padding: 110px 92px 110px 92px;
  }

  .problems__block-item--dark .problems__paragraph {
    font-size: 16px;
  }

  .problems__block-item--violet .problems__paragraph {
    font-size: clmp(18px, 2vw, 22px);
  }

  .solutions-grid {
    grid-template-columns: repeat(5, 327px);
    grid-template-rows: repeat(3, 327px);
  }

  .solution-container p {
    font-size: 15px;
  }

  .front-page__wrapper .awards {
    margin-bottom: 0;
  }

  .project-container {
    padding: 0 100px;
  }

  .news-section {
    padding: 0 96px;
    margin-top: 180px;
  }

  .news-title {
    margin-left: -50px;
  }

  .news-item h3 {
    font-size: 20px;
  }

  .awards {
    padding: 120px 100px;
  }
}

@media (max-width: 1150px) {
  .important-figures-clients {
    margin-left: -300px;
  }

  .important-figures-clients {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 278px);
    grid-template-areas:
      ".           .       title   title   title      ."
      ".           hidden  item2   item3   item4      ."
      ".           .       item1   item6   .          ."
      ".           .       .       item5   dark       ."
      ".           clients clients clients .          ."
      "orange-item clients clients clients .          .";
  }

  .important-figures__title h2 {
    padding: 0 0 70px 40px;
  }

  .front-page__wrapper .awards__items {
    gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 1100px) {
  section.main .home-slider__item {
    padding-left: 90px;
  }

  .home-slider__item-main-title h1 span {
    display: flex;
    max-width: 451px;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
  }

  .main__animation {
    margin-right: -170px;
  }

  .front-page__wrapper .awards__items .awards__item {
    max-width: 288px;
  }

  .awards__title {
    font-size: clamp(14px, 2vw, 18px);
  }

  .awards__info p {
    font-size: 14px;
  }
}

@media (max-width: 1040px) {
  .main__animation {
    margin-right: -180px;
  }
}

@media (max-width: 1024px) {
  section.main .home-slider__item {
    padding-left: 80px;
  }
  .home-slider__item-wrapper {
    padding: 0 10px;
  }

  .home-slider__value-props {
    gap: 40px;
  }

  .home-slider__value-props-item span {
    font-size: 14px;
  }

  .main__animation {
    max-width: 400px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-left: -150px;
    margin-bottom: 250px;
  }

  .metallurgy,
  .mechanical-engineering,
  .public-sector {
    font-size: 27px;
  }

  .right-top,
  .right-bottom,
  .green-block,
  .orange-block {
    display: none;
  }

  .important-figures-clients {
    margin-left: -380px;
  }

  .awards {
    padding: 0 100px;
  }

  .news-section {
    margin-top: 70px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .problems__block-item {
    transform: rotate(calc(-15deg * ((100vw - 768px) / (1023 - 768))));
  }
  .problems__block-item__content {
    transform: rotate(calc(15deg * ((100vw - 768px) / (1023 - 768))));
  }
  .second__column {
    margin-top: calc(162px * ((100vw - 768px) / (1023 - 768)));
    margin-left: calc(30px * ((100vw - 768px) / (1023 - 768)));
  }
}

@media (max-width: 992px) {
  .main__animation {
    max-width: 300px;
    margin-right: -80px;
  }

  .problems__block-item {
    padding: 80px;
  }

  .problems__block-item--dark .problems__paragraph {
    font-size: 13px;
  }

  .first__column .problems__block-item.problems__block-item--dark {
    padding: 88px;
  }

  .second__column .problems__block-item.problems__block-item--dark {
    padding: 104px;
  }

  .second__column .problems__block-item.problems__block-item--violet {
    padding: 68px;
  }

  .solutions-grid {
    margin: 0;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3, 327px);
    grid-template-rows: repeat(3, 327px);
    grid-template-areas:
      "dark1 header solution6"
      "group group group"
      "solution1 solution5 dark2";
  }

  .solution-header {
    padding: 5vw;
  }

  .front-page__wrapper .awards__items .awards__item {
    max-width: 188px;
  }

  .project-container {
    padding: 0 80px;
  }

  .news-section {
    padding: 0 80px;
    margin-top: 100px;
  }

  .news-title {
    margin-left: -44px;
  }

  .news-posts {
    gap: 80px;
  }

  .news-item h3 {
    font-size: 18px;
  }
}

@media (max-width: 952px) {
  section.main .home-slider__item {
    padding-left: 60px;
  }

  .important-figures-clients {
    margin-right: -50px;
  }
}

@media (max-width: 920px) {
  .main__animation {
    margin-right: -120px;
  }
  .economic-sectors {
    width: 220px;
    height: 220px;
  }

  .blue-block {
    width: 170px;
    height: 170px;
  }

  .metallurgy,
  .mechanical-engineering,
  .public-sector {
    font-size: 22px;
  }
}

@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: repeat(3, 300px);
  }
}

@media (max-width: 880px) {
  section.main .home-slider__item {
    padding-left: 30px;
  }

  .home-slider__value-props {
    gap: 26px;
  }

  .home-slider__value-props-item img {
    width: 40px;
    height: 40px;
  }

  .solution-container p {
    font-size: 14px;
  }

  .important-figures-clients {
    margin-right: -140px;
  }

  .important-figures__title h2 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .front-page__wrapper .ntr-container .ntr-subcontainer {
    flex-direction: column;
  }

  section.main .home-slider__item {
    padding-left: 60px;
  }

  .home-slider__item-wrapper {
    margin-left: 0;
  }

  .home-slider__item-main-title h1 span {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 46px);
  }

  .home-slider__value-props {
    gap: 40px 24px;
    min-height: 380px;
  }

  .home-slider__value-props-item span {
    font-size: 18px;
    width: 238px;
    height: auto;
  }

  .home-slider__value-props-item img {
    width: 48px;
    height: 48px;
  }

  .main__animation {
    display: none;
  }

  .home-slider__actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }

  .color__blocks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: -150px;
  }

  .problems__block-item {
    transform: none;
  }
  .problems__block-item__content {
    transform: none;
  }
  .second__column {
    margin-top: 0;
    margin-left: 0;
  }

  .problems__block,
  .first__column,
  .second__column {
    gap: 10px;
  }

  .problems__block-item {
    width: clamp(280px, 42vw, 318px);
    height: clamp(280px, 42vw, 318px);
    padding: 104px 56px;
  }

  .second__column .problems__block-item.problems__block-item--dark {
    padding: 89px 71px;
  }

  .first__column .problems__block-item.problems__block-item--dark {
    padding: 55px 62px;
  }

  .ntr-container.solutions-container {
    margin: 0;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
  }

  .second__column .problems__block-item.problems__block-item--violet {
    padding: 104px 57px;
  }

  .solutions {
    padding: 120px 0 0 0;
  }

  .dark-block {
    display: none;
  }

  .group {
    display: contents;
  }

  .solutions-grid {
    transform: rotate(0deg);
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 80px repeat(3, 1fr);
    gap: 12px;
    grid-template-areas:
      "header header"
      "solution6 solution3"
      "solution5 solution4"
      "solution1 solution2";
  }

  .combined-item {
    background-color: #161c2b;
    width: 100%;
    height: 100%;
  }

  .group .combined-item:nth-child(1) {
    grid-area: solution2;
  }
  .group .combined-item:nth-child(2) {
    grid-area: solution3;
  }
  .group .combined-item:nth-child(3) {
    grid-area: solution4;
  }

  .solution-container {
    padding: 20px 20px 20px 86px;
    width: 100%;
    height: 100%;
    align-self: stretch;
  }

  .front-page-subcontainer {
    padding: 0 60px;
  }

  .group .combined-item {
    align-self: stretch;
    padding: 20px 66px 20px 86px;
  }

  .solutions .solution-header {
    display: grid;
    color: #00a3ff;
    background-color: transparent;
    align-items: end;
    border-radius: 0;
    justify-content: start;
    padding: 0 0 60px 0;
  }

  .solution-header h2 {
    font-size: 40px;
  }

  .group .combined-item a,
  .solution-container a {
    transform: rotate(0deg);
  }

  .solution-container p {
    font-size: 15px;
  }

  .solution-container.area-solution6:hover::after,
  .solutions-grid .group .combined-item:nth-child(1):hover::after,
  .solutions-grid .group .combined-item:nth-child(2):hover::after,
  .solutions-grid .group .combined-item:nth-child(3):hover::after,
  .solution-container.area-solution1:hover::after,
  .solution-container.area-solution5:hover::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .important-figures-clients {
    margin-right: 0;
  }

  .project-title {
    padding: 0;
  }

  .front-page__wrapper .project-section h2 {
    width: 100%;
    font-size: 40px;
    transform: rotate(0deg);
  }

  .project-section .ntr-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 0 50px;
  }
  .cases-list__item:nth-child(n + 4) {
    display: none;
  }

  .cases-list {
    margin: 0;
    flex-direction: column;
    gap: 60px;
  }

  .cases-list__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .key-projects .row {
    margin-top: 0;
  }

  .important-figures__title h2 {
    padding: 0 0 60px 0;
  }

  .important-figures-clients {
    padding: 0 30px;
    margin-left: 0;
    gap: 12px;
    display: grid;
    justify-content: center;
    grid-template-rows: repeat(5, auto);
    grid-template-columns: repeat(2, minmax(0, 318px));
    transform: rotate(0deg);
    grid-template-areas:
      "title title"
      "item2 item3"
      "item4 item1"
      "item6 item5"
      "clients clients";
  }

  .home-important__item-text {
    transform: none;
    gap: 17px;
  }

  .hidden-item,
  .dark-item,
  .orange-item {
    display: none;
  }

  .clients-container {
    background-color: unset;
    width: 100vw;
  }

  .clients-container .ntr-container {
    padding: 0;
  }

  .clients-title {
    justify-content: flex-start;
    padding: 0 50px;
  }

  .clients-title h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }

  #clients-slider .ntr-slider__item {
    transform: none;
  }
  #clients-slider {
    display: grid;
    padding: 0 50px;
    justify-content: start;
    grid-template-columns: repeat(8, 144px);
    grid-template-rows: 144px;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    &::-webkit-scrollbar {
      display: none;
    }
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .awards {
    padding: 100px 60px 0 60px;
  }

  .ntr-title .awards-title {
    padding-left: 0;
  }

  .front-page__wrapper .awards .awards-title {
    font-size: 40px;
    font-weight: 800;
    transform: none;
  }

  .project-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 60px;
  }

  .news-section {
    margin-top: 120px;
    padding: 0 60px;
    gap: 60px;
  }

  .news-title {
    margin-left: 0;
  }

  .news-title h2 {
    width: 100%;
    transform: none;
  }

  .news-posts {
    align-content: flex-start;
    align-items: flex-start;
  }

  .front-page__wrapper .news-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 32px;
  }

  .awards {
    margin-top: 100px;
    padding: 0 60px;
  }

  .awards__rectangle {
    gap: 60px;
  }

  .news-item {
    max-width: 100%;
  }

  .news-item:nth-child(n + 5) {
    display: none;
  }
}

@media (max-width: 725px) {
  .home-slider__value-props-item span {
    font-size: 15px;
    width: min-content;
  }
}

@media (max-width: 700px) {
  .problems__block {
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
  }

  .problems__paragraph {
    font-size: 16px;
  }
}

@media (max-width: 649px) {
  .solution-container.solution-header {
    padding: 20px 44px 20px 0;
  }

  .solution-container,
  .group .combined-item {
    padding: 20px 44px 20px 44px;
  }

  .front-page__wrapper .awards__items {
    gap: 12px;
  }

  .awards__item {
    margin: 0;
  }

  .front-page__wrapper .awards {
    padding: 0 60px;
    margin-top: 100px;
  }

  .awards__rectangle {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .awards__texts {
    padding: 20px 24px 20px 24px;
    gap: 12px;
  }
}

@media (max-width: 620px) {
  .home-slider__item-main-title h1 {
    margin-bottom: 44px;
  }

  .home-slider__item-main-title h1 span {
    font-size: clamp(36px, 4vw, 44px);
  }

  section.main .home-slider__item {
    padding-left: 36px;
  }

  .home-slider__item-main-subtitle {
    max-height: 100%;
    width: 120%;
    margin-bottom: 0;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .home-slider__value-props {
    max-width: 100%;
    max-height: 100%;
    gap: 8px 36px;
    display: grid;
    grid-template-columns: 1fr 68px;
    grid-template-rows: 1fr;
  }

  .home-slider__value-props-item {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 20px 24px;
    width: 100%;
    max-width: 100%;
    height: 88px;
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    gap: 28px;
  }

  .home-slider__value-props-item span {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }

  .home-slider__actions {
    margin-top: 40px;
    border: none;
  }

  .color__blocks {
    display: none;
  }

  .hidden__blocks {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .hidden__block {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .blue__block {
    background-color: #5f65ff;
  }

  .turquoise__block {
    background-color: #00cfc3;
  }

  .sky-blue__block {
    background-color: #00a3ff;
  }

  .violet__block {
    background-color: #9a76ff;
  }
}

@media (max-width: 576px) {
  .problems__block {
    padding: 0 36px;
    flex-direction: column;
  }

  .first__column {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .problems__block-item {
    width: 100%;
    min-height: 220px;
    border-radius: 32px;
    padding: 40px 40px;
  }

  .project-container {
    padding: 0 36px;
  }

  .ntr-container.solutions-container {
    align-items: start;
  }

  .front-page__wrapper .ntr-container .ntr-subcontainer {
    width: 100%;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, minmax(118px, 1fr));
    grid-template-areas:
      "header"
      "solution6"
      "solution1"
      "solution2"
      "solution3"
      "solution4"
      "solution5";
  }

  .solutions-grid > .solution-container:not(.solution-header),
  .solutions-grid .group .combined-item {
    border-radius: 32px;
    padding: 0;
    align-items: flex-start;
  }

  .group .combined-item a,
  .solution-container a {
    padding: 28px 0 28px 32px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
  }

  .solution-container p,
  .group .combined-item p {
    text-wrap: wrap;
    width: 250px;
  }

  .front-page-subcontainer {
    padding: 0 36px;
  }

  .solution-container,
  .group .combined-item {
    aspect-ratio: auto;
  }

  .important-figures-clients {
    grid-template-rows: repeat(9, 151px);
    grid-template-columns: 100%;
    grid-template-areas:
      "title"
      "item2"
      "item3"
      "item4"
      "item1"
      "item6"
      "item5"
      "clients";
  }

  .important-figures__title h2,
  .clients-title h2 {
    font-size: 32px;
    font-weight: 800;
  }

  .home-important__item {
    align-items: flex-start;
    border-radius: 32px;
    max-height: 151px;
  }

  .home-important__item-text {
    padding: 32px 0 32px 32px;
    gap: 12px;
  }

  .clients {
    padding: 0;
    justify-content: start;
  }

  .clients-title {
    padding: 0;
  }

  #clients-slider {
    padding: 0;
  }

  .front-page__wrapper .awards {
    padding: 0 36px;
  }

  .front-page__wrapper .awards__items {
    flex-direction: column;
  }

  .front-page__wrapper .awards .awards-title {
    font-size: 32px;
  }

  .front-page__wrapper .awards__items .awards__item {
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .news-section {
    margin-top: 100px;
    padding: 0 36px;
    gap: 60px;
  }

  .news-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 552px) {
  .home-slider__actions {
    margin-top: 0;
  }
}

@media (max-width: 496px) {
  .home-slider__value-props-item span {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .home-slider__value-props {
    grid-template-columns: 1fr 40px;
    gap: 8px 20px;
  }

  section.main .home-slider__item {
    padding-left: 10px;
  }

  .problems__block-item {
    width: 100%;
  }
}

@media (max-width: 375px) {
  section.main .home-slider__item {
    padding-left: 0px;
  }

  .problems__block,
  .front-page-subcontainer,
  .project-container,
  .project-section .ntr-container,
  .important-figures-clients,
  .front-page__wrapper .awards,
  .news-section {
    padding: 0 10px;
  }
}

@media (max-width: 344px) {
  .home-slider__item-main-title h1 span {
    font-size: 33px;
  }
}

@media (max-width: 320px) {
  .home-slider__item-main-subtitle {
    width: 100%;
  }

  section.main .home-slider__item {
    padding: 0;
  }

  .home-slider__value-props {
    display: flex;
    flex-direction: column;
  }

  .hidden__block {
    display: none;
  }
}
