.container {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 450px) {
  .container {
    padding: 0 10px;
  }
}

.hero {
  background-image: url(./assets/photo-fon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  padding-top: 80px;
}
@media (max-width: 570px) {
  .hero {
    background-image: url(./assets/hero-fon-tel.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 200px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  padding-bottom: 50px;
}
@media (max-width: 570px) {
  .header {
    margin-top: -250px;
  }
}
@media (max-width: 460px) {
  .header {
    flex-direction: column;
    gap: 20px;
  }
}

.header-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 570px) {
  .header-list {
    gap: 10px;
  }
}
@media (max-width: 460px) {
  .header-list {
    gap: 20px;
  }
}

.header-item {
  color: #4fa51e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media (max-width: 570px) {
  .header-item {
    font-size: 14px;
  }
}

.hero__info--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
@media (max-width: 570px) {
  .hero__info--wrap {
    align-items: center;
    text-align: center;
  }
}

.hero-title {
  color: #305a1a;
  font-size: 40px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
}
@media (max-width: 570px) {
  .hero-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    width: 420px;
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .hero-title {
    width: 320px;
  }
}

.hero-pretitle {
  color: #4fa51e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 570px) {
  .hero-pretitle {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 350px;
  }
}
@media (max-width: 570px) {
  .hero-pretitle {
    width: 300px;
  }
}

.check-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 400px;
  margin-left: -130px;
}
@media (max-width: 570px) {
  .check-wrap {
    margin-left: 0;
  }
}

.check-box {
  border: 1px solid #f8f8f8;
  background: #f4f4f4;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1) inset;
}

.check-text {
  color: #4fa51e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 480px) {
  .check-text {
    width: 310px;
    margin-left: -10px;
    text-align: left;
  }
}

@media (max-width: 410px) {
  .check-text {
    font-size: 10px;
    width: 258px;
    margin-left: -10px;
  }
}

.main_form {
  border: 1px solid #4fa51e;
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  width: 530px;
  position: relative;
}
@media (max-width: 570px) {
  .main_form {
    width: 380px;
    height: 571px;
    background: linear-gradient(
      180deg,
      #f2f2f2 0%,
      rgba(242, 242, 242, 0.6) 100%
    );
  }
}
@media (max-width: 400px) {
  .main_form {
    width: 320px;
    background: linear-gradient(
      180deg,
      #f2f2f2 0%,
      rgba(242, 242, 242, 0.6) 100%
    );
  }
}

.input_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 570px) {
  .input_wrapper {
    gap: 25px;
    margin-top: 50px;
  }
}

