body {
  background-color: #fff;
}

.button__footer {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  margin: 36px 0;
  max-width: 960px;
}

.abouts__info__footer {
  background-color: #19407e;
  background-image: url(../img/Vector-fon-benefits.svg);
  background-position: right -150px center;
  background-size: auto 150%;
  background-repeat: no-repeat;
  border-radius: 16px;
  color: #fff;
  width: 584px;
  height: 200px;
  display: flex
;
  align-items: center;
}

/*.main-about .breadcrumbs {*/
/*  height: 250px;*/
/*}*/

@media (max-width: 950px) {
  .breadcrumbs__text {
    display: none;
  }
}

section.directions {
  margin-bottom: 36px;
}

.directions__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #4f4f4f;
  margin-bottom: 50px;
}
.directions__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .directions {
    padding: 8px;
  }
  .directions__text {
    font-size: 16px;
  }
}

/* aaaaaaaaaaa */
/* aaaaaaaaaaa */
/* aaaaaaaaaaa */

/* ====== BASE STYLES ====== */
.solutions {
  padding: 80px 0;
  background-color: #fff;
  color: #1a1a1a;
  text-align: center;
}

.solutions-circle__header {
  margin-bottom: 40px;
}

.solutions-circle__header-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #2f2f2f;
}

.solutions-circle__header-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /*text-transform: uppercase;*/
  color: #4f4f4f;
}

.why-info-about {
  background: #19407e url(/assets/img/Vector-4.svg) right center / auto 100% no-repeat;
  color: #fff;
  border-radius: 16px;
  width: 1200px;
  height: 198px;
  z-index: 99;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}



.configurator__btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 24px;
  background: #149ede;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: 0.3s;
  max-width: 300px;
}

.configurator__btn-about:hover {
  color: #19407e;
  background-color: #fff;
}

.configurator__btn-about:hover svg {
  transform: translate(10px, 0);
}

/* ====== DESKTOP CIRCLE LAYOUT ====== */
.solutions-circle__wrapper {
  position: relative;
  max-width: 1170px;
  height: 1100px;
  margin: 0 auto;

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.solutions-circle__wrapper.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.solutions-circle__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.solutions-circle__logo {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.solutions-circle__item {
  position: absolute;
  max-width: 340px;
  text-align: center;
  background: #fff;
  /* border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
  border-radius: 10px;
  padding: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.solutions-circle__item--top:hover,
.solutions-circle__item--bottom:hover {
  /* transform: translate(-50%, 2px); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 18px;
}

.solutions-circle__item--left-bottom:hover,
.solutions-circle__item--right-bottom:hover {
  /* transform: translateY(100px); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 18px;
  /* transform: translate(2px, 51%); */
}

.solutions-circle__item--left-top:hover,
.solutions-circle__item--right-top:hover {
  /* transform: translateY(100px); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 18px;
  /* transform: translate(2px, -51%); */
}

.solutions-circle__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.solutions-circle__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #19407e;
  margin-bottom: 10px;
}

.solutions-circle__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4f4f4f;
}

/* ==== Радиальное позиционирование (только для больших экранов) ==== */
@media (min-width: 1200px) {
  .solutions-circle__item--top {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 440px;
  }

  .solutions-circle__item--right-top {
    top: 34%;
    right: 0;
    transform: translate(0, -50%);
    text-align: left;
  }

  .solutions-circle__item--right-bottom {
    bottom: 34%;
    right: 0;
    transform: translate(0, 50%);
    text-align: left;
  }

  .solutions-circle__item--bottom {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 450px;
  }

  .solutions-circle__item--left-bottom {
    bottom: 34%;
    left: 0;
    transform: translate(0, 50%);
    text-align: right;
  }

  .solutions-circle__item--left-top {
    top: 34%;
    left: 0;
    transform: translate(0, -50%);
    text-align: right;
  }
}

/* ====== TABLET GRID LAYOUT (768–1199px) ====== */
@media (max-width: 1199px) {
  .solutions-circle__logo {
    display: none;
  }
  .solutions-circle__wrapper {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    justify-items: center;
    padding: 10px 30px;
  }

  .solutions-circle__center {
    /* position: static; */
    /* transform: none; */
    grid-column: span 2;
    /* margin-bottom: 30px; */
  }

  .solutions-circle__item {
    position: static !important;
    transform: none !important;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
}

/* ====== MOBILE COLUMN LAYOUT (≤767px) ====== */
@media (max-width: 767px) {
  .solutions-circle__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
    padding: 0;
    height: auto;
  }

  .solutions-circle__item {
    display: flex;
    gap: 10px;
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 12px;
  }

  .solutions-circle__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .solutions-circle__title {
    font-size: 14px;
  }

  .solutions-circle__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .solutions-circle__header-title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .solutions-circle__header-text {
    font-size: 16px;
  }
}

/* ====== FOOTER TEXT ====== */
.solutions-circle__info {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  /*text-transform: uppercase;*/
  color: #149ede;
  margin-top: 36px;
}


/* ====== BASE SECTION ====== */


.production__title {
  font-size: 34px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-bottom: 40px;
}

.production__descr {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /*text-transform: uppercase;*/
  color: #19407e;
  margin-bottom: 16px;

}

.production__text {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  /* color: #2f2f2f; */
  /* text-align: center; */
}

