.support-block {
  padding: 78px 0 74px;
  margin: 0px auto;
  background-color: #f3f6f8;
  position: relative;
}
.support-container {
  max-width: 1472px;
  padding-left: 44px;
  padding-right: 44px;
  margin: 0 auto;
}
.support-text {
  max-width: 600px;
  text-align: left;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 50px;
  color: #112336;
}

.support-text-header {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #112336;
  padding-bottom: 17px;
  flex-basis: 45%;
  padding-top: 24px;
  letter-spacing: 0;
}

.support-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support-header-block {
  flex-basis: 44%;
  text-align: left;
}
.support-team-block {
  flex-basis: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.member-wrap {
  flex: 0 0 auto;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 33.3%;
  width: 230px;
  height: 230px;
  max-width: 230px;
  max-height: 230px;
}
.member-wrap.blue {
  max-width: 200px;
  max-height: 200px;
  background: #4c75e6;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.member-wrap.green {
  max-width: 200px;
  max-height: 200px;
  background: #cdfb3e;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.member-wrap-4 {
  position: relative;
}
.member-wrap-4::before {
  content: "";
  width: 200px;
  height: 200px;
  background: #cdfb3e;
  border-radius: 20px;
  position: absolute;
  right: 244px;
}
.member-wrap img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.support-contacts {
  flex-basis: 24%;
  margin-top: -360px;
  width: 338px;
  padding: 100px 50px 80px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
.support-contacts:hover {
  background: #d9d9d9;
}
.support-contact {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #112336;
  padding-bottom: 20px;
}
.support-contact a {
  color: #112336;
  text-decoration: none;
}
.support-contact a:hover {
  color: #4c75e6;
  cursor: pointer;
}

.support-contact a:active {
  color: #314b93;
}
.contact-icon {
  margin-right: 16px;
}
@media (max-width: 1499px) {
  .support-container {
    max-width: 1077px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .support-header-block {
    flex-basis: 40%;
  }
  .support-text-header {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 8px;
    flex-basis: 45%;
    padding-top: 0px;
    letter-spacing: 0.5px;
  }
  .support-text {
    max-width: 450px;
    font-size: 18px;
    line-height: 36px;
  }
  .support-team-block {
    flex-basis: 57%;
    margin-right: -5px;
  }
  .support-contacts {
    flex-basis: 34%;
    margin-top: -309px;
    width: 398px;
    padding: 100px 35px 80px 50px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    z-index: 3;
  }
  .member-wrap {
    flex: 0 0 auto;
    width: 33.333%;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: 33.3%;
    width: 136px;
    height: 136px;
    max-width: 136px;
    max-height: 136px;
    margin-bottom: 20px;
  }
  .member-wrap.green,
  .member-wrap.blue {
    max-width: 136px;
    max-height: 136px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .member-wrap-4::before {
    content: "";
    width: 136px;
    height: 136px;
    background: #cdfb3e;
    border-radius: 20px;
    position: absolute;
    right: 158px;
  }
}
@media (max-width: 1279px) {
  .support-block {
    padding: 125px 0 74px;
    overflow: hidden;
  }
  .support-wrapper {
    justify-content: space-between;
    align-items: center;
  }
  .support-header-block {
    flex-basis: 100%;
    text-align: center;
    margin: 0 auto 53px;
  }
  .support-container {
    max-width: 800px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .support-text-header {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 17px;
    flex-basis: 45%;
    padding-top: 0px;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .support-text {
    max-width: 502px;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
  }
  .support-team-block {
    flex-basis: 57%;
    order: 3;
  }
  .support-contacts {
    flex-basis: 46%;
    margin-top: -58px;
    margin-left: -44px;
    padding: 100px 35px 80px 50px;
    z-index: 3;
    order: 2;
  }
  .member-wrap {
    width: 112px;
    height: 112px;
    max-width: 112px;
    max-height: 112px;
    margin-bottom: 20px;
  }
  .member-wrap.green,
  .member-wrap.blue {
    max-width: 112px;
    max-height: 112px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .member-wrap-4::before {
    content: "";
    width: 112px;
    height: 112px;
    background: #cdfb3e;
    border-radius: 20px;
    position: absolute;
    right: -397px;
  }
}
@media (max-width: 799px) {
  .support-block {
    padding: 53px 0 74px;
  }
  .support-wrapper {
    justify-content: space-between;
    align-items: center;
  }
  .support-header-block {
    flex-basis: 100%;
    text-align: center;
    margin: 0 auto 18px;
  }
  .support-container {
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .support-text-header {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 11px;
  }
  .support-text {
    max-width: 472px;
    font-size: 14px;
    line-height: 30px;
  }
  .support-team-block {
    flex-basis: 100%;
    order: 2;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 360px;
  }
  .support-contacts {
    flex-basis: 80%;
    margin-top: 26px;
    margin-left: -20px;
    padding: 27px 29px 17px 36px;
    z-index: 3;
    order: 3;
  }
  .support-contact {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .member-wrap {
    width: 76px;
    height: 76px;
    max-width: 76px;
    max-height: 76px;
    margin-bottom: 10px;
  }
  .member-wrap.green,
  .member-wrap.blue {
    max-width: 76px;
    max-height: 76px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .member-wrap-4::before {
    width: 76px;
    height: 76px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: -286px;
  }
  .member-wrap img {
    border-radius: 10px;
  }
}
