 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic');

    body {
    /*  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
	font-family: 'Montserrat';
      color: #333;
	  
    }
	section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

section h2 {
 /* margin-left: 20px !important;*/
}

.mobilebtn{
	border-radius: 16px !important;
	padding: 20px !important;
}



@media (max-width: 992px) {
	/*.mobilebtn{
	height: 79px!important;
    width: 100%!important;
	font-size: 1.3rem!important;
	font-weight: 600!important;
	border-radius: 17px !important;
		
		
	}
	
	*/
	section {
	margin-left: 10px;
    margin-right: 10px;
	
	
}


.cta-title {
  width: 100%!important;
}
.cta-input {
width: 100%!important;
}
}


@media (max-width: 720px) {
	/*.mobilebtn{
	height: 79px!important;
    width: 100%!important;
	font-size: 1.3rem!important;
	font-weight: 600!important;
	border-radius: 17px !important;
		
		
	}
	
	*/
	section {
	margin-left: 5px;
    margin-right: 5px;
	padding: 40px 0px;
	
	
}


.cta-title {
  width: 100%!important;
}
.cta-input {
width: 100%!important;
}
}



    /* ===== ШАПКА (HEADER) ===== */
    .glass-header {
/*position: sticky;*/
position: relative;
  top: 0;
  max-width: 1563px;
  z-index: 1000;
  background: #2626257a;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 32px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  height: 106px;
    }

    /* Логотип */
    .header-logo {
      display: flex;
      flex-direction: column;
   line-height: 0.8;
    }

    .logo-text {
font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
    }

	.logo-text span, .logo-subtext span {
		color: #dc2626;
	}

    .logo-subtext {
font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  margin-left: 15px;
    }

    /* Навигация */
    .header-nav {
      display: flex;
      gap: 60px;
      list-style: none;
    }

    .header-nav a {
      text-decoration: none;
      color: #fff;
     /* font-size: 1.2rem;*/
      font-size: 24px;
      font-weight: 500;
      transition: color 0.3s;
      position: relative;
    }

    .header-nav a:hover {
      color: #dc2626;
    }

    .header-nav a::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 2px;
      background: #dc2626;
      transition: width 0.3s;
    }

    .header-nav a:hover::after {
      width: 100%;
    }
	@media (max-width: 1627px) {
		
		    .glass-header {

  margin-left: 40px;
  margin-right: 40px;

    }
	
	.hero-section {

  margin-left: 16px;
  margin-right: 16px;

    }
		
		
		
	}
		
	
	
	@media (max-width: 992px) {
  .header-nav {
    display: none; /* Обязательно! */
  }
  
  .mobile-menu-btn {
    display: block;
  }
}

    /* Мобильное меню */
    .mobile-menu-btn {
      display: none;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.5rem;
      cursor: pointer;
    }

    /* ===== HERO СЕКЦИЯ ===== */
    .hero-section {
position: relative;
  height: 63vh;
  min-height: 802px;
  background: url('../images/banner123.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 5%;
  border-radius: 48px;
  max-width: 1627px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -139px;
    }
	
    /* Затемнение фона */
    .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    /*  background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.1) 100%);*/
     /* z-index: 1;*/
	  border-radius: 48px;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 796px;
      color: #fff;
	  top: 30px;
    }

    .hero-title {
      font-size: 64px;
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
	.mobiletitle {
  display: none;
}

    .hero-description {
font-size: 32px;
  margin-bottom: 30px;
  color: #ddd;
  line-height: 1.5;
  font-weight: 500;
  width: 439px;
    }
	

    .hero-description span {
      text-decoration: underline;
      color: #fff;
    }
	.hero-description.description2 {
  display: none;
}

    /* Кнопка */
    .btn-hero {
display: inline-block;
  background: #f00;
  color: #fff;
  padding: 15px 35px;
  border-radius: 19px;
  font-size: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  width: 303px;
  height: 74px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
    }

    .btn-hero:hover {
      background: #b91c1c;
      transform: translateY(-3px);
    }

    /* Таймер поверх hero */
    .hero-timer {
      /*position: absolute;*/
      bottom: 80px;
      right: 5%;
      z-index: 2;
      background: rgba(255, 255, 255, 0.20);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 15px;
      padding: 46px 37px;
      display: flex;
      align-items: center;
      gap: 15px;
	  border: 1px solid #ffffff4f;
      width: 524px;
  height: 158px;
    }

    .timer-item {
      text-align: center;
    }

    .timer-value {
      font-size: 64px;
      font-weight: 700;
      color: #fff;
      line-height: 1;
    }

    .timer-label {
font-size: 18px;
  color: #ddd;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 700;
    }

    .timer-separator {
      font-size: 48px;
      color: #dc2626;
      font-weight: bold;
	  margin-bottom: 21px;
    }
	.underline{
		text-decoration: underline;
		
	}

    /* Адаптивность */
    @media (max-width: 992px) {
      .header-nav {
        display: none; /* Скрываем меню на планшетах */
      }
      
      .mobile-menu-btn {
        display: block;
		color: #000;
      }
      
      .hero-title {
        font-size: 2.5rem;
      }
      
      .hero-timer {
        position: relative;
        bottom: auto;
        right: auto;
      /*  margin-top: 30px;*/
        justify-content: center;
      }
    }
		@media (max-width: 1627px) {
		
		    
	
	.hero-section {

  margin-left: 16px;
  margin-right: 16px;

    }
		
		
		
	}
		.header-logo,  .footer-logo {
display: flex;
    flex-direction: column;
    line-height: 0.8;
    background: url("../images/logofull.png");
height: 66px;
  width: 333px;
  background-size: 333px 66px;
}		
	
	

    @media (max-width: 992px) {
		
		.header-logo {
display: flex;
    flex-direction: column;
    line-height: 0.8;
    background: url("../images/logo.png");
    background-size: auto;
    height: 37px;
    width: 187px;
    background-size: 187px 37px;
}
		
			.mobiletitle {
  display: block;
}
		
		
		.hero-section {

  padding: 0 3%;

}
		            .hero-content h1 {
font-size: 32px;
    font-family: 'Montserrat';
    padding-top: 54px;
    margin-left: -5px;
    margin-right: -5px;
            }

            .hero {
                height: 500px;
            }
		
		
		.hero-description {

  display: none !important;
}
.hero-description.description2 {
display: block !important;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}
		
		
		
      .glass-header {
	width: 100%;
    padding: 12px 20px;
    top: 0;
    background: #fff;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-radius: unset;
      }
	  
	  
	  .logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}
.logo-subtext {
color: #000;
    font-weight: 600;
   /* text-transform: uppercase;*/
    letter-spacing: 2px;
    font-size: 1.3rem;
}
      
      .logo-text {
        font-size: 1.3rem;
      }
      
      .hero-section {
        min-height: 600px;
        text-align: center;
		/*top: 83px;*/
		margin-top: 0;
margin-left: 10px;
    margin-right: 10px;
      }
	  
	  .btn-hero {

		margin-top: 30px;
		height: 79px;
		width: 94%;
		}
      
      .hero-content {
        margin: 0 auto;
		height: 100%;
		top: auto;

      }
      
      .hero-title {
        font-size: 2rem;
      }
      
      .hero-timer {
flex-wrap: wrap;
    gap: 10px;
    padding: 19px;
    width: 100%;
    height: auto;
      }
      
      .timer-value {
        font-size: 32px;
      }
	  .timer-label {
  font-size: 12px;
  font-weight: 500;
}

.timer-separator {
  font-size: 29.5px;

  font-weight: 800;

}
	  
	  
	  .allcource {
/*display:none !important;*/
}
    }

        .btn-primary {
            display: inline-block;
            background: #dc2626;
            color: #fff;
            padding: 1rem 2.5rem;
            text-decoration: none;
            border-radius: 12px;
           /* font-weight: bold;*/
            text-transform: uppercase;
            transition: background 0.3s, transform 0.3s;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }

        .btn-primary:hover {
            background: #b91c1c;
            transform: translateY(-2px);
        }
		
		.btn-secondary {
display: inline-block;
  background: #b0afaf;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
  border: none;
  cursor: pointer;
  font-size: 24px;
  width: 400px;
  height: 74px;
  font-family: 'Montserrat';
}
        .btn-secondary:hover {
            background: #b91c1c;
            transform: translateY(-2px);
        }
		
		.allcource {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

        /* Section Styles */
        section {
         /*   padding: 5rem 10%;*/
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
			padding-bottom: 30px;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #000;
        }

 



       /* location яндекскарты */
	   /* Скрытые radio buttons */
.office-radio {
  display: none;
}

/* Показываем нужную карту и информацию в зависимости от выбранного radio */
#office1:checked ~ .map-container #map1,
#office2:checked ~ .map-container #map2,
#office3:checked ~ .map-container #map3,
#office4:checked ~ .map-container #map4,
#office5:checked ~ .map-container #map5,
#office6:checked ~ .map-container #map6,
#office7:checked ~ .map-container #map7 {
  display: block;
}

