.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0; }

.breadcrumb-item {
  display: flex;
  align-items: center; }

.breadcrumb-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0a0a0a;
  text-decoration: none;
  letter-spacing: -0.1px;
  transition: color 0.2s ease; }
  .breadcrumb-link:hover {
    color: #d70000;
    text-decoration: none; }

.breadcrumb-separator {
  display: flex;
  align-items: center;
  color: #0a0a0a; }
  .breadcrumb-separator svg {
    width: 20px;
    height: 20px; }

.breadcrumb-current {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0a0a0a;
  letter-spacing: -0.1px; }

.warranty-hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: center;
  padding: 40px;
  overflow: hidden;
  border-radius: 2px; }
  .warranty-hero__background {
    position: absolute;
    inset: 0;
    z-index: 0; }
    .warranty-hero__background::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, #f9fbfd, #3e4854);
      z-index: 1; }
  .warranty-hero__bg-image {
    position: absolute;
    width: 89%;
    height: 113%;
    top: -0.34%;
    left: -5.65%;
    object-fit: contain;
    z-index: 2; }
    .warranty-hero__bg-image--desktop {
      display: block; }
    .warranty-hero__bg-image--mobile {
      display: none; }
  .warranty-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(82, 98, 114, 0) 50%, rgba(82, 98, 114, 0.5) 81.711%);
    z-index: 3; }
  .warranty-hero__content {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 40px; }
  .warranty-hero__text {
    flex: 1;
    padding: 0 143px;
    opacity: 0; }
  .warranty-hero__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #ffffff;
    margin: 0 0 12px; }
  .warranty-hero__subtitle {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #ffffff;
    margin: 0; }

