.mt-2 {
  margin-top: 20px;
}


.mt-4 {
  margin-top: 40px;
}
.mt-6 {
  margin-top: 60px;
}


body.new-index .drag-block.container {
  border-top: 0;
}

body.new-index .index-new .banners-big .slides .text .inner {
  padding-left: 20px;
}

body.new-index .index-new .banners-big .slides .title {
  padding: 40px 0 17px 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}
body.new-index .index-new .banners-big .slides h1 {
  margin: 0;
}
body.new-index .index-new .banners-big .slides h1.title span {
  color: #ff6d00;
}

body.new-index .index-new .banners-big .slides .bigbanner-descr {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}


body.new-index .index-new .bonus-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

body.new-index .index-new .bonus-box .bonus-box--item {
  display: flex;
  margin: 10px;
}
body.new-index .index-new .bonus-box--item span {
  font-size: 15px;
}
body.new-index .index-new .bonus-box--item span i {
  font-size: 44px;
  color: #ff6d00;
  margin-right: 10px;
}
.item-views.blocks h2, .item-views.blocks h2.title {
  padding: 0 0 34px;
  margin: 0;
  font-size: 2em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  /* letter-spacing: 0.025em; */
}
.item-views.blocks h2.line:after {
    background: #ff6d00;
}

.item-views.blocks h2.line:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50px;
    background: #ff6d00;
    height: 3px;
}


.btn.btn-default {
  border-radius: 4px;
}
body.new-index .index-new .produsction-page--buttons .white2--border {
  border: 1px solid #ff6d00;
  color: #ff6d00;
}
body.new-index .index-new .produsction-page--buttons .white2--border:hover {
  color: #fff;
}




