body.smp-single-landing {
  font-size: 16px;
  line-height: 22px;
}

body.smp-single-landing:has(.mobile-footer) {
  padding-bottom: 64px;
}

@media screen and (min-width: 992px) {
  body.smp-single-landing:has(.mobile-footer) {
    padding-bottom: 0;
  }
}

.smp-landing {
  display: flex;
  flex-direction: column;
  gap: 80px;

  --smp-landing-color-primary: #174e8c;
  --smp-landing-color-secondary: #d7a31a;
  --smp-primary-color: #174e8c;
  --smp-primary-color-92: #dceaf9;
  --smp-font-color: #2b2f3b;
  --smp-font-family: Lato, "Times New Roman", "New York", Times, "Noto Serif",
    serif;

  font-family: var(--smp-font-family);
  color: var(--smp-font-color);
}

.smp-landing h1 {
  color: var(--smp-font-color);
  font-family: var(--smp-font-family);
  font-size: 48px;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
}

.smp-landing h2 {
  color: var(--smp-font-color);
  font-family: var(--smp-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}

.smp-landing h3 {
  color: var(--smp-font-color);
  font-family: var(--smp-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}

.smp-landing p {
  margin: 0;
}

.main-header.smpHeaderMode_5, .main-header.smpHeaderMode_5 a {
  font-family: Lato, "Times New Roman", "New York", Times, "Noto Serif";
}

.smp-landing .smp-button.smp-button-primary {
  background-color: var(--smp-landing-color-secondary);
  color: var(--smp-font-color);
  border-radius: 24px;
}

.smp-landing .smp-button.smp-button-primary:hover {
  background-color: #bf9117;
}

.smp-landing .smp-button.smp-button-primary-outlined.smp-button-contrasted {
  border-radius: 24px;
  color: var(--smp-font-color);
  border-color: var(--smp-landing-color-secondary);
}

.smp-landing
  .smp-button.smp-button-primary-outlined.smp-button-contrasted:hover {
  background-color: var(--smp-landing-color-secondary);
}
.smp-landing .smp-rating {
  color: var(--smp-landing-color-secondary);
}

.main-header.smpHeaderMode_5 .smp-button.smp-button-primary {
  background-color: #d7a31a;
  color: #2b2f3b;
  border-radius: 24px;
}

.main-header.smpHeaderMode_5 .smp-button.smp-button-primary:hover {
  background-color: #bf9117;
}


.smp-city-page__hero {
  margin-top: -80px;
}

.smp-city-page__hero .smp-banner {
  padding: 24px 16px;
  gap: 24px;
}

.smp-city-page__hero .smp-banner__title {
  margin-bottom: 8px;
}

.smp-city-page__hero .smp-banner__description h2 {
  margin-bottom: 24px;
}

.smp-city-page__hero .smp-banner__actions > div {
  max-width: unset;
}

.smp-city-page__hero .smp-hero__media {
  padding: 0 16px;
}

.smp-city-page__hero .smp-landing__hero__picture img {
  max-height: 320px;
  border-radius: 24px;
  min-height: unset !important;
}

.smp-landing__sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff8eb;
  padding: 8px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.smp-landing__sticky-header--quote {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
}

.smp-landing__sticky-header__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.smp-landing__sticky-header__item span[data-icon] {
  color: var(--smp-landing-color-secondary);
}

.smp-landing__sticky-header__item--rating,
.smp-landing__sticky-header__item--available,
.smp-landing__sticky-header__item--phone {
  display: none;
}

.smp-landing__questions {
  background-color: #e6eaef;
  padding: 24px 16px;
}

.smp-landing h2.smp-landing__questions__title {
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.smp-landing__questions__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.smp-landing__questions__content__contact {
  background-color: #fff8eb;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.smp-landing__google-reviews {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.smp-landing__google-reviews .smp-google-reviews .smp-google-reviews__reviews {
  padding: 0;
}

.smp-landing__agencies {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.smp-landing__agencies__map {
  width: 100%;
  flex-shrink: 0;
  height: 180px;
}

.smp-landing__agencies__map .smp-list-organization-card__map,
.smp-landing__agencies__map .smp-list-organization-card__container {
  height: 100%;
}

.smp-landing__agencies__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.smp-landing__agencies__content__action {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.smp-landing__hero__picture {
  position: relative;
  margin: 0;
}

.smp-landing__hero__infos {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;

  align-self: stretch;
  flex-wrap: wrap;
}

.smp-landing__hero__infos__info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 40px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: var(--smp-white);
  font-size: 14px;
}

.smp-landing__hero__infos__info__icon {
  color: var(--smp-landing-color-secondary);
}

.smp-landing__emergency {
  padding: 0 16px;
}

.smp-landing__emergency__banner {
  background-color: var(--smp-landing-color-primary);
  color: var(--smp-white);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 996px;
  border-radius: 24px;
}

.smp-landing__emergency__banner p {
  font-size: 20px;
  line-height: 24px;
}

.smp-landing__info-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
  width: 100%;
}

.smp-landing__info-card {
  display: flex;
  flex-direction: column;
  background-color: var(--smp-white);
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid var(--smp-landing-color-secondary);
}

.smp-landing__info-card__image {
  height: 120px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}

.smp-landing__info-card__content {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.smp-landing__info-card__content__action {
  margin-top: auto;
  white-space: normal !important;
}

.smp-benefits-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  background-color: var(--smp-landing-color-primary);
  color: var(--smp-white);
  padding: 24px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.smp-benefits-banner__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.smp-benefits-banner__item__icon {
  color: var(--smp-landing-color-secondary);
}

.smp-landing__advantages {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.smp-landing__advantages__title {
  text-align: center;
  margin-bottom: 16px;
}

.smp-landing__advantages__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.smp-landing__advantages__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--smp-white);
  border-radius: 24px;
  border: 2px solid var(--smp-landing-color-secondary);
  padding: 24px 16px;
  align-items: center;
}

.smp-landing__advantages__card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--smp-landing-color-secondary);
  color: var(--smp-font-color);
  font-size: 16px;
  flex-shrink: 0;
}

.smp-landing__advantages__card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.smp-landing__service {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.smp-landing__service-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.smp-landing__service-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.smp-landing__service-section__features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}

.smp-landing__service-section__feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.smp-landing__service-section__feature__icon {
  color: var(--smp-landing-color-primary);
  font-size: 24px;
}

.smp-landing__service-section__image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.smp-landing__service-section__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  min-height: 260px;
}

