/*:root {
    --primary_color: #8C72FF;
    --secondary_color: #15083E;
    --accent1_color: #252B42;
    --background1_color: #15083E;
    --header1_color: brown;
    --disabled_color: purple;
}*/

.grecaptcha-badge {
  display: none !important;
}

/*Qualities Desktop*/
.qualitiesindex__container {
  display: flex;
  width: 100%;
  position: relative;
}

.qualitiesindex__list-content {
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}

.qualitiesindex__rectangle-color {
    position: absolute;
    width: 100%;
    height: 363px;
    left: 0px;
    top: 0px;
    background: #15083E;
    z-index: -1;
    border-top: solid 1px #15083E;
}

.qualitiesindex__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 357px;
  z-index: 1;
  position: relative;
}

.qualitiesindex__item-icon.item-03 {
    height: 277px;
}

.qualitiesindex__img-content {
  position: relative;
  display: flex;
  min-height: 343px;
  align-items: flex-end;
}

.qualitiesindex__img-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.qualitiesindex__img-background circle {
    r: 50;
}

.qualitiesindex__item-icon {
  z-index: 1;
  height: fit-content;
}

.qualitiesindex__title-content {
  width: 353px;
  min-height: 88px;
  background: var(--secondary_color);
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 33px;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.qualitiesindex__title-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03333em;
  color: #ffffff;
}

.qualitiesindex__description-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #374151;
}

/*Why Desktop*/
.whyindex__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 761px;
  background-color: var(--primary_color);
  margin-top: 75px;
  position: relative;
  padding: 85px 0;
  box-sizing: border-box;
  row-gap: 75px;
}

.whyindex__hand-circle-desktop {
  display: none;
  position: absolute;
  left: 36px;
  top: 87.37px;
}

.whyindex__hand-circle-tablet {
  display: none;
  position: absolute;
  left: 0px;
  top: 87.37px;
}

.whyindex__star-desktop {
  display: none;
  position: absolute;
  right: 109px;
  bottom: 0px;
  z-index: 0;
}

.whyindex__star-tablet {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.whyindex__title-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 63.33px;
  line-height: 55px;
  text-align: center;
  font-feature-settings: "liga" off, "rclt" off;
  color: #ffffff;
}

.whyindex__repair-list-content {
  display: flex;
  column-gap: 41px;
  row-gap: 45px;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
}

.whyindex__repair-item {
  display: flex;
  align-items: center;
  column-gap: 34.5px;
  z-index: 1;
}

.whyindex__item-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  font-feature-settings: "liga" off, "kern" off;
  color: #ffffff;
  width: 274px;
}

.whyindex__item-img-content {
  position: relative;
}

.whyindex__item-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 179px;
}

.whyindex__hand-circle-desktop {
  width: 350px;
}

.whyindex__star-desktop {
  width: 220px;
  right: 0px;
}

/*Find section*/
.findindex__container {
  display: flex;
  width: 100%;
  position: relative;
  background: #15083e;
  min-height: 673px;
  flex-direction: column;
  padding-top: 54px;
  box-sizing: border-box;
}

.findindex__circle-desktop-middle {
  display: none;
  position: absolute;
  right: 0px;
}

.findindex__star-tablet {
  display: none;
}

.findindex__corner-mobile {
  display: none;
}

.findindex__circle-desktop {
  display: none;
  position: absolute;
  top: 75px;
  right: 42px;
}

.findindex__details-earth-content {
  position: relative;
}

.findindex__location-earth-tablet {
  display: none;
  position: absolute;
  bottom: 0px;
}

.findindex__location-earth-mobile {
  display: none;
  position: absolute;
}

.findindex__location-earth-desktop {
  display: none;
  position: absolute;
  right: -25px;
  top: -65px;
  height: fit-content;
}

.findindex__description-container {
  position: relative;
  height: 570px;
  width: 1146px;
  /*background: red;*/
  margin: 0 auto;
  display: flex;
}

.findindex__descriptions-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 105px;
  align-items: center;
}

