.trusted {
  background: #f7f5f6;
  padding-block: 80px;
}
h2 {
  color: #464646;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-weight: 800;
  span {
    color: #ffbf00;
    font-family: Inter;
    font-size: 40px;
    font-weight: 800;
  }
}
.h2-center {
  text-align: center;
}
.trusted-block {
  margin-top: 70px;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  background: #fff;
  box-shadow: 0 4px 17.4px 0 rgba(0, 0, 0, 0.08);
  padding: 76px 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}
.trusted-block .line {
  background: #d9d9d9;
  width: 1px;
  height: stretch;
}
.trusted-block-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.trusted-block-item .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tbi-num {
  color: #256400;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: 700;
}
.tbi-text {
  color: #5f5f5f;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}
.trusted-block-tablet {
  display: none;
}
.smarter-way {
  margin-top: 150px;
  h2 {
    max-width: 628px;
    margin-inline: auto;
    margin-bottom: 22px;
  }
  .subtitle {
    color: #5f5f5f;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    max-width: 628px;
    margin-inline: auto;
    margin-bottom: 70px;
  }
}
.smarter-way-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 150px;
}
.sw-card {
  grid-column: span 1;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(90deg, #f5f3f3 0%, #b6ccab 100%);
  box-shadow: 0 4px 18.9px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 22px;
  .top {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
}
.swc-title {
  color: #256400;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: 700;
}
.swc-text {
  color: #5f5f5f;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
}
.sw-card:nth-child(2),
.sw-card:nth-child(4) {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(90deg, #b6ccab 0%, #f5f3f3 100%);
  box-shadow: 0 4px 18.9px 0 rgba(0, 0, 0, 0.1);
}

.step-item .title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #256400;
  font-family: Inter;
  font-size: 50px;
  font-weight: 800;
  color: white;
}
.step-item .subtitle {
  color: #256400;

  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
}
.step-item .text {
  color: #5f5f5f;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 70px;
  margin-bottom: 150px;
}
.steps .step-line {
  width: 1px;
  height: stretch;
  background: #d9d9d9;
}
.step-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.example h2 {
  margin-bottom: 70px;
}
.ecard {
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: linear-gradient(180deg, #d0dbca 0%, #fff 100%);
  box-shadow: 0 4px 18.7px 0 rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 46px 108px;
  flex: 1;
}
.ecard .money {
  color: #256400;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-weight: 500;
}

.examples-cards {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 20px;
  margin-bottom: 150px;
  justify-content: center;
  flex-wrap: wrap;
}

.feedbacks-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 70px;
  margin-bottom: 150px;
}
.fb-card {
  grid-column: span 1;
  border-radius: 10px;
  border: 1px solid #02903c;
  background: linear-gradient(0deg, #fff 0%, #e1eee6 100%);
  box-shadow: 0 4px 18.6px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 50px 40px;
  p {
    color: #6e6e6e;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
  }
}
.fb-card-top {
  display: flex;
  gap: 10px;
  align-items: center;
  .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .info .name {
    color: #161616;
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
  }
  .info .city {
    color: #787878;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
  }
}
.fb-swiper {
  display: none !important;
}
.ecard {
  max-width: 410px;
}
.ecard .up-to {
  color: #5f5f5f;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: 400;
  span {
    color: #256400;
    font-size: 25px;
    font-weight: 600;
    display: inline;
  }
}
.faq-block {
  width: 100%;
  max-width: 1062px;
  margin-inline: auto;
}
.faq {
  padding-block: 100px;
  background: #f7f5f6;
  margin-bottom: 150px;
}
.grows {
  padding-block: 150px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  img {
    flex: 1;
  }
  .left-part {
    max-width: 524px;
    width: 100%;
    flex: 1;
  }
  .left-part h2 {
    text-align: start;
    margin-bottom: 22px;
  }
  .left-part p {
    margin-bottom: 16px;
    color: #5f5f5f;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    span {
      font-weight: 700;
    }
  }
}
.live-activity {
  padding-block: 80px;
  background: #f7f5f6;
}
.activity-block {
  border-radius: 20px;
  border: 1px solid #cdcdcd;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: 70px;
  max-width: 846px;
  margin-inline: auto;
}
.activity-block-item {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-block: 14px;
}
.activity-block-item:first-child {
  padding-top: 0px;
}
.activity-block-item img {
  grid-column: span 1;
  width: 56px;
  height: 56px;
}
.activity-block-item .name {
  grid-column: span 4;
  color: #5f5f5f;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  span {
    color: #256400;
    font-size: 18px;
    font-weight: 600;
  }
}
.activity-block-item .info {
  grid-column: span 5;
  display: flex;
  justify-content: end;
  gap: 4px;
  align-items: center;
  color: #5f5f5f;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  span {
    color: #256400;
    font-size: 18px;
    font-weight: 700;
  }
}
.dash {
  color: #5f5f5f !important;
  font-weight: 400 !important;
}
.calculator {
  background: #f7f5f6;
  padding-block: 80px;
}
.calc-block {
  border-radius: 20px;
  border: 1px solid #cdcdcd;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  max-width: 846px;
  width: 100%;
  margin-inline: auto;
  padding: 44px 84px;
  margin-top: 70px;
}
.calc-top {
  color: #464646;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 28px;
}
.slider {
  width: 100%;
  height: 18px;
  border-radius: 36px;
  background: #ececec;
  position: relative;
  cursor: pointer;
}

