/* Основные стили */
:root {
  --primary-color: #42406C;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: #F7F7F7;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

/* Стили для строки */
.row {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0;
}

/* Стили для блока услуг */
.service-block {
  background-color: #F7F7F7;
  position: relative;
  overflow: visible;
}

.block_1-service {
  margin-top: 6%;
  position: relative;
  z-index: 3;
}

.service-content {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.text-content {
  flex: 1;
  max-width: 50%;
  padding-right: 40px;
  position: relative;
  z-index: 3;
}

.image-content {
  position: static;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  z-index: auto;
  right: 8%;
  max-width: 40%;
}

.service-image {
  position: absolute;
  right: -320px;
  left: auto;
  width: 1049px;
  height: 791px;
  object-fit: contain;
  display: block;
  margin: 0;
  z-index: 0;
}
.col-lg-6 .block_1-service{
  width: 100%;
}
.service-title {
  margin-bottom: 40px;
  color: #000;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  width: 100%;
}

.service-badge {
  width: auto;
  height: 1.2em;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  top: -0.2em;
}

.service-subtitle {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #000;
}

.service-description {
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #240B0B;
}

/* Стили для кнопок */
.btn-primary {
  background-color: #FF0000;
  border-color: #FF0000;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  margin-bottom: 120px;
  transition: all 0.3s ease;
  border-radius: 8px;
  color: white;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #FF00FF, #FF0000, #FFA203);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Стили для блока преимуществ */
.benefits-container {
  width: 100%;
  position: relative;
  margin-top: 0px;
  z-index: 2;
}

.benefits-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.benefit-card {
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  padding: 20px;
  background: rgba(211, 209, 223, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.benefit-text {
  margin: 0;
  color: #000;
  font-size: 1.0rem;
  font-weight: 500;
}

.benefit-icon img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 15px;
  flex-shrink: 0;
}



/* Стили для карусели */
.features-carousel-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 48%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  padding: 80px 0;
}

.features-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 20px;
}

.features-slider::-webkit-scrollbar {
  display: none;
}

.feature-item {
  position: relative;
  width: 515px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 auto;
  padding: 20px;
}

.feature-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Стили для видео */
.demo-text {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.demo-block .section-title{
  margin-top: 120px;
  margin-bottom: 40px;
}
.demo-video {
  display: flex;
  justify-content: space-evenly;
}

.video-presentation-block {
  padding: 80px 0;
  background-color: #f7f7f7;
  text-align: center;
}

.video-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
  color: #000;
}

.video-wrapper {
  display: flex;
  justify-content: center;
}

.video-container {
  width: 930px;
  height: 524px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #000;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Стили для вкладок */
.features-tabs {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.section-title {
  font-size: 54px;
  text-align: center;
  color: #000000;
  margin: 40px 0;
	font-family: TT Norms Pro Medium;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  
  width: 646px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F3;
  border-radius: 100px;
  padding: 10px;
}

.tab-button {
  padding: 15px 0;
  background: #F0F0F3;
  border: none;
  border-radius: 100px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #42406C;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 210px;
  text-align: center;
}

.tab-button:hover {
  background: #E0E0E3;
}

.tab-button.active {
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tab-content {
  position: relative;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Стили для карточек */
.top-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.bottom-row {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.feature-card {
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: calc(33% - 0px);
  min-width: 290px;
  height: 370px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.large-feature-card {
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: calc(50% - 10px);
  min-width: 446px;
  height: 370px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.feature-card:hover, .large-feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h3{
  color: white;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}

.large-feature-card h3 {
  color: white;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}

/* Стили для заголовка h3 во 2-й карточке (верхний ряд) */
.top-row .feature-card:nth-child(2) h3 {
  width: 290px;
}

/* Стили для описания в карточках */
.large-feature-card .feature-description {
  position: relative;
  width: calc(100% - 60px);
  top: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
}

/* Стили для сравнения */
.comparison-container {

}
.border-cards{
  margin-top: 80px;
}
.order-comparison {
  grid-template-rows: auto auto auto auto;
  gap: 15px;
  background: rgba(255, 255, 255, 1);
  padding: 40px;
  border-radius: 20px;
}

.order-comparison.active {
  background: rgba(15, 23, 42, 1);
}

.comparison-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.header-row .comparison-cell {
  padding: 20px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.comparison-title {
  margin: 0;
  color: #0F172A;
  text-align: left;
  font-family: TT Norms Pro Medium;
  font-size: 36px; 
}

.order-comparison.active .comparison-title {
  color: rgba(248, 250, 252, 1);
  font-size: 36px;
}

.comparison-title.inactive {
  opacity: 0.3;
}

.order-comparison.active .comparison-title.inactive {
  opacity: 0.3;
}

.header-row .comparison-cell:last-child .comparison-title {
  text-align: right;
  min-width: 100%;
}

.header-row .comparison-cell:first-child .comparison-title {
  text-align: left;
  
}

/* Стили для слайдера */
.slider-cell {
  padding: 0;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 403px;
  height: 57px;
  margin: 0 auto;
}

.slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to right, rgba(15, 23, 42, 1), rgba(100, 116, 139, 1));
  border-radius: 4px;
  transform: translateY(-50%);
}

.order-comparison.active .slider-track {
  background: linear-gradient(to right, rgba(255, 162, 3, 1), rgba(255, 0, 0, 1), rgba(255, 0, 255, 1));
}

.slider-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.sad-emoji, .happy-emoji {
  position: absolute;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}

.sad-emoji {
  left: 10px;
}

.happy-emoji {
  right: 10px;
}

.sad-content {
  display: block;
}

.happy-content {
  display: none;
}

.order-comparison.active .sad-content {
  display: none;
}

.order-comparison.active .happy-content {
  display: block;
}

.happy-content .comparison-row:not(.with-bg) {
  display: grid;
  gap: 47px;
  margin-bottom: 20px;
}

.happy-content .comparison-row:not(.with-bg) .comparison-cell {
  align-items: center;
  padding: 0;
}

.happy-content .comparison-cell.empty-cell {
    padding: 0;
}

.happy-content .comparison-row.with-bg {
  display: flex;
  justify-content: center;
  gap: 0;
  height: 210px;
  margin: 20px 0;
}

.happy-content .comparison-row.with-bg .comparison-cell {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.happy-content .comparison-row.with-bg .comparison-cell.bg-cell {
  background-image: url('img/background-line.png');
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto 100%;
}

.happy-content .step-card {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 400px;
  height: 130px;
  padding: 15px;
  gap: 15px;
  align-items: center;
  box-sizing: border-box;
}

.happy-content .step-card:hover {
  transform: translateY(-5px);
}

.happy-content .step-number {
  background: #F0F0F3;
  color: #000000;
}

.happy-content .step-text {
  color: #000000;
  font-weight: 500;
}

.happy-content .step-text strong {
  color: #FF4D4D;
}

.happy-content .step-card img {
  margin-left: auto;
}

/* Стили для карточек шагов */
.step-card, .special-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}

.special-card {
  height: 130px;
  border-radius: 24px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #F0F0F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.step-text {
  width: 191px;
  font-size: 14px;
  line-height: 1.4;
}

.step-icon {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

/* Стили для фона */
.with-bg {
  position: relative;
}

.bg-cell {
  background-image: url('img/background-line.png');
  background-repeat: repeat-y;
  background-position: left center;
  background-size: auto 100%;
}

.order-comparison.active .bg-cell {
  background-position: center;
}

.empty-cell {
  background: transparent;
}

/* Стили для маршрута */
.route-sectionw {
  background-color: #F7F7F7;
  margin: 80px 0;
}

.route-section::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 1320px;
  height: 1265px;
  background: #FFFFFF;
  border-radius: 20px;
  z-index: 1;
}

.route-content-wrapper {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 80px;
  justify-self: center;
  flex-direction: column;
  align-items: center;
}

/* Стили для заголовков */
.main-title {
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  text-align: center;
  padding-bottom: 40px;
  color: #0F172A;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0;
}

/* Стили для строк маршрута */
.route-new-top-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-self: center;
  padding: 0px;
  gap: 20px;
  margin: 20px 0 ;
  width: 100%;
  height: 319px ;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.route-new-top-row .route-item.green-bg p,
.route-new-top-row .route-item:nth-child(2) p,
.route-new-middle-row .route-item:nth-child(1) p,  
.route-new-middle-row .route-item:nth-child(2) p,
.route-new-bottom-row .route-item.dark-bg p
{
  font-size:24px;
  padding-top: 20px;
  width: 100%;
}

.route-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
}

.route-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  gap: 20px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}

.route-header h2 {
  width: 224px;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}

.route-item p {
  font-family: 'TT Norms Pro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  z-index: 1;
  margin: 0;
}

/* Стили для карточек маршрута */
.route-item.green-bg {
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 46px 40px;
  gap: 20px;
  isolation: isolate;
  width: calc(40.833%);
  max-width: 490px;
  height: 319px;
  background: linear-gradient(266.11deg, #E8F2CB 6.37%, #D5F5F5 93.63%);
  border-radius: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.route-new-top-row .route-item:nth-child(1) p {
  width: 80%;
  max-width: 410px;
}
.route-new-top-row .route-item:nth-child(1) .route-icon {
  position: absolute;
  width: 162px;
  height: 169px;
  right: 7px;
  bottom: 0px;
  left: auto;
  top: auto;
  z-index: 2;
  transform: scale(1);
}

.route-new-top-row .route-item:nth-child(2) {
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 46px 40px;
  gap: 20px;
  isolation: isolate;
  width: calc(57.5%);
  max-width: 690px;
  height: auto;
  background: #F2F3F5;
  border-radius: 24px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
}

.route-new-top-row .route-item:nth-child(2) .route-icon {
  position: absolute;
  width: 212px;
  height: 222px;
  right: 25px;
  bottom: 9px;
  left: auto;
  top: auto;
  background-size: cover;
  z-index: 2;
  transform: scale(1);
}

.route-new-top-row .route-item:nth-child(2) .route-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 610px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  z-index: 0;
}

.route-new-top-row .route-item:nth-child(2) .route-header h2 {
  width: 228px;
  font-family: 'TT Norms Pro Medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0;
}

.route-new-top-row .route-item:nth-child(2) p {
  max-width: 610px;
  width: 70%;
  font-family: 'TT Norms Pro Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  z-index: 1;
}

/* Стили для среднего ряда */
.route-new-middle-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-self: center;
  padding: 0px;
  gap: 20px;
  margin: 20px 0 ;
  width: 100%;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.route-new-middle-row .route-item:nth-child(1) {
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 46px 40px;
  gap: 20px;
  isolation: isolate;
  width: calc(49.166%);
  max-width: 590px;
  height: 328px;
  background: #F2F3F5;
  border-radius: 24px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.route-new-middle-row .route-item:nth-child(1) .route-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 510px;
  height: 50px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.route-new-middle-row .route-item:nth-child(1) .route-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  gap: 20px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}

.route-new-middle-row .route-item:nth-child(1) .route-header h2 {
  width: 200px;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0;
}

.route-new-middle-row .route-item:nth-child(1) p {
  max-width: 370px;
  width: 70%;
  font-size: 24px;
  margin-top: 0;
}

.route-new-middle-row .route-item:nth-child(1) .route-icon {
  position: absolute;
  width: 202px;
  height: 207px;
  right: 21px;
  bottom: 0px;
  left: auto;
  top: auto;
  z-index: 2;
  transform: scale(1);
}

.route-new-middle-row .route-item:nth-child(2) {
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 46px 40px;
  gap: 20px;
  isolation: isolate;
  width: calc(49.166%);
  max-width: 590px;
  height: 419px;
  background: #F2F3F5;
  border-radius: 24px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  z-index: 1;
}

.route-new-middle-row .route-item:nth-child(2) .route-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 510px;
  height: 50px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.route-new-middle-row .route-item:nth-child(2) .route-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  gap: 20px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}

.route-new-middle-row .route-item:nth-child(2) .route-header h2 {
  width: 327px;
  height: 45px;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.route-new-middle-row .route-item:nth-child(2) p {
  width: 70%;
  font-size: 24px;
  margin-top: 0;
}

.route-new-middle-row .route-item:nth-child(2) .route-icon {
  position: absolute;
  width: 270px;
  height: 273px;
  right: 15px;
  bottom: 4px;
  left: auto;
  top: auto;
  z-index: 2;
  transform: scale(1);
}

/* Стили для нижнего ряда */
.route-new-bottom-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-self: center;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 237px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.route-new-bottom-row .route-item.dark-bg {
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 46px 40px;
  gap: 20px;
  isolation: isolate;
  width: calc(49.166%);
  max-width: 590px;
  height: 328px;
  top: -91px;
  background: linear-gradient(180deg, #0F172A 0%, #64748B 100%);
  border-radius: 24px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.route-new-bottom-row .route-item.dark-bg .route-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 510px;
  height: 50px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.route-new-bottom-row .route-item.dark-bg .route-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  gap: 20px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}

.route-new-bottom-row .route-item.dark-bg .route-header h2 {
  width: auto;
  height: 45px;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #F8FAFC;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.route-new-bottom-row .route-item.dark-bg p {
  height: 68px;
  max-width: 400px;
  width: 70%;
  font-family: 'TT Norms Pro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F8FAFC;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  z-index: 1;
}

.route-new-bottom-row .route-item.dark-bg .ellipse-bg {
  position: absolute;
  width: 196.62px;
  height: 59.79px;
  right: 21.51px;
  bottom: 20.56px;
  left: auto;
  top: auto;
  background: rgba(24, 33, 52, 0.5);
  filter: blur(4.45px);
  transform: rotate(4.05deg);
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
}

.route-new-bottom-row .route-item.dark-bg .route-icon {
  position: absolute;
  width: 262.17px;
  height: 214px;
  right: 6.83px;
  bottom: 9px;
  left: auto;
  top: auto;
  flex: none;
  order: 3;
  flex-grow: 0;
  z-index: 3;
  transform: scale(1);
}

/* Стили для CTA секции */
.route-new-bottom-row .cta-section {
  
}

.cta-section {
  position: relative;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex: none;
  order: 1;
  flex-grow: 1;
  left: 40px;
  top: 41px;
}

.cta-section h2 {
  width: 400px;
  height: auto;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #000000;
  margin: 0;
}

.cta-section .start-button {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 12px 48px;
  gap: 8px;
  background: #FF0000;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

.start-button:hover {
  background-color: #E60000;
}


.carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.carousel-control-prev, .carousel-control-next {
  width: 40px;
  height: var(--promo-card-height, 416px);
  min-height: 40px;
  max-height: 416px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.carousel-arrow {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.carousel-arrow:hover {
  background-color: #42406C;
  color: white;
}

.often_questions {
  padding: 80px 0;
}

.demo-title{
  justify-self: center;
}

.comparison-cell {
  min-width: 0;
  flex: 1 1 0;
}
.step-card, .special-card {
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.features-slider-mobile {
  display: none;
}
.promo-carousel-wrapper{
  margin-bottom: 40px;
}
.promo-card {
  width: 100%;
  height: auto;
  aspect-ratio: 3.2 / 1;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 0;
}

footer,
header{
  background: #F6F6F8;
  padding: 25px 0;
}
.header_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.foot_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  
}
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.foot_row .logo,
.header_wrap .logo {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
}
.header_wrap .logo img,
.foot_row .logo img {
  height: 40px;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;

}
.header_menu,
.foot_row .footer_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0;
}
.header_menu a,
.foot_row .footer_menu a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.foot_row .logo .mob_logo {
  display: none;
}
.foot_row .social_row {
  display: none !important;
}
.foot_politics_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #B6B6B7;
}

.foot_politics_row a {
  color: #B6B6B7;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}


@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
  }

  .route-sectionw {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .demo-title{
    margin: 0 0 40px;
  }
  .border-cards{
    margin-top: 50px;
  }
  .service-title {
    width: 700px;
  }

  .service-block {
    padding: 0;
    overflow: hidden;
  }
  .demo-text{
    margin-top: 50px;
  }

  .service-image {
    right: -380px;
    top: 0;
  }
  .features-carousel-wrapper{
    padding: 40px 0;
  }

  .benefit-text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    text-align: left;
    padding: 0;
  }

  .benefit-card:nth-child(2) .benefit-text {
    width: 300px;
  }

  .features-tabs .feature-description{
    visibility: hidden;
  }

  .route-section::before {
    width: 960px;
    height: 944px;
    border-radius: 20px;
  }

  .main-title{
    font-size: 48px;
  }

  .route-new-top-row{
    width: 100%;
    height: 190px;
  }

  .route-new-middle-row {
    width:100%;
  }

  .route-new-bottom-row {
    width: 100%;
    height: 127px;
  }

  /* 01 02*/
  .route-new-top-row .route-item.green-bg,  
  .route-new-top-row .route-item:nth-child(2){
    position: relative;
    width: calc(50%); 
    max-width: 438px;
    height: 190px;
  }
  /* Основные параметры третьей карточки */
  .route-new-middle-row .route-item:nth-child(1) {
    position: relative;
    width: calc(45,70%);
    height: 218px;
  }
  /* Основные параметры четвертой карточки */
  .route-new-middle-row .route-item:nth-child(2) {
    position: relative;
    width: calc(39.99%); 
    height: 353px;
  }

  .route-new-bottom-row .route-item.dark-bg {
    position: relative;
    max-width: 468px;
    height: 260px;
    padding: 24px;
    gap: 20px;
    top: -136px;
  }

  .route-content-wrapper {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 32px;
  box-sizing: border-box;
  }
  /* Контейнер заголовка с номером и текстом */
  .route-new-top-row .route-item.green-bg .route-header,  
  .route-new-top-row .route-item:nth-child(2) .route-header,
  .route-new-middle-row .route-item:nth-child(1) .route-header,
  .route-new-middle-row .route-item:nth-child(2) .route-header {
    width: 390px;
    height: 38px;
    gap: 10px;
  }

  /* Стили для текста заголовка */
  .route-new-top-row .route-item.green-bg .route-header h2,  
  .route-new-top-row .route-item:nth-child(2) .route-header h2,
  .route-new-middle-row .route-item:nth-child(1) .route-header h2,
  .route-new-middle-row .route-item:nth-child(2) .route-header h2, 
  .route-new-bottom-row .route-item.dark-bg .route-header h2 {
    width: 260px;
    height: 34px;
    font-size: 24px;
  }
  
  .route-new-top-row .route-item.green-bg .route-icon img,   
  .route-new-top-row .route-item:nth-child(2) .route-icon img,   
  .route-new-middle-row .route-item:nth-child(1) .route-icon img,   
  .route-new-middle-row .route-item:nth-child(2) .route-icon img, 
  .route-new-bottom-row .route-item.dark-bg .route-icon img {
    width: 100%;
    height: 100%;
  }

  /* Стили для белого квадрата с цифрой */
  .route-new-top-row .route-item.green-bg .route-number,   
  .route-new-top-row .route-item:nth-child(2) .route-number,   
  .route-new-middle-row .route-item:nth-child(1) .route-number,
  .route-new-middle-row .route-item:nth-child(2) .route-number,
  .route-new-bottom-row .route-item.dark-bg .route-number {
    width: 38px;
    height: 38px;
    gap: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    border-radius: 10px;
  }

  /* Стили для описательного текста */
  .route-new-top-row .route-item.green-bg p {
    width: 100%;
    font-size: 16px;
  }

  .route-new-top-row .route-item:nth-child(2) p  {
    width: 100%;
    font-size: 16px;
  }

  .route-new-middle-row .route-item:nth-child(1) p {
    width: 70%;
    font-size: 16px;
    margin-top: 0;
  }
  
  .route-new-middle-row .route-item:nth-child(2) p {
    width: 100%;
    font-size: 16px;
    margin-top: 0;
  }

  .route-new-bottom-row .route-item.dark-bg p {
    width: 70%;
    font-size: 16px;
  }
  /* Стили для иконки справа */
  .route-new-top-row .route-item.green-bg .route-icon {
    position: absolute;
    width: 134px;
    height: 140px;
    right: 16px;
    bottom: 21px;
    z-index: 2;
  }
  /* Стили для иконки справа */
  .route-new-top-row .route-item:nth-child(2) .route-icon {
    position: absolute;
    width: 134px;
    height: 140px;
    right: 7px;
    bottom: 21px;
    z-index: 2;
  }
  /* Стили для иконки справа третьей карточки */
  .route-new-middle-row .route-item:nth-child(1) .route-icon {
    position: absolute;
    width: 166px;
    height: 170px;
    right: 7px;
    bottom: 29px;
    z-index: 2;
  }
  /* Стили для иконки справа четвертой карточки */
  .route-new-middle-row .route-item:nth-child(2) .route-icon {
    position: absolute;
    width: 193px;
    height: 195px;
    right: 24px;
    bottom: 15px;
    z-index: 2;
  }
  .route-new-bottom-row .route-item.dark-bg .route-icon {
    position: absolute;
    width: 207px;
    height: 169px;
    right: 15px;
    bottom: 12px;
    z-index: 2;
  }
  .route-new-bottom-row .route-item.dark-bg .ellipse-bg {
    position: absolute;
    width: 123px;
    height: 37px;
    right: 26px;
    bottom: 21px;
    z-index: 2;
  } 
  .route-new-bottom-row .route-item.dark-bg{
    top: -135px;
  }
  .cta-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 22px;
    left: auto;
    top: -2px;
    gap: 0;
  }
  .cta-section h2 {
    position: relative;
    font-family: TT Norms Pro;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    top: -2px;
  }
  .cta-section .start-button {
    position: relative;
    margin: 0;
    top: 21px;
    padding: 12px 48px;
    width: 254px;
    height: 48px;
    gap: 8px;
    border-radius: 6px;
  }
  .start-button:hover {
    background-color: #E60000;
  }

  /* Стили для карточек */
  .feature-card, .large-feature-card {
    height: 320px;
    position: relative;
  }

  .top-row, .bottom-row {
    height: auto;
    
  }

  /* Адаптивные размеры для обычных карточек */
  .feature-card {
    width: calc(33.333% - 14px);
    min-width: 290px;
  }

  /* Адаптивные размеры для больших карточек */
  .large-feature-card {
    width: calc(50% - 10px);
    min-width: 446px;
  }

  /* Позиционирование текста в верхнем ряду */
  .top-row .feature-card:nth-child(1) h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .top-row .feature-card:nth-child(2) h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    width: 290px;
  }

  .top-row .feature-card:nth-child(3) h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
  }

  /* Позиционирование текста в нижнем ряду */
  .bottom-row .large-feature-card:nth-child(1) h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
  }

  .bottom-row .large-feature-card:nth-child(2) h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
  }

  /* Адаптация отступов для блока с вкладками */
  .features-tabs {
    margin: 0;
    padding: 40px;
  }

  .tab-buttons {
    width: 100%;
    max-width: 646px;
    margin: 0 auto 20px;
  }

  .order-comparison {
    padding: 52px 24px;
  }

  /* Шапка (3 колонки) */
  .comparison-row.header-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }

  /* Заголовок в 3-й колонке */
  .header-row .comparison-cell:last-child .comparison-title {
    width: 100%;
    max-width: 223px;
    text-align: right;
    margin-left: auto;
    min-width: unset;
    grid-column: 3;
  }

  .header-row .comparison-cell:first-child .comparison-title {
    text-align: left;
    max-width: 220px;
    width: 100%;
    margin-right: auto;
  }
  
  .sad-content.comparison-row:not(.header-row) {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 40px;
    
  }

  /* Общие стили для карточек */
  .comparison-cell d-xl-none,
  .comparison-cell {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

 /* Карточка 1 - левая, занимает две строки */
.sad-content .comparison-row:not(.header-row) .comparison-cell:nth-child(1) {
  grid-column: 1;
  margin-right: auto;
  max-width: 400px;
  min-width: 0;
  width: 100%;
}

/* Карточка 2 - правая верхняя */
.sad-content .comparison-row:not(.header-row) .comparison-cell:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  margin-left: auto;
  max-width: 400px;
  min-width: 0;
  width: 100%;
}

/* Карточка 3 - правая нижняя */
.sad-content .comparison-row:not(.header-row) .comparison-cell:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  margin-left: auto;
  max-width: 400px;
  min-width: 0;
  width: 100%;
}

.sad-content .comparison-row.steps-5-6-7 .comparison-cell:nth-child(3) {
  grid-column: 1;
  grid-row: 1;
  margin-right: auto;
  max-width: 400px;
  min-width: 0;
  width: 100%;
  justify-content: flex-start;
}

.sad-content .comparison-row.steps-5-6-7 .comparison-cell:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  margin-left: auto;
  max-width: 400px;
  min-width: 0;
  width: 100%;
}

.sad-content .comparison-row.steps-5-6-7 .comparison-cell:nth-child(1) {
  grid-column: 2;
  grid-row: 2;
  margin-left: auto;
  margin-bottom: 52px;
  max-width: 400px;
  min-width: 0;
  width: 100%;
}

.happy-content .step-card,
.step-card, 
.special-card {
  height: 130px;
}

  .sad-content .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  /* Карточка 04 — первая колонка, вторая строка */
  .sad-content .comparison-row .comparison-cell:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
    max-width: 400px;
    width: 100%;
  }
  /* Карточка 05 — первая колонка, третья строка */
  .sad-content .comparison-row .comparison-cell:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
    max-width: 400px;
    width: 100%;
  }
  /* Карточка 06 — вторая колонка, третья строка */
  .sad-content .comparison-row .comparison-cell:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
    max-width: 400px;;
    width: 100%;
    margin-left: auto;
  }
  /* Карточка 07 — вторая колонка, четвертая строка */
  .sad-content .comparison-row .comparison-cell:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 50px;
  }

  .happy-content .comparison-row.steps-3-4{
    display: none;
  }
  .happy-content .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .happy-content .comparison-row:not(.with-bg) {
    gap: 20px;
  }

  .happy-content .comparison-row .comparison-cell:nth-child(2) { /* 01 */
    grid-column: 1;
    grid-row: 1;
    max-width: 400px;;
    width: 100%;
    margin-right: auto;
  }
  .happy-content .comparison-row .comparison-cell:nth-child(3) { /* 02 */
    grid-column: 2;
    grid-row: 1;
    max-width: 400px;;
    width: 100%;
    margin-left: auto;
    margin-bottom: 110px;
  }
  .happy-content .comparison-row .comparison-cell.d-xl-none:nth-of-type(4) { /* 03 */
    grid-column: 2;
    grid-row: 2;
    max-width: 400px;;
    width: 100%;
    margin-left: auto;
    margin-bottom: 110px;
  }
  .happy-content .comparison-row .comparison-cell.d-xl-none:nth-of-type(5) { /* 04 */
    grid-column: 2;
    grid-row: 3;
    max-width: 400px;;
    width: 100%;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .service-badge{
    margin-left: 10px !important;
		margin-top: 5px !important;
  }
}
@media (min-width: 993px) {
  
  /*.promo-card {
    height: 416px;
    min-height: 416px;
    max-height: 416px;
  }*/
}