.findindex__details-content {
  width: 497px;
  /*background: blue;*/
  margin-right: auto;
}

.findindex__description-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #ffffff;
}

.findindex__note-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #ffffff;
}

.findindex__descriptions-divisor {
  margin-top: 10px;
}

.findindex__find-button-content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 195px;
}

.findindex__find-button-label {
  position: absolute;
  top: 52%;
  left: calc(100% - 140px);
  width: 200px;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #15083e;
  justify-content: center;
}

.findindex__radial-background g circle {
  fill: var(--secondary_color);
}

.findindex__button-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.findindex__star-desktop {
  position: absolute;
  left: -103px;
  bottom: 40px;
  display: none;
}

/*Divisor section*/
.divisorindex__container {
  background-color: #15083e;
  min-height: 322px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divisorindex__line-left {
  margin-bottom: auto;
  margin-top: 70px;
}

.divisorindex__line-right {
  margin-top: auto;
  margin-bottom: 70px;
}

.divisorindex__laptop {
  margin-bottom: auto;
}

.divisorindex__devices-list-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.divisorindex__desktop {
  display: none;
}

.divisorindex__tablet {
  display: none;
}

.divisorindex__mobile {
  display: none;
}

/*Journey section*/
.bookingindex__container {
  background-color: #15083e;
  position: relative;
  height: 570px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.bookingindex__description-container {
    position: relative;
    height: 570px;
    width: 1350px;
    margin: 0 auto;
    display: flex;
    border-top: solid 1px #15083E;
}

.bookingindex__circle-desktop {
  display: none;
  position: absolute;
  top: 42px;
  left: 94px;
}

.bookingindex__circle-middle {
  display: none;
  position: absolute;
  top: 42px;
  left: 0px;
}

.bookingindex__circle-middle-mobile {
  display: none;
  position: absolute;
  top: 42px;
  left: 0px;
}

.bookingindex__check-img {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bookingindex__detail-check-content {
  position: relative;
  height: 75px;
  width: 130px;
  /*background: green;*/
  margin-left: 27px;
}

.bookingindex__detail-middle-circle {
}

.bookingindex__background-description {
  position: relative;
  z-index: -1;
  /*background: green;*/
}

.bookingindex__appointment-label {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}

.bookingindex__appointment-description {
  display: flex;
  flex-direction: column;
  /* background: red; */
  height: 178px;
  width: 285px;
  position: absolute;
  right: -100px;
  bottom: 90px;
  z-index: 1;
}

.bookingindex__hand-phones-content {
  position: relative;
  /*background: green;*/
  min-width: 695px;
  display: flex;
}

.bookingindex__using-cell-img {
  /*position: absolute;*/
  bottom: 0px;
  left: 0px;
  margin-top: auto;
}

.bookingindex__descriptions-labels {
  display: flex;
  flex-direction: column;
  /*background: green;*/
  height: 100%;
  width: 100%;
  position: relative;
}

.bookingindex__booking-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 15px;
  height: 160px;
  /*background: red;*/
}
.bookingindex__booking-btn:hover {
  filter: brightness(90%);
}

.bookingindex__booking-btn {
  position: absolute;
  top: 10px;
  width: 303px;
  height: 74px;
  background-color: var(--primary_color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.bookingindex__booking-btn-icon {
  pointer-events: none;
}

.bookingindex__booking-btn-labels {
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.bookingindex__booking-click-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  font-feature-settings: "liga" off;
  color: #ffffff;
  cursor: pointer;
}

.bookingindex__booking-book-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  font-feature-settings: "liga" off;
  color: #ffffff;
  cursor: pointer;
}

.bookingindex__booking-button-image {
  margin-top: auto;
}

.bookingindex__title-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 1044px;
  right: 15px;
  row-gap: 23px;
  /*background: red;*/
}

.bookingindex__title-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  text-align: right;
  font-feature-settings: "liga" off, "rclt" off;
  color: #ffffff;
}

.bookingindex__subtitle-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  font-feature-settings: "liga" off;
  color: #ffffff;
  width: 430px;
  margin-left: auto;
}