.progress {
  height: 100%;
  border-radius: 36px;
  background: #256400;
  width: 0%;
}

.thumb {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #256400;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
}
.labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  p {
    color: #464646;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
  }
}
.result {
  color: #256400;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-weight: 800;
}
.little-bottom {
  display: block;
  color: #464646;
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
}
.calc-block .bottom-part {
  max-width: 426px;
  width: 100%;
  margin-inline: auto;
}
.green-button {
  border-radius: 10px;
  background: #007d16;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease;
  margin-top: 30px;
  margin-bottom: 20px;
  &:hover {
    background: #02903c;
  }
}
.dashboard {
  padding-block: 100px 80px;
  background: #f7f5f6;
}
.dashboard-block {
  display: flex;
  gap: 48px;
  h2 {
    text-align: start;
    margin-bottom: 22px;
  }
  .content {
    color: #5f5f5f;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 22px;
  }
  .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .list-item {
    display: flex;
    align-items: start;
    gap: 6px;
  }
  .list-item p {
    color: #5f5f5f;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
  }
  .list-item p span {
    color: #256400;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
  }
  .yellow-button {
    margin-top: 40px;
  }
  img {
    flex-shrink: 1;

    width: 100%;
    object-fit: contain;
  }
}
.mobile-pic {
  display: none;
}
@media (max-width: 1200px) {
  .grows {
    flex-direction: column;
    gap: 28px;
    padding-block: 80px;
    .left-part {
      max-width: 100%;
    }
  }
  .dashboard-block {
    img {
      max-width: 400px;
    }
  }
}
@media (max-width: 1000px) {
  .trusted-block-tablet {
    display: flex;
    margin-top: 60px;
    gap: 62px;
    align-items: start;
    padding: 56px 88px;
  }
  .trusted-block-tablet .block-item {
    max-width: 190px;
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: center;
  }
  .trusted-block-dm {
    display: none;
  }
  .ecard {
    max-width: 400px;
  }
}
@media (max-width: 900px) {
  .steps .step-line {
    display: none;
  }
  .steps {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .feedbacks-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .faq {
    padding-block: 80px;
    margin-bottom: 80px;
  }
  .activity-block {
    padding: 42px 20px;
  }
  .dashboard-block {
    flex-direction: column-reverse;
    img {
      max-width: 100%;
    }
  }
  .dashboard {
    padding-block: 80px 80px;
  }
}
@media (max-width: 800px) {
  .sw-card {
    grid-column: span 2;
    padding: 36px 50px;
  }
  .smarter-way {
    margin-top: 80px;
  }
  .smarter-way .subtitle {
    margin-bottom: 50px;
  }
  .smarter-way-cards {
    margin-bottom: 120px;
  }
  .ecard {
    min-width: 330px;
  }
  .activity-block {
    margin-top: 60px;
  }
  .calc-block {
    margin-top: 50px;
    padding: 44px 60px;
  }
  .examples-cards {
    margin-bottom: 120px;
  }
  .example h2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 700px) {
  .feedbacks-list {
    display: none;
  }
  .fb-swiper-slide {
    height: auto !important;
  }
  .fb-card {
    height: 100%;
  }
  .fb-swiper-wrapper {
    align-items: stretch !important;
  }
  .fb-swiper {
    display: block !important;
    overflow: visible !important;
    margin-top: 50px;
  }
  .fb-swiper-button-prev,
  .fb-swiper-button-next {
    bottom: -75px !important;
    top: auto !important;
  }
  .feedbacks {
    overflow-x: clip;
    margin-bottom: 170px;
  }
  .example {
    display: none;
  }
  .faq {
    padding-block: 60px;
    margin-bottom: 60px;
  }
  .accordion__label {
    padding-right: 30px;
  }
  .accordion__content {
    font-size: 16px;
  }
  .grows {
    padding-block: 60px;
  }
  .desktop-pic {
    display: none;
  }
  .mobile-pic {
    display: block;
    margin-top: 40px;
  }
  .dashboard-block p {
    font-size: 16px;
  }
  .dashboard {
    padding-block: 60px;
  }
}

@media (max-width: 660px) {
  .trusted-block-dm {
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    gap: 26px;
  }
  .trusted-block-dm .line {
    width: 100%;
    height: 1px;
  }
  .trusted-block-tablet {
    display: none;
  }
  h2,
  h2 span {
    font-size: 30px;
  }
  .smarter-way .subtitle {
    font-size: 18px;
  }
  .sw-card {
    padding: 36px 22px;
    .top {
      flex-direction: column;
      gap: 10px;
    }
  }
  .swc-title {
    font-size: 18px;
  }
  .swc-text {
    font-size: 16px;
  }
  .smarter-way-cards {
    margin-bottom: 100px;
  }
  .steps {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .step-item .text {
    font-size: 16px;
  }

  .activity-block-item {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
    row-gap: 16px;
  }
  .activity-block-item .name {
    grid-column: span 3;
    font-size: 14px;
    span {
      font-size: 18px;
      font-weight: 600;
    }
  }
  .activity-block-item .info {
    grid-column: span 4;
    justify-content: start;
  }
  .activity-block-item img {
    grid-column: span 1;
    width: 100%;
    height: auto;
    max-width: 58px;
  }
  .dash {
    display: none;
  }
  .calc-block {
    margin-top: 50px;
    padding: 44px 30px;
  }
  .calculator,
  .live-activity {
    padding-block: 60px;
  }
}