.form-control {
  border-left: none;
  border-top: none;
  border-right: none;
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  width: 460px;
  /* border: 1px solid #f8f8f8;
  background: #f4f4f4;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1) inset; */
  height: 36px;
  outline: none;

  border: 1px solid #F8F8F8;
  background: #F4F4F4;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.10) inset;
}
@media (max-width: 570px) {
  .form-control {
    width: 340px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .form-control {
    width: 290px;
  }
}

.form-control::placeholder {
  color: #4fa51e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.coin-first {
  position: absolute;
  right: 0;
  bottom: 18px;
}
@media (max-width: 570px) {
  .coin-first {
    display: none;
  }
}

.submit_btn {
  background: linear-gradient(0deg, #4fa51e 0%, #4fa51e) 100%, #fff;
  padding: 9px 69px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  transition: all ease 0.7s;
}
@media (max-width: 480px) {
  .submit_btn {
    margin-top: -40px;
  }
}
@media (max-width: 400px) {
  .submit_btn {
    padding: 11px 40px;
  }
}


.submit_btn:hover{
    background: linear-gradient(0deg, #377314 0%, #2b5711 100%), #FFF;
    }
    

.under-btn {
  color: #b00000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

/* ////// K U R S ///////// */

.kurs {
  position: relative;
  padding: 100px 0 0 0;
  background-color: #fff;
}

.kurs-wrap {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1040px) {
  .kurs-wrap {
    padding: 0;
  }
}

.kurs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .kurs-list {
    gap: 12px;
  }
}
@media (max-width: 1020px) {
  .kurs-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.kurs-item1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1224px) {
  .kurs-item1 {
    width: 320px;
  }
}
@media (max-width: 1040px) {
  .kurs-item1 {
    width: 100%;
  }
}

.kurs-item2 {
  position: relative;
}
@media (max-width: 1224px) {
  .kurs-item2 {
    width: 320px;
  }
}
@media (max-width: 1040px) {
  .kurs-item2 {
    width: 100%;
  }
}

.text-wrap1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: -15px;
}
@media (max-width: 500px) {
  .text-wrap1 {
    top: 75px;
    left: 0;
  }
}
@media (max-width: 400px) {
  .text-wrap1 {
    top: 55px;
  }
}

.kurs-item3 {
  position: relative;
}
@media (max-width: 1224px) {
  .kurs-item3 {
    width: 320px;
  }
}
@media (max-width: 1040px) {
  .kurs-item3 {
    width: 100%;
  }
}

.text-wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 10px;
  gap: 10px;
}
@media (max-width: 1224px) {
  .text-wrap2 {
    top: 27px;
    left: 0px;
    gap: 4px;
  }
}
@media (max-width: 500px) {
  .text-wrap2 {
    top: 75px;
    left: 7px;
  }
}
@media (max-width: 400px) {
  .text-wrap2 {
    top: 55px;
  }
}

.kurs-item4 {
  position: relative;
}
@media (max-width: 1224px) {
  .kurs-item4 {
    width: 320px;
  }
}
@media (max-width: 1040px) {
  .kurs-item4 {
    width: 100%;
  }
}

.text-wrap3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 10px;
  gap: 10px;
}
@media (max-width: 1224px) {
  .text-wrap3 {
    top: 23px;
    left: 5px;
  }
}
@media (max-width: 500px) {
  .text-wrap3 {
    top: 75px;
    left: 12px;
  }
}
@media (max-width: 400px) {
  .text-wrap3 {
    top: 55px;
  }
}

.kurs-item5 {
  position: relative;
}
@media (max-width: 1224px) {
  .kurs-item5 {
    width: 320px;
  }
}
@media (max-width: 1040px) {
  .kurs-item5 {
    width: 100%;
  }
}

.text-wrap4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 10px;
  gap: 10px;
}
@media (max-width: 1224px) {
  .text-wrap4 {
    top: 17px;
    left: 0px;
  }
}
@media (max-width: 500px) {
  .text-wrap4 {
    top: 75px;
    left: 8px;
  }
}
@media (max-width: 400px) {
  .text-wrap4 {
    top: 55px;
  }
}

.kurs-item6 {
  position: relative;
}
@media (max-width: 1224px) {
  .kurs-item6 {
    width: 320px;
  }
}
@media (max-width: 1040px) {
  .kurs-item6 {
    width: 100%;
  }
}

.text-wrap5 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 10px;
  gap: 10px;
}
@media (max-width: 1224px) {
  .text-wrap5 {
    top: 14px;
    left: 0px;
  }
}
@media (max-width: 500px) {
  .text-wrap5 {
    top: 75px;
    left: 12px;
  }
}
@media (max-width: 400px) {
  .text-wrap5 {
    top: 55px;
  }
}

.kurs-title {
  color: #305a1a;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 33;
  margin-bottom: -100px;
}
@media (max-width: 1224px) {
  .kurs-title {
    font-size: 46px;
  }
}
@media (max-width: 1040px) {
  .kurs-title {
    margin-bottom: 16px;
    font-size: 38px;
    text-align: center;
    margin-top: 100px;
  }
}

.kurs-number {
  color: #d1d1d1;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.kurs-text1 {
  width: 300px;
  color: #4fa51e;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1224px) {
  .kurs-text1 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .kurs-text1 {
    font-size: 15px;
    width: 240px;
  }
}

.kurs-text2 {
  width: 280px;
  color: #4fa51e;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1224px) {
  .kurs-text2 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .kurs-text2 {
    font-size: 15px;
    width: 240px;
  }
}

