html, body {
    overflow-x: hidden;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    font: 400 16px/18px "Noto Sans", sans-serif;
    color: #192024;
    background: #e9f2ff;
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    margin: 0px auto;
    max-width: 1040px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch; /* Изменено на stretch для выравнивания по высоте */
    justify-content: space-between;
    flex-wrap: wrap;
}
img, video, iframe {max-width: 100%;height: auto;}
*::-moz-selection {background: #ffdd2d none repeat scroll 0 0 !important;color: #192024; !important;}
a {text-decoration: none; color: #192024; cursor: pointer; }

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

hr {border: none;border-top: 1px solid #d9e2e8;margin: 20px 0;}
h1 {
    color: #192024;
    font: 600 56px/66px Noto Sans, serif;
    padding: 0;
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;

}
h1 span {  color: #325AEB; /* Устанавливаем цвет текста */} 
 
h2 {font: 600 32px/42px Noto Sans, serif;text-align: left;    color: #192024;margin-bottom: 30px;}
h3,h4 {font: 600 22px/30px Noto Sans, serif;text-align: left;color: #192024;margin-bottom: 20px;}

h2 span {position: relative;} 
 
 h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; /* Отступ от текста */
    width: 100%;
    height: 6px; /* Толщина линии */
    background: #ffcd33;
    border-radius: 6px; /* Скругление краев */
}



.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: 120px;

}

/* Стили для кнопки */
.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; /* чуть темнее голубого */
}



/*** 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;}



 
#header {
    background-color: #e9f2ff;
    margin-bottom: 16px;

}

/*** navbar ***/
.navbar-brand{padding:0}.navbar{margin-bottom:0;border-radius:0;padding:5px;line-height:40px;transition:.3s ease-in-out;display:flex;align-items:center;justify-content:center}
.logo{font:600 32px/36px Noto Sans,serif;color:#ff4500;text-decoration:none;display:inline-flex;align-items:flex-end;width:150px;padding:5px}
#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: 400 18px/32px Noto Sans, serif;
    padding: 4px 16px 5px 40px;
    color: #192024;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid #ff4500;
    position: relative;
}

.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="black" 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;
}
@media (max-width:768px)
{.phone_top{font:300 16px/32px Noto Sans,serif;padding:5px 10px 5px 35px;border:1px solid #192024;}
.phone_top::before{width:16px;height:16px}

}

 /* offers_1 */
.offers_1 {
    display: flex;
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center;     /* Центрируем по вертикали */
    max-height: 380px;
    padding: 16px;
    box-sizing: border-box;
    flex-wrap: wrap;
    position: relative ;
}
.offers_1 .text-content {
    text-align: center; /* Центрируем текст внутри блока */
    max-width: 100%;
}
.offers_1 .text-content p {
    color: #325AEB; /* Цвет текста */
    font: 700 32px/42px Noto Sans, serif;
    margin-bottom: 20px; /* Добавляем отступ снизу для разделения с кнопкой */
    text-align: center;
}

 
/* Контейнер offers_2 */
.offers_2 {
display: flex;
justify-content: flex-start;
align-items: stretch;
padding: 8px;
box-sizing: border-box;
background-color: #fff;
border-radius: 32px;

}


/* Левый блок */
.offers_full .full-block {
flex: 1 1 100%;
    color: #192024;
    padding: 16px;
    text-align: left; /* Выравниваем текст влево */
    border-radius: 16px;
  background-color: #fff;
}


/* Правый блок */
.offers_full .full-block p{
       color: #192024;
    font: 400 24px/34px Noto Sans, serif;
margin: 0;
padding: 0 0 5px;
text-align: left;
}


/* Левый блок */
.offers_2 .left-block {
    flex: 0 0 40%; 
    color: white;
    padding: 16px;
    text-align: left; /* Выравниваем текст влево */
    border-radius: 16px;
}

/* Правый блок */
.offers_2 .right-block {
    flex: 0 0 50%;
    background-color: #315aea;
    color: #fff;
    padding: 32px;
    text-align: center;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Центрирование по вертикали */
    align-items: center; /* Центрирование по горизонтали */
    min-height: 100%; /* Или задай конкретную высоту, например, 300px */
}
/* Правый блок */
.offers_2 .right-block p{
    color: #fff;
    font: 400 24px/34px Noto Sans, serif;
margin: 0;
padding: 0 0 5px;
text-align: left;
}
 






 /*Van List */
.van-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    box-sizing: border-box;
    flex-wrap: wrap;
    position: relative;
    border-radius: 32px;
}

.text-content {
    text-align: center;
    margin-bottom: 20px;
}
.van-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    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 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px;
    box-sizing: border-box;
    background-color: #191e28;
    border-radius: 20px;
    gap: 8px;
}

/* Левый блок */
.faq .left-block {flex: 0 0 15%;padding: 8px;}
.faq .left-block h3{font: 600 42px/52px Noto Sans, serif;text-align: left;color: #fff;}
.faq .right-block {flex: 0 0 75%;padding: 8px;}
.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.faq-question:hover {color: #2876d3;}
.faq-answer {display: none;padding: 16px;color: #fff;font: 400 16px/26px Noto Sans, serif;}
.toggle-icon {font-size: 24px;font-weight: bold;}

/* 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: 16px; }

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

.footer_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  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: #E9F2FF;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    position: relative;
    z-index: 4;

