*,
*::before,
*::after {
  box-sizing: inherit;
}
html {box-sizing: border-box; scroll-behavior: smooth;}
body { margin: 0; padding: 0; font-family: "Noto Sans", "Noto Sans Greek", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.7; color: #192024; background-color: #fff; overflow-x: hidden; }
.container {width: 100%;max-width: 1200px;margin: 0 auto;padding: 0 20px;box-sizing: border-box;}
section { padding: 20px 0 60px 0; margin: 0px 20px;}
img, video, iframe {max-width: 100%;height: auto;display: block;}
::selection { background: #ffdd2d;color: #192024;}
::-moz-selection {background: #ffdd2d;color: #192024;}
a {text-decoration: none; color: #192024; cursor: pointer;}
p {color: #192024;font: 400 18px/28px "Noto Sans", "Noto Sans Greek", serif; margin: 0;padding: 0 0 16px; text-align: left;}
hr {border: none; border-top: 1px solid #d9e2e8;margin: 24px 0;}
h1, h2, h3, h4 { font-family: "Noto Sans", "Noto Sans Greek", sans-serif; font-weight: 600; color: #192024; text-align: left; margin: 20px 0 20px 0; }
h1 {font-size: 42px;line-height: 52px; }
h2, h3, h4 {font-size: 28px;line-height: 38px;}
h1 span, h2 span, h3 span, h4 span { position: relative;}
h1 span::after, h2 span::after, h3 span::after, h4 span::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 100%; height: 3px; background: #ffcd33; border-radius: 6px; }
#header { margin-bottom: 16px;}
.navbar { margin-bottom: 0; border-radius: 0; padding: 5px 0; transition: 0.3s ease-in-out; background-color: #fff; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; padding: 10px 20px; box-sizing: border-box; }
.logo {
  font: 800 26px/38px "Noto Sans", serif;
  color: #192024;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
}

.logo-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  object-fit: contain;
  display: block;
}
.logo span {letter-spacing: -1px;}

/* === НАВИГАЦИЯ / ТЕЛЕФОН === */
#navigation-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* === КНОПКА ТЕЛЕФОНА === */
.phone_top {
  font: 500 18px/32px "Noto Sans", serif;
  padding: 4px 16px 5px 40px;
color: rgba(20, 20, 20, 1);
  border-radius: 8px;
  margin-left: 10px;
  position: relative;
  background:   #ededed;
  transition: all 0.1s ease;
}
.phone_top:hover {background-color:#dfdfdf;color: rgba(20, 20, 20, 1);}
.phone_top::before { content: ''; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23192024" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.11.83.27 1.64.47 2.42a2 2 0 0 1-.45 1.95l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 1.95-.45c.78.2 1.59.36 2.42.47a2 2 0 0 1 1.72 2z"></path></svg>') center/contain no-repeat; }
/*** Bottom ***/
.bottom_sel{background:#ffe61e;display:inline-block;-webkit-font-smoothing:subpixel-antialiased;position:relative;outline:none;color:#192024;transition:all .15s;font-size:18px;cursor:pointer;border:1px solid #FFDD2D;-webkit-border-radius:16;-moz-border-radius:16;border-radius:16px;padding:16px;margin-top:5px; font-weight: 500;text-decoration:none;}
.bottom_sel:hover{background-color:#ffcd33;text-decoration:none;color:#333;}




.block { padding: 64px 16px;} 
 
#blok { padding: 32px;
  background: rgb(37, 42, 50);
  margin-top: -32px;}
.blok_black {
    padding: 64px 16px;
    background: #191e28;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    z-index: 3;
    margin-top: -32px;

}


#blok_color_bootom {
    margin-top: -32px;
    background: #FFCD33;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 50px;
    height: 180px;

}

/* Стили для кнопки */
.btn-choose-van {
    background-color: #E9F2FF; /* яркий оранжевый */
    border: none;
    border-radius: 32px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(13, 13, 13);
    cursor: pointer;
    transition: background-color 0.3s ease;
  margin-top: 32px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.btn-choose-van:hover {
    background-color: #d4e6ff; /* чуть темнее голубого */
}
/* === Общий контейнер секции === */
.offers_top_home {
  display: grid;
  grid-template-columns: 70% 30%; /* текст / карусель */
  align-items: center;
  gap: 12px;
  padding: 40px;
  background-color: #e9f2ff;
  border-radius: 32px;
  height: 380px;
  overflow: hidden;
  box-sizing: border-box;
}

/* === Текстовый блок (слева) === */
.text_content_top_home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}



.text_content_top_home p {
  font: 400 22px/1.5 "Noto Sans", sans-serif;
  color: #333;
  margin-bottom: 12px;
}


/* === Карусель (справа) === */
.offers_top_home .carousel {
  display: flex;
  gap: 22px;
  overflow: hidden;
  will-change: transform;
}

/* Колонки внутри карусели */
.offers_top_home .carousel-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
  will-change: transform;
  transform: translateZ(0);
}

/* Левая колонка — немного медленнее */
.offers_top_home .carousel-column-left {
  animation: scroll-vertical 50s linear infinite;
}

/* Правая колонка — чуть быстрее */
.offers_top_home .carousel-column-right {
  animation: scroll-vertical-faster 57s linear infinite;
}

/* === Сами изображения === */
.offers_top_home .carousel img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  height: 170PX;
  background: rgba(255, 180, 0, 0.1); /* тёплый фильтр */
  mix-blend-mode: soft-light;
  pointer-events: none;  

}
 
.rounded {
  border-radius: 32px;
  overflow: hidden;        /* чтобы углы обрезались */
} 

 @keyframes scroll-vertical {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scroll-vertical-faster {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}




/* === ОБЁРТКА СЕКЦИИ === */
.box_strip {
  padding: 40px 0;
}

/* === ГЛАВНАЯ СЕТКА: СЛЕВА ЗАГОЛОВОК / СПРАВА КОНТЕНТ === */
.box {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 24px;
  align-items: start;
}

/* === СЕТКА СПРАВА ДЛЯ КАРТОЧЕК === */
.box_grid {
  display: grid;
  gap: 16px;
}

/* Количество колонок справа */
.cols-1 .box_grid { grid-template-columns: 1fr; }
.cols-2 .box_grid { grid-template-columns: repeat(2, 1fr); }
.cols-3 .box_grid { grid-template-columns: repeat(3, 1fr); }

/* === КАРТОЧКИ === */
.box_item {
  background: #fff;
  border: 1px solid #d9e2e8;
  border-radius: 20px;
  padding: 16px 20px;
}

/* Заголовок в одну линию + иконка */
.box_item_header {
  display: flex;
  align-items: center;     /* ← Выровнять по высоте */
  gap: 12px;
  min-height: 32px;        /* ← добавить минимальную высоту */
  padding-bottom: 12px;
}

/* Иконка */
.box_item_icon {
  display: flex;          
  align-items: center;
  justify-content: center;
}

.box_item_icon svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/* Текст */
.box_item strong {
  font-size: 18px;
  font-weight: 600;
  color: #192024;
  line-height: 1.2;
  padding-bottom: 16px;
  display: block;
}
/* Карточка на всю ширину ряда */
.box_item.full {
  grid-column: 1 / -1;
}

/* === МОБИЛЬНАЯ ВЕРСИЯ === */
@media (max-width: 768px) {
  /* Заголовок сверху, контент снизу */
  .box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Все карточки — по 1 в ряд на мобильном */
  .cols-2 .box_grid,
  .cols-3 .box_grid {
    grid-template-columns: 1fr;
  }
}









.benefits_strip {
  background: #fff;                 /* контраст к голубому hero */
  border-radius: 24px;
}

.benefits_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 20px;                  /* контейнер уже даёт боковые отступы */
}

.benefit {
  background: #fff;
  border: 1px solid #d9e2e8;
  border-radius: 32px;
  padding: 16px; 
}
 
.benefit_icon {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px;
}

.benefit strong {
  display: block;
  font: 600 18px/1.4 "Noto Sans", sans-serif;
  color: #192024;
  margin: 12px 0px;
}



.how_it_works {  margin-top: 90px; }
.how_it_works h2 { margin: 24px 0 12px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  list-style: none;
  margin: 0; padding: 0;
}
.steps li {
  background: #fff;
  border: 1px solid #d9e2e8;
  border-radius: 16px;
  padding: 16px;
}
.steps strong { display:block; font:600 18px/1.4 "Noto Sans",sans-serif; color:#192024; margin-bottom:6px; }
@media (max-width: 992px){ .steps{ grid-template-columns: 1fr; } }



  
/* === Info Section === */

.static_page {
 background: #f7fbff;
 border: 1px solid #d9e2e8;
 text-align: left;
 border-radius: 32px;
 padding: 22px;
}




/* === Rows === */
.info_rows_wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.info_row.reverse {
  flex-direction: row-reverse;
}

.info_left, .info_right {
  flex: 1 1 45%;
}

.info_left h3 {
  font: 700 26px/1.3 "Noto Sans", sans-serif;
  color: #192024;
  margin-bottom: 10px;
}



/* === Адаптив === */
@media (max-width: 992px) {
  .info_row {
    flex-direction: column;
    gap: 20px;
  }

  .info_left, .info_right {
    flex: 1 1 100%;
    text-align: center;
  }

  .info_left h3 {
    font-size: 22px;
  }

  .info_right p {
    font-size: 16px;
  }
}







 /*Van List */
.van-list {
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   padding: 20px;
   box-sizing: border-box;
   flex-wrap: wrap;
   position: relative;
   border-radius: 32px;
   background: rgba(144, 168, 222, 0.12);
}

.text-content {
    text-align: center;
    margin-bottom: 20px;
}
.van-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 32px;
    padding: 4px;    
    width: 100%;
    margin: 32px auto;
}

.van-image {
    background-color: #fff;
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    padding: 8px;
}

.van-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.van-details {
    flex: 1 1 50%;
    padding: 8px 32px;
    background-color: white;
    border-radius: 32px;
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
}


.name {font-size: 20px; font-weight: 700;color: #333;padding-bottom: 16px;}
.car-title {color: #192024;font: 700 36px/46px Noto Sans, serif;}
.add_info .span {font-size: 14px; color: #555;  margin-bottom: 10px;}
.add_info .car-pas,
.add_info .car-mik,
.add_info .car-yps {font: 400 18px/22px Noto Sans, serif;color: #555;}
.add_info .car-tot { font-size: 14px;color: #999;}



@media (max-width: 768px) {
  .van-card {
    flex-direction: column; /* Строим блоки вертикально */
    align-items: center;
  }

  .van-image,
  .van-details {
    flex: 1 1 100%;       /* Полная ширина */
    padding: 12px 16px;   /* Меньше отступов */
    text-align: center;
  }

  .van-details {
    align-items: left; /* Центрируем текст */
  }

  .van-details .name,
  .van-details .car-title,
  .van-details .add_info {
    text-align: center;
  }

  .van-details .add_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .van-details .select_car {
    width: 100%;
    margin-top: 12px;
  }

  .van-details .bottom_sel {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
  }
  
  .forms {
    flex-direction: column;
    padding: 16px;
  }
  

  .forms .right-block {
    width: 100%;
    padding: 0;
  }
  
  .contact-form input {
    width: 100%;
  }
 
}





/* Контейнер формы */
.forms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-radius: 32px;
    gap: 16px;
}

/* Левый блок */
.forms .left-block {
    flex: 0 0 45%;
    color: white;
    padding: 16px;
    text-align: left;
}

/* Правый блок (форма) */
.forms .right-block {
    flex: 0 0 45%; 
    padding: 16px;

}

/* Поля ввода */
.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.contact-form input {
width: 93%;
padding: 18px;
border: 1px solid #858585;
border-radius: 16px;
font-size: 22px;
}

/* Кнопка отправки */
.submit-btn {
    width: 100%;
    padding: 22px;
    background-color:#ffe61e;     
    color: #192024;
    border: none;
    border-radius: 16px;
    font-size: 18px;
    cursor: pointer;

}

.submit-btn:hover {
    background-color: #ffcd33;
}


/* ==========================
   FAQ SECTION — BASE STYLES
   ========================== */
.faq {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 20px;
    box-sizing: border-box;
    background-color: #191e28;
    border-radius: 20px;
    gap: 20px;
}

/* ---------- Left Block (Title) ---------- */
.faq .left-block {
    flex: 0 0 25%;
    padding: 8px;
}

.faq .left-block h3 {
    font: 600 40px/1.3 "Noto Sans", sans-serif;
    text-align: left;
    color: #fff;
    margin: 0;
}

/* ---------- Right Block (Questions) ---------- */
.faq .right-block {
    flex: 1;
    padding: 8px;
}

.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding:0;
}

/* ---------- FAQ Question ---------- */
.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    transition: color 0.2s ease;
}

.faq-question:hover {
    color: #2876d3;
}

/* ---------- FAQ Answer ---------- */
.faq-answer {
    display: none;
    padding: 10px 0 15px;
    color: #ddd;
    font: 400 16px/26px "Noto Sans", sans-serif;
}

/* ---------- Toggle Icon ---------- */
.toggle-icon {
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

/* ---------- When open ---------- */
.faq-question.active .toggle-icon {
    transform: rotate(45deg);
}
.faq-question.active + .faq-answer {
    display: block;
}

/* ==========================
   RESPONSIVE DESIGN
   ========================== */

/* --- Mobile (<768px) --- */
@media (max-width: 768px) {
    .faq {
        flex-direction: column;
        gap: 10px;
        padding: 16px;
    }
    .faq .left-block {
        flex: 1 0 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .faq .left-block h3 {
        text-align: center;
        font-size: 32px;
        line-height: 1.2;
    }
    .faq .right-block {
        flex: 1 0 100%;
    }
}

/* --- Desktop (>=1024px) --- */
@media (min-width: 1024px) {
    .faq .left-block h3 {
        font-size: 42px;
        line-height: 52px;
    }
}

/* pagge_info */


.page_info {
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff; 
    border-radius: 20px;
    gap: 8px;
}

.page_info p {
   color: #192024;font: 300 16px/32px Noto Sans, serif;margin: 0;padding: 0 0 16px; text-align: left;
}


/*** Footer ***/
.footer {padding: 50px 16px; }

.footer.lineer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: left;
 
}

.footer_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 0px;
}

.footer_links a {
  text-decoration: none;
  color: #999b9b;
  font: 400 14px/24px Noto Sans, serif;
  transition: color 0.3s ease;
}

.footer_links a:hover {
  color: #014f59;
}

.footer_pay p {
  font: 300 14px/20px Noto Sans, serif;
  color: #777;
  margin: 0; 
}




/* Modal styles */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.4); /* Black with opacity */
    overflow: auto; 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#blok_color {
    padding-bottom: 32px;
    margin-top: 0px;
    background: #fff;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    position: relative;
    z-index: 4;