.kurs-text3 {
  width: 270px;
  color: #4fa51e;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1224px) {
  .kurs-text3 {
    font-size: 16px;
    width: 260px;
  }
}
@media (max-width: 400px) {
  .kurs-text3 {
    font-size: 15px;
    width: 240px;
  }
}

.kurs-text4 {
  width: 280px;
  color: #4fa51e;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1224px) {
  .kurs-text4 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .kurs-text4 {
    font-size: 15px;
    width: 240px;
  }
}

.kurs-text5 {
  width: 280px;
  color: #4fa51e;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1224px) {
  .kurs-text5 {
    font-size: 16px;
    width: 237px;
  }
}
@media (max-width: 400px) {
  .kurs-text5 {
    font-size: 15px;
    width: 230px;
  }
}

.desc-img {
  height: 320px;
}
@media (max-width: 1060px) {
  .desc-img {
    display: none;
  }
}

.mob-img {
  width: 100%;
  height: 240px;
  object-fit: fill;
}
@media (max-width: 400px) {
  .mob-img {
    height: 210px;
  }
}
@media (min-width: 1060px) {
  .mob-img {
    display: none;
  }
}

.coin-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}

@media (max-width: 600px) {
  .white {
    color: #fff;
  }
}

/* ///////// D R E A M ////////////// */

.dream {
  padding: 0 0 60px 0;
  background-color: #fff;
  position: relative;
}
.dream-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dream-title {
  color: #343434;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 90px;
}
@media (max-width: 1160px) {
  .dream-title {
    font-size: 35px;
    z-index: 22;
  }
}
@media (max-width: 940px) {
  .dream-title {
    font-size: 30px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .dream-title {
    font-size: 26px;
    width: 380px;
  }
}
@media (max-width: 390px) {
  .dream-title {
    font-size: 22px;
    width: 320px;
  }
}

.dream-pretitle {
  color: #343434;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 70px;
}
@media (max-width: 1160px) {
  .dream-pretitle {
    font-size: 30px;
    z-index: 22;
  }
}
@media (max-width: 940px) {
  .dream-pretitle {
    font-size: 24px;
    width: 420px;
  }
}
@media (max-width: 560px) {
  .dream-pretitle {
    font-size: 22px;
    width: 350px;
  }
}
@media (max-width: 390px) {
  .dream-pretitle {
    font-size: 19px;
    width: 310px;
  }
}

.days-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  z-index: 22;
}
@media (max-width: 940px) {
  .days-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 40px;
  }
}
@media (max-width: 400px) {
  .days-wrap {
    row-gap: 30px;
    column-gap: 25px;
  }
}

.today {
  width: 180px;
}
@media (max-width: 390px) {
  .today {
    width: 150px;
  }
}

.day-number1 {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 50%;
  border: 1px solid #4fa51e;
  stroke-width: 3px;
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #4fa51e;
  margin-bottom: 30px;
}
.day-number {
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid #4fa51e;
  stroke-width: 3px;
  padding: 10px 23px;
  color: #4fa51e;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.day-title {
  color: #4fa51e;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.day-text {
  color: #343434;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 400px) {
  .day-text {
    font-size: 15px;
  }
}

.day-text3 {
  width: 150px;
}
.day-text4 {
}

.day-number4 {
  margin-top: -17px;
}

.arrow {
  margin-top: -120px;
  width: 160px;
  margin-left: -45px;
}
@media (max-width: 940px) {
  .arrow {
    display: none;
  }
}

.second-day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-left: -50px;
}
@media (max-width: 940px) {
  .second-day {
    margin-left: 0;
  }
}
@media (max-width: 390px) {
  .second-day {
    width: 150px;
  }
}

