

.welcome-header {
  position: relative;
  background: #9BD556;
  border: none;
  overflow: hidden;
}

.welcome-header__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.welcome-header__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 105%;
  color: #1D1D1D;
  max-width: 864px;
}

.welcome-header__text {
  max-width: 700px;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #1D1D1D;
}

.welcome-header__img-1,
.welcome-header__img-2 {
  pointer-events: none;
}

.welcome-header__img-1 img,
.welcome-header__img-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.welcome-header__img-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 187px;
  height: 244px;
}

.welcome-header__img-2 {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 340px;
  height: 350px;
}

@media (max-width: 1440px) {

  .welcome-header__img-1 {
    width: 140px;
    height: 200px;
  }

  .welcome-header__img-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 1000px) {}


@media (max-width: 800px) {

  .welcome-header__wrap {
    padding-bottom: 30px;
  }

  .welcome-header__img-2 {
    left: calc(50% - 140px);
    width: 280px;
    height: 180px;
  }

  .welcome-header__img-1 {
    top: -35px;
    right: -20px;
    width: 100px;
    height: 130px;
  }
}

@media (max-width: 640px) {


  .welcome-header__title {
    font-size: 24px;
  }

  .welcome-header__text {
    font-size: 14px;
  }
}

@media (max-width: 520px) {

  .welcome-header {
    height: auto;
  }

  .welcome-header__wrap {
    padding-bottom: 80px;
  }
}



.how {
  margin: 20px 20px 0;
  display: flex;
  gap: 20px;
}

.how__card {
  width: calc(50% - 10px);
  background: #FFFFFF;
  border-radius: 35px;
}

.how__card:first-of-type {
  padding: 60px 40px;
}

.how__card:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}


.how__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1D1D1D;
}

.how__list {
  margin-top: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.how__list::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 24px;
  height: calc(100% - 85px);
  width: 1px;
  border-right: 1px solid #9BD556;
  z-index: 1;
}

.how__li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.how__li span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #9BD556;
  border-radius: 50%;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 190%;
  color: #9BD556;
}

.how__li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #1D1D1D;
}

.how__img {
  width: 450px;
  height: 450px;
}

.how__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



@media (max-width: 1440px) {

  .how__title {
    font-size: 30px;
  }
}

@media (max-width: 1000px) {

  .how {
    flex-direction: column;

  }

  .how__card {
    margin: 0 auto;
    width: 100%;
  }

  .how__img {
    height: auto;
  }
}

@media (max-width: 800px) {
  .how__title {
    font-size: 24px;
  }

  .how__list {
    margin-top: 20px;
    gap: 20px;
  }

  .how__card:nth-of-type(2) {
    padding: 0 50px;
    border-radius: 16px;
  }

  .how__card:first-of-type {
    padding: 20px;
    border-radius: 16px;
  }

  .how__li p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {}

@media (max-width: 520px) {}



.size {
  margin: 20px 20px 0;
  padding: 56px 120px;
  background: #9BD556;
  border-radius: 35px;
}

.size__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  color: #1D1D1D;
  text-align: center;
}

.size__table {
  margin-top: 24px;
  min-width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 23px;
}

.size__thead {}

.size__thead th {
  padding: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #1D1D1D;
}

.size__thead tr th:first-of-type {
  text-align: left;
  padding-left: 0;
}

.size__tbody {
  margin-top: 13px;
}

.size__tbody td {
  padding: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1D1D1D;
  border-bottom: 1px solid #FFFFFF;
}

.size__tbody tr td:first-of-type {
  padding-left: 0;
  text-align: left;
}

@media (max-width: 800px) {
  .size {
    padding: 20px;
    border-radius: 16px;
  }

  .size__title {
    font-size: 24px;
    text-align: left;
  }

  .size__table {
    margin-top: 0;
    border-spacing: 0;
  }

  .size__thead th {
    padding: 5px;
    font-size: 12px;
    line-height: 120%;
  }

  .size__tbody td {
    padding: 20px;
    font-size: 16px;
  }
}



.conditions {
  margin: 20px 20px 0;
}

.conditions__background {
  padding: 20px 20px 53px 20px;
  background: #FFFFFF;
  border-radius: 34px 34px 0 0;
  text-align: center;
}

.conditions__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #1D1D1D;
}

.conditions__cards {
  margin-top: -25px;
  padding-top: 25px;
  border-radius: 34px 34px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 5;
  overflow: hidden;
}

.conditions__cards::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #E8EAE6;
  z-index: -1;
}

.conditions__card {
  padding: 20px 50px 25px;
  width: calc(50% - 10px);
  background: #FFFFFF;
  border-radius: 35px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.conditions__card-img {
  width: 100px;
  height: 100px;
}

.conditions__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.conditions__card-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #1D1D1D;
}

.conditions__card-text b {
  font-weight: 500;
}

@media (max-width: 640px) {
  .conditions__background {
    padding: 24px 24px 37px;
    border-radius: 16px 16px 0 0;
  }

  .conditions__title {
    font-size: 20px;
    line-height: 100%;
  }

  .conditions__cards {
    margin-top: -20px;
    border-radius: 16px 16px 0 0;
  }

  .conditions__card {
    padding: 20px;
    width: 100%;
    flex-direction: row;
    gap: 20px;
    border-radius: 16px;
  }

  .conditions__card:nth-of-type(2n) {
    display: flex;
    flex-direction: row-reverse;
  }

  .conditions__card-img {
    height: 100px;
    width: auto;
    flex-shrink: 0;
  }

  .conditions__card-img img {
    width: auto;
  }

  .conditions__card-text {
    text-align: left;
  }
}

.announcement {
  margin: 40px 20px 0;
  text-align: center;
}

.announcement__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 52px;

  background: linear-gradient(180deg, #9AD556 -0.01%, #5AA000 99.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.announcement__title {
  margin: 0 auto;
  max-width: 845px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
}

@media (max-width: 640px) {
  
  .announcement {
    margin-top: 20px;
  }

  .announcement__text {
    font-size: 20px;
    line-height: 110%;
  }

  .announcement__title {
    margin-top: 12px;
    font-size: 26px;
    line-height: 120%;
  }
}