#office1:checked ~ .location-info #info1,
#office2:checked ~ .location-info #info2,
#office3:checked ~ .location-info #info3,
#office4:checked ~ .location-info #info4,
#office5:checked ~ .location-info #info5,
#office6:checked ~ .location-info #info6,
#office7:checked ~ .location-info #info7 {
  display: grid;
}

/* Скрываем все карты и информацию по умолчанию */
.map-frame {
  display: none;
  width: 100%;
  height: 400px;
}

.office-info-block {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 2rem;
  background: #fff;
  margin-top: 2rem;
  border-radius: 8px;
}



/* Остальные стили остаются без изменений */
.locations {
background: #fff;
  
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.locations-wrapper {
max-width: 1536px;
  margin: 0 auto;
  position: relative;
}

.section-title {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #000;
}



.map-container {
  background: #e5e7eb;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.info-block h4 {
  color: #f00;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 22px;
}

.info-block p {
  color: #666;
  line-height: 1.8;
}

.info-block i {
  color: #dc2626;
  width: 20px;
}

/* Горизонтальный свайп-блок табов */
.location-tabs {
  display: flex;
  flex-wrap: nowrap; /* Запрещаем перенос на новую строку */
  overflow-x: auto;  /* Включаем горизонтальную прокрутку */
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory; /* Плавная "прилипаемость" табов при свайпе */
  -webkit-overflow-scrolling: touch; /* Инерционный скролл на iOS */
  gap: 3px;
  padding: 0 20px 10px; /* Отступы по бокам для комфортного свайпа */
  margin-bottom: 2rem;
  
}
.location-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Стили отдельного таба */
.location-tab {
flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 1rem 1.0rem;
  background: #0000000a;
 /* border: 2px solid #e5e7eb;*/
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 32px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-tab:hover {
  border-color: #dc2626;
}

.location-tab i {
  margin-right: 8px;
  color: #a7a7a7;
}

/* Текст внутри таба в одну строку */
.location-tab h4 {
  margin-bottom: 0.3rem;
  font-size: 24px;
  white-space: nowrap;
}
.location-tab p {
  font-size: 0.85rem;
  color: #666;
  white-space: nowrap;
  margin: 0;
}
.location-tab p {
  display: none; /* скрываем адрес, оставляем только заголвок*/
}

/* Активное состояние (привязано к вашим radio-кнопкам) */
#office1:checked ~ .location-tabs label[for="office1"],
#office2:checked ~ .location-tabs label[for="office2"],
#office3:checked ~ .location-tabs label[for="office3"],
#office4:checked ~ .location-tabs label[for="office4"],
#office5:checked ~ .location-tabs label[for="office5"],
#office6:checked ~ .location-tabs label[for="office6"],
#office7:checked ~ .location-tabs label[for="office7"] {
  background: #f00;
  color: #fff;
  border-color: #dc2626;
}
#office1:checked ~ .location-tabs label[for="office1"] i,
#office2:checked ~ .location-tabs label[for="office2"] i,
#office3:checked ~ .location-tabs label[for="office3"] i,
#office4:checked ~ .location-tabs label[for="office4"] i,
#office5:checked ~ .location-tabs label[for="office5"] i,
#office6:checked ~ .location-tabs label[for="office6"] i, 
#office7:checked ~ .location-tabs label[for="office7"] i {
 
  color: #fff;
 
}