/* ====== GRID ====== */
.production__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* ====== CARD BASE ====== */
.production__card {
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*height: 100%;*/
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
  height: 266px;
}

.production__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* ====== CARD COLOR VARIANTS ====== */
.production__card--blue {
  background-color: #149ede;
  color: #fff;
}

.production__card--dark {
  background-color: #19407e;
  color: #fff;
}

.production__card--gray {
  background-color: #f7f7f7;
  color: #000;
}

.production__card-padding {
  padding: 40px 44px;
}

.production__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

/* ====== TEXT CONTENT ====== */
.production__subtitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /*text-transform: uppercase;*/
  color: #fff;
}

.production__subtitle--dark {
  color: #000;
}

.production__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.production__list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
  color: #2f2f2f;
}

.production__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #00a2ff;
  border-radius: 50%;
}

/* ====== IMAGES ====== */
.production__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}


@media (max-width: 1023px) {
  .production__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
  }

  .production__card {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .production__title {
    font-size: 24px;
  }

  .production__subtitle {
    font-size: 22px;
  }

  .production__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .production__card--img {
    display: none;
  }
}

@media (max-width: 600px) {
  .production {
    padding: 60px 0;
  }

  .production__title {
    font-size: 20px;
  }

  .production__descr {
    font-size: 18px;
  }

  .production__text {
    font-size: 16px;
    text-align: left;
  }

  .production__card-padding {
    padding: 15px;
  }

  .production__subtitle {
    font-size: 20px;
  }

  .production__list li {
    font-size: 16px;
  }
}

.brands-section.about {
  background-color: #f7f7f7;
}
.about .brands-section__subtitle {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /*text-transform: uppercase;*/
  color: #2f2f2f;
}


@media (max-width: 1200px) {
  .research__title {
    font-size: 28px;
  }
  .research__text {
    font-size: 18px;
  }
  .research__subtitle {
    font-size: 22px;
  }
  .research__item {
    font-size: 18px;
  }
  .research__grid {
    gap: 24px;
  }
}

@media (max-width: 992px) {
  .research__grid {
    flex-direction: column;
    align-items: center;
  }
  .research__info {
    max-width: 100%;
    width: 100%;
  }
  .research__image {
    width: 100%;
    justify-content: center;
  }
  .research__img {
    max-width: 600px;
  }
  .research__text {
    font-size: 17px;
    margin-bottom: 24px;
  }
  .research__subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .research__item {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .production__grid {
    flex-direction: column;
  }

  .production__col {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-about .brands-section__subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .research__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .research__text {
    font-size: 15px;

    margin-bottom: 20px;
  }
  .research__box {
    padding: 24px 16px;
  }
  .research__subtitle {
    font-size: 18px;
  }
  .research__item {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
}

@media (max-width: 480px) {

  section.directions {
    margin-bottom: 16px;
  }
  .research__title {
    font-size: 20px;
  }
  .research__text {
    font-size: 14px;
  }
  .research__subtitle {
    font-size: 16px;
  }
  .research__item {
    font-size: 13px;
  }
  .title-underline::after {
    max-width: 180px;
  }

  .abouts__info__footer {
    width: 100%;
  }

  .abouts__info__footer {
    justify-content: center;
  }
}



.cta__box {
  background-color: #19407e; /* насыщенный синий */
  border-radius: 12px;
  padding: 36px 24px;
  color: #fff;

  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-image: url(../img/Vector-fon.svg);
}

.cta__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cta__content {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.cta__item {
  max-width: 558px;
  width: 100%;
}

.cta__text {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 16px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 21px 50px;
  background: #149ede;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.cta__btn:hover {
  color: #19407e;
  background-color: #fff;
}
.cta__btn:hover svg {
  transform: translate(10px, 0);
}
.cta__btn:hover svg {
  fill: #003d82;
}

.btn__blue {
  background: #00a2ff;
  color: white;
}

.btn__blue:hover {
  background: #0088d1;
}

.cta__btn-white {
  background: #fff;
  color: #003d82;
}

.cta__btn-white:hover {
  color: #fff;
  background-color: #149ede;
}

@media (max-width: 1200px) {
  .cta__title {
    font-size: 28px;
  }
  .cta__text {
    font-size: 18px;
  }
  .cta__btn {
    padding: 18px 40px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .cta__title {
    font-size: 26px;
  }
  .cta__content {
    gap: 24px;
  }
  .cta__text {
    font-size: 17px;
  }
  .cta__item {
    max-width: 100%;
  }
  .cta__btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .cta__box {
    padding: 28px 20px;
    background-position: calc(100% + 120px) center;
  }
  .cta__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cta__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cta__text {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .cta__btn {
    font-size: 15px;
    padding: 16px 32px;
  }
}

@media (max-width: 480px) {
  .cta__box {
    padding: 20px 16px;
  }
  .cta__title {
    font-size: 20px;
  }
  .cta__text {
    font-size: 14px;
  }
  .cta__btn {
    font-size: 14px;
    padding: 14px 24px;
  }
}

@media (max-width: 1200px) {
  .section__box {
    padding: 44px 0;
  }
}

@media (max-width: 768px) {
  .section__box {
    padding: 34px 0;
  }
}

.form-event {
  margin-top: 20px;
  color: #bb0707;
  background: #ffcccc;
  border: 1px solid #bb0707;
  border-radius: 4px;
  padding: 10px;
}