body {
  --main-color: #6eb74b;
  --header-bg: #fff;
  --accent-color: #6eb74b;
}

.transit__heading,
.transit-card__text,
.transit__descr {
  font-family: sans-serif;
  color: #fff;
}

.transit-card__text__time {
  color: var(--accent-color) !important;
}

.transit-card__progress {
  background: var(--accent-color) !important;
}

.btn {
  font-family: sans-serif;
  background-color: var(--accent-color);
}

/* --------------------- */
/* HEADER SECTION START */
/* ------------------- */
.t-header {
  display: flex;
  flex-direction: row;
  padding: 1rem 14rem;
  border-top: 5px solid #009b00;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  font-size: 1.1rem;
}

.t-header__brand {
  color: #009b00;
  font-weight: 500;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva,
    Verdana, sans-serif;
}

/* MEDIA QUERIES */
@media (max-width: 500px) {
  .t-header {
    display: flex;
    flex-direction: row;
    padding: 1rem 1rem;
    border-top: 5px solid #009b00;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
  }
}

@media (min-width: 500px) and (max-width: 900px) {
  .t-header {
    padding: 1rem 4rem !important;
  }
}
/* ------------------- */
/* HEADER SECTION END */
/* ----------------- */

/* ----------------------------- */
/* QUESTION + FAQ SECTION START */
/* --------------------------- */
.questions-section {
  font-family: Arial, Helvetica, sans-serif;
  padding: 1rem 0;
}

.not-rejected__text,
.not-rejected__question {
  width: auto !important;
}

.faq {
  padding: 0 !important;
  border: none !important;
}

.faq__header {
  display: none !important;
}

.question {
  font-family: sans-serif;
  border-radius: 0.313rem;
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 0 !important;
}

.question__header,
.question__answer--opened {
  padding: 6px 10px !important;
}

.question__answer,
.question__answer--opened {
  border-top: 1px solid #ddd;
  background-color: #ffffff;
}

.question__header__text {
  padding: 0 !important;
  font-size: 16px !important;
  line-height: normal !important;
}

.question:not(:last-of-type) {
  margin-bottom: 5px;
}

@media (max-width: 500px) {
  .not-rejected__pic {
    left: 0 !important;
    bottom: 0 !important;
  }
}

@media (min-width: 500px) and (max-width: 900px) {
  .not-rejected__pic {
    left: 0 !important;
    bottom: 0 !important;
  }
}
/* --------------------------- */
/* QUESTION + FAQ SECTION END */
/* ------------------------- */

/* -------------- */
/* LENDERS INFO */
/* ----------- */
.t-lenders-info {
  display: flex;
  flex-direction: column;
  padding: 1rem 14rem;
}

.t-lenders-info__title {
  font-family: sans-serif;
}

.t-lenders-info__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 2rem;
}

.t-lenders-card {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
}

.t-lenders-card:hover {
  border: 1px solid #6eb74b;
}

.t-lenders-card__row {
  text-align: center;
  padding: 0.7rem;
  margin: 0;
  font-family: sans-serif;
  font-size: 13px;
}

.t-lenders-card__row:first-of-type {
  font-weight: 900;
}

.t-lenders-card__row:nth-of-type(odd) {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (max-width: 500px) {
  .t-lenders-info__body {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .t-lenders-info {
    padding: 1rem 1rem;
  }
}

@media (min-width: 500px) and (max-width: 900px) {
  .t-lenders-info__body {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .t-lenders-info {
    padding: 1rem 4rem !important;
  }
}
/* ----------------- */
/* LENDERS INFO END */
/* --------------- */

/* ------------------- */
/* CARD SECTION START */
/* ----------------- */
.t-offer__wrapper {
  display: flex;
  flex-direction: column;
}

.t-offer {
  border-radius: 0.313rem;
  padding: 1.25rem 1rem 1.563rem 1rem;
  width: calc(50% - 6px) / 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fafafa;
  border: 1px solid #ddd;
  outline: 0;
  cursor: pointer;
  flex-grow: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: inherit;
  position: relative;
}

.t-offer:last-child:nth-child(odd) {
  flex-grow: auto;
}

.t-offer:hover {
  border: 1px solid transparent;
  transition: all 0.05s ease-in;
  -webkit-box-shadow: inset 0px 0px 0px 1.4px #6eb74b;
  -moz-box-shadow: inset 0px 0px 0px 1.4px #6eb74b;
  box-shadow: inset 0px 0px 0px 1.4px #6eb74b;
}

.t-offer__header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1.2rem;
}

.t-offer__extra-icon {
  border-radius: 1.8rem;
  height: 2.2rem;
  width: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  color: #ffffff;
  position: absolute;
  font-weight: 900;
  left: -12px;
  top: -12px;
}

.t-offer__extra-icon--1 {
  background: linear-gradient(221.88deg, #efc633 13.61%, #ffde81 49.53%, #f5bd33 82.57%);
}

.t-offer__extra-icon--2 {
  background: linear-gradient(239.04deg, #757575 9.22%, #d3d3d3 53.05%, #707070 90.68%);
}

.t-offer__extra-icon--3 {
  background: linear-gradient(228.07deg, #b77629 15.07%, #e8a556 51.26%, #b77629 85.27%);
}

.t-offer__separator {
  text-align: center;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  font-family: 'Mulish', sans-serif;
}

.t-offer__logo {
  height: 2.2rem;
  width: auto;
  max-width: 7.4rem;
}

.t-offer__about {
  width: auto;
}

.t-offer__line {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0.625rem 0 0.625rem 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.t-offer__value {
  margin: 0;
  font-family: sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2rem;
  width: 40%;
  text-align: left;
  font-weight: 900;
}

.t-offer__field-name {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #a1a1a1;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.313rem;
}

.t-offer__button {
  justify-self: flex-end;
  background-color: #6eb74b;
  font-family: sans-serif;
  padding: 0.8rem 0;
  border-radius: 0.2rem;
  color: #ffffff;
  border: 1px solid transparent;
}

@media (max-width: 500px) {
  .t-offer__extra-icon {
    left: 6px;
    top: 6px;
  }
}
/* ----------------- */
/* CARD SECTION END */
/* --------------- */

/* ------------------- */
/* FEED SECTION START */
/* ----------------- */
.t-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 2rem;
  padding: 1rem 14rem;
}

/* MEDIA QUERIES */

@media (max-width: 500px) {
  .t-offers {
    padding: 1rem 1rem;
  }
}

@media (min-width: 500px) and (max-width: 900px) {
  .t-offers {
    padding: 1rem 4rem !important;
  }
}
/* ------------------- */
/* FEED SECTION START */
/* ----------------- */