/* Меняем цвет текста на белый при активном состоянии */
#office1:checked ~ .location-tabs label[for="office1"] h4,
#office2:checked ~ .location-tabs label[for="office2"] h4,
#office3:checked ~ .location-tabs label[for="office3"] h4,
#office4:checked ~ .location-tabs label[for="office4"] h4,
#office5:checked ~ .location-tabs label[for="office5"] h4,
#office6:checked ~ .location-tabs label[for="office6"] h4,
#office7:checked ~ .location-tabs label[for="office7"] h4,
#office1:checked ~ .location-tabs label[for="office1"] p,
#office2:checked ~ .location-tabs label[for="office2"] p,
#office3:checked ~ .location-tabs label[for="office3"] p,
#office4:checked ~ .location-tabs label[for="office4"] p,
#office5:checked ~ .location-tabs label[for="office5"] p,
#office6:checked ~ .location-tabs label[for="office6"] p,
#office7:checked ~ .location-tabs label[for="office7"] p{
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
}

@media (max-width: 992px) {


.location-tabs {
  
  /* Скрываем стандартную полосу прокрутки */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
  
  .office-info-block {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}

        /* Features Section */
        .features {
            background: #fff;
			
        }
		
		.container-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1312px;
  padding-bottom: 18px;
}

        .features-grid {
            display: grid;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 1rem;
		
        }

        .feature-card {
          background: red;
		  padding: 2.0rem;
		  text-align: left;
		  border-radius: 33px;
		  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		  transition: transform 0.3s;
		  height: 260px;
        }

        .feature-card:hover {
            transform: translateY(-10px);
        }

        .feature-card:nth-child(2) {
            background: #f00;
        }

        .feature-icon {
            font-size: 3rem;
            color: #fff;
            margin-bottom: 1rem;
			display: none;
        }

        .feature-card h3 {
            font-size: 48px;
            margin-bottom: 1rem;
            color: #fff;
			font-weight: 600;
        }

        .feature-card p {
            color: #fff;
			font-size: 24px;
  font-weight: 500;
}
        }

        /* Pricing Section */
        .pricing {
            background: #fff;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .pricing-card {
          /*  border: 2px solid #e5e7eb;*/
            border-radius: 30px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
			background: #efefef;
        }

        .pricing-card:hover {
          /*  transform: translateY(-5px);*/
          /*  box-shadow: 0 10px 25px rgba(0,0,0,0.15);*/
        }

        .pricing-header {
           /* background: #dc2626;*/
            color: #000;
            padding: 0.5rem;
            text-align: left;
        }

        .pricing-header h3 {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
        }

        .pricing-body {
            padding: 2rem;
			padding-top: 0;
         /*   background: #fff;*/
        }

        .pricing-body ul {
            list-style: none;
            margin-bottom: 1.5rem;
        }

        .pricing-body ul li {
            padding: 0.8rem 0;
            border-bottom: 1px solid #e5e7eb;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .pricing-body ul li i {
            color: #dc2626;
        }

        .price {
            font-size: 2.5rem;
            color: #000;
            font-weight: bold;
            text-align: left;
            margin-top: 1rem;
        }
		.oldprice {
  font-size: 1.5rem;
  color: #00000085;
  text-align: left;
  /*margin-top: 1rem;*/
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-decoration: line-through 3px;
}
.triangle {
display: inline-block;
  border: 7px solid transparent;

  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 10px solid white;
  top: 5px;
  position: relative;
  margin-left: 6px;
}

        /* Testimonials Section */
        .testimonials {
            background: #f9f9f9;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .testimonial-card {
            background: #fff;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            position: relative;
        }

        .testimonial-card::before {
            content: '"';
            font-size: 4rem;
            color: #dc2626;
            position: absolute;
            top: -10px;
            left: 10px;
            opacity: 0.3;
        }

        .testimonial-text {
            font-style: italic;
            margin-bottom: 1.5rem;
            color: #555;
            line-height: 1.8;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #dc2626;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .author-info h4 {
            color: #000;
            margin-bottom: 0.2rem;
        }

        .author-info .stars {
            color: #fbbf24;
        }

   
/* Footer */
.site-footer {
  background: #262626;
  color: #fff;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Верхняя часть: Логотип и соцсети */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.footer-logo {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 1px;
  
}

.logo-part-white {
  color: #fff;
}

.logo-part-red {
  color: #dc2626;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 40px;
  transition: background 0.3s, transform 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  background: #dc2626;
  transform: translateY(-3px);
}

/* Секция с меню */
.footer-menu-section {
  display: flex;
  gap: 80px;
  margin-bottom: 50px;
}

.footer-column {
  flex: 1;
}