.smp-landing__quote {
  background-color: #fff8eb;
  padding: 40px 0;
}

.smp-landing__quote h2 {
  max-width: 792px;
  padding: 0 16px 40px 16px;
  margin: 0 auto;
}
.smp-landing__quote .smp-input-error-description {
background: #fff8eb;
}

.smp-landing__tunob .smp-tunob__tooltip {
  background-color: var(--smp-landing-color-secondary);
}

.sub_footer {
  display: none;
}

.main-header__link__container a {
  color: var(--smp-font-color);
}

@media (min-width: 768px) {
  .smp-landing__info-cards {
    flex-direction: row;
  }

  .smp-landing__info-card {
    flex: 1;
  }

  .smp-landing__advantages__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 992px) {
  .smp-landing {
    gap: 120px;
  }

  .smp-landing__hero__infos {
    bottom: 32px;
    left: 32px;
  }

  .smp-landing__questions {
    padding: 40px;
  }

  .smp-landing__questions__content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .smp-landing__questions__content__faq {
    max-width: 50%;
    width: 100%;
  }

  .smp-landing__agencies {
    flex-direction: row-reverse;
  }

  .smp-landing__agencies__map {
    width: 50%;
    height: 360px;
  }

  .smp-landing__agencies__content__action {
    flex-direction: row;
    gap: 24px;
  }

  .smp-landing__emergency__banner {
    padding: 40px;
    flex-direction: row;
  }

  .smp-landing__info-card {
    flex-direction: row;
  }

  .smp-landing__info-card__content {
    padding: 24px;
  }

  .smp-landing__info-card__image {
    max-width: 200px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }

  .smp-benefits-banner {
    gap: 40px;
  }
  .smp-landing__advantages__card {
    flex-direction: row;
  }

  .smp-landing__questions__content__contact {
    max-width: 480px;
  }

  .smp-landing__service-section {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    padding: 0;
  }

  .smp-landing__service-section--reverse {
    flex-direction: row-reverse;
  }

  .smp-landing__service-section__content {
    flex: 1;
  }

  .smp-landing__service-section__image {
    flex: 1;
    max-width: 50%;
  }

  .smp-landing__service-section__image img {
    height: 400px;
  }
}