.warranty-form {
  width: 620px;
  flex-shrink: 0;
  background: #ffffff;
  border: 2px solid #ff919c;
  border-radius: 2px;
  padding: 32px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18); }
  .warranty-form__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0 0 12px;
    padding-bottom: 0; }
  .warranty-form__link a {
    background: #000000;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px; }
  .warranty-form__body {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .warranty-form__row {
    display: flex;
    gap: 10px; }
    .warranty-form__row .warranty-form__group {
      flex: 1;
      min-width: 0; }
  .warranty-form__group {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .warranty-form__label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a; }
  .warranty-form__input, .warranty-form__select, .warranty-form__textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    transition: border-color 0.2s ease; }
    .warranty-form__input::placeholder, .warranty-form__select::placeholder, .warranty-form__textarea::placeholder {
      color: #0a0a0a; }
    .warranty-form__input:focus, .warranty-form__select:focus, .warranty-form__textarea:focus {
      outline: none;
      border-color: #d4d4d4; }
  .warranty-form__textarea {
    resize: vertical;
    min-height: 80px;
    background: #ffffff;
    border-color: #e5e5e5; }
  .warranty-form__select-wrapper {
    position: relative; }
  .warranty-form__select {
    appearance: none;
    padding-right: 40px;
    cursor: pointer; }
  .warranty-form__select-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0a0a0a; }
  .warranty-form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    background: #0a0a0a;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 14px;
    transition: background-color 0.2s ease; }
    .warranty-form__submit:hover {
      background: #262626; }
  .warranty-form__submit-text {
    flex: 1;
    padding: 16px 24px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center; }
  .warranty-form__submit-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  .warranty-form__message {
    padding: 12px 16px;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: center; }
    .warranty-form__message--success {
      background: #d4edda;
      color: #155724;
      border: 1px solid #c3e6cb; }
    .warranty-form__message--error {
      background: #f8d7da;
      color: #721c24;
      border: 1px solid #f5c6cb; }

.warranty-policy {
  max-width: 1266px;
  margin: 0 auto;
  padding: 100px 0; }
  .warranty-policy__header {
    margin-bottom: 40px; }
  .warranty-policy__title, .warranty-policy__subtitle {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0; }
  .warranty-policy__list {
    display: flex;
    flex-direction: column;
    gap: 12px; }

.warranty-accordion {
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  transition: all 0.3s ease; }
  .warranty-accordion.is-active {
    background: #ffffff;
    border: 1px solid #0a0a0a;
    border-radius: 2px; }
    .warranty-accordion.is-active .warranty-accordion__title {
      color: #0a0a0a; }
    .warranty-accordion.is-active .warranty-accordion__icon-minus {
      display: block; }
    .warranty-accordion.is-active .warranty-accordion__icon-plus {
      display: none; }
    .warranty-accordion.is-active .warranty-accordion__content {
      display: block; }
  .warranty-accordion__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease; }
    .warranty-accordion__header:hover {
      background: rgba(245, 245, 245, 0.5); }
  .warranty-accordion__title {
    flex: 1;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #737373; }
  .warranty-accordion__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px; }
    .warranty-accordion__icon svg {
      width: 100%;
      height: 100%; }
  .warranty-accordion__icon-minus {
    display: none; }
  .warranty-accordion__icon-plus {
    display: block; }
  .warranty-accordion__content {
    display: none;
    padding: 0 20px 20px; }
  .warranty-accordion__list {
    margin: 0;
    padding: 0 0 0 24px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #404040; }
    .warranty-accordion__list li {
      margin-bottom: 8px; }
      .warranty-accordion__list li:last-child {
        margin-bottom: 0; }

.warranty-centers {
  max-width: 1266px;
  margin: 0 auto;
  padding-bottom: 72px; }
  .warranty-centers__header {
    margin-bottom: 16px; }
  .warranty-centers__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0; }
  .warranty-centers__filter {
    display: flex;
    gap: 10px;
    margin-bottom: 40px; }
  .warranty-centers__filter-fields {
    display: flex;
    gap: 10px;
    flex: 1; }
  .warranty-centers__select-wrapper {
    position: relative;
    flex: 1;
    border: 1px solid #d4d4d4;
    border-radius: 4px; }
  .warranty-centers__select {
    width: 100%;
    height: 100%;
    min-height: 44px;
    padding: 10px 40px 10px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease; }
    .warranty-centers__select:focus {
      outline: none;
      border-color: #d4d4d4; }
  .warranty-centers__select-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0a0a0a; }
  .warranty-centers__search-btn {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    background: #0a0a0a;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.2s ease; }
    .warranty-centers__search-btn:hover {
      background: #262626; }
  .warranty-centers__search-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  .warranty-centers__search-text {
    padding: 16px 24px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-transform: uppercase; }
  .warranty-centers__list-wrapper {
    display: flex;
    gap: 16px;
    height: 680px; }
  .warranty-centers__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    padding-right: 8px;
    padding-top: 1px; }
    .warranty-centers__list::-webkit-scrollbar {
      width: 4px; }
    .warranty-centers__list::-webkit-scrollbar-track {
      background: #e5e5e5;
      border-radius: 100px; }
    .warranty-centers__list::-webkit-scrollbar-thumb {
      background: #404040;
      border-radius: 100px; }
    @media (max-width: 767px) {
      .warranty-centers__list--mobile {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px 4px;
        overflow-y: visible; } }
  .warranty-centers__scrollbar {
    width: 4px;
    background: #e5e5e5;
    border-radius: 100px;
    position: relative;
    display: none; }
  .warranty-centers__scrollbar-thumb {
    width: 100%;
    height: 120px;
    background: #404040;
    border-radius: 100px; }
  .warranty-centers__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #737373; }
    .warranty-centers__loading i {
      font-size: 24px;
      color: #d70000; }
  .warranty-centers__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #737373;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px; }

.warranty-center-card {
  display: flex;
  gap: 20px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  transition: border-color 0.2s ease; }
  .warranty-center-card:hover {
    border-color: #d4d4d4; }
  .warranty-center-card__image {
    flex: 1;
    min-height: 160px;
    overflow: hidden; }
    .warranty-center-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .warranty-center-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 16px 8px; }
  .warranty-center-card__title {
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #404040;
    margin: 0; }
  .warranty-center-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 12px; }
    .warranty-center-card__info p {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.1px;
      color: #404040;
      margin: 0; }
  .warranty-center-card__actions {
    display: flex;
    gap: 32px;
    margin-top: auto; }
  .warranty-center-card__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    font-family: "GMV Din Pro", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #404040;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 30%;
    transition: color 0.2s ease; }
    .warranty-center-card__action svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
    .warranty-center-card__action:hover {
      color: #d70000;
      text-decoration: underline; }
      .warranty-center-card__action:hover svg {
        color: #d70000; }
  .warranty-center-card__map {
    flex: 1;
    min-height: 160px;
    overflow: hidden; }
    .warranty-center-card__map img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .warranty-center-card__map iframe {
      width: 100%;
      height: 100%;
      min-height: 160px; }
    .warranty-center-card__map a {
      display: block;
      width: 100%;
      height: 100%; }
  .warranty-center-card__map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: #e5e5e5;
    color: #737373;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }

.floating-contact {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 56px;
  background: #d70000;
  border: none;
  border-radius: 100px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 1000; }
  .floating-contact svg {
    width: 32px;
    height: 32px; }
  .floating-contact:hover {
    transform: scale(1.05);
    box-shadow: 0px 30px 60px -12px rgba(16, 24, 40, 0.25); }

@media (max-width: 1400px) {
  .warranty-page {
    max-width: 100%; }
  .warranty-hero {
    margin: 0 30px; }
    .warranty-hero__text {
      padding: 0 80px; }
  .warranty-form {
    width: 550px; }
  .warranty-policy,
  .warranty-centers {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 1199px) {
  .warranty-hero {
    min-height: auto;
    margin: 0 24px;
    padding: 40px 30px; }
    .warranty-hero__content {
      flex-direction: column; }
    .warranty-hero__text {
      padding: 0;
      opacity: 1;
      text-align: center;
      margin-bottom: 30px; }
  .warranty-form {
    width: 100%;
    max-width: 600px; }
  .warranty-policy,
  .warranty-centers {
    padding-left: 24px;
    padding-right: 24px; }
  .warranty-policy__title,
  .warranty-policy__subtitle,
  .warranty-centers__title {
    font-size: 36px;
    line-height: 44px; }
  .warranty-centers__list-wrapper {
    height: auto;
    max-height: 600px; } }

@media (max-width: 991px) {
  .warranty-hero {
    margin: 0 20px;
    padding: 30px 20px; }
    .warranty-hero__title {
      font-size: 32px;
      line-height: 40px; }
    .warranty-hero__subtitle {
      font-size: 18px;
      line-height: 26px; }
  .warranty-form {
    padding: 24px; }
    .warranty-form__title {
      font-size: 32px;
      line-height: 40px; }
    .warranty-form__row {
      flex-direction: column; }
  .warranty-policy,
  .warranty-centers {
    padding-left: 20px;
    padding-right: 20px; }
  .warranty-policy {
    padding-top: 60px;
    padding-bottom: 60px; }
  .warranty-policy__title,
  .warranty-policy__subtitle,
  .warranty-centers__title {
    font-size: 32px;
    line-height: 40px; }
  .warranty-accordion__title {
    font-size: 18px;
    line-height: 24px; }
  .warranty-center-card {
    flex-direction: column; }
    .warranty-center-card__image, .warranty-center-card__map {
      height: 200px;
      flex: none; }
    .warranty-center-card__map {
      display: none; } }

@media (max-width: 767px) {
  .breadcrumb-link,
  .breadcrumb-current {
    font-size: 13px;
    line-height: 18px; }
  .breadcrumb-separator svg {
    width: 20px;
    height: 20px; }
  .warranty-hero {
    margin: 0;
    padding: 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    overflow: visible; }
    .warranty-hero__background {
      position: relative;
      width: 100%;
      height: 280px;
      border-radius: 2px;
      overflow: hidden; }
      .warranty-hero__background::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, #f9fbfd, #3e4854);
        z-index: 1; }
    .warranty-hero__bg-image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: 2; }
      .warranty-hero__bg-image--desktop {
        display: none; }
      .warranty-hero__bg-image--mobile {
        display: block; }
    .warranty-hero__overlay {
      display: none; }
    .warranty-hero__content {
      position: relative;
      z-index: 4;
      flex-direction: column;
      gap: 12px;
      margin-top: -40px; }
    .warranty-hero__text {
      display: none; }
    .warranty-hero__title {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px; }
    .warranty-hero__subtitle {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.1px; }
  .warranty-form {
    padding: 20px 12px 12px;
    width: 100%;
    border-width: 1px;
    box-shadow: none; }
    .warranty-form__title {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: -1px;
      padding-bottom: 0;
      margin-bottom: 12px; }
    .warranty-form__body {
      gap: 10px; }
    .warranty-form__row {
      flex-direction: column;
      gap: 10px; }
    .warranty-form__group {
      gap: 6px; }
    .warranty-form__label {
      font-size: 13px;
      font-weight: 600;
      line-height: 18px; }
    .warranty-form__input, .warranty-form__select, .warranty-form__textarea {
      min-height: 38px;
      padding: 7px 12px;
      font-size: 13px;
      line-height: 18px; }
    .warranty-form__select {
      padding-right: 36px; }
    .warranty-form__textarea {
      min-height: 80px; }
    .warranty-form__submit {
      min-height: 36px;
      margin-top: 4px; }
    .warranty-form__submit-text {
      font-size: 13px;
      line-height: 13px;
      padding: 10px 12px;
      letter-spacing: 0; }
    .warranty-form__submit-icon {
      padding: 6px 8px; }
      .warranty-form__submit-icon img {
        width: 24px;
        height: 24px; }
  .warranty-policy,
  .warranty-centers {
    padding-left: 0;
    padding-right: 0; }
  .warranty-policy {
    padding-top: 48px;
    padding-bottom: 48px; }
    .warranty-policy__header {
      margin-bottom: 24px; }
  .warranty-policy__title,
  .warranty-policy__subtitle,
  .warranty-centers__title {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -1px; }
  .warranty-accordion__header {
    padding: 12px;
    gap: 16px; }
  .warranty-accordion__title {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.1px; }
  .warranty-accordion__content {
    padding: 0 12px 12px; }
  .warranty-accordion__list {
    font-size: 13px;
    line-height: 18px;
    padding-left: 19.5px; }
    .warranty-accordion__list li {
      margin-bottom: 8px; }
  .warranty-centers {
    padding-bottom: 48px; }
    .warranty-centers__header {
      margin-bottom: 12px; }
    .warranty-centers__filter {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 24px; }
    .warranty-centers__filter-fields {
      flex-direction: row;
      gap: 4px; }
    .warranty-centers__select-wrapper {
      flex: 1; }
    .warranty-centers__select {
      min-height: 38px;
      padding: 7px 36px 7px 12px;
      font-size: 13px;
      line-height: 18px; }
    .warranty-centers__search-btn {
      width: 100%;
      min-height: 36px;
      justify-content: center; }
    .warranty-centers__search-icon {
      padding: 6px 8px; }
      .warranty-centers__search-icon img {
        width: 24px;
        height: 24px; }
    .warranty-centers__search-text {
      flex: 1;
      padding: 10px 12px;
      font-size: 13px;
      line-height: 13px;
      letter-spacing: 0;
      text-align: center; }
    .warranty-centers__list-wrapper {
      height: auto;
      max-height: none;
      flex-direction: column;
      gap: 16px; }
    .warranty-centers__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px 4px;
      overflow-y: visible;
      padding-top: 0;
      padding-right: 0; }
  .warranty-center-card {
    min-width: 0;
    width: 100%;
    gap: 0;
    display: flex;
    flex-direction: column;
    background: #f5f5f5; }
    .warranty-center-card__image {
      height: 120px;
      flex: none;
      width: 100%; }
      .warranty-center-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .warranty-center-card__content {
      padding: 8px;
      gap: 4px;
      flex: 1;
      display: flex;
      flex-direction: column; }
    .warranty-center-card__title {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: -0.1px;
      font-weight: 700; }
    .warranty-center-card__info {
      padding-right: 0;
      flex: 1; }
      .warranty-center-card__info p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 2px; }
        .warranty-center-card__info p:last-child {
          margin-bottom: 0; }
    .warranty-center-card__actions {
      flex-direction: column;
      gap: 4px;
      margin-top: 8px; }
    .warranty-center-card__action {
      min-height: 28px;
      font-size: 11px;
      line-height: 11px;
      gap: 4px;
      letter-spacing: 0;
      text-underline-offset: 2px; }
      .warranty-center-card__action svg {
        width: 16px;
        height: 16px; }
    .warranty-center-card__map {
      height: 100px;
      flex: none;
      width: 100%;
      display: block; }
      .warranty-center-card__map iframe {
        width: 100%;
        height: 100%;
        min-height: 100px; }
  .floating-contact {
    right: 16px;
    bottom: 16px;
    top: auto;
    width: 48px;
    height: 48px; }
    .floating-contact svg {
      width: 28px;
      height: 28px; } }

@media (max-width: 480px) {
  .warranty-hero__title,
  .warranty-form__title {
    font-size: 24px;
    line-height: 32px; }
  .warranty-policy__title,
  .warranty-policy__subtitle,
  .warranty-centers__title {
    font-size: 22px;
    line-height: 28px; } }