.footer-title {
font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.footer-links {
list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.footer-links li {
  display: inline-block;
  margin-right: 30px;
 /* margin-bottom: 10px;*/
}

.footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 1.5rem;
  transition: color 0.3s;
  display: inline-block;
}

.footer-links a:hover {
  color: #fff;
}

/* Копирайт */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
  .site-footer {
    padding: 40px 20px 20px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }

  .footer-logo {
    font-size: 1.8rem;
  }

  .footer-menu-section {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .footer-links li {
    display: block;
    margin-right: 0;
  }

  .footer-social {
    gap: 12px;
  }

  .social-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
  .footer-logo {
    font-size: 1.5rem;
  }

  .footer-title {
    font-size: 1.1rem;
  }

  .footer-links a {
    font-size: 0.95rem;
  }

  .social-icon {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
}

        /* Responsive */
        @media (max-width: 992px) {
            .car-card {
                min-width: 50%;
            }
        }

        @media (max-width: 992px) {
            .nav-links {
                display: none;
            }

            .mobile-menu {
                display: block;
            }



            .car-card {
                min-width: 100%;
            }
			.features-grid{
			padding: 0 20px;
			}
            .features-grid,
            .pricing-grid,
            .testimonials-grid,
            .courses-grid,
            .discounts-grid {
                grid-template-columns: 1fr;
            }


        }



/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 2.5rem;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideDown 0.3s;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.3s;
}

.close:hover {
    color: #dc2626;
}

.modal-content h2 {
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.modal-subtitle {
    color: #666;
   margin-bottom: 0.5rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #dc2626;
}

.form-group input[readonly] {
    background-color: #f9f9f9;
    color: #666;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-group label {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

.checkbox-group a {
    color: #dc2626;
    text-decoration: none;
}

.checkbox-group a:hover {
    text-decoration: underline;
}

.btn-full {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
}

/* Pricing Card Updates */
.pricing-image {
    height: 200px;
    background: linear-gradient(135deg, #f9f9f9 0%, #e5e7eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #dc2626;
}

.pricing-card.featured {
   /* transform: scale(1.05);*/
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
 /*   border: 2px solid #dc2626;*/
}

.pricing-card.featured:hover {
    transform: scale(1.08);
}

.pricing-details {
    list-style: none;
    margin-bottom: 1.5rem;
}

.pricing-details li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #555;
}

.pricing-details li i {
    color: #dc2626;
    width: 20px;
}

.pricing-card .price {
   /* margin-bottom: 1.5rem;*/
}

/* Success Message */
.success-message {
    display: none;
    text-align: center;
    padding: 2rem;
}

.success-message i {
    font-size: 4rem;
    color: #10b981;
    margin-bottom: 1rem;
}

.success-message h3 {
    color: #000;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.success-message p {
    color: #666;
    margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
    .modal-content {
        margin: 10% auto;
        padding: 1.5rem;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-5px);
    }
	.promo-list {

  gap: 12px !important;

}
	
}




/* вторая версия контейнера */

  /* Контейнер для списка блоков */
  .promo-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
	max-width: 1312px;
    
  }

  /* Стиль самого блока */
  .promo-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee; /* Светло-серый фон */
    border-radius: 49px;       /* Закругленные углы */
    padding: 32px;
    gap: 20px;
    transition: transform 0.3s ease;
  }
  
  .promo-card.block2 {
  background: red;
}
.block2 .promo-content .promo-title, .block2 .promo-content btn-promo, .block2 .promo-title-mobile, .block2 .promo-description-mobile {
  color: white;
}
.block2 .btn-promo  {
background: white;
  color: black;

}
.block2 .btn-promo:hover {
  background-color: #eee;
}

  .promo-card.block3 {
  background: black;
}
.block3 .promo-content .promo-title, .block3 .promo-content btn-promo, .block3 .promo-title-mobile, .block3 .promo-description-mobile {
  color: white;
}
.block3 .btn-promo {
  background: white;
  color: black;
}
.block3 .btn-promo:hover {
  background-color: #eee;
}

  .promo-card:hover {
    transform: translateY(-3px);
  }

  /* Левая часть с текстом */
  .promo-content {
display: flex;
  height: 286px;
  position: relative;
  margin-left: 15px;
  }

  .promo-title {
	font-size: 1.5rem;
	font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin: 0;
  }
    .promo-title {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.3;
  }

  .promo-title span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }

  /* Правая часть с изображением */
  .promo-image {
flex:0 0 40%;
  width: 50%;
  border-radius: 37px;
  overflow: hidden;
  }

  .promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Красная кнопка */
  .btn-promo {
display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 20px 60px;
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  bottom: 0;
  position: absolute;
  width: 281px;
  height: 74px;
    font-size: 24px;
  font-weight: 600;
  font-family: 'Montserrat';
  }

  .btn-promo:hover {
    background-color: #b91c1c;
  }
  
  .promo-title-mobile, .promo-description-mobile, .app-promo-description-mobile {
  display: none;
}

  /* Адаптивность для мобильных */
  @media (max-width: 992px) {
.promo-card {
    flex-direction: column-reverse;
    text-align: center;
    padding: 25px;
    border-radius: 32px;
  }
    
    .promo-content {
     /* align-items: center;*/
	  display: flex;
    flex-direction: column;
    }
	.promo-content {
display: flex;
    height: 246px;
    position: relative;
    width: 95%;
    margin: 0;
}
	.btn-promo {
 /* display: flex;*/
  align-items: flex-end;
  margin: 0;
  width: 100%;
  height: 74px;
  margin-bottom: 19px;
    border-radius: 19px;
}
    
    .promo-image {
flex: 0 0 auto;
    width: 100%;
    border-radius: 24px;
    }
	
	.promo-title {
  display: none;
}	
  .promo-title-mobile, .promo-description-mobile {
  display: initial;
  text-align: left;
}
.promo-title-mobile {
font-size: 24px;
    font-weight: 600;
  line-height: 31px;
  margin-bottom: 11px;
}

.promo-description-mobile {
font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
	
  }

.cat-a .pricing-image {
  background: url(/images/a.jpg) round no-repeat;
}
.cat-b .pricing-image {
  background: url(/images/b.jpg) round no-repeat;
}
.cat-c .pricing-image {
  background: url(/images/c.jpg) round no-repeat;
}
/* блок с рассрочкой */
 .installment-block {
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1312px;
  padding-bottom: 18px;
  height: 521px;
  }

  .installment-content {
    flex: 1;
	padding: 35px;;
  }

  .installment-title {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.3;
	padding: 7px 37px;
  }

  .installment-features {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
	padding: 20px 37px;
  }

  .feature-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .feature-value {
font-size: 36px;
  font-weight: 600;
  color: #000;
  }

  .feature-label {
font-size: 22px;
  color: #666;
  font-weight: 500;
  }

  .btn-installment {
display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 15px 30px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  margin-left: 30px;
height: 74px;
  width: 272px;
  }

  .btn-installment:hover {
    background-color: #b91c1c;
    transform: translateY(-2px);
  }

  .installment-image {
flex: 0 0 450px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
 /* z-index: 2;*/
  margin-top: auto;
  margin-bottom: -10px;
  }

  .installment-image img {
max-width: 100%;
  height: auto;
  margin-right: 142px;
  margin-top: 30px;
  }

  /* 3D иконки на CSS (если нет изображения) */
  .icons-3d {
    position: relative;
    width: 200px;
    height: 200px;
  }

  .icon-block {
    position: absolute;
    background: red;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
  }

  .icon-1 {
    width: 80px;
    height: 100px;
    top: 0;
    left: 60px;
    transform: perspective(500px) rotateX(20deg);
  }

  .icon-2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 80px;
    right: 20px;
    font-size: 1.5rem;
  }

  .icon-3 {
    width: 100px;
    height: 70px;
    bottom: 0;
    left: 20px;
  }

  @media (max-width: 992px) {
    .installment-block {
      flex-direction: column;
      text-align: center;
    /*  padding: 30px 20px;*/
    }

    .installment-title {
font-size: 1.5rem;
    padding: 0 !important;
    text-align: left;
    }

    .installment-features {
flex-direction: column;
    gap: 20px;
    margin-bottom: 23px;
    padding: 0;
	text-align: left;
    }

    .installment-image {
      flex: 0 0 auto;
    }

    .icons-3d {
      width: 150px;
      height: 150px;
    }
	.btn-installment {
margin-left: 0;

  width: 100%;
}
	
  }
  /*----- Блок как начать обучение---------*/
  
  .steps-section {
    
    background: #fff;
  }

  .steps-container {
margin: 0 auto;
  max-width: 1312px;
  }

  .steps-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
  }

  .steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .step-card {
    background: #f2f2f2;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .step-number {
font-size: 64px;
  font-weight: 700;
    color: red;
    line-height: 1;
    flex-shrink: 0;
  }

  .step-content {
    flex: 1;
  }

  .step-title {
   font-size: 24px;
    font-weight: 500;
    color: #000;

  }

  .step-description {
    font-size:  24px;;
    color: #000;
    line-height: 1.4;
	font-weight: 500;
  }

  @media (max-width: 992px) {
    .steps-title {
      font-size: 1.8rem;
      margin-bottom: 30px;
	  text-align: left;
    margin-left: 20px;
    }

    .steps-grid {
      grid-template-columns: 1fr;
      gap: 11px;
	  padding-top: 27px;
    }

    .step-card {
      padding: 20px;
    }

    .step-number {
      font-size: 3rem;
    }

    .step-title {
      font-size: 1rem;
    }

    .step-description {
      font-size: 1rem;
    }
  }
  /**** блок с автомобилями ***/
  
  .cars-section {
    
    background: #262626;
    color: #fff;
	max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  }

  .cars-container {
  max-width: 1536px;
    margin: 0 auto;
    position: relative;
  }

  .cars-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .cars-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff !important;
    margin: 0;
	margin-bottom: 0 !important;
  }

  .carousel-controls {
    display: flex;
    gap: 10px;
	margin-left: auto;
  }

  .carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel-btn:hover {
    background: rgba(100, 100, 100, 0.2);
  }

  .cars-carousel {
    overflow: hidden;
    position: relative;
	padding-top: 10px;
  }

  .cars-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
  }

  .car-card {
    min-width: calc(33.333% - 14px);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s;
	height: 554px;
  }

  .car-card:hover {
    transform: translateY(-10px);
  }

  .car-image {
    height: 72%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .car-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .car-info {
    padding: 25px;
    text-align: center;
  }

  .car-name {
font-size: 36px;
  font-weight: 600;
    color: #000;
    margin-bottom: 10px;
  }

  .car-transmission {
font-size: 36px;
  color: #26262680;
  font-weight: 500;
  }

  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
  }

  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#e5e5e5;
    cursor: pointer;
    transition: background 0.3s;
  }

  .dot.active {
   background: #262626;
  }

  @media (max-width: 992px) {
    .car-card {
      min-width: calc(50% - 10px);
    }

    .cars-title {
      font-size: 2rem;
    }
	
	.carousel-controls {
		/*display:none;*/
	}
	
  }

  @media (max-width: 992px) {
    .car-card {
      min-width: 86%;
    }

    .cars-title {
      font-size: 1.5rem;
	  padding-bottom: 16px;
    }

    .cars-header {
		width: 97%;
      flex-direction: row;
     /* gap: 20px;*/
      align-items: flex-start;
	  margin-bottom: 0;
    }
  }
  
  

  
  /* Стили popup все категории*/
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.popup-content {
background: #fff;
  border-radius: 15px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 22px;
    padding-top: 22px;
  position: relative;
  animation: fadeInUp 0.4s ease-out;
  transition: transform 0.5s ease-in-out;
  margin: 0 auto;
  max-width: 1600px;
  padding-top: 88px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
}
.popup-content .popup-pricing-card {
  margin-bottom: 10px;
}
.popup-pricing-card {
  width: 98%;
  background: #efefef;
  border-radius: 32px;
  padding: 80px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: auto;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close-popup {
  position: fixed;
  top: 40px;
  right: 25px;
  font-size: 2.5rem;
  color: #f00;
  cursor: pointer;
  transition: color 0.3s;
  border: solid 3px;
  border-radius: 25px;
  height: 45px;
  width: 45px;
  line-height: 0.9;
  text-align: center;
}

.close-popup:hover {
  color: #dc2626;
}

.popup-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #000;
}

