section.intro {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 450px;
  min-height: 450px;
  background-color: #01092b;
  background-image: url('../assets/img/hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  padding: 180px 0 120px;
  position: relative;
  z-index: 10;
}

.intro--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.intro--widget-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20;
  transform: translateY(55px);
  margin-bottom: -55px;
}

#partner-widget {
  width: 100%;
}

.partner-widget-host {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.partner-widget-host.loaded,
.partner-widget-host[data-styled="true"] {
  opacity: 1;
}

.intro--title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

section.advantages {
  position: relative;
  z-index: 1;
  margin: 110px auto 90px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 45px 35px 50px;
  box-sizing: border-box;
}

section.advantages h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #031152;
}

section.advantages .cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
}

section.advantages .cards .card {
  border-radius: 8px;
  overflow: hidden;
  padding: clamp(14px, 2vw, 25px);
  flex: 1 1 0px;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #102E8E;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

section.advantages .cards .card h4,
section.advantages .cards .card .text-xl {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(13px, 1.5vw, 17px);
  color: #fff;
  text-align: left;
  line-height: 1.2;
}

section.advantages .cards .card p,
section.advantages .cards .card .text-lg {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(9.5px, 1.05vw, 11.5px);
  color: #fff;
  text-align: left;
  line-height: 1.35;
}

section.advantages .cards .card:nth-child(1) {
  background-image: url('../assets/icon/advantages/карта 1.png');
}

section.advantages .cards .card:nth-child(2) {
  background-image: url('../assets/icon/advantages/страхование 1.png'), linear-gradient(180deg, #052792 44.83%, #11339f 100%);
}

section.advantages .cards .card:nth-child(3) {
  background-image: url('../assets/icon/advantages/аэропорты 1.png');
}

section.about {
  position: relative;
  margin-top: 90px;
  background: rgba(242, 243, 245, 1);
  background-color: rgba(242, 243, 245, 1);
  border-radius: 8px;
  overflow: hidden;
  padding: 10px 50px 60px 146px;
  min-height: 420px;
  display: flex;
  align-items: center;
}

section.about .about--content {
  position: relative;
  z-index: 3;
}

section.about h2 {
  font-family: 'Golos Text VF', 'Golos Text', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #031152;
  margin-bottom: 68px;
}

section.about .marker--list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 0;
}

section.about .marker--list li {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.about .marker--icon-wrapper {
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

section.about .marker--list li img {
  height: auto;
  display: block;
  flex-shrink: 0;
}

section.about .marker--list li img.icon-car,
section.about .marker--list li img[src*="car"] {
  width: 63px;
}

section.about .marker--list li img.icon-city,
section.about .marker--list li img[src*="city"] {
  width: 50px;
}

section.about .marker--list li img.icon-country,
section.about .marker--list li img[src*="country"] {
  width: 44px;
}

section.about .marker--list li .marker--text,
section.about .marker--list li .marker--text span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 155%;
  color: #031152;
}

section.about .marker--list li .marker--text {
  display: flex;
  gap: 8px;
  align-items: center;
}

section.about .map--icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: auto;
  max-height: 90%;
  width: auto;
  max-width: 55%;
  object-fit: contain;
  object-position: right center;
  z-index: 1;
  pointer-events: none;
}

section.about .suitcase--icon {
  position: absolute;
  right: 120px;
  bottom: 0;
  height: auto;
  max-height: 80%;
  width: auto;
  max-width: 25%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

section.reviews {
  margin-top: 100px;
}

section.reviews h2 {
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #031152;
}

section.reviews h2 span {
  display: inline;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

section.reviews .map-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 47px;
}

section.reviews .map-link a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #333;
  text-align: center;
}

.reviews-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
}

.reviews-list .review {
  flex: 1 1 0px;
  width: 100%;
  max-width: 320px;
  min-width: 0;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background: #f2f3f5;
  border-radius: 13px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.reviews-list .review .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.reviews-list .review .header .info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.reviews-list .review .header .info .name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #333;
  padding-bottom: 0;
}

.reviews-list .review .header .info .stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.reviews-list .review .header .info .title-servises p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  color: #aaa;
}

.reviews-list .review .header .logo img,
.reviews-list .review .header .ya-logo {
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.reviews-list .review .description p,
.reviews-list .review p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #333;
}

section.faq {
  margin-top: 100px;
  margin-bottom: 100px;
}

section.faq h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #031152;
  text-align: center;
  margin-bottom: 30px;
}

.faq-item {
  overflow: hidden;
  border-bottom: 1px solid #aaa;
  padding: 0;
}

.faq-item:first-child {
  border-top: 1px solid #aaa;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  padding: 25px 0;
  transition: background-color 0.5s ease;
}

.faq-question span,
.faq-question .question--text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 127%;
  color: #031152;
}

.faq-indicator {
  /* font-size: 18px; */
  transition: transform 0.5s ease;
}

.faq-question.active .faq-indicator {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  /* background-color: white; */
  /* padding-left: 20px;
  padding-right: 20px; */
}

.faq-answer.open {
  max-height: 500px;
}

.faq-answer-content {
  max-width: 1100px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
}

.faq-answer-content a {
  color: #1a73e8;
  text-decoration: underline;
  cursor: pointer;
}

.faq-answer-content a:hover {
  color: #031152;
}