.dream-btn {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  padding: 16px 122px 16px 121px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #4fa51e 0%, #4fa51e) 100%, #fff;
  border: none;
  margin-bottom: 20px;
  z-index: 29;
  transition: all ease 0.7s;
}
@media (max-width: 540px) {
  .dream-btn {
    display: inline-flex;
    padding: 14px 55px 13px 55px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .dream-btn {
    padding: 14px 35px 13px 35px;
  }
}
@media (max-width: 340px) {
    .dream-btn {
      padding: 14px 25px 13px 25px;
    }
  }
.dream-btn:hover{
    background: linear-gradient(0deg, #377314 0%, #2b5711 100%), #FFF;
    }


.dream__under-text {
  color: #b00000;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  z-index: 29;
}
@media (max-width: 500px) {
  .dream__under-text {
    margin-bottom: 40px;
  }
}

.number-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.money1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 940px) {
  .money1 {
    display: none;
  }
}

.money2 {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
@media (max-width: 940px) {
  .money2 {
    display: none;
  }
}
.money3 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
@media (min-width: 940px) {
  .money3 {
    display: none;
  }
}

.money4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 940px) {
  .money4 {
    display: none;
  }
}

/* ///////////// B A N K /////////////// */

.bank {
  padding: 40px 0 230px 0;
  background-image: url(./assets/img\ fon\ 2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
@media (max-width: 500px) {
  .bank {
    padding: 40px 0 170px 0;
  }
}

.bank-container {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 990px) {
  .bank-container {
    padding: 0;
  }
}

.bank-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bank-title {
  color: #343434;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 55px;
  margin-top: 80px;
}
@media (max-width: 500px) {
  .bank-title {
    margin-top: 30px;
    font-size: 28px;
  }
}

.bank-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 40px;
}
@media (max-width: 990px) {
  .bank-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.bank-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
      99deg,
      #2c5117 2.19%,
      #b5daa1 66.32%,
      rgba(255, 255, 255, 0) 96.66%
    ),
    rgba(255, 255, 255, 0.5);
}
@media (max-width: 990px) {
  .bank-item {
    width: 100%;
  }
}

.bank-item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: linear-gradient(
      260deg,
      #2c5117 2.19%,
      #b5daa1 66.32%,
      rgba(255, 255, 255, 0) 96.66%
    ),
    rgba(255, 255, 255, 0.5);
}
@media (max-width: 990px) {
  .bank-item2 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .bank-item2 {
    gap: 0px;
  }
}

.firs-text {
  width: 310px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-left: 20px;
}
@media (max-width: 500px) {
  .firs-text {
    font-size: 15px;
    z-index: 22;
  }
}

.second-text {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 310px;
  text-align: right;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .second-text {
    font-size: 15px;
    z-index: 2;
  }
}

.bank-logo {
}
@media (max-width: 500px) {
  .bank-logo {
    width: 180px;
  }
}