.popup-courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.course-card-popup {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-card-popup:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.course-card-popup.featured {
  border: 2px solid #dc2626;
  background: #fff;
}

.course-icon {
  font-size: 3rem;
  color: #dc2626;
  margin-bottom: 15px;
}

.course-card-popup h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #000;
}

.course-card-popup p {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.course-card-popup ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.course-card-popup ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #555;
}

.course-card-popup ul li i {
  color: #dc2626;
  width: 20px;
}

.btn-enroll {
background: #dc2626;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
  margin-top: auto;
  font-size: 24px;
  border: none;
  padding: 15px 30px;
  border-radius: 16px;
  font-family: 'Montserrat';
}

.btn-enroll:hover {
  background: #b91c1c;
}

@media (max-width: 992px) {
  .popup-content {
    padding: 25px;
	display: block;
  }

  .popup-title {
    font-size: 1.8rem;
  }

  .popup-courses-grid {
    grid-template-columns: 1fr;
  }
}
/* нижняя форма обратной связи */
 /* Основной контейнер баннера */
  .cta-banner {
background-color: #ff0000;
  border-radius: 48px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 1312px;
  padding-bottom: 18px;
  height: 455px;
  /*background: url("../images/downbanner.png");*/
  }

  /* Левая часть с текстом и формой */
  .cta-content {
    flex: 1;
    z-index: 2;
    padding-right: 20px;
  }

  .cta-title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
	width: 650px;
	text-align: left;
	margin-bottom: 142px;
}
   /* text-transform: uppercase;*/
  }

  .cta-title span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  /* Форма внутри баннера */
  .cta-form {
    display: flex;
    gap: 10px;
    max-width: 100%;
  }

  .cta-input {
flex: 1;
  padding: 15px 20px;
  border-radius: 16px;
  border: none;
  font-size: 24px;
  outline: none;
  background: #fff;
  color: #333;
  width: 49%;
  height: 74px;
  }

  .cta-input::placeholder {
    color: #999;
  }

  .cta-btn {
background-color: #262626;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  white-space: nowrap;
  width: 49%;
  font-family: 'Montserrat';
  }

  .cta-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
  }

  /* Правая часть с изображением */
  .cta-image {
    position: absolute;
right: 220px;
  bottom: -72px;
    width: 55%;
    z-index: 1;
    pointer-events: none;
  }

  .cta-image img {
width: 150%;
  height: auto;
  object-fit: contain;
 
  opacity: 0.5;
    /* Добавляем легкую тень для объема, если нужно */
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
  }

  /* Адаптивность для мобильных */
  @media (max-width: 992px) {
    .cta-banner {
      flex-direction: column;
      text-align: center;
      padding: 30px 20px;
      min-height: auto;
    }

    .cta-content {
margin-bottom: 102px;
    padding: 10px 20px;
    }

    .cta-title {
      font-size: 1.5rem;
      margin-bottom: 20px;
    }

    .cta-form {
      flex-direction: column;
      width: 100%;
    }

    .cta-btn {
      width: 100%;
    font-size: 18px;
    height: 68px;
    }

    .cta-image {
      position: absolute;
      right: 63%;
      transform: translateX(50%);
      bottom: -20px;
      width: 80%;
    }
	.cta-input {
		
		font-size: 18px;
		text-align: center;
		padding: 20px 0px;
	}
  }
  