/*Brands section*/

.brandsindex__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 1439px;
  margin: 0 auto;
  min-height: 376px;
  position: relative;
  height: auto;
}

.brandsindex__line-bottom path {
  stroke: var(--secondary_color) !important;
}

.brandsindex__hand-mobile {
  display: none;
}

.brandsindex__hand-desktop {
  display: none;
}

.brandindex__brand-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #374151;
}

.brandsindex__brand-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 44px;
  padding: 66px 0 54px 0;
  box-sizing: border-box;
}

.brandsindex__brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 20px;
  align-items: center;
  max-width: 632px;
  width: 100%;
}

.brandsindex__title-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--secondary_color);
}

/*Reviews section*/
.reviewsindex__container {
  display: flex;
  flex-direction: column;
  background-color: var(--primary_color);
  width: 100%;
  min-height: 661px;
  row-gap: 60px;
  padding: 65px 0;
  box-sizing: border-box;
}

.reviewsindex__t {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.025em;
  font-feature-settings: "liga" off;
  color: #ffffff;
  width: 745px;
  margin: 0 auto;
}

.reviewsindex__reviews-footer {
  display: flex;
  align-items: center;
  column-gap: 35px;
  margin: 0 auto;
}

.reviewsindex__reviews-footer-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.025em;
  font-feature-settings: "liga" off;
  color: #ffffff;
}

.reviewsindex__reviews-footer-btn {
  width: 173px;
  height: 52px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary_color);
  border-radius: 5px;
}

.reviewsindex__reviews-footer-btn-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.025em;
  font-feature-settings: "liga" off;
  color: #ffffff;
  cursor: pointer;
}

.reviewsindex__container .microsite-review__t {
  color: white;
}

.reviewsindex__container .wgt-review__lbl-bottom {
  color: white;
}

.reviewsindex__container .wgt-revws__reviews-footer-btn {
  border: 0px solid var(--secondary_color);
  background-color: #16083e;
}

.reviewsindex__container .wgt-loc__location-item-btn-icon path {
  fill: white !important;
}

.reviewsindex__container .wgt-loc__location-item-btn-icon rect {
  stroke: white !important;
}

.reviewsindex__container .wgt-review__lbl-btn {
  color: white;
}

.reviewsindex__container .wgt-revws__reviews-btn-icon path {
  stroke: white;
}

/*Special Queries*/
@media (min-width: 1440px) and (max-width: 1500px) {
  .findindex__circle-desktop {
    display: none !important;
  }

  .findindex__circle-desktop-middle {
    display: flex;
  }

  /*Journey Section*/
  .bookingindex__circle-middle {
    display: flex;
  }

  .bookingindex__circle-desktop {
    display: none !important;
  }
}

/*Desktop ultra wide*/
@media (min-width: 1440px) {
  /*Qualities Desktop*/
  .qualitiesindex__item .qualitiesindex__rectangle-color {
    display: none;
  }

  /*Why Desktop*/
  .whyindex__hand-circle-desktop {
    display: flex;
  }

  .whyindex__star-desktop {
    display: flex;
  }

  /*Find index*/
  .findindex__title-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: "liga" off;
    color: #ffffff;
  }

  .findindex__circle-desktop {
    display: flex;
  }

  .findindex__location-earth-desktop {
    display: flex;
  }

  .findindex__star-desktop {
    display: flex;
    position: absolute;
    bottom: 0px;
  }

  /*Divisor section*/
  .divisorindex__desktop {
    display: flex;
  }

  /*Journey section*/
  .bookingindex__circle-desktop {
    display: flex;
  }

  /*Brands section*/
  .brandsindex__hand-desktop {
    display: flex;
  }
}