@media (max-width: 767px) {
 body.new-index .banners-big.long-banner.view_1 .flexslider,
 body.new-index .banners-big.long-banner.view_1 .slides,
 body.new-index .banners-big.long-banner.view_1 .slides > li {
    height: auto;
  }
  
  
  body.new-index .index-new .mob-zindex {
    z-index: 100;
    padding: 10px 0;
  }
  body.new-index .index-new .banners-big .slides h1.title {
    padding: 0;
    font-size: 32px;
    color: #ff6d00;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body.new-index.all_title_2 .banners-big .slides .title {
        font-weight: 500;
        position: relative;
        z-index: 99;
        /* text-shadow: 0px 0px 9px #fff; */
        padding: 5px 10px;
        left: 0;
        bottom: 0;
        color: #fff;
        /* color: #222; */
        background-color: transparent;
        /* backdrop-filter: blur(4px); */
    }
  body.new-index .index-new .banners-big .slides .bigbanner-descr {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  body.new-index .index-new .bonus-box--item span i {
    font-size: 36px;
    color: #ff6d00;
    margin-right: 10px;
  }
  body.new-index .index-new .bonus-box--item span {
    font-size: 13px;
  }
  body.new-index .index-new .produsction-page--buttons {
    display: flex;
    flex-direction: column;
    margin-top: 170px;
  }
  body.new-index .index-new .produsction-page--buttons .prod-btn {
    width: 94%;
  }
  div.flexslider [class*="col-md-"] img.plaxy {
        display: inline;
        width: 100%;
        position: absolute;
        left: 0;
        top: -336px;
    }
    
    
  body.new-index .index-new .item-views.blocks h2,
  body.new-index .index-new .item-views.blocks h2.title {
    padding: 0 0 20px;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    /* letter-spacing: 0.025em; */
  }
}

@media (max-width: 375px) {
   body.new-index .index-new .bonus-box--item span i {
      font-size: 28px;
    }
}







.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row-flex > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

/* Карточка */
.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.service-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Картинка фиксированной высоты */
.service-card__image-wrap {
    width: 100%;
    height: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.service-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Тело карточки */
.service-card__body {
    padding: 25px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

body.new-index h3.service-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px;
}

.service-card__text {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.service-card__link {
    color: #f57c1f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-card__link:hover,
.service-card__link:focus {
    color: #d96612;
    text-decoration: none;
}

.service-card__link svg {
    margin-left: 8px;
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}

.service-card__link:hover svg {
    margin-left: 14px;
}

/* Fallback для старых браузеров — IE9 и т.п. */
@media (max-width: 767px) {
    .row-flex > [class*='col-'] {
        margin-bottom: 20px;
    }
}


/* блок со статистикой */

.stats-block {
    background-color: #fbfaf8;
    border: 1px #e0dbd7 solid;
    border-radius: 22px;
    padding: 20px 30px;
}

.stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 220px;
    padding: 10px 15px;
}

.stat-item__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fde4cf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.stat-item__icon svg {
    width: 40px;
    height: 40px;
    color: #f57c1f;
}

.stat-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stat-item__value {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    line-height: 1.2;
    margin-bottom: 4px;
}

.stat-item__label {
    font-size: 14px;
    color: #555;
    line-height: 1.3;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background-color: #e8d5c4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .stats-block {
        border-radius: 40px;
        padding: 25px 30px;
    }

    .stat-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .stat-divider {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        padding: 20px 0;
    }

    .stats-block {
        border-radius: 30px;
        padding: 20px 15px;
    }

    .stat-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 12px 10px;
    }

    .stat-item__icon {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .stat-item__icon svg {
        width: 32px;
        height: 32px;
    }

    .stat-item__value {
        font-size: 22px;
    }

    .stat-item__label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .stats-block {
        border-radius: 20px;
    }
    .stats-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-end;
      align-content: center;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .stat-item__label {
        font-size: 18px;
    }
}


/* промо блок производства */


.promo-block {
    background: -webkit-linear-gradient(left, #f0eff4 0%, #fdfcfd 50%, #f9f7f8 100%);
    background: -o-linear-gradient(left, #f0eff4 0%, #fdfcfd 50%, #f9f7f8 100%);
    background: linear-gradient(to right, #f0eff4 0%, #fdfcfd 50%, #f9f7f8 100%);
    overflow: hidden;
    position: relative;
    min-height: 240px;
}

.promo-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 240px;
}

.promo-block__content {
    padding: 35px 30px 35px 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 44%;
    max-width: 44%;
}
/* .promo-block__content {
    padding: 35px 30px 35px 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
} */

.promo-block__title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    line-height: 1.25;
    margin: 0 0 18px;
}

.promo-block__text {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 1.5;
    margin: 0 0 25px;
}

.promo-block__btn {
    display: inline-block;
    background-color: #ff6d00;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.promo-block__btn:hover,
.promo-block__btn:focus {
    background-color: #d96612;
    color: #fff;
    text-decoration: none;
}

.promo-block__features {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 35px 30px;
}

.features-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

.feature-item__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ff6d00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.feature-item__icon svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.feature-item__text {
    font-size: 19px;
    color: #222;
    line-height: 1.3;
    font-weight: 400;
}

.promo-block__image-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}

.promo-block__image {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
}

@media (max-width: 1366px) {
  .promo-block__content {
    padding: 35px 30px 35px 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
  
}


@media (max-width: 1199px) {
    .promo-block__content {
        padding: 30px 20px 30px 40px;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }
    

    .promo-block__title {
        font-size: 22px;
    }

    .feature-item__text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .promo-block__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .promo-block__content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 30px 20px 30px 30px;
    }

    .promo-block__features {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 30px 20px;
    }

    .promo-block__image-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 200px;
        margin-top: 0;
    }

    .promo-block__image {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .promo-block {
        border-radius: 10px;
    }

    .promo-block__inner {
        display: block;
    }

    .promo-block__content,
    .promo-block__features,
    .promo-block__image-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 20px;
    }

    .promo-block__title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .promo-block__text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .promo-block__btn {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }

    .features-grid {
        margin: -8px;
    }

    .feature-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px;
    }

    .promo-block__image-wrap {
        height: 180px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .promo-block__title {
        font-size: 26px;
    }
    .promo-block__text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .promo-block__image-wrap {
        height: 260px;
    }
    .feature-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px;
    }
    
}



/* блок наши клиенты */


.clients-section {
    padding: 40px 0;
    overflow: hidden;
}

.clients-section__header {
    text-align: center;
    margin-bottom: 50px;
}

.clients-section__title {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}

.clients-section__title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #f57c1f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ==================== СЛАЙДЕР ==================== */
.clients-slider {
    margin: 0;
    visibility: hidden;
    max-width: 100%;
    overflow: hidden;
}



.clients-slider.slick-initialized {
    visibility: visible;
}

.clients-slider .slick-list {
    overflow: hidden;
    max-width: 100%;
}

.clients-slider__item {
    padding: 0 25px;
    height: 120px;
    max-width: 80%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
}

.clients-slider__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clients-slider__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* ==================== СТРЕЛКИ SLICK ==================== */
/*.clients-slider .slick-prev,
.clients-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
}

.clients-slider .slick-prev {
    left: -5px;
}

.clients-slider .slick-next {
    right: -5px;
}

.clients-slider .slick-prev:before,
.clients-slider .slick-next:before {
    font-size: 30px;
    color: #f57c1f;
    opacity: 0.8;
}

.clients-slider .slick-prev:hover:before,
.clients-slider .slick-next:hover:before {
    opacity: 1;
}*/

/* ==================== ТОЧКИ (DOTS) ==================== */
.clients-slider .slick-dots {
    bottom: -35px;
}

.clients-slider .slick-dots li button:before {
    font-size: 10px;
    color: #ccc;
    opacity: 1;
}

.clients-slider .slick-dots li.slick-active button:before {
    color: #f57c1f;
    opacity: 1;
}

/* ==================== АДАПТИВ ==================== */
/
@media (max-width: 991px) {
    .clients-section {
        padding: 30px 0;
    }

    .clients-section__title {
        font-size: 24px;
    }

    .clients-section__header {
        margin-bottom: 35px;
    }

    .clients-slider__item {
        height: 100px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    body {
        padding: 20px 0;
    }

    .clients-section {
        padding: 20px 0;
    }

    .clients-section__title {
        font-size: 20px;
    }

    .clients-section__title:after {
        width: 60px;
        height: 2px;
    }

    .clients-section__header {
        margin-bottom: 25px;
    }

    .clients-slider__item {
        height: 80px;
        padding: 0 10px;
    }

    .clients-slider .slick-prev,
    .clients-slider .slick-next {
        display: none !important;
    }
}


/* блок как мы работаем */

.how-we-work {
    padding: 60px 0;
}

.how-we-work__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.how-we-work__title span {
    color: #FF6D00;
    font-weight: 400;
    margin: 0 10px;
}

.steps-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.step {
    position: relative;
    text-align: center;
    padding: 0 15px;
    flex: 1;
    min-width: 0;
}

.step__icon-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgb(255 109 0 / 9%) 0%, rgb(255 109 0 / 9%) 70%);
    border-radius: 50%;
}