.hero-description-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8rem;
  padding-top: 50px;
}





 @media (max-width: 992px) {

.hero-description-block {
display: grid;
    grid-template-columns: auto;
    gap: 10px;
    padding-top: 20px;
}
}

/*мобильнео приложение */
  /* Основной контейнер приложения */
  .app-section {
    
    background: #fff;
  }

  .app-container {
    
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
	margin: 0 auto;
  max-width: 1312px;
  }

  /* --- Верхний красный блок --- */
  .app-hero-card {
    background-color: #ff0000; /* Яркий красный */
    border-radius: 48px;
   /*padding: 60px;*/
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  .app-hero-content {
flex: 1;
  z-index: 2;
  padding-right: 40px;
  padding-bottom: 73px;
  padding-left: 100px;
  padding-top: 80px;
  }

  .app-title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: none;
  }

  .app-title span {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }

  .app-features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 90px;
  }

  .app-features-list li {
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .app-features-list li::before {
    content: "—";
    font-weight: bold;
    opacity: 0.7;
  }

  .store-buttons {
    display: flex;
    gap: 15px;
  }

  .store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.3s, opacity 0.3s;
    min-width: 164px;
  height: 58px;
  }

  .store-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
  }

  .store-icon {
    font-size: 1.8rem;
  }

  .store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-size: 0.8rem;
  }

  .store-text span:first-child {
    font-size: 0.7rem;
    opacity: 0.8;
  }

  .store-text span:last-child {
    font-size: 1em;
    font-weight: 600;
  }

  .app-hero-image {
    flex: 0 0 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
   /* z-index: 2;*/
	margin-top: auto;
  margin-bottom: -10px;
  }

  .app-hero-image img {
height: 641px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
  }

  /* --- Нижний серый блок --- */
  .app-promo-card {
    background-color: #f2f2f2; /* Светло-серый */
    border-radius: 30px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .app-promo-content {
    flex: 1;
	height: 286px;
	position: relative;
  }
  
.app-promo-title {
  text-align: left;
  padding-bottom: 20px;
  font-size: 2.4em;
  font-weight: 600;
}
.app-promo-title span {
	text-decoration: underline;
	font-weight: 700;
	
}


  .btn-promo-red {
display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  position: absolute;
  bottom: 0;
  width: 479px;
  height: 74px;
  font-family: 'Montserrat';
  }

  .btn-promo-red:hover {
    background-color: #cc0000;
    transform: translateY(-2px);
  }

  .app-promo-image {
    flex: 0 0 500px;
    display: flex;
    justify-content: center;
  }

  .app-promo-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
.app-promo-text-button-mobile{
	display: none;
	
}
.app-promo-text-button{
	display:block;
	
}
  /* Адаптивность */
  
   @media (max-width: 992px) {
	   
	   .btn-promo-red {

  position:  relative;

	   }
	   
	   
	.app-promo-description-mobile {
display: block;
    text-align: left;
    padding: 20px 0;
    font-weight: 600;
	
}
.app-promo-text-button-mobile{
	display: block;
	
}
.app-promo-text-button{
	display:none;
	
}

.app-promo-title {
text-align: left;
  padding-bottom: 0;
  font-size: 1.5em;
}

   }
  
  @media (max-width: 992px) {
    .app-hero-card {
      flex-direction: column;
      text-align: center;
      padding: 40px 20px;
	  padding-bottom: 0;
    }

    .app-hero-content {
      padding-right: 0;
    /*  margin-bottom: 40px;*/
	  margin-bottom: 0;
    padding-bottom: 0;
	padding: 0;
    }

    .app-features-list li {
      justify-content: left;
    }

    .store-buttons {
      justify-content: center;
    }

    .app-hero-image {
      flex: 0 0 auto;
      width: 250px;
	  margin-bottom: -10px;
    }

    .app-promo-card {
      flex-direction: column-reverse;
      text-align: center;
    }

    .app-promo-image {
      flex: 0 0 auto;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 992px) {
    .app-title {
	font-size: 2rem;
    text-align: left;
    font-weight: 600;
    text-transform: initial;
    }

    .store-buttons {
    /*  flex-direction: column;*/
      align-items: center;
    }

    .store-btn {
      width: 100%;
      max-width: 200px;
    }

    .promo-title {
      font-size: 1.8rem;
    }
  }
  
  /* Секция с видео */
 
  
    /* Секция отзывов */
  .reviews-section {

  background: #f2f2f2;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  }

  .reviews-container {
max-width: 1536px;
  margin: 0 auto;
  position: relative;
  }

  /* Заголовок и навигация */
  .reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .reviews-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
  }

  .reviews-controls {
    display: flex;
    gap: 10px;
	
  }

  .reviews-btn {
width: 64px;
  height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08); /* Серые полупрозрачные кнопки */
    border: none;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reviews-btn:hover {
    background: rgba(0, 0, 0, 0.15);
  }

  .reviews-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  /* Карусель */
  .reviews-carousel {
    overflow: hidden;
  }

  .reviews-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
	margin: 5px;
  }

  /* Карточка отзыва */
  .review-card {
    min-width: calc(33.333% - 14px);
    background: #fff;
    border-radius: 20px; /* Сильное скругление как в макете */
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
  }

  .review-card:hover {
    transform: translateY(-5px);
  }

  /* Аватар и имя */
  .review-author {
   /* display: flex;*/
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
	display: block;
  }

  .review-avatar {
width: 96px;
  height: 96px;
    border-radius: 50%;
    object-fit: cover;
    background: #e5e7eb;
  }

  .review-author-info {
    flex: 1;
  }

  .review-name {
font-size: 36px;
  font-weight: 600;
    color: #000;
    margin-bottom: 5px;
  }

  /* Звезды */
  .review-stars {
    display: flex;
    gap: 3px;
  }

  .review-stars i {
   font-size: 35px;
  }

  .review-stars .filled {
    color: #ffb800; 
  }

  .review-stars .empty {
 color: #262626;; 
  }

  /* Текст отзыва */
  .review-text {
font-size: 22px;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
  font-weight: 500;
  }

  /* Точки-индикаторы */
  .reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
  }

  .reviews-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    cursor: pointer;
    transition: background 0.3s;
  }

  .reviews-dot.active {
    background: #000; /* Активная точка черная */
  }

  /* Адаптивность */
  @media (max-width: 992px) {
    .review-card {
      min-width: calc(50% - 10px);
    }

    .reviews-title {
      font-size: 2rem;
    }
  }

  @media (max-width: 992px) {
    .review-card {
    min-width: 86%;
    }

    .reviews-header {
      flex-direction: row;
      align-items: flex-start;
      gap: 20px;
	  width: 97%;
    }

    .reviews-title {
      font-size: 1.8rem;
	  margin-bottom: 0 !important;
    }

    .reviews-controls {
      align-self: flex-end;
	 /* display: none;*/
    }
  }
  
  /* call me */
  
  #closebtn {
	transform: scale(0);
}
.hide-element {display: none !important;}
.messangers-block {
/*	width:300px;*/
background-color: #fff;
  position: absolute;
  bottom: 70px;
  right: 20px;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 1px 1px 9px #00000063;
}
.messangers-list {
  list-style: none;
}
.messanger {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}
.messanger .item-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
 /* background-color: #0084ff;*/
  margin-right: 10px;
  color: #0097e1;
  text-align: center;
  vertical-align: middle;
}
.messanger .item-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.messanger-widget {
	position:fixed;
	bottom:100px;
	right: 20px;
}
.messangers-block ul {
    margin-bottom: auto;
}
.messangers-block ul {
    padding-left: 10px;
}
.messangers-block::before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFFFFF;
  border-left: 8px solid transparent;
  content: '';
}
.text-call svg {
    margin: 18px 25px;
}
.contact-bt {
		background: #DC2626;
		border: 2px solid #DC2626;
		border-radius: 50%;
		box-shadow: 0 8px 10px rgba(71, 71, 71, 0.3);
        cursor:pointer;
        height:80px;
        text-align:center;
        width:80px;
        position: fixed;
        right: 35px;
        bottom: 80px;
        z-index:999;
        transition:.3s;
        animation:contact-an linear 1s infinite;
}
.contact-bt .text-call {
    height: 70px;
    width: 70px;
    border-radius: 20%;
    position: relative;
    overflow: hidden;
    right: 5%;
    top: 6%;
}
.contact-bt .text-call span {
    text-align: center;
    color:#F95C18;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 30px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.contact-bt .text-call span {
    opacity: 1;
    font-size: 8px;
	color:#fff;
}
svg.bi.bi-chat-left-dots {
    margin: 14px 8px;
}
.contact-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.contact-bt i {
        color:#fff;
        font-size:29px;
        transition:.3s;
        line-height: 66px;
}
.contact-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}
.item-title {
  color: black;
  font-weight: 600;
}