.bank-money {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
@media (max-width: 500px) {
  .bank-money {
    display: none;
  }
}

.bank-money2 {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
}
@media (max-width: 500px) {
  .bank-money2 {
    display: none;
  }
}

.mob-bank {
  position: absolute;
  left: 0;
  top: 20px;
}
@media (min-width: 500px) {
  .mob-bank {
    display: none;
  }
}

/* ///////// F O R M - S E C T I O N //////////// */

.form-section {
  background-image: url(./assets/form-fon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 850px;
  position: relative;
}
@media (max-width: 1024px) {
  .form-section {
    height: 700px;
  }
}
@media (max-width: 500px) {
  .form-section {
    background-image: url(./assets/photo\ fon.png);
    height: 850px;
  }
}

.form__section--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_form2 {
  margin-top: 240px;
  border: 1px solid #4fa51e;
  background: linear-gradient(
    180deg,
    #f2f2f2 0%,
    rgba(242, 242, 242, 0.8) 100%
  );
  z-index: 33;
}
@media (max-width: 1024px) {
  .main_form2 {
    margin-top: 140px;
  }
}

.form-coin {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .form-coin {
    display: none;
  }
}

.form-coin2 {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .form-coin2 {
    top: 200px;
  }
}

@media (max-width: 1024px) {
  .form-coin2 {
    display: none;
  }
}

.form__mob--img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (min-width: 1025px) {
  .form__mob--img {
    display: none;
  }
}

.form__mob--img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 1025px) {
  .form__mob--img2 {
    display: none;
  }
}

/* ///// F E E D B A C K //////// */

.footer {
  background-image: url(./assets/foter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 850px;
}
@media (max-width: 980px) {
    .footer{
        background-image: url(./assets/foter-mob-bg.png);
        height: 1350px;
    }
  }


.footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-title {
  color: #343434;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
  margin-bottom: 80px;
}
.feedback-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
    .feedback-list {
        flex-direction: column;
        gap:110px;
        width: 100%;
    }
  }


.feedback-item {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #305a1a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 34px 20px;
}
@media (max-width: 980px) {
    .feedback-item {
        width: 90%;
        position: relative;
        padding: 30px 20px;
    }
  }



.feed-img{
    margin-top: -90px;
    margin-bottom: 15px;
}
@media (max-width: 980px) {
    .feed-img{
        position: absolute;
        top: 10px;
        right: 30px;
        z-index: 2;
    }
  }
  @media (max-width: 460px) {
    .feed-img{
        top: 30px;
        right: 12px;
        width: 110px;
    }
  }
  @media (max-width: 350px) {
    .feed-img{
        top: 35px;
        right: 10px;
        width: 100px;
    }
  }




.feed-img1{
    margin-top: -130px;
    margin-bottom: 15px; 
}
@media (max-width: 1300px) {
    .feed-img1 {
        margin-top: -135px;
    }
  }
  @media (max-width: 980px) {
    .feed-img1{
        position: absolute;
        top: 60px;
        right: 30px;
        z-index: 2;
    }
  }
  @media (max-width: 510px) {
    .feed-img1{
        top: 70px;
        right: 30px;
        width: 120px;
    }
  }
  @media (max-width: 460px) {
    .feed-img1{
        top: 80px;
        right: 12px;
        width: 110px;
    }
  }
  @media (max-width: 350px) {
    .feed-img1{
        top: 85px;
        right: 10px;
        width: 100px;
    }
  }

 


.feed1{
    padding: 80px 20px;
}
@media (max-width: 1300px) {
    .feed1 {
        padding: 91px 20px;
    }
  }
  @media (max-width: 980px) {
    .feed1 {
        padding: 60px 20px;
    }
  }
  @media (max-width: 510px) {
    .feed1 {
        padding: 50px 20px;
    }
  }

.feed3{
    padding: 43px 20px;
}
@media (max-width: 980px) {
    .feed3 {
        padding: 25px 20px;
    }
  }

.feedback-name {
    color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
}
@media (max-width: 510px) {
    .feedback-name {
   margin-left: -155px;
    }
  }
  @media (max-width: 480px) {
    .feedback-name {
   margin-left: -75px;
    }
  }

.feedback-text {
    color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 340px;
}
@media (max-width: 1300px) {
    .feedback-text {
     width: 260px;
    }
  }
  @media (max-width: 510px) {
    .feedback-text {
   margin-left: -75px;
   width: 345px;
    }
  }
  @media (max-width: 480px) {
    .feedback-text {
   margin-left: -15px;
   width: 300px;
   font-size: 14px;
    }
  }
  @media (max-width: 350px) {
    .feedback-text {
   margin-left: 5px;
    }
  }


.feedback-btn {
    color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: inline-flex;
padding: 15px 109px 20px 131px;
justify-content: flex-end;
align-items: center;
border: 2px solid #FFF;
background: linear-gradient(0deg, #4FA51E 0%, #4FA51E 100%), #FFF;
transition: all ease 0.7s;
z-index: 22;
}
@media (max-width: 520px) {
    .feedback-btn {
        padding: 15px 80px 15px 80px;
    }
  }
  @media (max-width: 420px) {
    .feedback-btn {
        padding: 15px 60px 15px 60px;
    }
  }
  @media (max-width: 380px) {
    .feedback-btn {
        padding: 15px 40px 15px 40px;
    }
  }
  @media (max-width: 340px) {
    .feedback-btn {
        padding: 15px 30px 15px 30px;
    }
  }

.feedback-btn:hover{
    background: linear-gradient(0deg, #377314 0%, #2b5711 100%), #FFF;
    }
    