/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
  /*Qualities Desktop 13"*/
  .qualitiesindex__list-content {
    display: flex;
    /*flex-direction: column;
        align-items: center;*/
    row-gap: 70px;
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    justify-content: space-evenly;
  }

  .qualitiesindex__description-label {
    max-width: 646px;
  }

  /*.qualitiesindex__item {
        width: 100%;
    }*/

  .qualitiesindex__list-content > .qualitiesindex__rectangle-color {
    display: none;
  }

  .qualitiesindex__item .qualitiesindex__rectangle-color {
    display: flex;
  }

  .qualitiesindex__img-content {
    min-height: 325px;
  }

  /*Why Tablet*/
  .whyindex__hand-circle-tablet {
    display: flex;
  }

  .whyindex__star-tablet {
    display: flex;
  }

  .whyindex__title-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    line-height: 55px;
    text-align: center;
    font-feature-settings: "liga" off, "rclt" off;
    color: #ffffff;
  }

  .whyindex__repair-list-content {
    transform: scale(0.8);
  }

  /*Find section*/

  .findindex__circle-desktop {
    display: none;
  }

  .findindex__circle-desktop-middle {
    display: flex;
  }

  .findindex__location-earth-desktop {
    display: none;
  }

  .findindex__location-earth-tablet {
    display: flex;
    right: 0px;
  }

  .findindex__star-desktop {
    bottom: 70px;
    display: none;
  }

  .findindex__description-container {
    display: flex;
    flex-direction: column;
  }

  .findindex__details-content {
    width: auto !important;
    margin: 0 auto;
  }

  .findindex__description-container {
    height: auto;
    width: 100%;
  }

  .findindex__title-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: "liga" off;
    color: #ffffff;
  }

  .findindex__descriptions-content {
    margin-top: 60px;
    width: 625px;
  }

  .findindex__description-label {
    max-width: 497px;
  }

  .findindex__note-label {
    max-width: 496px;
  }

  .findindex__find-button-content {
    margin-right: auto;
  }

  .findindex__details-earth-content {
    width: 100%;
    height: 350px;
    /*background-color: green;*/
  }

  .findindex__star-tablet {
    display: flex;
    position: absolute;
    bottom: 80px;
  }

  .findindex__star-desktop {
    display: none;
  }

  .findindex__circle-desktop-middle {
    display: none;
  }

  /*Divisor section*/
  .divisorindex__desktop {
    display: flex;
  }

  /*Journey Section*/
  .bookingindex__circle-middle {
    display: flex;
  }

  /*Brands section*/

  .brandsindex__container {
    height: 400px;
    width: 100%;
    position: relative;
  }

  .brandsindex__brand-left {
    width: 292px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .brandsindex__hand-desktop {
    display: flex;
    width: 141px;
    position: absolute;
    bottom: 0px;
    right: 170px;
  }

  /*Reviews section*/
  .reviewsindex__t {
    font-size: 32px;
    line-height: 32px;
  }
}

/*Special Queries*/
@media (min-width: 1001px) and (max-width: 1150px) {
  .qualitiesindex__list-content {
    flex-direction: column;
    align-items: center;
  }

  .qualitiesindex__item {
    width: 100%;
  }

  .whyindex__repair-item {
    display: flex;
    align-items: center;
    column-gap: 34.5px;
    z-index: 1;
  }

  .whyindex__repair-item {
    flex-direction: column;
  }

  .whyindex__repair-list-content {
    width: 605px;
  }

  .whyindex__repair-list-content .whyindex__repair-item:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .whyindex__divisor {
    transform: rotate(90deg);
  }

  .whyindex__repair-item {
    flex-direction: column;
  }

  .whyindex__item-description {
    text-align: center;
  }

  .whyindex__hand-circle-tablet {
    width: 135px;
  }

  .whyindex__star-tablet {
    width: 85px;
  }

  /*Find section*/
  .findindex__circle-desktop-middle {
    display: none !important;
  }

  /*Divisor section*/
  .divisorindex__desktop {
    display: none;
  }

  .divisorindex__tablet {
    display: flex;
  }

  .divisorindex__container {
    flex-direction: column;
    row-gap: 50px;
  }

  .divisorindex__line-left {
    margin-right: auto;
    width: 120px;
  }

  .divisorindex__line-right {
    margin-left: auto;
    width: 120px;
  }

  /*Journey Section*/
  .bookingindex__circle-middle {
    display: flex;
    top: 200px;
  }

  .bookingindex__description-container {
    flex-direction: column-reverse;
    height: 100%;
    padding-top: 90px;
    box-sizing: border-box;
  }

  .bookingindex__container {
    min-height: 1080px;
  }

  .bookingindex__hand-phones-content {
    height: 100%;
  }

  .bookingindex__appointment-description {
    right: auto;
    left: 475px;
  }

  .bookingindex__using-cell-img {
    height: 497px;
  }

  .bookingindex__descriptions-labels {
    align-items: center;
    row-gap: 54px;
  }

  .bookingindex__title-label {
    text-align: center;
    font-size: 51px;
    line-height: 56px;
    width: 690px;
    margin: 0 auto;
  }

  .bookingindex__subtitle-label {
    text-align: center;
    margin: 0 auto;
  }

  .bookingindex__booking-btn-content {
    position: relative;
    bottom: auto;
  }

  .bookingindex__title-content {
    position: unset;
    row-gap: 54px;
  }
}