/**
@-webkit-keyframes contact-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 40px rgba(249,92,24,0.0)
}
}@keyframes contact-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 40px rgba(249,92,24,0.0)
}
}
@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}*/

/* Общие стили секции */
.pricing-section {
 
  background: #fff;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.section-title {
font-size: 48px;
  font-weight: 600;
  color: #000;
 /* margin-bottom: 50px;*/
  text-align: left;
  margin-left: 20px;
}

/* Контейнер слайдера */
.pricing-slider-container {
  position: relative;
  overflow: hidden; /* Скрываем выходящие за пределы карточки */
}

.pricing-track {
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease-in-out;
  margin: 0 auto;
  max-width: 1538px;
  padding-top: 10px;
}

/* Карточка курса */
.pricing-card.pricing-card-mobile {
  display: none;
}
.pricing-card {
width: 501px;
  background: #efefef;
  border-radius: 32px;
  padding: 80px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 832px;
}

.card-image {
height: 295px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.card-content h3 {
font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  margin-top: 30px;
}

.transmission {
font-size: 24px;
  color: #262626;
  margin-bottom: 20px;
  font-weight: 500;
}

.card-features {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  width: 100%;
}

.card-features li {
font-size: 24px;
  color: #7e7e7e;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
}

.card-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #909090;
}

.price-block {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.current-price {
font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.old-price {
font-size: 22px;
  color: #999;
  text-decoration: line-through;
  margin-top: 5px;
  font-weight: 500;
}

.btn-red {
width: 100%;
  background: #ff0000;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  height: 74px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.btn-red:hover {
  background: #cc0000;
}

/* Точки навигации (скрыты на десктопе) */
.slider-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dot {
width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #adadad;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
 /* background: #fff;*/
}

/* Адаптивность для мобильных (Слайдер) */
@media (max-width: 992px) {
	.pricing-card.pricing-card-mobile {
  display: block;
}
	
	
  .pricing-card {
   /* min-width: 100%; /* Одна карточка на экран */
   min-width:90%;
  }

  
  .slider-dots {
    display: flex; /* Показываем точки только на мобильных */
	
  }
  
  .section-title {
    
	text-align: left;
  }
}

/* Video Section Styles */
.video-section {
  padding: 80px 20px;
 /* background: #f9f9f9;*/
  border-radius: 30px;
}

.video-section .container {
margin: 0 auto;
  max-width: 1312px;
}

.video-section .section-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 50px;
  color: #000;
}

/* Tabs */
.video-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
 flex-wrap: nowrap;
  justify-content: left;
}

