/*
 * Стили для блоков гибкого контента (promo, steps, partnership и др.)
 * Файл: assets/css/blocks.css
 */

/* === PROMO === */
.promo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.promo__container {
  padding: 30px 0 70px;
  margin: 10px auto 30px; 
  position: relative;
  display: grid;
  grid-template-columns: 766px 1fr;
  gap: 30px;
}
.promo__container--long {
  grid-template-columns: 840px 1fr;
  gap: 30px;
}
.promo__content {
  display: flex;
  flex-direction: column;
}
.promo__title {
  margin-bottom: 36px;
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
.promo__desc {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  max-width: 100%;
}
.promo__desc p {
  margin-bottom: 20px;
}
.promo__desc-main {
  font-family: var(--font);
  font-weight: 700;
}
.promo__desc-additional {
  font-family: var(--font);
}
.promo__action {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 350px;
}
.promo__button {
  background: transparent;
  border-radius: 12px;
  padding: 12px;
  color: var(--white);
  border: 1px solid var(--orange);
  background-color: var(--orange);
  text-align: center;
  font-family: var(--font);
  width: fit-content;
  min-width: 300px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo__button:hover {
  border-color: var(--orange);
  color: var(--white);
}
.promo__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.promo__img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-id-2139 .promo__img {
  position: relative;
  left: -250px;
  max-width: max-content;
}

.promo__img-text {
  position: absolute;
  padding: 33px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  z-index: 10;
  top: 0;
  left: 0;
  max-width: 560px;
}
.promo__img-wrapper.d-none {
  display: flex;
}
.promo__img-wrapper.m-none {
  display: none;
}

@media screen and (max-width: 1519px) {
  .promo__container {
    padding: 30px 0 60px;
    grid-template-columns: 650px 1fr;
    gap: 20px;
  }
  .page-id-2139 .promo__img {
    top: 55px;
    left: -225px;
    max-width: 810px;
  }
  .page-id-2139 .promo__desc {
    max-width: 485px;
  }
  .promo__title {
    margin-bottom: 18px;
  }
  .promo__action {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1279px) {
  .promo__img-wrapper.d-none {
    display: none;
  }
  .promo__img-wrapper.m-none {
    padding-bottom: 8px;
    margin: 14px 0;
    display: flex;
    justify-content: center;
  }
  .promo__img { 
    width: 100%;
    max-width: 500px;
  }
  .page-id-2139 .promo__img {
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
  }
  .promo__title {
    font-size: 35px;
    line-height: 40px;
  }
  .promo__container {
    padding: 30px 20px 40px;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .promo__img-wrapper {
    height: auto;
  }
  .promo__desc {
    max-width: 100%;
  }
  .promo__action {
    margin-top: 10px;
    max-width: 100%;
  }
  .promo__button {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .promo__container {
    padding: 30px 14px 35px;
    display: flex;
    flex-direction: column;
  }
  .promo__img-wrapper.m-none {
    margin: 0;
    padding: 0;
  }
  .promo__title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 37px;
  }
  .promo__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .promo__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .promo__img-text {
    display: none;
  }
  .promo__desc p {
    margin-bottom: 16px;
  }
  .promo__desc p:last-child {
    margin-bottom: 0;
  }
  .promo__action {
    margin-top: 30px;
    max-width: 100%;
  }
  .promo__button {
    height: 40px;
    font-size: 14px;
    line-height: 25px;
    min-width: 100%;
  }
}

/* === STEPS === */
.steps {
  padding: 70px 0;
}
.steps__container {
  position: relative;
}
.steps__header {
  padding-bottom: 45px;
}
.steps__title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.steps__content {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
.steps__list {
  background: #eff1fb;
  border-radius: 24px;
  padding: 10px 35px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 968px;
  position: relative;
}
.steps__item {
  position: relative;
  border-bottom: 1px solid rgba(37, 43, 59, 0.1);
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 15px 0;
  width: 100%;
}
.steps__item:last-child {
  border-bottom: none;
}
.steps__item-num {
  color: rgba(12, 18, 29, 0.35);
  text-align: left;
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  padding: 34px 0;
  width: 29px;
  flex: 0 0 29px;
  display: none;
  align-items: center;
  justify-content: center;
}
.steps__item-icon {
  background: rgba(12, 18, 29, 0.8);
  border-radius: 12px;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.steps__item-icon img {
  width: 18px;
  height: 18px;
}
.steps__item-text {
  color: rgba(12, 18, 29, 0.8);
  text-align: left;
  font-family: var(--font);
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.steps__item-text-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.steps__item-text-description {
  font-size: 14px;
  line-height: 25px;
  opacity: .35;
}
.steps__aside {
  background: #252b3b;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.steps__aside-btn {
  background: #fff;
  border-radius: 12px;
  padding: 19px 50px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 412px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  overflow: hidden;
  color: #0c121d;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  z-index: 10;
}
.steps__aside-btn:hover {
  background: #f06500;
  color: #fff;
}
.steps__aside-btn svg {
  width: 24px;
  height: 24px;
}
.steps__aside-btn:hover svg path {
  fill: #fff;
}

.steps__aside-img1 {
  height: auto;
  position: absolute;
  left: 146px;
  top: 30px;
}
.steps__aside-img2 {
  width: auto;
  height: auto;
  position: absolute;
  left: 22px;
  margin: auto;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.steps__aside-caption {
  color: #fff;
  text-align: center;
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 105px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 1519px) {
  .steps {
    padding: 60px 0;
  }
  .steps__header {
    padding-bottom: 36px;
  }
  .steps__list {
    width: fit-content;
  }
  .steps__content {
    grid-template-columns: 1fr 416px;
  }
  .steps__aside-caption {
    font-size: 18px;
    line-height: 28px;
  }
  .steps__aside-btn {
    width: 300px;
  }
  .steps__aside-img1 {
    left: 118px;
  }
}

@media screen and (max-width: 1279px) {
  .steps {
    padding: 40px 0;
  }
  .steps__content {
    grid-template-columns: 1fr;
  }
  .steps__aside {
    display: none;
  }
  .steps__list {
    background: transparent;
    padding: 0;
    width: 100%;
    gap: 16px;
  }
  .steps__item {
    padding: 14.5px 8px;
    border-radius: 24px;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    background-color: #EFF1FB;
    gap: 19px;
    align-items: center;
    height: 65px;
    position: relative;
    width: 100%;
  }
  .steps__item-num {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0;
    width: 24px;
    flex: 0 0 24px;
  }
  .steps__item-icon {
    background: #0c121d;
    border-radius: 12px;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
  .steps__item-text-description {
    display: none;
  }
  .steps__item-text {
    font-size: 16px;
    line-height: 26px;
  }
  .steps__item-text-title {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .steps {
    padding: 35px 0;
  }
  .steps__aside {
    display: none;
  }
  .steps__content {
    grid-template-columns: 1fr;
  }
  .steps__list {
    width: 100%;
  }
  .steps__header {
    padding-bottom: 30px;
  }
  .steps__title {
    font-size: 22px;
    line-height: 26px;
  }
  .steps__list {
    padding: 0;
    width: 100%;
    background-color: transparent;
    gap: 12px;
  }
  .steps__item {
    padding: 0 15px 0 8px;
    border-bottom: none;
    border-radius: 24px;
    gap: 18px;
    background-color: #EFF1FB;
    height: 75px;
  }
  .steps__item-text-title,
  .steps__item-text {
    font-size: 14px;
    line-height: 25px;
  }
  .steps__item-num {
    font-size: 16px;
    line-height: 22px;
    width: 24px;
  }
  .steps__item-icon {
    background: #0c121d;
    border-radius: 12px;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
}

/* === PARTNERSHIP === */
.partnership {
  padding: 70px 0;
  position: relative;
}
.partnership__container {
  position: relative;
}
.partnership__header {
  padding-bottom: 45px;
}
.partnership__title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  width: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.partnership__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.partnership__item {
  border-radius: 24px;
  border: 1px solid #f06500;
  padding: 24px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  min-width: 348px;
  position: relative;
}
.partnership__item:nth-child(1) {
  flex: 0 0 600px;
}
.partnership__item:nth-child(2) {
  flex: 0 0 450px;
}
.partnership__item:nth-child(3) {
  flex: 0 0 372px;
}
.partnership__item:nth-child(4) {
  flex: 0 0 310px;
}
.partnership__item:nth-child(5) {
  flex: 0 0 544px;
}
.partnership__item:nth-child(6) {
  flex: 0 0 530px;
}
.partnership__item-icon {
  margin-bottom: 21px;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.partnership__item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.partnership__item-title {
  color: #10182f;
  text-align: left;
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  align-self: stretch;
}
.partnership__item-text {
  color: #10182f;
  text-align: left;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
}
.partnership__item--small {
  grid-column: span 3;
}
.partnership__item--middle {
  grid-column: span 4;
}
.partnership__item--big {
  grid-column: span 5;
}
.partnership__item-title.d-none {
  display: none;
}
.partnership__item-title.m-none {
  display: block;
}

@media screen and (max-width: 1519px) {
  .partnership {
    padding: 60px 0;
  }
  .partnership__header {
    padding-bottom: 36px;
  }
  .partnership__list  {
    gap: 21px;
  }
  .partnership__item {
    gap: 13px;
    min-width: auto;
  }
  .partnership__item-icon {
    margin-bottom: 21px;
    width: 60px;
    height: 60px;
  }
  .partnership__item:nth-child(1) {
    flex: 0 0 500px;
  }
  .partnership__item:nth-child(2) {
    flex: 0 0 366px;
  }
  .partnership__item:nth-child(3) {
    flex: 0 0 332px;
  }
  .partnership__item:nth-child(4) {
    flex: 0 0 295px;
  }
  .partnership__item:nth-child(5) {
    flex: 0 0 423px;
  }
  .partnership__item:nth-child(6) {
    flex: 0 0 480px;
  }
}

@media screen and (max-width: 1279px) {
  .partnership {
    padding: 40px 0;
  }
  .partnership__list {
    margin: 0 -20px;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
  }
  .partnership__list::-webkit-scrollbar {
    display: none;
  }
  .partnership__item {
    padding: 21px;
    width: 350px;
    gap: 21px;
  }
  .partnership__item-title {
    font-size: 18px;
    line-height: 28px;
    display: flex; 
  }
  .partnership__item-icon {
    margin-bottom: 0;
    width: 45px;
    height: 45px;
  }
  .partnership__item-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .partnership__item-title.m-none {
    display: flex;
    align-items: center;
  }
  .partnership__item:nth-child(1),
  .partnership__item:nth-child(2),
  .partnership__item:nth-child(3),
  .partnership__item:nth-child(4),
  .partnership__item:nth-child(5),
  .partnership__item:nth-child(6) {
    flex: 0 0 350px;
  }
}

@media screen and (max-width: 767px) {
  .partnership {
    padding: 35px 0;
  }
  .partnership__header {
    padding-bottom: 30px;
  }
  .partnership__title {
    padding: 0;
    font-size: 22px;
    line-height: 26px;
    width: 100%;
  }
  .partnership__list {
    padding: 0 14px;
    margin: 0 -14px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
  }
  .partnership__list::-webkit-scrollbar {
    display: none;
  }
  .partnership__item {
    padding: 24px;
    margin-left: 0;
    max-width: 340px;
    gap: 0;
  }
  .partnership__item-icon {
    width: 45px;
    height: 45px;
  }
  .partnership__item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .partnership__item-title.d-none {
    display: none;
  }
  .partnership__item-icon-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .partnership__item-text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 25px;
  }
}

/* === BANNER === */
.banner {
  position: relative;
  padding: 70px 0;
}
.section__blog .banner {
  padding: 80px 0;
}
.banner__frame {
  background: #0c121d;
  border-radius: 24px;
  width: 100%;
  height: 230px;
  position: relative; 
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: 0!important;
}
.banner-2 .banner__frame {
  height: fit-content;
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat;
}
.banner__content {
  padding: 27px 36px;
  width: 762px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.banner-2 .banner__content {
  padding: 30px 14px 32px 36px;
  width: 790px;
}
.banner__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}
.banner-2 .banner__content-wrapper {
  gap: 24px;
}
.banner__title {
  color: #fff;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.banner__title a {
  color: #fff;
  text-decoration: none;
}
.banner-2 .banner__title {
  font-size: 22px;
  line-height: 32px;
  max-width: 590px;
}
.banner__text {
  color: #fff;
  text-align: left;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.banner__text ul {
  padding-left: 20px;
}
.banner__text ul li {
  list-style: disc;
}
.banner__action {
  padding: 0;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  overflow: hidden;
}
.banner__button {
  padding: 19px 50px;
  background: #f06500;
  height: 55px;
  color: #fff;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  gap: 20px;
  transition: all .3s ease-in-out;
}
.banner__button:hover {
  color: #fff;
  background-color: #e56b00;
}
.banner__button-icon {
  width: 24px;
  height: 24px;
}
.banner__button-icon.m-none {
  display: block;
}
.banner__button-icon.d-none {
  display: none;
}
.banner__img {
  width: auto;
  height: auto;
  position: absolute;
  right: 157px;
  top: 34px;
  z-index: 2;
}
.banner-2 .banner__img {
  top: 14px;
  
}
.banner__ellipse {
  background: #f06500;
  border-radius: 50%;
  width: 737px;
  height: 680px;
  position: absolute;
  left: 1014px;
  top: -207px;
  filter: blur(175px);
  z-index: 1;
}

@media screen and (max-width: 1519px) {
  .banner {
    padding: 60px 0;
  }
  .banner__img {
    right: 0;
  }
  .banner__content {
    z-index: 100;
    padding: 27px 36px;
  }
  .banner-2 .banner__content {
    padding: 32px 24px 32px 36px;
    width: 800px;
  }
  .banner-2 .banner__img {
    right: 50px;
    top: 14px
  }
}

@media screen and (max-width: 1279px) {
  .banner {
    padding: 45px 20px;
  }
  .banner__container.container {
    padding: 0;
  }
  .banner__frame {
    height: fit-content;
  }
  .banner-2 .banner__frame {
    height: fit-content;
    background-image: none!important;
    background-color: #252B3B;
  }
  .banner__img {
    right: 27px;
    width: 221px;
    bottom: 0;
    top: 50px;
  }
  .page-template-page-home .banner__img,
  .page-id-1910 .banner__img {
    width: 340px;
    top: unset;
    bottom: 45px;
  }
  .banner-2 .banner__img {
    right: 26px;
    width: 146px;
    bottom: 0;
    top: 69px;
  }
  .banner__content {
    padding: 24px;
    z-index: 100;
    width: 100%;
  }
  .banner-2 .banner__content {
    padding: 32px 10px 32px 20px;
  }
  .banner__ellipse {
    width: 437px;
    height: 380px;
    left: 403px;
    top: -107px;
    filter: blur(105px);
  }
  .banner__content-wrapper {
    gap: 12px;
    max-width: 452px;
  }
  .banner-2 .banner__content-wrapper {
    max-width: 556px;
  }
  .banner__title {
    font-size: 22px;
    line-height: 32px;
  }
  .banner__text {
    font-size: 14px;
    line-height: 25px;
  }
  .banner-2 .banner__text {
    max-width: 500px;
  }
  .banner__text  br {
    display: none;
  }
  .banner__action {
    padding: 0;
  }
  .banner__button {
    padding: 12px;
    border: 1px solid var(--orange);
    background-color: transparent;
    height: 44px;
    width: 44px;
  }
  .banner__button span {
    display: none;
  }
  .section__blog .banner {
    padding: 36px 0;
  }
  .banner__action {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 35px 14px;
  }
  .page-template-page-home .banner__container.container {
    padding: 0 14px;
  }

  .section__blog .banner {
    padding: 35px 0;
  }

  .single-product .banner {
    padding-bottom: 70px;
  }

  .page-id-1910 .section__blog .banner {
    padding: 70px 0;
  }

  .page-template-page-blog .section__blog .banner {
    padding: 34px 0 70px;
  }

  .banner__frame {
    height: auto;
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home .banner {
    padding: 0 0 35px;
    display: block;
  }

  .banner__content-wrapper {
    position: absolute;
    bottom: 20px;
    left: 12px;
  }

  .banner__button {
    padding: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 1px solid white;
    position: absolute;
    right: 23px;
    bottom: 20px;
  }  

  .banner__button span {
    display: none;
  }

  
  .banner__button-icon.m-none {
    display: none;
  }
  .banner__button-icon.d-none {
    display: block;
  }

  .banner__title {
    font-size: 16px;
    line-height: 25px;
  }

  .banner__text {
    display: none;
  }

  .banner__action {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .banner__img {
    display: none;
  }

  .banner__content {
    padding: 17px 18px;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .section__slider .banner__content {
    padding: 0;
  }

  .banner__ellipse,
  .page-id-1851 .banner {
    display: none;
  }

  .section__blog .banner .banner__container {
    padding: 0;
  }
  .banner-2 .banner__content {
    padding: 24px;
    width: 100%;
  }
  .banner-2 .banner__content-wrapper,
  .banner-2 .banner__text {
    position: relative;
    max-width: 100%;
  }
  .banner-2 .banner__content-wrapper {
    bottom: 0;
    left: 0;
  }
  .banner-2 .banner__title {
    font-size: 16px;
    line-height: 22px;
  }
  .banner-2 .banner__text {
    display: block;
    font-size: 12px;
    line-height: 19px;
  }
  .banner-2 .banner__frame {
    background-image: url('https://import.trafficolog.ru/wp-content/uploads/2026/01/banner2-mobile.png')!important;
  }
}

/* === PROJECTS === */
.projects {
  padding: 70px 0;
}
.projects__container {
  position: relative;
  margin: 24px auto;
}
.projects__header {
  padding-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects__title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.projects__slider-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-right: -22px;
}
.projects__slider-wrapper .projects__slider-arrow--next {
  right: -40px;
}
.projects__slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.projects__slide {
  background: #eff1fb;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.projects__slide-img {
  border-radius: 24px;
  flex-shrink: 0;
  width: 240px;
  height: 250px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 250/250;
}
.projects__slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  min-height: 250px;
}
.projects__slide-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.projects__slide-title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.projects__slide-text {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.projects__slide-dates {
  margin-top: 6px;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.projects__slide-dates-label {
  color: rgba(12, 18, 29, 0.65);
}
.projects__slide-dates-value {
  color: rgba(12, 18, 29, 0.65);
}
.projects__slide-action {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.projects__slide-btn {
  border-radius: 12px;
  padding: 10px 50px;
  margin-top: 24px;
  height: 45px;
  text-align: left;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  display: none;
  align-items: flex-end;
  justify-content: flex-start;
  border: 1px solid var(--black);
  transition: all 0.3s ease;
}
.projects__slide-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.projects__slider-arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1530px;
  position: absolute;
  left: -33px;
  top: 152.5px;
}
.projects__slider-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.projects__slider-arrow--prev {
  background-image: url('../images/icons/arrow-left.svg');
}
.projects__slider-arrow--next {
  background-image: url('../images/icons/arrow-right.svg');
}
@media screen and (max-width: 1490px) {
  .projects__slider-wrapper .projects__slider-arrow--next {
    right: -24px;
  }
}
@media screen and (max-width: 1279px) {
  .projects__slide {
    flex-direction: column;
    min-width: 350px;
    padding: 24px 18px;
  }
  .projects__slide-img {
    width: 100%;
    height: 185px;
  }
  .projects__slide-main {
    gap: 18px;
  }
  .projects__slide-content {
    gap: 18px;
    min-height: auto;
  }
  .projects__slide-text,
  .projects__slide-dates {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .projects {
    padding: 36px 0;
  }
  .projects__header {
    padding-bottom: 30px;
  }
  .projects__title {
    font-size: 22px;
    line-height: 26px;
  }
  .projects__slider-wrapper {
    width: 100%;
  }
  .projects__slide {
    padding: 24px 18px;
    flex-direction: column;
    gap: 24px;
    min-width: 325px;
  }
  .projects__slide-img {
    width: 100%;
    height: 165px;
  }
  .projects__slide-content {
    gap: 18px;
    min-height: unset;
  }
  .projects__slide-title {
    font-size: 16px;
    line-height: 22px;
  }
  .projects__slide-text,
  .projects__slide-dates {
    font-size: 12px;
    line-height: 19px;
  }
  .projects__slide-action {
    display: none;
  }
  .projects__slide-dates-value {
    font-weight: 400;
  }
}

/* === TRANSPORT-TYPES === */
.transport-types {
  padding: 70px 0;
}
.transport-types__container {
  position: relative;
}
.transport-types__header {
  padding-bottom: 45px;
}
.transport-types__title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.transport-types__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
}
.transport-types__item {
  display: grid;
  grid-template-columns: 596px 1fr;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.transport-types__item-img {
  border-radius: 24px;
  width: 100%;
  height: 295px;
  object-fit: cover;
  aspect-ratio: 596/295;
}
.transport-types__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.transport-types__item-title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.transport-types__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}
.transport-types__item-text,
.transport-types__item-min-value,
.transport-types__item-way-value {
  color: #0c121d;
  text-align: left;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}
.transport-types__item-min-value span:first-child,
.transport-types__item-way-value span:first-child {
  font-weight: 700;
  color: rgba(12, 18, 29, 0.65);
}
.transport-types__item-text p {
  margin-bottom: 12px;
}
.transport-types__item-text p:last-child {
  margin-bottom: 0;
}
.transport-types__item-btn {
  border-radius: 12px;
  border: 1px solid var(--black);
  margin-top: auto;
  padding: 12px 56px;
  color: var(--black);
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: fit-content;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.transport-types__item-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.transport-types__item-title-icon {
  display: none;
}

.transport-types__item-min-value,
.transport-types__item-way-value,
.transport-types__item-btn {
  display: none;
}

@media screen and (max-width: 1519px) {
  .transport-types {
    padding: 60px 0;
  }
  .transport-types__header {
    padding-bottom: 36px;
  }
  .transport-types__item {
    grid-template-columns: 530px 1fr;
  }
  .transport-types__item-content {
    gap: 18px;
  }
}

@media screen and (max-width: 1279px) {
  .transport-types {
    padding: 40px 0;
  }
  .transport-types__item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .transport-types__item-img {
    height: 300px;
  }
  .transport-types__item-content {
    gap: 0;
  }
  .transport-types__item-title {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 22px;
  }
  .transport-types__item-title-icon {
    display: block;
    height: 22px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }
  .transport-types__item-title.open .transport-types__item-title-icon {
    transform: rotate(180deg);
  }
  .transport-types__item-title.open .transport-types__item-title-icon svg path {
    fill: var(--orange);
  }
  .transport-types__item-btn {
    display: none;
  }
  .transport-types__item-text-wrapper {
    padding-top: 0; 
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .transport-types {
    padding: 35px 0;
  }
  .transport-types__item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .transport-types__list {
    gap: 45px;
  }
  .transport-types__item-img {
    height: 170px;
  }
}

/* === FAQ === */
.faq {
  padding: 70px 0;
}
.page-id-2139 .faq {
  padding-bottom: 140px;
}
.faq__header {
  padding-bottom: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.faq__title {
  color: #0c121d;
  text-align: left;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.faq__item {
  border-bottom: 1px solid rgba(12, 18, 29, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.faq__item-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__item-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.faq__item-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
  gap: 24px;
  cursor: pointer;
}
.faq__item-toggle svg {
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.3s ease;
}
.faq__item--active .faq__item-toggle svg {
  transform: rotate(180deg);
}
.faq__item--active .faq__item-toggle svg path {
  fill: #d95700;
}
.faq__item-question {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  flex: 1 1 auto;
  align-self: center;
  margin-right: 24px;
}
.faq__item-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__item-toggle img {
  width: 24px;
  height: 24px;
  display: block;
}
.faq__item-body {
  padding-bottom: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq__item--active .faq__item-body {
  padding-bottom: 26px;
}
.faq__item-answer {
  color: #0c121d;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-left: 48px;
  max-width: 1250px;
  padding-right: 40px;
}

@media screen and (max-width: 1519px) {
  .faq {
    padding: 60px 0
  }

  .faq__header {
    padding-bottom: 36px;
  }

  .faq__item-head {
    min-height: 73px;
  }

  .faq__item-question {
    font-size: 16px;
    line-height: 26px;
  }

  .faq__item--active .faq__item-body {
    padding-bottom: 24px;
  }
  
  .page-id-2139 .faq {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1279px) {
  .faq {
    padding: 40px 0;
  }
  
  .page-id-2139 .faq {
    padding-bottom: 80px;
  }
  .faq__item-question {
    font-size: 16px;
    line-height: 26px;
  }
  .faq__item-answer {
    font-size: 14px;
    line-height: 25px;
  }
  .faq__item-head {
    padding: 24px 0;
    min-height: 72px;
    gap: 14px;
  }
  .faq__item-toggle {
    align-self: flex-start;
  }
  .faq__item-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
  }
  .faq__item-icon svg {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 35px 0;
  }
  
  .page-template-page-flexible .faq {
    padding-bottom: 70px;
  }
  .faq__header {
    padding-bottom: 36px;
  }
  .faq__title {
    font-size: 22px;
    line-height: 26px;
  }
  .faq__item-question,
  .faq__item-answer {
    font-size: 14px;
    line-height: 21px;
    margin-right: 0;
  }
  .faq__item-head {
    gap: 12px;
    min-height: unset;
    padding: 24px 0;
    align-items: flex-start;
  }
  .faq__item-icon {
    width: 24px;
    height: 24px;
    padding: 2px;
    flex: 0 0 24px;
  }
  .faq__item-answer {
    margin-left: 35px;
  }
}

/* === FINANCIAL === */
.financial {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.financial__container {
  width: 1464px;
  position: relative;
}
.financial__header {
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.financial__title {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.financial__info {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
  max-width: 790px;
}
.financial__info-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.financial__info-text {
  color: #0c121d;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.financial__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.financial__item {
  margin-bottom: 0;
}
.financial__item--info {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.financial__item-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.financial__item-text {
  color: #0c121d;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.financial__item--wysiwyg .financial__item-content {
  color: #0c121d;
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.financial__item-content ul {
  margin-left: 0;
}
.financial__item-content ul li {
  margin-bottom: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 25px;
}
.financial__item-content ul li:last-child {
  margin-bottom: 0;
} 
.financial__item-content ul li:before {
  content: '';
  position: relative;
  top: 0;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--orange);
  border-radius: 2.5px;
  margin-right: 11px;
}
.financial__item--table {
  margin-top: 45px;
}
.financial__table-title {
  border-radius: 24px 24px 0 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--white);
  padding: 17px 0;
  text-align: center;
  background: #252b3b;
}
.financial__table-wrapper {
  overflow-x: auto;
}
.financial__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  overflow: hidden;
  border: 1px solid #c2c4cf;
  border-radius: 0 0 24px 24px;
}
.financial__table-th {
  color: #0c121d;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  padding: 16px 55px;
  min-height: 60px;
}
.financial__table-td {
  font-family: var(--font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  padding: 12px 30px;
  background: transparent;
  text-align: center;
}
.financial__table-td:nth-child(1),
.financial__table-td:nth-child(2) {
  width: 25%;
}
.financial__table-td--channel {
  
}
.financial__table-channel-icon {
  width: 45px;
  height: 25px;
  object-fit: contain;
}
.financial__table-channel-text {
  font-size: 14px;
  line-height: 25px;
  display: block;
  text-align: left;
}
/* Убираем внешние границы у ячеек, оставляем только внутренние */
.financial__table td,
.financial__table th {
    border-right: 1px solid #c2c4cf;
    border-bottom: 1px solid #c2c4cf;
}

/* Убираем правую границу у последней ячейки в ряду */
.financial__table td:last-child,
.financial__table th:last-child {
    border-right: none;
}
.financial__table td:first-child,
.financial__table th:first-child {
    border-left: none;
}

/* Убираем нижнюю границу у последнего ряда */
.financial__table tr:last-child td {
    border-bottom: none;
}
/* Скругляем угловые ячейки */
.financial__table tr:last-child td:first-child {
  border-bottom-left-radius: 24px; /* чуть меньше, чем у таблицы */
}

.financial__table tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 1519px) {
  .financial {  
    padding: 60px 0;
  }
  .financial__item--table {
    margin-top: 36px;
  }
  .financial__container {
    width: min(100%, 1240px);
  }
  .financial__header {
    padding-bottom: 18px;
  }
  .financial__table-th {
    font-size: 14px;
    line-height: 25px;
  }
  .financial__table-td {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .financial { 
    padding: 40px 0;
  }
  .financial__info {
    align-items: flex-start;
  }
  .financial__info-icon {
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
  }
  .financial__header {
    padding-bottom: 14px;
  }
  .financial__info {
    max-width: 650px;
  }
  .financial__list {
    margin-top: 22px;
  }
  .financial__info-text {
    font-size: 14px;
    line-height: 25px;
    max-width: 100%;
  }
  .financial__item--table {
    margin-top: 14px;
  }
  .financial__table-title {
    font-size: 14px;
    line-height: 25px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .financial__table-title span {
    display: block;
    max-width: 341px;
  }
  .financial__table-th {
    font-size: 12px;
    line-height: 19px;
    padding: 15.5px 10px;
  }
  .financial__table-channel-text {
    font-size: 12px;
    line-height: 19px;
  }
  .financial__table-td {
    font-size: 12px;
    line-height: 19px;
    padding: 10px 10px;
  }
  .financial__table-td:nth-child(1)  {
    width: 32%;
  }
  .financial__table-td:nth-child(2)  {
    width: 28%;
  }
  .financial__table-td:nth-child(3) {
    width: 15%;
  }
  .financial__item-content ul li {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 19px;
  }
  .financial__item--wysiwyg .financial__item-content {
    line-height: 19px;
  }
  .financial__item-content ul li:before {
    top: 1px;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 2.5px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .financial {
    padding: 35px 0;
  }
  .financial__header {
    padding-bottom: 14px;
  }
  .financial__title {
    font-size: 22px;
    line-height: 26px;
  }
  .financial__container {
    width: 100%;
  }
  .financial__info {
    font-size: 14px;
    line-height: 22px;
    align-items: flex-start;
  }
  .financial__list {
    margin-top: 0;
    gap: 12px;
  }
  .financial__table-title {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
  .financial__info-icon {
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .financial__list {
    width: 100%;
  }
  .financial__item-content ul li:before {
    top: 6px;
    flex: 0 0 8px;
  }
  .financial__info-text {
    font-size: 12px;
    line-height: 19px;
  }
  .financial__table-th {
    font-size: 12px;
    line-height: 19px;
    padding: 6px 10px;
  }
  .financial__table-th:nth-child(1),
  .financial__table-th:nth-child(3),
  .financial__table-th:nth-child(4),
  .financial__table-td:nth-child(1),
  .financial__table-td:nth-child(3),
  .financial__table-td:nth-child(4) {
    display: none;
  }
  .financial__table-th:nth-child(2) {
    width: 70%;
  }
  .financial__table-td {
    font-size: 12px;
    line-height: 19px;
    padding: 15px 10px;
  }
  .financial__table-channel-text {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
  }
  .financial__item-content ul li {
    margin-bottom: 14px;
    align-items: flex-start;
  }
  .financial__list {
    gap: 18px;
  }
  .financial__item--table {
    margin-top: 36px;
  }
  .financial__table-td {
    width: 50%;
    text-align: center;
  }
  .financial__table-td:nth-child(2) {
    width: 30%;
  }
  .financial__table-td:nth-child(3) {
    width: 20%;
  }
}

/* === WHOM === */
.whom {
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.whom__container {
  position: relative;
}
.whom__header {
  padding-bottom: 36px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
.whom__title {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.whom__list {
	counter-reset: itemOl;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
.whom__item {
  position: relative;
  background: #eff1fb;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 100%;
	counter-increment: itemOl;
}
.whom__item-content {
  color: #0c121d;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.whom__item:before {
	content: counter(itemOl) '.';
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

/* Direction Section */
.direction {
  padding: 72px 0;
}

.direction__container {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.direction__header {
  text-align: left;
}

.direction__title {
  color: #0c121d;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
}

.direction__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.direction__item {
  border: 1px solid #f06500;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: all 0.3s ease;
}

/* Grid layout: first 2 items - 6 columns each, next 3 items - 4 columns each */
.direction__item:nth-child(1),
.direction__item:nth-child(2) {
  grid-column: span 6;
}

.direction__item:nth-child(n+3) {
  grid-column: span 4;
}

.direction__item-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.direction__item-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.direction__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.direction__item-title {
  color: #f06500;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.direction__item-text {
  color: #0c121d;
  font-family: "GolosText", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.direction__item-text p {
  margin: 0 0 20px 0;
}

.direction__item-text p:last-child {
  margin-bottom: 0;
}

.direction__item-text ul {
  margin: 0 0 8px 20px;
  list-style: disc;
}

.direction__item-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.direction__item-price-label {
  font-family: "GolosText", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.direction__item-price-value {
  color: #f06500;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.direction__item-icon-mobile {
  display: none;
}

.direction__item-title.d-none {
  display: none;
}

.direction__item-title.m-none {
  display: block;
}

@media screen and (max-width: 1519px) {
  .direction {
    padding: 60px 0;
  }
  .direction__container {
    gap: 36px;
  }
  
  .direction__item-price-value {
    flex: 0 0 135px;
  }
  .direction__item:nth-child(1) {
    grid-column: span 5;
  }
  .direction__item:nth-child(2) {
    grid-column: span 7;
  }
  .direction__item:nth-child(3) {
    grid-column: span 4;
  }
  .direction__item:nth-child(4) {
    grid-column: span 4;
  }
  .direction__item:nth-child(5) {
    grid-column: span 4;
  }
  .direction__item-price-value {
    flex: 1;
    text-align: right;
  }
}

/* Responsive styles */
@media (max-width: 1279px) {
  .direction {
    padding: 40px 0;
  }

  .direction__item-main .direction__item-text,
  .direction__item-main + .direction__item-price {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .direction__item-icon-wrapper {
    margin: 2px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  .direction__item.open .direction__item-icon-mobile {
    transform: rotate(0deg);
  }
  
  .direction__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .direction__item:nth-child(1),
  .direction__item:nth-child(2),
  .direction__item:nth-child(n+3) {
    grid-column: span 1;
  }
  
  .direction__item {
    padding: 24px 12px;
    gap: 0;
  }

  .direction__item.open {
    gap: 20px;
  }

  .direction__item-icon-mobile {
    display: block;
    height: 24px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  
  .direction__item-main {
    gap: 0;
  }
  
  .direction__item.open .direction__item-main {
    gap: 12px;
  }
  
  .direction__item-icon {
    width: 36px;
    height: 36px;
  }
  
  .direction__item-title {
    font-size: 16px;
    line-height: 20px;
  }
  
  .direction__item-text {
    font-size: 16px;
    line-height: 26px;
  }
  
  .direction__item-price-value {
    font-size: 18px;
    line-height: 24px;
  }
  .direction__item-title.d-none {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #0c121d;
    flex: 1;
    text-align: left;
  }

  .direction__item-title.m-none {
    display: none;
  }

  .direction__item-price {
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .direction__item-price-label {
    font-size: 16px;
    line-height: 25px;
  }

  .direction__item-price-value {
    font-size: 16px; 
    line-height: 26px;
    min-width: 100px;
  }

  .direction__item-text p,
  .direction__item-text ul {
    padding: 0 0 20px 0;
    margin: 0;
  }

  .direction__item-text p:last-child,
  .direction__item-text ul:last-child {
    padding: 0;
  }

  .direction__item-text ul:last-child {
    padding: 0 0 0 15px;
  }

  .direction__item-text ul {
    margin: 0 0 0 15px;
    padding: 0 0 20px 15px;
  }
}

@media (max-width: 767px) {
  .direction {
    padding: 35px 0;
  }

  .direction__container {
    gap: 30px;
  }
  
  .direction__title {
    font-size: 22px;
    line-height: 26px;
  }
  
  .direction__list {
    gap: 16px;
  }
  
  .direction__item {
    padding: 24px 12px;
    gap: 0;
  }
  .direction__item-title.d-none {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #0c121d;
    flex: 1;
    text-align: left;
  }
  
  .direction__item-text {
    font-size: 14px;
    line-height: 25px;
  }

  .direction__item-price-label {
    font-size: 14px;
    line-height: 22px;
  }
}

/* === INDUSTRIES === */
.industries {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.industries__container {
  width: 100%;
  position: relative;
}

.industries__header {
  padding: 0px 0px 36px 0px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.industries__title {
  color: #0c121d;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.industries__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.industries__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.industries__item {
  background: #eff1fb;
  border-radius: 24px;
  padding: 24px 24px 24px 12px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 145px;
  position: relative;
}

.industries__item-icon {
  flex-shrink: 0;
  width: 100px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries__item-icon img {
  width: 100px;
  height: auto;
  object-fit: cover;
}

.industries__item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.industries__item-title {
  color: #10182f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}

/* Responsive styles */
@media (max-width: 1490px) {
  .industries {
    padding: 50px 20px;
  }
  
  .industries__list {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .industries {
    padding: 45px 0;
  }
  
  .industries__item {
    width: auto;
    min-width: 400px;
    height: 100px;
  }

  .industries__item-icon img,
  .industries__item-icon {
    width: 75px;
  }

  .industries__list {
    margin: 0 -20px;
    padding: 0 20px;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .industries__list::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .industries {
    display: none;
  }
  
  .industries__header {
    padding-bottom: 24px;
  }
  
  .industries__title {
    font-size: 24px;
    line-height: 30px;
  }
  
  .industries__list {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  
  .industries__item {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 120px;
    padding: 20px 20px 20px 16px;
  }
  
  .industries__item-icon {
    width: 100px;
    height: 93px;
  }
  
  .industries__item-icon img {
    width: 100px;
    height: 93px;
  }
  
  .industries__item-title {
    font-size: 16px;
    line-height: 26px;
  }
}

/* === CONFIGURATIONS === */
.configurations {
  padding: 70px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.configurations__container {
  display: grid;
  grid-template-columns: 820px 1fr;
  position: relative;
  width: 100%;
  gap: 24px;
}

.configurations__main {
  background: #eff1fb;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  width: 820px;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

.configurations__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  height: 100%;
}

.configurations__header {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.configurations__title {
  padding: 8px 0px;
  color: #0c121d;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  width: 788px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.configurations__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  height: 100%;
}

.configurations__form-wrapper .wpcf7 {
  height: 100%;
}

.configurations__form-wrapper form.sent {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.configurations__description {
  color: #0c121d;
  text-align: left;
  font-family: "GolosText", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  width: 796px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.configurations__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.configurations__feature {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.configurations__feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.configurations__feature-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.configurations__feature-text {
  color: #0c121d;
  text-align: left;
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

/* Configuration Form Styles */
.configurations__form-wrapper {
  width: 100%;
  height: 100%;
}

.configurations__form-wrapper form {
  height: 100%;
}  

.configurations__form-wrapper .popup-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
}  


/* Form section heading */
.configurations__form-wrapper .form-section-title {
  color: rgba(12, 18, 29, 0.65);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.configurations__form-wrapper .form-section-title ol {
  margin: 0;
  padding-left: 20px;
}

/* Power selection section */
.configurations__form-wrapper .power-selection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configurations__form-wrapper .power-options {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.configurations__form-wrapper .wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.configurations__form-wrapper .wpcf7-list-item {
  margin: 0;
}

.configurations__form-wrapper .power-options .wpcf7-list-item-label {
  border-radius: 26px;
  border: 1px solid rgba(12, 18, 29, 0.35);
  padding: 2px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(12, 18, 29, 0.65);
  font-family: "GolosText", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.configurations__form-wrapper .power-options input[type="radio"] {
  display: none;
}

.configurations__form-wrapper .power-options input[type="radio"]:checked + .wpcf7-list-item-label {
  border-color: #f06500;
  color: #f06500;
}

.configurations__form-wrapper .power-custom-input {
  border: none;
  border-bottom: 1px solid rgba(12, 18, 29, 0.35);
  padding: 2px 18px;
  color: rgba(12, 18, 29, 0.65);
  font-family: "GolosText", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  outline: none;
  background: transparent;
  max-width: 180px;
  text-align: center;
}

.configurations__form-wrapper .power-custom-input::placeholder {
  color: rgba(12, 18, 29, 0.35);
}

/* Equipment configuration section */
.configurations__form-wrapper .equipment-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configurations__form-wrapper .equipment-options {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configurations__form-wrapper .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configurations__form-wrapper .equipment-options .wpcf7-list-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.configurations__form-wrapper .equipment-options .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.configurations__form-wrapper .equipment-options input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: #ffffff;
  border-radius: 6px;
  border: 1.5px solid rgba(12, 18, 29, 0.2);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.configurations__form-wrapper .equipment-options input[type="checkbox"]:checked {
  background-color: #f06500;
  border-color: #f06500;
}

.configurations__form-wrapper .equipment-options input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.configurations__form-wrapper .equipment-options .wpcf7-list-item-label {
  color: #0c121d;
  font-family: "GolosText", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  flex: 1;
  cursor: pointer;
}

/* Первый обязательный чекбокс комплектации */
.configurations__form-wrapper .equipment-options .equipment-required .wpcf7-list-item-label {
  font-weight: 600;
  opacity: 0.7;
}

.configurations__form-wrapper .equipment-options .equipment-required input[type="checkbox"] {
  cursor: not-allowed;
  opacity: 1;
}

.configurations__form-wrapper .equipment-options .equipment-required input[type="checkbox"]:checked {
  background-color: #f06500;
  border-color: #f06500;
}

/* Disabled состояние для первого чекбокса (когда поля мощности не заполнены) */
.configurations__form-wrapper .equipment-options input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.configurations__form-wrapper .equipment-options input[type="checkbox"]:checked:disabled {
  background-color: rgba(240, 101, 0, 0.5);
  border-color: rgba(240, 101, 0, 0.5);
}

.configurations__form-wrapper .equipment-options input[type="checkbox"]:checked:disabled::after {
  border-color: rgba(255, 255, 255, 0.7);
}

/* Description section */
.configurations__form-wrapper .description-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configurations__form-wrapper .description-field {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-end;
}

.configurations__form-wrapper textarea {
  border: none;
  border-bottom: 1px solid rgba(12, 18, 29, 0.35);
  padding: 2px 0;
  color: #0c121d;
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  outline: none;
  background: transparent;
  resize: vertical;
  min-height: 25px;
  flex: 1;
}

.configurations__form-wrapper textarea::placeholder {
  color: rgba(12, 18, 29, 0.35);
}

.configurations__form-wrapper .file-upload-wrapper {
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-end;
  cursor: pointer;
}

.configurations__form-wrapper .file-upload-wrapper span {
  color: rgba(12, 18, 29, 0.35);
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  background-size: 20px;
  font-weight: 400;
  padding-left: 25px;
}

.configurations__form-wrapper .form-file-box {
  margin: 0;
}

.configurations__form-wrapper input[type="file"] {
  display: none;
}

.configurations__form-wrapper .form-file-box span {
  background-image: url(../images/icons/icon-file.svg);
}

.configurations__form-wrapper .contact-fields input[type="tel"] {
  background-color: #eff1fb;
}

/* Contact fields section */
.configurations__form-wrapper .contact-fields {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.configurations__form-wrapper .contact-fields input[type="text"],
.configurations__form-wrapper .contact-fields input[type="tel"],
.configurations__form-wrapper .contact-fields input[type="email"] {
  border-radius: 10px;
  border: 1px solid rgba(12, 18, 29, 0.2);
  padding: 12px;
  color: #0c121d;
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  outline: none;
  background: #eff1fb;
  flex: 1;
  height: 35px;
  transition: all 0.3s ease;
}

.configurations__form-wrapper .contact-fields input[type="text"]:focus,
.configurations__form-wrapper .contact-fields input[type="tel"]:focus,
.configurations__form-wrapper .contact-fields input[type="email"]:focus {
  background-color: #ffffff;
}

.configurations__form-wrapper .contact-fields input::placeholder {
  color: rgba(12, 18, 29, 0.35);
}

/* Submit section */
.configurations__form-wrapper .submit-section {
  position: relative;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.configurations__form-wrapper .wpcf7-spinner {
  margin: 0 18px;
  display: block!important;
  position: absolute;
  right: 0;
  opacity: 0.54;
  width: 20px;
  height: 20px;
}

.configurations__form-wrapper .wpcf7-form-control.wpcf7-acceptance label {
  display: flex;
  gap: 10px;
}

.configurations__form-wrapper .privacy-checkbox {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  max-width: 378px;
}

.configurations__form-wrapper .privacy-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: #ffffff;
  border-radius: 6px;
  border: 1.5px solid rgba(12, 18, 29, 0.2);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.configurations__form-wrapper .privacy-checkbox input[type="checkbox"]:checked {
  background-color: #f06500;
  border-color: #f06500;
}

.configurations__form-wrapper .privacy-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.configurations__form-wrapper .privacy-checkbox .wpcf7-list-item-label {
  color: rgba(12, 18, 29, 0.65);
  font-family: "GolosText", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  flex: 1;
  cursor: pointer;
}

.configurations__form-wrapper .privacy-checkbox .wpcf7-list-item-label a {
  text-decoration: underline;
  color: rgba(12, 18, 29, 0.65);
}

.configurations__form-wrapper input[type="submit"] {
  border-radius: 12px;
  padding: 0 50px;
  background: transparent;
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.configurations__form-wrapper input[type="submit"]:disabled,
.configurations__form-wrapper input[type="submit"]:disabled:hover {
  color: rgba(12, 18, 29, 0.35);
  border: 1px solid rgba(12, 18, 29, 0.2);
  background-color: transparent;
  cursor: not-allowed;
}

.configurations__form-wrapper input[type="submit"] {
  color: #0c121d;
  border: 1px solid #f06500;
}

.configurations__form-wrapper input[type="submit"]:hover {
  background: #f06500;
  border-color: #f06500;
  color: #ffffff;
}

/* CF7 Error/Success Messages */
.configurations__form-wrapper .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px;
  border-radius: 8px;
}

.configurations__form-wrapper .wpcf7-validation-errors {
  border: 1px solid #f06500;
  background: rgba(240, 101, 0, 0.1);
  color: #f06500;
}

.configurations__form-wrapper .wpcf7-mail-sent-ok {
  border: 1px solid #4caf50;
  background: rgba(76, 175, 80, 0.1);
  color: #4caf50;
}

.configurations__form-wrapper .wpcf7-not-valid-tip {
  color: #f06500;
  font-size: 12px;
  margin-top: 5px;
  bottom: -22px;
  display: block;
}

/* CF7 Loading Spinner */
.configurations__form-wrapper .wpcf7-spinner {
  margin: 0 10px;
  display: none;
}

/* CF7 Form Controls */
.configurations__form-wrapper .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}

/* Hide default list item markers for CF7 */
.configurations__form-wrapper .wpcf7-list-item {
  list-style: none;
}

.configurations__form-wrapper .wpcf7-form.invalid .wpcf7-response-output,
.configurations__form-wrapper .wpcf7-form.unaccepted .wpcf7-response-output {
  border-color: #f06500;
}

.configurations__form-wrapper .wpcf7-form.sent .wpcf7-response-output {
  border-color: #4caf50;
}

/* Better input focus states */
.configurations__form-wrapper input[type="text"]:focus,
.configurations__form-wrapper input[type="tel"]:focus,
.configurations__form-wrapper input[type="email"]:focus,
.configurations__form-wrapper textarea:focus {
  border-color: #f06500;
  background-color: #ffffff;
  outline: none;
}

/* File input styling */
.configurations__form-wrapper .wpcf7-form-control-wrap .wpcf7-file {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Selected file display */
.configurations__form-wrapper .file-upload-wrapper:hover {
  opacity: 0.8;
}

.configurations__action {
  margin-top: auto;
}

.configurations__button {
  padding: 19px 50px;
  border-radius: 12px;
  margin-top: 16px;
  background: transparent;
  border: 1px solid var(--orange);
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: fit-content;
  height: 45px;
  position: relative;
  overflow: hidden;
  color: var(--black);
  text-align: left;
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.configurations__button:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.configurations__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  height: max-content;
  position: relative;
}

.configurations__types {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
}

.configurations__type {
  background: #252b3b;
  border-radius: 24px;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 635px;
}

.configurations__type-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  justify-content: flex-start;
  width: 550px;
  height: 407px;
  position: absolute;
  left: 23px;
  top: 16px;
}

.configurations__type-title {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}

.configurations__type-image {
  flex-shrink: 0;
  width: 486px;
  height: 288px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.configurations__type-image img {
  width: 486px;
  height: 288px;
  object-fit: cover;
  aspect-ratio: 486/288;
}

/* Responsive styles */
@media (max-width: 1490px) {
  .configurations {
    padding: 50px 20px;
  }

  .configurations__description {
    width: 100%;
  }

  .configurations__content {
    gap: 12px;
  }
  .configurations__types {
    width: 100%;
  }
  .configurations__type-content,
  .configurations__type {
    width: 100%;
  }
  .configurations__type-content {
    left: 0;
    top: 0;
    padding: 50px 0 215px;
  }
  .configurations__type-image {
    width: 330px;
    height: 170px;
  }
  .configurations__type-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
  }
  
  /* Form responsive styles */
  .configurations__form-wrapper .power-options {
    flex-wrap: wrap;
  }
  
  .configurations__form-wrapper .contact-fields {
    flex-wrap: wrap;
  }
  
  .configurations__form-wrapper .submit-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 1279px) {
  .configurations {
    padding: 45px 0;
  }
  
  .configurations__container {
    grid-template-columns: 1fr;
  }
  
  .configurations__main {
    width: 100%;
    height: auto;
    min-height: 600px;
  }
  
  .configurations__title {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }
  
  .configurations__description {
    width: 100%;
  }
  
  .configurations__sidebar {
    display: none;
  }
  
  /* Form responsive styles */
  .configurations__form-wrapper form {
    gap: 30px;
  }
  
  .configurations__form-wrapper .power-options {
    gap: 16px;
  }
  
  .configurations__form-wrapper .equipment-options {
    gap: 16px;
  }
  
  .configurations__form-wrapper .contact-fields {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  
  .configurations__form-wrapper .submit-section {
    flex-direction: column;
    align-items: stretch;
  }
  
  .configurations__form-wrapper .privacy-checkbox {
    max-width: 100%;
  }
  
  .configurations__form-wrapper input[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .configurations {
    display: none;
  }
  
  .configurations__container {
    gap: 30px;
  }
  
  .configurations__main {
    min-height: 500px;
    padding: 20px;
  }
  
  .configurations__title {
    font-size: 24px;
    line-height: 30px;
    padding: 4px 0;
  }
  
  .configurations__description {
    font-size: 14px;
    line-height: 20px;
  }
  
  .configurations__feature-text {
    font-size: 13px;
    line-height: 16px;
  }
  
  .configurations__button {
    width: 100%;
    max-width: 300px;
  }
  
  .configurations__types {
    flex-direction: column;
    gap: 20px;
  }
  
  .configurations__type {
    width: 100%;
    min-height: 300px;
  }
  
  .configurations__type-content {
    gap: 30px;
    height: auto;
    padding: 20px 0;
  }
  
  .configurations__type-title {
    font-size: 16px;
    line-height: 26px;
  }
  
  .configurations__type-image {
    width: 100%;
    height: 200px;
  }
  
  .configurations__type-image img {
    width: 100%;
    height: 200px;
    max-width: 350px;
  }
  
  /* Form responsive styles */
  .configurations__form-wrapper form {
    gap: 24px;
  }
  
  .configurations__form-wrapper .form-section-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  
  .configurations__form-wrapper .power-options {
    gap: 12px;
  }
  
  .configurations__form-wrapper .power-options .wpcf7-list-item-label {
    padding: 2px 16px;
    font-size: 14px;
    line-height: 22px;
  }
  
  .configurations__form-wrapper .power-custom-input {
    min-width: 150px;
    font-size: 14px;
  }
  
  .configurations__form-wrapper .equipment-options {
    gap: 16px;
  }
  
  .configurations__form-wrapper .equipment-options .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 22px;
  }
  
  .configurations__form-wrapper .description-field {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  
  .configurations__form-wrapper textarea {
    font-size: 13px;
    width: 100%;
    transition: all 0.3s ease;
  }
  
  .configurations__form-wrapper .file-upload-wrapper span {
    font-size: 13px;
  }
  
  .configurations__form-wrapper .contact-fields {
    flex-direction: column;
    gap: 12px;
  }
  
  .configurations__form-wrapper .contact-fields input[type="text"],
  .configurations__form-wrapper .contact-fields input[type="tel"],
  .configurations__form-wrapper .contact-fields input[type="email"] {
    width: 100%;
    font-size: 13px;
  }
  
  .configurations__form-wrapper .submit-section {
    flex-direction: column;
    gap: 16px;
  }
  
  .configurations__form-wrapper .privacy-checkbox {
    max-width: 100%;
  }
  
  .configurations__form-wrapper .privacy-checkbox .wpcf7-list-item-label {
    font-size: 11px;
    line-height: 17px;
  }
  
  .configurations__form-wrapper input[type="submit"] {
    width: 100%;
    max-width: 100%;
    padding: 5px 30px;
    font-size: 13px;
  }
}

/* === FUEL TYPES === */
.fuel-types {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.fuel-types__container {
  width: 100%;
  position: relative;
}

.fuel-types__header {
  padding: 0px 0px 36px 0px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.fuel-types__title {
  color: #0c121d;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.fuel-types__content {
  width: 100%;
}

.fuel-types__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.fuel-types__item {
  background: #eff1fb;
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fuel-types__item-header {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.fuel-types__item-image {
  flex-shrink: 0;
  width: 191px;
  height: 191px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fuel-types__item-image img {
  width: 191px;
  height: 191px;
  object-fit: cover;
  aspect-ratio: 1;
}

.fuel-types__item-title {
  color: #0c121d;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fuel-types__item-description {
  text-align: center;
  font-family: "GolosText", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive styles */
@media (max-width: 1490px) {
  .fuel-types {
    padding: 50px 20px;
  }
  
  .fuel-types__list {
    width: 100%;
    gap: 14px;
  }
  
  .fuel-types__item {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .fuel-types {
    padding: 45px 0;
  }
  
  .fuel-types__list {
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: auto;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .fuel-types__list::-webkit-scrollbar {
    display: none;
  }
  
  .fuel-types__item {
    width: 100%;
    max-width: 335px;
  }
}

@media (max-width: 767px) {
  .fuel-types {
    padding: 35px 0;
    overflow-x: hidden;
  }
  
  .fuel-types__header {
    padding-bottom: 30px;
  }
  
  .fuel-types__title {
    font-size: 22px;
    line-height: 26px;
  }
  
  .fuel-types__list {
    margin: 0 -10px;
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: 100vw;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .fuel-types__list::-webkit-scrollbar {
    display: none;
  }
  
  .fuel-types__item {
    margin-left: 0;
    width: 100%;
    max-width: 310px;
    height: auto;
    min-height: 310px;
    padding: 24px;
  }
  
  .fuel-types__item-title {
    font-size: 18px;
    line-height: 24px;
    height: auto;
    min-height: 24px;
  }
  
  .fuel-types__item-description {
    font-size: 12px;
    line-height: 19px;
  }
}