.smp-landing__legal-footer {
  background-color: var(--smp-landing-color-primary);
  color: var(--smp-white);
  padding: 24px 16px;
  margin-top: -80px;
}

.smp-landing .smp-landing__legal-footer h2 {
  color: var(--smp-white);
}

.smp-landing__legal-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.smp-landing__legal-footer__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.smp-landing__legal-footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.smp-landing__legal-footer__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: baseline;
}

.smp-landing__legal-footer__links a,
.smp-landing__legal-footer__links a:hover,
.smp-landing__legal-footer__links span {
  color: var(--smp-white);
  text-decoration: underline;
}

.smp-landing__legal-footer__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background-color: var(--smp-white);
  color: var(--smp-font-color);
  border-radius: 100px;
}

.smp-landing__legal-footer__badge .material-symbols-outlined {
  color: var(--smp-landing-color-secondary);
}

.smp-landing__legal-footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  text-align: center;
}

.smp-landing__legal-footer__logo {
  height: 24px;
}

/* Responsive design */
@media (min-width: 768px) {
  .smp-landing__legal-footer__buttons {
    flex-direction: row;
  }

  .smp-landing__legal-footer__buttons .smp-button {
    flex-grow: 1;
  }

  .smp-landing__legal-footer__copyright {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .smp-city-page__hero {
    padding: 40px 40px 0 40px;
    justify-content: space-between;
    margin-top: -120px;
  }

  .smp-city-page__hero .smp-hero__media {
    margin-right: -40px;
  }

  .smp-city-page__hero .smp-landing__hero__picture img {
    max-height: 480px;
    border-radius: 24px 0 0 24px;
  }

  .smp-city-page__hero .smp-hero__media {
    padding: 0;
  }

  .smp-city-page__hero .smp-banner {
    padding: 24px 16px 24px 0;
  }

  .smp-landing__legal-footer {
    padding: 40px;
    margin-top: -120px;
  }

  .smp-landing__legal-footer__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .smp-landing__legal-footer__section--info {
    flex: 1 0 0;
  }

  .smp-landing__legal-footer__section--links {
    flex: 1 0 0;
  }

  .smp-landing__legal-footer__section {
    gap: 40px;
  }

  .smp-landing__legal-footer__buttons .smp-button {
    flex-grow: 0;
  }

  .smp-landing__legal-footer__badge {
    justify-content: left;
  }

  .smp-landing__sticky-header {
    justify-content: space-between;
  }

  .smp-landing__sticky-header__item--rating,
  .smp-landing__sticky-header__item--available,
  .smp-landing__sticky-header__item--phone {
    display: flex;
  }

  .smp-single-landing .header-logo {
   display: none;
  }

  .smp-single-landing .main-header__link__container .menu {
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .smp-city-page__hero {
    max-width: 1200px;
    margin: -120px auto 0 auto;
    padding: 40px 40px 0 40px;
  }

  .smp-city-page__hero .smp-landing__hero__picture img {
    border-radius: 24px 24px;
  }

  .smp-single-landing .header-logo {
    display: flex;
   }

   .smp-single-landing .main-header__link__container .menu {
    gap: 32px;
  }
}