.video-tab {
display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px solid #e5e7eb;

  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  font-family: inherit;
  padding: 15px 10px;
}

.video-tab i {
  color: #dc2626;
  font-size: 1.2rem;
}

.video-tab:hover {
  border-color: #dc2626;
  transform: translateY(-2px);
}

.video-tab.active {
background: #f00;
  border-color: #f00;
  color: #fff;
}

.video-tab.active i {
  color: #fff;
}

.video-tab i {
 /* margin-right: 10px;*/
}

.video-description {
  padding-bottom: 50px;
  font-size: 22px;
  text-align: center;
}

/* Video Container */
.video-container {
  position: relative;
  background: #000;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.video-wrapper {
  display: none;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper.active {
  display: block;
  animation: fadeInVideo 0.5s ease-in-out;
}

@keyframes fadeInVideo {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* Адаптивность */
@media (max-width: 992px) {
	

	
	
	
  .video-section {
/*display: flex;*/
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 3px;
  padding: 50px 10px 0px 10px;
  margin-bottom: 2rem;
  }

  .video-section .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .video-tabs {
  /*  flex-direction: column;*/
    display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 3px;
  padding: 0 20px 10px;
  margin-bottom: 2rem;
  }

  .video-tab {
flex: 0 0 auto;
  min-width: 180px;
  scroll-snap-align: start;
  padding: 1rem 1.0rem;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 314px;

  }

  .video-container {
    border-radius: 15px;
  }

  .video-wrapper iframe {
    border-radius: 15px;
  }
}

.cars-section .dot.active {
  background: #fff;
}
.cars-section  .dot {

  background: #616161;

}

@media (max-width: 992px) {
	
	  .mobilebtn {
    height: 68px ;
    width: 100% ;
   font-size: 18px;
    font-weight: 500 ;
    border-radius: 17px ;
  }
	
	.pricing-card {

  height: auto;
  padding: 0px 32px 32px 32px;
}
	
	.card-image {
  height: auto;

}
	
	section h2 {
  font-size: 24px !important;
  margin-bottom: 30px !important;
}
.card-content h3 {
  font-size: 24px;
  font-weight: 700;

}

.transmission {
  font-size: 18px;

}
.card-features {

  margin-bottom: 20px;

}

.card-features li {
  font-size: 14px;

}
.current-price {
  font-size: 36px;

}
.old-price {
  font-size: 20px;

}


.section-title {
/*margin-bottom: 0 !important;*/
}
.feature-card {

  height: auto;
}

.feature-card h3 {
  font-size: 24px;

}
.feature-card p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

  .features-grid {
    padding: 0 5px;
  }
  
  .feature-value {
  font-size: 24px;

}
.feature-label {
  font-size: 12px;

}

.installment-block {

  height: 765px;
}

.installment-image img {
  max-width: 100%;
  height: auto;
  margin-right: 0;
  margin-top: 0;
}

.step-content {

  padding: 5px;
}

.cars-track {
  padding-left: 10px;
}

.car-card {

  height: auto;
}
.car-card:hover {
  transform: none;
}
.car-image {
  padding-bottom: 0;
  padding: 0;
}
.car-name {
  font-size: 24px;

}
.car-transmission {
  font-size: 18px;
}
.car-info {

  padding-bottom: 0;
  padding-top: 0;
}

.app-features-list li {
  font-size: 16px;

  letter-spacing: -2%;
}
  .app-title {

    padding: 0 20px;
  }
  .app-features-list {

line-height: 80%;
  padding: 0 20px;
  margin-bottom: 45px;
}
.app-hero-image img {
  height: auto;
  
}
.app-promo-card {

  padding: 29px;

}
.app-promo-image img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
 .video-section .section-title {
  padding-bottom: 25px;
    text-align: left;
  }
.video-section .video-description {
padding-bottom: 50px;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
}

.location-tab {
  height: 73px;
  border-radius: 24px;
}
.location-tab h4 {

  font-size: 18px;

}
.location-tabs {

  gap: 9px;

}
  .location-tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  
  .review-name {
  font-size: 24px;

}
.review-stars i {
  font-size: 30px;
}
.review-text {
  font-size: 18px;

  line-height: 100%;

}

  .social-icon {
  /*  width: 53px;
    height: 53px;*/
    font-size: 39px;
	background: #262626;
  }

    .footer-social {
    gap: 39px;
  }
    .footer-links a {
    font-size: 18px;
  }
    .footer-title {
    font-size: 18px;
  }
    .footer-logo {
    font-size: 47px;
  }
}
        .cookie-message {
            position: fixed;
            z-index: 1000;
            bottom: 20px;
            left: 20px;
            right: 20px;
            max-width: 350px;
            padding: 0;
            font-family: Arial, sans-serif;
            animation: fadeIn 0.5s ease-in-out;
            display: none;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .cookie-message-inner {
            display: grid;
            justify-items: start;
            grid-gap: 15px;
            font-size: 14px;
            padding: 20px;
            line-height: 1.5;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
        }
        
        .cookie-message-text {
            color: #5a5a5a;
        }
        
        .cookie-message-link {
            color: #01356f;
            text-decoration: underline;
        }
        
        .cookie-message-inner .button {
            background: #e1e1e1;
            color: #878787;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .cookie-message-inner .button:hover {
            background-color: #01356f;
            color: #fff;
        }
        
        @media (max-width: 480px) {
            .cookie-message {
                max-width: 100%;
                left: 10px;
                right: 10px;
                bottom: 10px;
            }
        }
		
		.prev {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  background: #00000047;
  z-index: 1000;
}

.next {
  position: absolute;
  right: 0;
  top: 50%;
  background: #00000047;
  z-index: 1000;
}