@media (max-width: 992px) {
  .service-title {
    margin-bottom: 24px;
  }
  .btn-primary{
    margin-bottom: 52px;
  }
  .service-badge{
    margin-left: 10px !important;
		margin-top: 5px !important;
  }
  .tab-buttons{
    margin-bottom: 40px;
  }
  .service-subtitle {
    font-size: 2.5rem;
  }
  .sad-content .comparison-row.with-bg .comparison-cell.four-cell{
    margin-top: -92px;
  }
  .service-image {
    right: -260px;
    width: 769px;
    height: 569px;
  }


  .service-description {
    margin-bottom: 24px;
  }
  
  .benefits-row {
    flex-wrap: wrap;
  }

  .benefit-icon img{
    width: 44px;
    height: 44px;
  }
  .demo-text{
    margin-top: 20px;
  }
  .video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 930/524;
  }
  .video-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .promo-title {
    font-size: 28px;
  }
    
  .promo-text {
    font-size: 18px;
  }
    
  .promo-percent {
    font-size: 48px;
  }

  .feature-card {
    width: 290px;
  }

  .large-feature-card {
    width: 446px;
  }
  .route-sectionw > .container {
    width: 100%; /* Занимаем всю доступную ширину */
  }
  .route-new-bottom-row,
  .route-new-middle-row,
  .route-new-top-row{
    height: auto;
    display: grid;
  }
  .main-title{
    font-size: 32px;
    padding-bottom: 20px;
  }
   .route-new-top-row .route-item.green-bg,  
  .route-new-top-row .route-item:nth-child(2){
    width: 100%; 
    max-width: 100%;
    min-width: 0;
    height: 190px;
  }
  /* Основные параметры третьей карточки */
  .route-new-middle-row .route-item:nth-child(1) {
    width: 100%; 
    max-width: 100%;
    min-width: 0;
    height: 190px;
  }
  /* Основные параметры четвертой карточки */
  .route-new-middle-row .route-item:nth-child(2) {
    width: 100%; 
    max-width: 100%;
    min-width: 0;
    height: 190px;
  }
  .route-new-bottom-row .route-item.dark-bg {
    width: 100%; 
    max-width: 100%;
    min-width: 0;
    height: 190px;
    top:0;
  }
  /* Стили для иконки справа */
  .route-new-top-row .route-item.green-bg .route-icon {
    width: 134px;
    height: 140px;
    right: 37px;
    bottom: 26px;
  }
  .route-new-top-row .route-item:nth-child(2) .route-icon {
    width: 134px;
    height: 140px;
    right: 37px;
    bottom: 26px;
  }
  .route-new-middle-row .route-item:nth-child(1) .route-icon {
    width: 149px;
    height: 153px;
    right: 31px;
    bottom: 5px;;
  }
  .route-new-middle-row .route-item:nth-child(2) .route-icon {
    position: absolute;
    width: 137px;
    height: 138px;
    right: 32px;
    bottom: 28px;
    z-index: 2;
  }
  .route-new-bottom-row .route-item.dark-bg .route-icon {
    position: absolute;
    width: 164px;
    height: 134px;
    right: 38px;
    bottom: 28px;
    z-index: 2;
  }
  .route-new-bottom-row .route-item.dark-bg{
    top: 0px;
  }
  .cta-section h2{
   display: none;
  }
  .cta-section{
    margin-left: auto;
    margin-right: auto;
  }
  .cta-section .start-button{
    margin-left: auto;
    top: 0px;
  }
  .happy-content .comparison-row .comparison-cell {
    max-width: 330px;
    min-width: 0;
    width: 100%;
  }
  .happy-content .comparison-row:not(.with-bg){
    gap:20px;
    margin: 0;
  }
  .comparison-row.header-row{
    margin-bottom: 34px;
  }
  .sad-content .comparison-row .comparison-cell:nth-child(7){
    margin-bottom: 9px;
  }
  .happy-content .step-card,