.step__icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step__icon svg {
    width: 100%;
    height: 100%;
}

.step__number {
    position: absolute;
    top: 5px;
    left: 20%;
    transform: translateX(-30px);
    width: 38px;
    height: 38px;
    background: #FF6D00;
    color: #fff;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.step__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.step__desc {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin: 0;
}

body.new-index .body ul li:before {
      background: transparent;
}

/* Пунктирная стрелка между шагами */
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 60px;
    right: -30px;
    width: 60px;
    height: 2px;
    background-image: linear-gradient(to right, #FFB380 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.step:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 56px;
    right: -32px;
    width: 0;
    height: 0;
    border-left: 8px solid #FFB380;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 1;
}

@media (max-width: 991px) {
    .step {
        flex: 0 0 33.333%;
        margin-bottom: 40px;
    }
    .step:not(:last-child)::after,
    .step:not(:last-child)::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .how-we-work {
        padding: 40px 0;
    }
    .how-we-work__title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .step {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    .step__icon-wrap {
        width: 100px;
        height: 100px;
    }
    .step__icon {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 480px) {
    .step {
        flex: 0 0 50%;
    }
}


/* cta блок */



/* ======== БЛОК CTA ======== */
.cta-block {
    background: #3a3d42;
    border-radius: 12px;
    padding: 35px 50px;
    color: #fff;
}

.cta-block__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

/* Левая часть — текст */
.cta-block__info {
    flex: 1 1 40%;
    padding: 0 10px;
    min-width: 280px;
}

.cta-block__title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.3;
}

.cta-block__subtitle {
    font-size: 14px;
    color: #cfcfcf;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

/* Правая часть — форма */
.cta-block__form {
    flex: 1 1 60%;
    padding: 0 10px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-block__field {
    flex: 1 1 0;
    min-width: 160px;
}

.cta-block__input {
    width: 100%;
    height: 52px;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
    transition: box-shadow .2s ease;
}

.cta-block__input::placeholder {
    color: #b5b5b5;
    font-weight: 400;
}

.cta-block__input:focus {
    box-shadow: 0 0 0 2px rgba(255, 109, 0, 0.4);
}

.cta-block__btn-wrap {
    flex: 0 0 auto;
}

.cta-block__btn {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 32px;
    background: #FF6D00;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s ease, transform .1s ease;
    white-space: nowrap;
}

.cta-block__btn:hover,
.cta-block__btn:focus {
    background: #e66200;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.cta-block__btn:active {
    transform: translateY(1px);
}

@media (max-width: 991px) {
    .cta-block {
        padding: 30px 30px;
    }
    .cta-block__info {
        flex: 1 1 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .cta-block__form {
        flex: 1 1 100%;
    }
    .cta-block__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .cta-block {
        padding: 25px 20px;
        border-radius: 10px;
    }
    .cta-block__title {
        font-size: 18px;
    }
    .cta-block__subtitle {
        font-size: 13px;
    }
    .cta-block__form {
        flex-direction: column;
        gap: 10px;
    }
    .cta-block__field,
    .cta-block__btn-wrap {
        flex: 1 1 100%;
        width: 100%;
    }
    .cta-block__btn {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .cta-block__input {
        height: 48px;
    }
    .cta-block__btn {
        height: 48px;
        line-height: 48px;
    }
}

