body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Montserrat !important;
}

.header {
    padding: 10px 0;
    background-color: #00367e;
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-img img {
    width: 200px;
}

ul, li {
    display: flex;
}

a {
    text-decoration: none !important;
}

.header-nav a {
 color: #FFF;
 font-family: Montserrat;
 font-size: 18px;
}

.header-nav ul {
    gap: 20px;
    margin: 0;
}

.header-lang select {
  padding: 8px 12px;
  font-size: 16px;
  border: 2px solid #ffc107; /* яркий акцентный цвет */
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 9L13 1' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 10px;
  padding-right: 36px;
}

.header-lang select:hover {
  border-color: #ffa000;
  box-shadow: 0 0 8px rgba(255, 193, 7, 0.4);
}

.header-lang {
  position: relative;
  display: flex;
  align-items: center;
}


.header-button button {
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
}

.main {
    padding: 30px 0;
    background: url(../img/main-bg.jpg);
    background-size: cover;
    background-position: center;
}

.main-text {
    margin: 12% 0;
    color: #FFF;
    max-width: 550px;
    font-family: Montserrat;
}

.main-text h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-text p {
    font-size: 22px;
}

.main-text button {
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 20px;
}

.title h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

.cars {
    padding: 30px 0;
    background: #00367e;
    color: #FFF;
}

.cars-card-img img {
    width: 300px;
}

.cars-card-item {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 20px;
}

.cars-card_option {
    display: flex;
    justify-content: space-around;
}

.cars-card_option-itm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cars-card_option-itm img {
    width: 30px;
}

.cars-card-img {
    display: flex;
    justify-content: center;
}

.cars-card_option-itm p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.cars-card_button button {
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.cars-card {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 2px solid #FFF;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
}

.cars__content {
    display: flex;
    margin: 0 auto;
    gap: 30px;
    flex-wrap: wrap;
}

.conditions {
    padding: 50px 0;
}

.conditions_content {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.conditions-item {
    width: 200px;
    text-align: center;
}

.conditions-item img {
    margin-bottom: 10px;
    width: 80px;
}

.conditions-item p {
    font-size: 22px;
    font-weight: 600;
}

.reviews-section {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.review-card {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-card h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.review-card .date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

.review-card .stars {
  font-size: 1.1rem;
  color: #FFD700;
  margin-bottom: 10px;
}

.review-card .text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.view-all-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.btn-yellow {
  background-color: #ffc107;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-yellow:hover {
  background-color: #e0a800;
}

.reviews {
    padding: 50px 0;
    background-color: #00367e;
}

.reviews .title {
    color: #fff;
}

.rental-info {
  background: linear-gradient(135deg, #4a47a3, #00367e);
  color: #f0f0ff;
  padding: 40px 30px;
  max-width: 650px;
  margin: 50px auto;
  border-radius: 18px;
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 12px 25px rgba(108, 99, 255, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.rental-info:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(108, 99, 255, 0.8);
}

.rental-info .info-section {
  margin-bottom: 35px;
  padding-left: 12px;
  border-left: 4px solid #ffc107;
  transition: border-color 0.3s ease;
}

.rental-info .info-section:hover {
  border-color: #ffea00;
}

.rental-info h2 {
  font-size: 2.2rem;
  margin-bottom: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.rental-info p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
  color: #e0e0ff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
  white-space: pre-line;
}

/* Адаптив */
@media (max-width: 480px) {
  .rental-info {
    padding: 30px 20px;
    max-width: 90%;
  }

  .rental-info h2 {
    font-size: 1.8rem;
  }

  .rental-info p {
    font-size: 1rem;
  }
}

/* Общий стиль для блока контактов */
.contact {
  padding: 80px 20px;
  background: linear-gradient(to right, #3a3d98, #00367e);
  color: #fff;
  font-family: Montserrat;
}

.contact .title {
  text-align: center;
  margin-bottom: 50px;
}

.contact .title h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Контентная часть */
.contact__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/* Левая колонка с контактами */
.contact__info {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Элемент контактной информации */
.contact__info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.contact__info-item img {
  width: 30px;
  height: 30px;/* делаем иконки белыми */
}

/* Телефоны и ссылки */
.contact__info-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact__info-item a:hover {
  color: #ffc107;
}

/* Карта */
.contact__map {
  flex: 1 1 50%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.contact__map iframe {
  width: 100%;
  border: none;
}

/* Адаптив */
@media (max-width: 992px) {
  .contact__content {
    flex-direction: column;
    align-items: center;
  }

  .contact__info,
  .contact__map {
    width: 100%;
    flex: unset;
  }
}

@media (max-width: 576px) {
  .contact .title h2 {
    font-size: 2.2rem;
  }

  .contact__info-item {
    font-size: 1rem;
  }

  .contact__info-item img {
    width: 26px;
    height: 26px;
  }
}


@media (max-width: 720px) {
    .header-nav {
        display: none;
    }
    .main {
        padding: 70px 0;
    }
    .main-text p {
        font-size: 25px;
    }
    .conditions-item {
      width: 100%;
    }
}