.step-card, 
.special-card{
  height: 90px;
}
.order-comparison {
  padding: 39px 20px;
}

.happy-content .comparison-row .comparison-cell:nth-child(3) { /* 02 */
  margin-bottom: 57px;
}
.happy-content .comparison-row .comparison-cell.d-xl-none:nth-of-type(4) { /* 03 */
  margin-bottom: 57px;
}
.happy-content .comparison-row .comparison-cell.d-xl-none:nth-of-type(5) { /* 04 */
  margin-bottom: 2px;
}
.features-tabs .feature-description{
  visibility: visible;
}

.feature-card, .large-feature-card {
  width: 100%;
  max-width: 291px;
  min-width: 0;
  height: 260px;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.features-slider-mobile {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.route-sectionw{
  margin-bottom: 60px;
}
.features-slider-mobile::-webkit-scrollbar {
  display: none;
}
.top-row, .bottom-row {
  display: none !important;
}
.features-slider-mobile .feature-card,
.features-slider-mobile .large-feature-card {
  width: 291px;
  min-width: 291px;
  max-width: 291px;
  height: 260px;
  min-height: 260px;
  max-height: 260px;
  flex: 0 0 auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
  gap: 0 !important;
  text-align: center !important;
}
.cta-section .start-button {
  margin: 0 auto !important;
  left: 0 !important;
  top: 0 !important;
  position: static !important;
  display: block !important;
  float: none !important;
}
.benefits-row .benefit-card:nth-child(3) .benefit-text br {
  display: none;
}
.step-icon {
  width: 44px;
  height: 44px;
}
.features-carousel-wrapper{
  padding: 40px 0;
}
.features-slider{
  gap:10px;
  padding-bottom: 0;
}
.carousel-controls{
  margin-top: 24px;
}
.demo-block{
  margin-top: 20px;
}
.border-cards{
  margin-top: 20px;
}
.route-sectionw{
  margin-top: 20px;
  margin-bottom: 20px;
}
.promo-card {
  aspect-ratio: 3.2/1;
}
.foot_row{
  margin-bottom: 20px;
}
}

/*
.comparison-cell { border: 1px solid red; }
.comparison-row { background: rgba(0,0,255,0.1); }
*/

@media (max-width: 768px) {
  .service-image {
    right: -200px;
    width: 570px;
    height: 429px;
  }
  
  .service-title {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .service-content {
    flex-direction: column;
  }

  .text-content {
    max-width: 100%;
  }

  .benefits-on-image {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
  }

  .service-title img {
    width: 201px;
    height: 49px;
    margin-top: 10px;
  }
  
  .service-subtitle {
    font-size: 1.8rem;
  }
  
  .service-description {
    font-size: 1rem;
  }
  
  .benefits-row {
    flex-direction: column;
    gap: 10px;
  }
  
  .benefit-card {
    width: 100%;
    min-width: 100%;
  }
  
  .feature-description {
    font-size: 1rem;
    padding: 10px;
  }
  
  .carousel-arrow {
    width: 36px;
    height: 36px;
  }
  

  .video-presentation-block {
    padding: 50px 0;
  }
  
  .video-title {
    font-size: 1.8rem;
    padding: 0 15px;
  }


  
  .tab-button {
    padding: 15px 0;
    background: #F0F0F3;
    border: none;
    border-radius: 100px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #42406C;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 210px;
    text-align: center;
  }

  .tab-button:hover {
    background: #E0E0E3;
  }

  .tab-button.active {
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .tab-content {
    position: relative;
  }

  .tab-pane {
    display: none;
  }

  .tab-pane.active {
    display: block;
  }
  
  .feature-card, .large-feature-card {
    width: 291px;
    height: 260px;
    border-radius: 14px;
    padding: 20px;
    gap: 10px;
  }
  .feature-description{
    visibility: visible;
  }
  
  .comparison-row {
    grid-template-columns: 1fr;
  }
  
  .special-card {
    width: 100%;
  }
  
  .slider-wrapper {
    width: 100%;
    max-width: 403px;
  }

  .promo-card {
    text-align: center;
  }
    
  .promo-title {
    font-size: 24px;
  }
    
  .promo-text {
    font-size: 16px;
  }
    
  .promo-code {
    margin-top: 30px;
    padding: 20px;
  }
    
  .promo-percent {
    font-size: 36px;
  }
    
  .carousel-indicators [data-bs-target] {
    width: 40px;
  }

   /* Стили для описательного текста */
   .route-new-top-row .route-item.green-bg p,
   .route-new-top-row .route-item:nth-child(2) p,
   .route-new-middle-row .route-item:nth-child(1) p,
   .route-new-middle-row .route-item:nth-child(2) p,
   .route-new-bottom-row .route-item.dark-bg p {
     width: 60%;
   }
   .benefits-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 0;
    scrollbar-width: none; /* Firefox */
  }
  .benefits-row::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .benefit-card {
    min-width: 220px;
    height: 60px;
    max-width: 220px;
    padding: 20px 14px;
    flex: 0 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .foot_row {
    flex-direction: row;
    gap: 8px;
    height: 48px;
  }
  .foot_row .logo img {
    height: 32px;
  }
  .foot_row .footer_menu {
    gap: 16px;
    font-size: 14px;
  }
  .foot_politics_row {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .foot_politics_row a {
    align-self: auto;
  }
  .foot_row .logo img:not(.mob_logo) {
    display: none;
  }
  .foot_row .logo .mob_logo {
    display: block;
  }
  .foot_politics_row {
    align-items: flex-start;
    gap: 4px;
  }
  .foot_politics_row a {
    align-self: flex-end;
  }
}

@media (max-width: 576px) {
  .route-content-wrapper {
    margin-bottom: 30px;
    padding: 40px 8px;
  }
  .service-image {
    display: none;
  }
  .main-title {
    font-size: 24px;
  }
  .block_1-service{
    margin-top: 0;
  }
  .features-tabs{
    padding: 40px 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .demo-text{
    margin-bottom: 20px;
  }

  /* Стили для текста заголовка h2 в маршруте */
  .route-new-top-row .route-item.green-bg .route-header h2,
  .route-new-top-row .route-item:nth-child(2) .route-header h2,
  .route-new-middle-row .route-item:nth-child(1) .route-header h2,
  .route-new-middle-row .route-item:nth-child(2) .route-header h2,
  .route-new-bottom-row .route-item.dark-bg .route-header h2 {
    font-size: 20px;
  }


  .route-new-top-row .route-item.green-bg p,
  .route-new-top-row .route-item:nth-child(2) p,
  .route-new-middle-row .route-item:nth-child(1) p,
  .route-new-middle-row .route-item:nth-child(2) p,
  .route-new-bottom-row .route-item.dark-bg p {
    width: 70%;
  } 

  /* Расстояние между карточками в маршруте */
  .route-new-top-row,
  .route-new-middle-row,
  .route-new-bottom-row {
    gap: 0px;
    padding: 0;
    margin: 0;
  }

  .route-new-top-row .route-item.green-bg,
  .route-new-top-row .route-item:nth-child(2),
  .route-new-middle-row .route-item:nth-child(1),
  .route-new-middle-row .route-item:nth-child(2)
  {
    margin-bottom: 8px;
    padding: 20px ;
  }
  .route-new-bottom-row .route-item.dark-bg {
    margin-bottom: 20px;
    padding: 20px;
  }
  .cta-section {
    width: 100%;
  }

  .cta-section .start-button {
    padding: 12px 48px;
    gap: 8px;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    box-sizing: border-box;
  }

  /* Стили для иконок в маршрутах */
  .route-new-top-row .route-item.green-bg .route-icon,
  .route-new-top-row .route-item:nth-child(2) .route-icon,
  .route-new-middle-row .route-item:nth-child(1) .route-icon,
  .route-new-middle-row .route-item:nth-child(2) .route-icon,
  .route-new-bottom-row .route-item.dark-bg .route-icon {
    position: absolute;
    right: 16px;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
  }

  /* Размеры для первой картинки */
  .route-new-top-row .route-item.green-bg .route-icon {
    width: 112px;
    height: 118px;
  }

  /* Размеры для второй картинки */
  .route-new-top-row .route-item:nth-child(2) .route-icon {
    width: 112px;
    height: 117px;
  }

  /* Размеры для третьей картинки */
  .route-new-middle-row .route-item:nth-child(1) .route-icon {
    width: 114px;
    height: 117px;
  }

  /* Размеры для четвертой картинки */
  .route-new-middle-row .route-item:nth-child(2) .route-icon {
    width: 111px;
    height: 112px;
  }

  /* Размеры для пятой картинки */
  .route-new-bottom-row .route-item.dark-bg .route-icon {
    width: 124px;
    height: 102px;
  }

  .route-new-bottom-row .route-item.dark-bg .ellipse-bg {
    width: 93px;
    height: 28px;
    right: 23px;
    bottom: 15px;
  }
  .comparison-row{
    display: inline;
  }
  .comparison-cell{
  gap: 20px;
  }
  

  .sad-content .comparison-row,
  .happy-content .comparison-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .sad-content .comparison-cell,
  .happy-content .comparison-cell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: flex;
  }
  .sad-content .step-card,
  .sad-content .special-card,
  .happy-content .step-card,
  .happy-content .special-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }



  .benefits-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 0;
    scrollbar-width: none; /* Firefox */
  }
  .benefits-row::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .benefit-card {
    min-width: 217px !important;
    max-width: 217px !important;
    height: 60px !important;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 14px 20px;
    border-radius: 8px;
    margin: 0;
  }



  .compare-tab-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #F0F0F3;
    border-radius: 100px;
    padding: 4px 0 4px 4px;
    gap: 0;
    margin-bottom: 20px;
  }
  .compare-tab-button {
    background: transparent;
    border: none;
    color: #212529;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
    height: 52px;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
  }
  .compare-tab-button:first-child {
    padding: 16px 22px !important;
  }
  .compare-tab-button:last-child {
    padding: 16px 22px !important;
  }
  .compare-tab-button.active {
    background: #fff;
    color: #212529;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 1;
  }
  .compare-tab-button:last-child.active {
    margin-right: 4px;
  }


.compare-tab-buttons {
  display: flex;
  background: #f5f5f7;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}

.compare-tab-button {
  flex: 1 1 0;
  padding: 16px 22px;
  background: transparent;
  border: none;
  color: #333;
  font-size: 16px;
  border-radius: 30px;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
}

.compare-tab-button.active {
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.08);
  color: #333;
  z-index: 2;
  /* Важно! */
  border-radius: 30px;
}

.compare-tab-button:not(.active) {
  /* Чтобы не было разницы в размерах */
  box-shadow: none;
}


.happy-content, .sad-content {
  /*display: block !important;*/
}


  .happy-content .step-card,
  .happy-content .special-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #F2F3F5;
  }


  .happy-content .comparison-row:not(.with-bg) {
    display: flex;
    gap: 14px;
  }

  .order-comparison {
    padding: 10px 8px;
  }
  .border-cards{
    margin: 20px 0;
  }
  .route-sectionw{
    margin: 0;
  }
  .promo-card{
    padding: 0;
  }
  .often_questions{
    padding: 0;
  }
  /* --- Карточки сравнения --- */
  .sad-content .comparison-row,
  .happy-content .comparison-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .sad-content .comparison-cell,
  .happy-content .comparison-cell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: flex;
  }
  .sad-content .step-card,
  .sad-content .special-card,
  .happy-content .step-card,
  .happy-content .special-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #F2F3F5;
  }
  .happy-content .comparison-row:not(.with-bg) {
    display: flex;
    gap: 14px;
  }

  /* --- Блок преимуществ --- */
  .benefits-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 0;
    scrollbar-width: none; /* Firefox */
  }
  .benefits-row::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .benefit-card {
    min-width: 217px !important;
    max-width: 217px !important;
    height: 60px !important;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 14px 20px;
    border-radius: 8px;
    margin: 0;
  }

  /* --- Таб-переключатели --- */
  .compare-tab-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #F0F0F3;
    border-radius: 100px;
    padding: 4px 0 4px 4px;
    gap: 0;
    margin-bottom: 20px;
  }
  .compare-tab-button {
    background: transparent;
    border: none;
    color: #212529;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
    height: 52px;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    padding: 16px 22px !important;
  }
  .compare-tab-button.active {
    background: #fff;
    color: #212529;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 1;
  }
  .compare-tab-button:last-child.active {
    margin-right: 4px;
  }

  /* --- Прочее --- */
  .order-comparison {
    padding: 10px 8px;
  }
  .border-cards{
    margin: 20px 0;
  }
  .route-sectionw{
    margin: 0;
  }
  .promo-card{
    padding: 0;
  }
  .often_questions{
    padding: 0;
  }
  .foot_politics_row{
    display: grid;
  }

  .foot_politics_row{
    display: grid;
  }
}