/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
  /*Qualities Desktop - Tablet*/
  .qualitiesindex__list-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 70px;
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    justify-content: space-between;
  }

  .qualitiesindex__description-label {
    max-width: 646px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .qualitiesindex__item {
    width: 100%;
  }

  .qualitiesindex__list-content > .qualitiesindex__rectangle-color {
    display: none;
  }

  .qualitiesindex__item .qualitiesindex__rectangle-color {
    display: flex;
  }

  .qualitiesindex__img-content {
    min-height: 325px;
  }

  /*Why Tablet*/

  .whyindex__item-description {
    text-align: center;
  }

  .whyindex__hand-circle-tablet {
    display: flex;
    width: 135px;
  }

  .whyindex__star-tablet {
    display: flex;
    width: 80px;
  }

  .whyindex__title-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    font-feature-settings: "liga" off, "rclt" off;
    color: #ffffff;
    width: 320px;
  }

  .whyindex__repair-item {
    flex-direction: column;
  }

  .whyindex__repair-list-content {
    width: 100%;
    max-width: 650px;
  }

  .whyindex__repair-list-content .whyindex__repair-item:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .whyindex__divisor {
    transform: rotate(90deg);
  }

  .whyindex__container {
    padding: 35px 50px;
  }

  /*Find section*/
  .findindex__star-tablet {
    display: flex;
    position: absolute;
    bottom: 70px;
    left: 0px;
  }

  .findindex__title-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: "liga" off;
    color: #ffffff;
  }

  .findindex__descriptions-content {
    margin-top: 60px;
    width: 580px;
  }

  .findindex__location-earth-tablet {
    display: flex;
    bottom: 0px;
    right: 0px;
  }

  .findindex__description-container {
    flex-direction: column;
  }

  .findindex__description-container {
    width: 100%;
    height: auto;
  }

  .findindex__details-content {
    margin: 0 auto;
    width: 578px;
  }

  .findindex__details-earth-content {
    height: 460px;
    position: relative;
  }

  .findindex__find-button-content {
    margin-right: auto;
  }

  .findindex__description-label {
    max-width: 497px;
  }

  .findindex__note-label {
    max-width: 496px;
  }

  /*Divisor section*/
  .divisorindex__tablet {
    display: flex;
  }

  .divisorindex__container {
    flex-direction: column;
    row-gap: 50px;
  }

  .divisorindex__line-left {
    margin-right: auto;
    width: 120px;
  }

  .divisorindex__line-right {
    margin-left: auto;
    width: 120px;
  }

  /*Journey Section*/
  .bookingindex__circle-middle {
    display: flex;
  }

  .bookingindex__description-container {
    flex-direction: column-reverse;
    height: 100%;
    width: 100%;
    padding-top: 90px;
    box-sizing: border-box;
  }

  .bookingindex__container {
    min-height: 1080px;
  }

  .bookingindex__hand-phones-content {
    height: 100%;
  }

  .bookingindex__appointment-description {
    right: auto;
    left: 475px;
  }

  .bookingindex__using-cell-img {
    height: 497px;
  }

  .bookingindex__descriptions-labels {
    align-items: center;
    row-gap: 54px;
  }

  .bookingindex__title-label {
    text-align: center;
    font-size: 51px;
    line-height: 56px;
    width: 690px;
    margin: 0 auto;
  }

  .bookingindex__subtitle-label {
    text-align: center;
    margin: 0 auto;
  }

  .bookingindex__booking-btn-content {
    position: relative;
    bottom: auto;
  }

  .bookingindex__title-content {
    position: unset;
    row-gap: 54px;
  }

  /*Brands section*/

  .brandsindex__container {
    min-height: 437px;
    height: auto;
    width: 100%;
    position: relative;
    align-items: flex-start;
  }

  .brandsindex__brand-left {
    width: 292px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .brandsindex__hand-desktop {
    display: flex;
    width: 141px;
    position: absolute;
    bottom: 0px;
    right: 170px;
  }

  .brandindex__brand-label {
    font-size: 18px;
  }

  /*Reviews section*/
  .reviewsindex__t {
    font-size: 30px;
    line-height: 36px;
  }

  .reviewsindex__reviews-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }

  .reviewsindex__reviews-footer-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: "liga" off;
    color: #ffffff;
  }

  /*Reviews section*/
  .reviewsindex__container {
      min-height: 710px;
  }

  .reviewsindex__t {
      width: 90% !important;
}
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
  /*Qualities Desktop - Tablet*/
  .qualitiesindex__list-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 70px;
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    justify-content: space-between;
  }

  .qualitiesindex__description-label {
    max-width: 646px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .qualitiesindex__item {
    width: 100%;
  }

  .qualitiesindex__list-content > .qualitiesindex__rectangle-color {
    display: none;
  }

  .qualitiesindex__item .qualitiesindex__rectangle-color {
    display: flex;
  }

  .qualitiesindex__img-content {
    min-height: 325px;
  }

  /*Why Tablet*/

  .whyindex__item-description {
    text-align: center;
  }

  .whyindex__hand-circle-tablet {
    display: flex;
    width: 135px;
  }

  .whyindex__star-tablet {
    display: flex;
    width: 80px;
  }

  .whyindex__title-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    font-feature-settings: "liga" off, "rclt" off;
    color: #ffffff;
    width: 320px;
  }

  .whyindex__repair-item {
    flex-direction: column;
  }

  .whyindex__repair-list-content {
    width: 100%;
    max-width: 650px;
  }

  .whyindex__repair-list-content .whyindex__repair-item:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .whyindex__divisor {
    transform: rotate(90deg);
  }

  .whyindex__container {
    padding: 35px 50px;
  }

  /*Find section*/
  .findindex__title-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: "liga" off;
    color: #ffffff;
  }

  .findindex__circle-desktop {
    display: none;
  }

  .findindex__circle-desktop-middle {
    display: flex;
  }

  .findindex__location-earth-desktop {
    display: none;
  }

  .findindex__location-earth-tablet {
    display: none !important;
  }

  .findindex__location-earth-mobile {
    display: flex;
    right: 0px;
    bottom: 70px;
  }

  .findindex__star-desktop {
    bottom: 70px;
    display: none;
  }

  .findindex__description-container {
    display: flex;
    flex-direction: column;
  }

  .findindex__details-content {
    width: auto !important;
    margin: 0 auto;
  }

  .findindex__description-container {
    height: auto;
    width: 100%;
  }

  .findindex__descriptions-content {
    margin-top: 30px;
    width: 100%;
  }

  .findindex__description-label {
    max-width: 310px;
  }

  .findindex__note-label {
    max-width: 496px;
  }

  .findindex__find-button-content {
    margin: 0 auto;
  }

  .findindex__details-earth-content {
    width: 100%;
    height: 285px;
    padding-bottom: 20px;
    /*background-color: green;*/
  }

  .findindex__star-tablet {
    display: flex;
    position: absolute;
    bottom: 75px;
    height: 225px;
  }

  .findindex__circle-desktop-middle {
    display: none;
  }

  .findindex__description-label,
  .findindex__note-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: "liga" off;
    color: #ffffff;
  }

  .findindex__find-button-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 19.5988px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #15083e;
    top: 51%;
    left: calc(100% - 110px);
    width: 152px;
  }

  .findindex__button-image {
    width: 265px;
  }

  .findindex__radial-background {
    width: 240px;
  }

  .findindex__corner-mobile {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /*Divisor section*/
  .divisorindex__mobile {
    display: flex;
  }

  .divisorindex__container {
    flex-direction: column;
    row-gap: 50px;
  }

  .divisorindex__line-left {
    margin-right: auto;
    width: 120px;
  }

  .divisorindex__line-right {
    margin-left: auto;
    width: 120px;
  }

  /*Journey Section*/
  .bookingindex__circle-middle-mobile {
    display: flex;
    top: 70px;
  }

  .bookingindex__description-container {
    flex-direction: column-reverse;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
  }

  .bookingindex__container {
    min-height: 610px;
  }

  .bookingindex__hand-phones-content {
    height: 100%;
    min-width: 100%;
  }

  .bookingindex__appointment-description {
    left: 115px;
    transform: scale(0.5);
  }

  .bookingindex__using-cell-img {
    height: 240px;
  }

  .bookingindex__descriptions-labels {
    align-items: center;
    row-gap: 0px;
  }

  .bookingindex__title-label {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    width: 343px;
    margin: 0 auto;
  }

  .bookingindex__subtitle-label {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    width: 280px;
  }

  .bookingindex__booking-btn-content {
    position: unset;
    bottom: auto;
    transform: scale(0.7);
    transform-origin: center;
  }

  .bookingindex__title-content {
    position: unset;
    row-gap: 25px;
    width: 90%;
    margin: 0 auto;
  }

  /*Brands section*/

  .brandsindex__container {
    min-height: 437px;
    height: auto;
    width: 100%;
    position: relative;
    align-items: flex-start;
  }

  .brandsindex__brand-left {
    width: 292px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .brandsindex__brand-list-container {
    padding: 135px 0 115px 0;
    row-gap: 35px;
  }

  .brandsindex__brand-left {
    width: 215px;
    bottom: 0px;
    left: auto;
    right: 0px;
  }

  .brandsindex__hand-mobile {
    display: flex;
    position: absolute;
    left: 0;
    top: 15px;
  }

  .brandsindex__title-label {
    font-size: 30px;
    line-height: 30px;
    width: 305px;
  }

  .brandindex__brand-label {
    font-size: 16px;
    line-height: 37px;
  }

  .brandsindex__brand-list {
    row-gap: 10px;
    max-width: 293px;
  }

  /*Reviews section*/
  .reviewsindex__t {
    width: 334px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .reviewsindex__reviews-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }

  .reviewsindex__reviews-footer-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.025em;
    font-feature-settings: "liga" off;
    color: #ffffff;
  }

  .microsite__store_information {
    margin-left: 20px;
  }

  .microsite__store_information_row {
    margin-left: 20px;
  }

  .services_title {
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-left: 20px;
  }

   /*Reviews section*/
   .reviewsindex__container {
    min-height: 720px !important;
  }

  .reviewsindex__t {
      width: 90% !important;
  }
}

/*Mobile - Special cases*/
@media (min-width: 1px) and (max-width: 450px) {
  .whyindex__hand-circle-tablet {
    width: 90px;
    top: 110px;
  }

  .whyindex__container {
    padding-bottom: 180px;
  }

  .banner01__content {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .footer-custom-booking {
    text-align: center !important;
    line-height: 15px !important;
  }
}
