.favorite__section {
  height: calc(100vh - 500px);
}

.favorite__reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}

.favorite__text {
  font-size: 18px;
  line-height: 20px;
  color: var(--red-color);
  text-align: center;
  margin: 0;
}

.favorite__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #474fa0ad;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
  background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.9, #000)) 0 0 no-repeat;
  background-image: -webkit-linear-gradient(-40deg,
      transparent 0%,
      transparent 40%,
      #fff 50%,
      transparent 60%,
      transparent 100%);
  background-size: 200px;
  -webkit-background-clip: text;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
  -webkit-animation: shine 2.5s infinite;
  animation: shine 2.5s infinite;
}

@-webkit-keyframes shine {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

@keyframes shine {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

.compare__btn {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--white-color);
  border-radius: 15px;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c09ef7), to(#b289f5));
  background: -o-linear-gradient(top, #c09ef7 0%, #b289f5 100%);
  background: linear-gradient(180deg, #c09ef7 0%, #b289f5 100%);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 30px 0;
}

.compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  /* overflow-x: scroll; */
  overflow: auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 20px;
  scrollbar-width: none;
}

.compare__row::-webkit-scrollbar {
  height: 4px;
  background: #ccc;
}

.compare__row::-webkit-scrollbar-thumb {
  background: #b58df6;
}

.compare__row-text {
  font-size: 20px;
  line-height: 30px;
  color: var(--blue-color);
  text-align: center;
  width: 100%;
}

.compare__return {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--white-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#c09ef7), to(#b289f5));
  background: -o-linear-gradient(top, #c09ef7 0%, #b289f5 100%);
  background: linear-gradient(180deg, #c09ef7 0%, #b289f5 100%);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  border-radius: 30px;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.compare__return:hover {
  border-radius: 10px;
}

.compare__col {
  max-width: 285px;
}

.compare__col-img {
  width: 100%;
}

.compare__col-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.compare__col-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fcfcfa;
  border: 1px solid rgba(71, 79, 160, 0.05);
  border-radius: 5px;
  padding: 20px 10px 5px 10px;
}

.compare__col-main h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--black-color);
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compare__col-main .compare__brand,
.compare__col-main .compare__model {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #9c9d9f;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  align-self: initial;
}

.compare__col-main .compare__brand {
  height: 18px;
}

.compare__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}

.compare__buttons button {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--white-color);
  border-radius: 15px;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c09ef7), to(#b289f5));
  background: -o-linear-gradient(top, #c09ef7 0%, #b289f5 100%);
  background: linear-gradient(180deg, #c09ef7 0%, #b289f5 100%);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
}

.compare__buttons button:first-of-type {
  color: var(--blue-color);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 234, 148, 0.53)), to(#c4e888));
  background: -o-linear-gradient(top, rgba(202, 234, 148, 0.53) 0%, #c4e888 100%);
  background: linear-gradient(180deg, rgba(202, 234, 148, 0.53) 0%, #c4e888 100%);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
}

.select {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.compare__col-main h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: var(--black-color);
  margin: 10px 0;
}

.compare__col-main span {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--black-color);
  margin: 20px 0;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.compare__col-main p {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #a2a2a2;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 5px;
}

.compare__col-main strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #6d6d6d;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 263px;
}

.services {
  padding: 20px 0;
}

.services h2 {
  margin: 20px 0;
}

.compare__col-main .compare__price {
  font-size: 24px;
  line-height: 30px;
  color: var(--red-color);
}

.compare__col-main .compare__del {
  color: #6d6d6d;
  margin-top: 10px;
}

.compare__col-main .compare__credit {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: initial;
}

.compare__col-main .compare__credit span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  border: none;
}

/* ------------------------ @media ----------------------- */

@media screen and (max-width: 520px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .compare__col-main span {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .compare__col-main p,
  .compare__col-main strong {
    margin-bottom: 10px;
  }
}