.club {
  /*margin: 0 auto;*/
}

.autocomplete-suggestions {
  background-color: #fff;
  box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.13);
  overflow-y: scroll;
  &::-webkit-scrollbar {
    width: 4px;
  }
  &::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 4px;
  }
  &::-webkit-scrollbar-thumb {
    background: #143a88;
    border-radius: 4px;
  }
}

.club .landing__main {
  padding-top: unset;
}

.autocomplete-suggestion {
  padding: 18px 25px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}

.autocomplete-suggestion:hover,
.autocomplete-selected {
  background: #1b7ce5;
  color: #fff;
}

.club__project-articles .article__title {
  color: #fff;
}
.article__wrap-link:hover .article__title {
  opacity: 0.8;
  transition: opacity, 0.3s;
}

.club__project-articles .article__description {
  color: #fff;
}

.club .club__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 80px;
}

.club__container {
  max-width: 910px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0px auto 60px;
}

.club__container-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.club__title {
  padding: 0;
  margin: 0;
  margin-top: 70px;
  padding-bottom: 25px;
  font-size: 40px;
  line-height: 52px;
  color: #1351a2;
  text-align: center;
  font-weight: 500;
}

.club__desc {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #4c4c4c;
  text-align: center;
}

@media (max-width: 425px) {
  .club__desc {
    padding-bottom: 50px;
  }
}

.club__btn {
  margin: 0 auto;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 1rem 4rem;
  background: #1351a2;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.club__btn-white {
  background-color: #fff;
  color: #1351a2;
}

/* webinar */

.club__webinar {
  padding: 50px 0;
  background: linear-gradient(265.73deg, #2684e9 13.43%, #1351a2 83.64%);
  color: #fff;
}

.club__webinar-timer--hidden {
  display: none;
}

.club__webinar .club__container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .club__webinar .club__container-inner {
    flex-wrap: wrap;
  }

  .club .club__wrapper {
    margin-top: 50px;
  }

  /* .club__container-inner {
    padding-left: 25px;
    padding-right: 25px;
  } */
}

.club__webinar .club__btn {
  margin-left: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.club__webinar-webinar {
  margin-right: 50px;
}

.club__webinar-title {
  font-size: 26px;
  line-height: 120%;
}

.club__webinar-desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
}

.club__webinar-text {
  font-size: 18px;
  line-height: 22px;
}

.club__webinar-number {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}

.club__webinar-label {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.club__webinar-number--dot {
  margin-bottom: 15px;
}

.club__webinar-date {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

/* welcome */

.club__welcome {
  position: relative;
}

.club__welcome-background {
  /* height: 40vh; */
  padding-bottom: 41%;
  background-image: url(/static/img/Detralex-woman-1.jpg);
  background-size: 100% auto;
  background-position: center bottom 0;
  background-repeat: no-repeat;
  position: relative;
}

.club__welcome-sign {
  position: absolute;
  left: 104px;
  top: 16px;
  width: 18.4%;
  max-width: 249px;
}

@media (max-width: 768px) {
  .club__welcome-sign {
    left: 0;
    /* width: 40vw; */
  }
}

.club__welcome-text {
  position: absolute;
  bottom: 50px;
  /* left: 3%; */
  left: 104px;
  max-width: 772px;
  padding: 32px 40px;
  /* margin: 50px; */
  box-shadow: 0px 0px 34px 0px #00000017;
  backdrop-filter: blur(20px);
  background: #ffffffcc;
}

@media (max-width: 1244px) {
  .club__welcome-text {
    padding: 32px 20px;
    position: relative;
    margin: 0 auto;
    background: none;
    box-shadow: unset;
    left: unset;
    padding-bottom: 0;
    bottom: 0;
  }
}

.club__welcome-title {
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
  font-size: 40px;
  line-height: 52px;
  color: #1351a2;
  font-weight: 500;

  /* margin-bottom: 20px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #1351a2; */
}

.club__welcome-desc {
  text-align: unset;
  padding-bottom: 0;
}

@media (max-width: 425px) {
  .club__welcome-desc {
    padding-bottom: 0;
  }
}

@media (max-width: 1244px) {
  .club__welcome-title {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
}

@media (max-width: 922px) {
  .club__welcome-title {
    text-align: center;
  }

  .club__welcome-desc {
    text-align: center;
  }
}

.club__welcome-description {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

/* support */

.club__support {
  text-align: center;
}

.club__support-title {
  font-size: 26px;
  line-height: 36px;
  color: #1351a2;
}

.club__support-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.club__support-company {
  display: flex;
  align-items: center;
  min-width: 182px;
}

.club__support-company-logo {
  width: 70px;
  height: 100%;
}

.club__support-company-title {
  font-size: 12px;
  line-height: 18px;
  color: #1351a2;
  max-width: 120px;
  text-align: left;
  padding-left: 12px;
}

.club__support-description {
  max-width: 510px;
  text-align: left;
  padding-left: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #4c4c4c;
}

@media screen and (max-width: 500px) {
  .club__support-item {
    flex-direction: column;
    justify-content: center;
  }

  .club__support-description {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

/* choose */

.club__choose {
  margin-bottom: 74px;
  margin-right: 175px;
}

.club__choose-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 88px;
  /* margin-top: 130px; */
}
.club__choose {
  padding-left: 25px;
}
.club__choose-image {
  margin-left: -40px;
  display: none;
}

.club__choose-items {
  display: flex;
  width: calc(100% + 19px);
  margin-bottom: 30px;
}

.club__choose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
  position: relative;
  /* z-index: 10; */
}

@media (max-width: 1200px) {
  .club__choose-content {
    align-items: flex-end;
  }

  .club__choose-image {
    width: 40%;
  }

  .club__choose-info {
    width: 60%;
  }
}

@media (max-width: 1150px) {
  .club__choose {
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .club__choose-image {
    margin-left: 0;
    width: 25%;
  }

  .club__choose-items {
    width: 100%;
    margin-bottom: 0;
  }

  .club__choose-info {
    width: 75%;
  }
}

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

  .club__choose-info {
    width: 100%;
  }

  .club__choose-item-value {
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .club__choose-items {
    flex-wrap: wrap;
  }
  .club__choose-item {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .club__choose {
    margin: 60px auto;
    margin-bottom: 40px;
  }

  .club__choose-content {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .club__choose-image {
    margin: 20px auto 0;
  }
}

.club__gymnastics__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 0;
  margin-top: 0;
}

.club__gymnastics__tab {
  border: 1px solid #d8e4e6;
  padding: 12px 24px 9px 24px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 163px;
  text-align: center;
}

.club__gymnastics__tab.active_tab {
  color: #2a4481;
}

.club__gymnastics__tab:hover {
  border: 1px solid #163fa0;
}

.active_tab {
  border: 1px solid #163fa0;
}

.club__gymnastics__wrapper.active {
  display: flex;
}

@media (max-width: 768px) {
  .club__title__mobile {
    font-size: 25px;
    padding-bottom: 10px;
    margin-left: 0 !important;
  }
}

.select-menu {
  max-width: 330px;
  margin: 10px auto;
  margin-bottom: 30px;
}
.select-menu .select-btn {
  display: flex;
  height: 55px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 24px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border: 1px solid #d8e4e6;
}
.select-menu .options {
  position: absolute;
  width: 330px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 16px;
  background: #fff;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 16px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option i {
  font-size: 18px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #143a88;
}

.select-btn i {
  font-size: 18px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.sBtn-text {
  font-family: "PT Sans", Helvetica, sans-serif;
  color: #143a88;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

.club__choose-title {
  padding-left: 11px;
  margin: 55px 0 24px 0;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #1351a2;
}

@media (max-width: 599px) {
  .club__choose-title {
    margin: 44px 0 37px 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 34px;
  }
}

.club__choose-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 11px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #000;
}

@media (max-width: 599px) {
  .club__choose-tabs {
    padding-left: 0;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 17px;
  }
}

.club__choose-tab {
  cursor: pointer;
  opacity: 0.3;
}

.club__choose-tab--active {
  opacity: 1;
}

.club__choose-slash {
  margin: 0 15px;
}

@media (max-width: 599px) {
  .club__choose-items {
    flex-wrap: wrap;
    width: 100%;
  }
}

.club__choose-item .club__choose-item-image {
  opacity: 0.3;
}

@media (max-width: 599px) {
  .club__choose-item .club-info {
    display: block;
  }
}

.club__choose-item--active .club__choose-item-image {
  opacity: 1;
}

@media (max-width: 599px) {
  .club__choose-item {
    width: 50%;
  }
  /*.club__choose-item:nth-child(2n + 1) .club-info__text {*/
  /*  left: 100px;*/
  /*}*/
  /*.club__choose-item:nth-child(2n) .club-info__text {*/
  /*  left: 0;*/
  /*}*/
}

.club__choose-item-image {
  height: 205px;
  width: 100%;
  margin-bottom: 22px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.club__choose-item-value {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #1351a2;
}

@media (max-width: 599px) {
  .club__choose-item-value {
    padding: 0 10px;
    /*font-size: 12px;*/
    /*line-height: 14px;*/
  }
}

.club__choose-test {
  display: flex;
  align-items: center;
  padding: 25px 17px 30px 40px;
  margin-left: 11px;
  background-color: #eef2f6;
}

.club__choose-test-text {
  max-width: 350px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", Helvetica, sans-serif;
  text-decoration: underline;
}

.club__choose-btn {
  padding: 15px 39px;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 480px) {
  .club__choose-item {
    width: 100%;
    padding-bottom: 50px;
  }

  .club__choose-item-value {
    position: relative;
  }
}

/* nav */

.landing-menu {
  margin-top: 0;
}

@media (max-width: 1366px) {
  .landing-menu {
    margin-right: 10px;
  }
}

.landing-menu__step {
  cursor: pointer;
}

/* project */

.club__project {
  /* background: url("/static/img/club-project-back.png"); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  background: linear-gradient(4.1deg, #2684e9 22.77%, #1351a2 92.64%);
  text-align: center;
  /* padding: 200px 0; */
  padding: 50px;
  color: #fff;
  scroll-margin-top: 100px !important;
}
.club__project-text {
  max-width: 840px;
  margin: 0 auto;
}
.club__project-subtitle {
  /* font-size: 18px;
  line-height: 22px; */
}
.club__project-title {
  /* margin-top: 30px;
  font-size: 38px;
  line-height: 50px; */

  font-family: Marlene Cy;
  font-size: 38px;
  font-weight: 700;
  line-height: 45.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0;
}
.club__project-description {
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  max-width: 600px;
  margin: 0 auto;

  padding: 0;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  margin-top: 20px;
  /* font-size: 26px;
  line-height: 34px; */
}
.club__project-img {
  display: block;
  margin: 45px auto;
  max-height: 250px;
}
.club__project-articles {
  margin-top: 32px;
}
.club__project-articles h2.title {
  margin: 0;
  font-family: PT Serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.club__project-articles .articles {
  margin-top: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  padding: 0 !important;
  height: min-content;
}
.club__project-articles .articles {
  margin-top: 24px;
}

.club__project-articles .articles .article:nth-child(2) h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.club__project-articles .article {
  /* padding-top: 0; */
  padding: 24px;
  /* padding-right: 35px; */
  border: 1px solid #fff;
}
.club__project-articles .article:nth-child(3n) {
  padding-right: 0;
}
.club__project-articles .club__btn {
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.12px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 10px 24px 10px 24px;
  margin-top: 50px;
  border-radius: 32px;
}
.club__project-articles .club__btn:hover {
  background-color: #edeade;
  color: #1b7ce5;
}
.club__project-articles .article__title {
  font-family: PT Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.club__project-articles .article__description {
  font-family: PT Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.article__title {
  padding: 0;
  margin: 0;
  padding-right: 50px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.article__description {
  padding: 0;
  margin: 0;
  padding-right: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

/* @media (max-width: 1440px) {
  .club__project {
    padding: 24px 0;
  }
} */

@media (max-width: 768px) {
  .club__project-articles .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .club__project {
    padding: 32px 20px 32px 20px;
  }

  .club__project-articles .club__btn {
    width: 100%;
    margin-top: 32px;
  }

  .club__project-articles .article {
    padding: 0;
    padding-bottom: 32px;
    margin: 0;
    text-align: center;
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    /* max-width: 50%; */
  }

  .club__project-articles h2.title {
    text-align: left;
  }

  .club__project-title {
    text-align: left;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .club__project-description {
    text-align: left;
    padding: 0;
    margin-top: 15px;
  }

  .club__project-articles .article__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.85px;
  }

  .article__title {
    padding-right: 0;
  }

  .article__description {
    width: auto;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
  }
}

/* @media (max-width: 500px) { */
/* .club__project {
    padding-bottom: 200px;
  }

  .club__project-articles .article {
    max-width: 100%;
  }

  .article__title {
    padding-bottom: 10px;
    font-weight: 500;
  }

  .club__btn {
    width: auto;
    padding: 0.8rem 2rem;
  } */
/* } */

/* review */

.club__review {
  margin: 0 auto;
  margin-top: 55px;
  max-width: 756px;
  text-align: center;
  padding-bottom: 100px;
}

.club__review .club__desc {
  font-size: 18px;
  line-height: 23px;
}

/* smart */
.club-wrapper--smart {
  background-color: #f6f6f6;
  padding-top: 61px;
  padding-bottom: 61px;
}

.club__left * {
  margin-left: 0;
  text-align: left;
}

.club__smart {
  display: flex;
  align-items: center;
}
.club__smart-img {
  width: 25vw;
  height: max-content;
  border-radius: 50%;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .club__smart {
    flex-direction: column;
  }

  .club__smart-img {
    margin-right: 0;
    width: 50vw;
  }

  .club__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .club__left * {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

/* shelf */
.club__shelf {
  max-width: 946px;
  padding-bottom: 100px;
  margin: 0 auto;
  margin-top: 100px;
}

.club__shelf-inner {
  display: flex;
}

.club__shelf-title {
  padding: 0;
  margin: 0;
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
}

.club__shelf-text {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: "PT Sans", Helvetica, sans-serif;
  color: #ffffff;
}

.club__shelf-left {
  padding: 78px 97px 78px 116px;
  min-width: 481px;
  min-height: 387px;
  max-width: 481px;
  background-image: url("/static/img/svg/oval.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.club__shelf-right {
  margin-left: -50px;
}

.club__shelf-half-text {
  padding: 0;
  margin: 0;
  /* font-family: HeliosCondLight, Arial, sans-serif; */
  font-family: "PT Sans", Helvetica, sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 900px) {
  .club__shelf-right {
    margin-left: -100px;
  }
}
@media (max-width: 768px) {
  .club__shelf-inner {
    justify-content: center;
  }

  .club__shelf-right {
    display: none;
  }
}

@media (max-width: 500px) {
  .club__shelf-inner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .club__shelf-left {
    max-width: 100%;
    min-width: 100%;
  }

  .club__shelf-title {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 0.1rem;
  }

  .club__shelf-half-text,
  .club__shelf-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media (max-width: 450px) {
  .club__shelf {
    margin-top: 60px;
  }

  .club__shelf-left {
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px;
  }

  .club__shelf-title {
    font-size: 1.7rem;
    padding-right: 120px;
    padding-left: 70px;
  }

  .club__shelf-half-text,
  .club__shelf-text {
    padding-left: 70px;
    padding-right: 60px;
    font-size: 0.9rem;
    padding-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .club__shelf-title {
    font-size: 1.7rem;
    padding-right: 85px;
  }

  .club__shelf-half-text,
  .club__shelf-text {
    font-size: 0.8rem;
    padding-right: 50px;
  }
}

@media (max-width: 375px) {
  .club__shelf {
    margin-top: 0;
  }

  .club__shelf-title {
    font-size: 1.6rem;
    padding-right: 75px;
  }
}

/* materials */

.club__materials {
  margin-top: 100px;
}

.club__materials .club__desc {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.club__materials-block {
  display: block;
  max-width: 310px;
  padding: 35px 30px;
  margin-right: 30px;
  color: #000;
}

.club__materials-inner {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 946px;
}

.club__materials-content {
  padding-top: 59px;
  display: flex;
  flex-wrap: wrap;
}

.club__materials-content--new .club__materials-block-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #4c4c4c;
  margin-top: 23px;
}

.club__materials-content--new .club__materials-block {
  flex-basis: 33.3%;
  margin: 0;
  padding: 0;
  padding-right: 7px;
  padding-left: 7px;
  width: auto;
  max-width: 33.3%;
  padding-bottom: 59px;
  display: flex;
  flex-direction: column;
}

.club__materials-content--new .club__materials-block--video {
  flex-basis: 66.7%;
  max-width: 66.7%;
  position: relative;
}

.club__materials-content--new .club__materials-block-description {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .club__materials-content--new .club__materials-block {
    flex-basis: 50%;
    max-width: 50%;
  }

  .club__materials-content--new .club__materials-image {
    width: 100%;
    height: auto;
  }

  .club__materials-content--new .club__materials-block--video {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  .club__materials-content--new .club__materials-block {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .club__materials-block {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .club__materials-block {
    width: 100%;
    margin-right: 0;
    padding: 16px 26px;
  }
}
.club__materials-block-text {
  width: 100%;
}
.club__materials-block-image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.club__materials-block-number {
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #1351a2;
  background-color: #fff;
  border-radius: 50%;
}
.club__materials-block-title {
  margin-bottom: 6px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 599px) {
  .club__materials-block-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.club__materials-block-description {
  max-width: 200px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.club__materials-questions {
  position: relative;
  max-width: 362px;
}
.club__materials-questions-top {
  margin-bottom: 50px;
}
.club__materials-questions-title {
  margin-top: 16px;
  margin-bottom: 45px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #000;
}
.club__materials-questions-number {
  position: absolute;
  top: 16px;
  right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background-color: #2684e9;
  border-radius: 50%;
}
.club__materials-question {
  display: block;
  margin-bottom: 32px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #1351a2;
  text-decoration: underline;
}
.club__materials-questions-all {
  display: block;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

/* map */

.club__map {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.club__map-city {
  position: relative;
  display: flex;
  align-items: center;
  /* margin-bottom: 38px; */
}

.club .club__map .club__container-inner {
  max-width: 1000px;
  /* max-width: 750px; */
  margin: 0 20px;
}

.club .club__map .club__container-inner .club__title {
  /* font-family: PT Sans;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px; */
}

.club .club__map .club__desc {
  color: #000;
}

.club__map-city:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 22px;
  width: 18px;
  height: 19px;
  background: url("/static/img/svg/icon-search-blue.svg") no-repeat center;
}

.club__map-field {
  width: 428px;
  padding: 15px 10px 12px 55px;
  border: none;
  border-bottom: 2px solid #0089f2;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.club__map-description {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  opacity: 0.4;
  max-width: 50%;
}

@media (max-width: 599px) {
  .club__map-field {
    width: 100%;
  }
}

.club-wrapper.club__gymnastics {
  background-color: #f6f6f6;
  padding: 50px 0;
}

.club__gymnastics__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.club__gymnastics__subtitle {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  color: #143a88;
}

.club__desc.gymnastics__p {
  padding: 0 30px;
}

.gymnastics__svg {
  width: 240px;
  margin-bottom: 20px;
}

.club__desc.gymnastics__desc {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.gymnastics__video {
  margin: 40px auto;
}

.gymnastics__subscribe__wrapper {
  align-self: flex-start;
  margin-left: 55px;
}

.gymnastics__subscribe {
  background-color: transparent;
  border: 1px solid #143a88;
  color: #143a88;
  transition: 0.25s;
  cursor: pointer;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.54px;
  letter-spacing: 0.05em;
  text-align: left;
}

.gymnastics__subscribe:hover {
  background-color: #143a88;
  color: white;
}

.club__container.club__container__gymnastics {
  margin: 0 auto;
}

.youtube-player {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  cursor: pointer;
}

.youtube-player img {
  width: 100%;
}

.youtube-player.pristine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  height: 0;
  width: 0;
  border-left: 50px solid white;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transition: opacity 0.2s ease;
}

.button.gymnastics__subscribe {
  padding: 10px 38px;
}

.youtube-player.pristine:hover::before {
  opacity: 0.7;
}

.club .hdq_test__upper {
  padding: 0;
  padding-top: 40px;
  background: #f5f5f5;
}

.club .hdq_test {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .club .club__title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
  }

  .gosuslugi-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  .products-line__block-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  /* .club__map .club__container-inner .club__title {
    font-family: PT Sans;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  } */

  .club__gymnastics__wrapper .club__title {
    font-size: 26px;
  }

  .club__desc.gymnastics__p {
    padding: 0;
  }

  .club__gymnastics__subtitle {
    font-size: 20px;
  }

  .gymnastics__subscribe__wrapper {
    margin: 0;
  }

  .club__desc.gymnastics__desc {
    text-align: left;
    padding-bottom: 16px;
  }

  .club .hdq_test__upper {
    padding-top: 23px;
  }

  .gymnastics__video {
    margin: 24px auto;
  }

  .youtube-player.pristine::before {
    transform: scale(0.7);
    margin-top: -30px;
  }
}

.club .gosuslugi-title {
  margin-top: 0;
}

.gosuslugi-desc {
  margin-bottom: 32px;
}

.gosuslugi-btn {
  padding: 11px 16px 11px 16px;
  font-weight: 700;
  width: 100%;
}

.gosuslugi-btn:hover {
  background-color: #4c4c4f;
}

.club__map-box {
  width: 100%;
  height: 460px;
}

.club__map-block-container {
  width: 1024px;
  display: grid;
  grid-template-columns: 50% 50%;
}

@media (max-width: 767px) {
  .club .club__map-block-left-column__img-mobile {
    display: block !important;
  }
}

.club .club__map-block-left-column__img-mobile {
  display: none;
  margin-bottom: 0;
  gap: 32px;
}

.club__map-block-container.map-block {
  /* margin-bottom: 70px; */
}

.club__map-block-left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 34px 0px #00000017;
  padding: 40px;
}

.club__map-block-right-column > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.club__map-block-left-column h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  color: #143a88;
  margin-bottom: 16px;
}

.gosuslugi {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .club .club__map-block-container {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .club__container.club__welcome-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .club__map {
    margin-bottom: 10px;
  }

  .club__map-block-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 410px;
  }

  .club__map-block-container.map-block {
    margin-bottom: 0;
  }

  .gosuslugi {
    grid-template-rows: auto auto;
    margin-bottom: 20px;
  }

  .gosuslugi p {
    margin-bottom: 0;
  }

  .gosuslugi-desc {
    margin-bottom: 0;
  }

  .gosuslugi-btn {
    padding: 10px 25px;
  }

  .gosuslugi-btn-wrapper {
    display: flex;
    justify-content: center;
  }

  .club__map-block-left-column {
    padding: 24px 20px 40px 20px;
    gap: 32px;
    margin: 0 20px;
  }

  .club__map-block-left-column h3 {
    font-size: 18px;
  }

  .club__map-block-right-column {
    display: none;
  }

  .club__map-city {
    width: 100%;
  }

  .club__map-box {
    height: 400px;
    margin: 0 20px;
    width: auto;
  }

  .club__map-description {
    display: none;
  }

  .club__container.club__welcome-text {
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .gosuslugi-btn {
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 0.5px;
    line-height: 1.25;
  }

  .gosuslugi-btn-wrapper {
    width: 110%;
    align-self: center;
  }
}

.club__map-block-left-column p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #000;
}

.club__map-block-left-column button {
  cursor: pointer;
}

.club__map-box .claster {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  width: 30px;
  height: 16px;
  border-radius: 8px;
  font-size: 12px;
  color: #000 !important;
  background-color: #fff;
}

/* test */

.club__test {
  position: relative;
  display: none;
  background-color: #1351a2;
}

.club__test--sticky {
  position: relative;
  bottom: 0px;
  z-index: 10000;
  left: 0;
  right: 0;
  width: 100%;
}

.club__test--sticky a {
  display: block;
}

.club__test-wrapper {
  width: 90%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.club .club__test-phleboscore {
  max-width: 1146px;
  margin-top: 50px;
  box-shadow: 0px 0px 34px 0px #00000017;
  margin-bottom: 50px;
  padding: 0;
}

.club .club__test-phleboscore .club__test-content {
  max-width: 1146px;
  padding: 20px 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.club .club__test-phleboscore .club__test-text {
  padding: 0;
  color: #333333;
}

.club .club__test-phleboscore .club__test-btn {
  background: #143a88;
  color: #ffffff;
  font-family: PT Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.53px;
}

@media (max-width: 599px) {
  .club .club__test-phleboscore .club__test-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }

  .club .club__test-phleboscore .club__test-content {
    padding: 20px;
  }

  .club .club__test-phleboscore .club__test-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 15.53px;
    letter-spacing: 0.05em;
    padding: 8px 24px 8px 24px;
  }
}

.club__test-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.club__test-text {
  position: relative;
  height: 100%;
  padding: 25px 0 25px 122px;
  letter-spacing: 0.4px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.club__test-btn {
  min-width: 138px;
  padding: 12px 18px;
  margin: 0 5px;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #1351a2;
  border-radius: 0;
  border-radius: 39px;
}

.club .club__ai-wrapper {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
}

.club .club__ai__container {
  max-width: 1024px;
  height: 523px;
  background: linear-gradient(287deg, #1b7ce5 0%, #0c4ca2 100%);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.09);
  margin: 0 auto;
  color: #fff;
  padding: 40px 50px 40px 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.ai-wave-bottom {
  position: absolute;
  width: 1177.5px;
  height: 180.991px;
  flex-shrink: 0;
  background-image: url(/static/img/varicose-ai-wave.png);
  bottom: 0;
  left: 0;
}
.club__ai-info p {
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.club__ai-container {
  position: relative;
  height: 270px;
  display: flex;
  flex-direction: column;
}

.club__ai-container *:nth-child(2) {
  margin-top: 24px;
}

.club__ai-container *:nth-child(3) {
  margin-top: 30px;
}

.club__ai-container *:nth-child(4) {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 95px;
  color: #848484;
  max-width: 500px;
}

.club__ai-container h2 {
  width: 600px;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  padding-left: 12px;
}

.club__ai-container h3 {
  max-width: 589px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding-left: 12px;
}

.club__ai-container .club__btn {
  display: flex;
  height: 42px;
  padding: 16px 52px 13px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #143a88;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.club__ai-container .club__btn:hover {
  background-color: #edeade;
  color: #1b7ce5;
}

#varicose-ai-demo-img {
  margin-top: 2px;
  max-width: 300px;
  height: 355px;
  flex-shrink: 0;
  z-index: 3;
}

#attachFileMobileIcon {
  display: none;
}

@media (max-width: 800px) {
  #varicose-ai-demo-img {
    max-width: 275px;
  }

  #attachFileIcon {
    display: none !important;
  }

  #attachFileMobileIcon {
    display: block;
  }
}

.club .club_ai-images-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}

.varicose-ai-ball:nth-child(1) {
  position: absolute;
  max-width: 228px;
  height: 228px;
  top: -84px;
  right: 1px;
}

.varicose-ai-ball:nth-child(2) {
  position: absolute;
  width: 143.918px;
  height: 143.918px;
  top: 30px;
  right: -30px;
  object-fit: fill;
}

.varicose-ai-ball:nth-child(3) {
  position: absolute;
  width: 228px;
  height: 228px;
  top: 256px;
  right: 262px;
  z-index: 1;
}

.varicose-ai-ball:nth-child(4) {
  position: absolute;
  width: 117px;
  height: 117px;
  flex-shrink: 0;
  bottom: 36px;
  right: -18px;
  z-index: 4;
}

.club__ai__test__container {
  display: flex;
  max-width: 1146px;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 60px;
  border: 1px solid #d8e4e6;
  overflow: hidden;
}

#step1-wrapper {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  scroll-padding-top: 60px;
}

@media (max-width: 800px) {
  #step1-wrapper {
    padding: 40px 20px;
  }
}

#step1-wrapper .ai-loader-container h1,
#step2-wrapper h1,
#step2-wrapper .ai-confirm-container h1,
.ai-form-container form h1 {
  color: #143a88;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

#step1-wrapper p,
#step1-wrapper p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#step2-wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-image: url(/static/img/varicose_ai_legs.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}

.ai-loader-container,
.ai-form-container,
.ai-confirm-container {
  height: 720px;
  width: 600px;
  justify-content: space-between;
  padding: 40px 0 40px 40px;
}

.ai-loader-container img {
  margin-top: 30px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.varicose-ai-legs {
  height: 720px;
  width: 350px;
  margin-right: 40px;
  object-fit: contain;
  background-repeat: no-repeat;
}

.ai-form-container form,
.ai-confirm-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.ai-loader-container h1,
.ai-form-container h1 {
  margin: 0;
}

.ai-form-container form input {
  width: 450px;
  height: 40px;
  color: #848484;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 11px 22px 10px 20px;
}

.club__ai__test_inner_container {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.varicose__ai__demo__image {
  width: 344px;
  height: auto;
}

.club__ai__test_description-link a {
  color: #143a88;
  text-decoration: underline;
}

.varicose__ai__instructions__image {
  width: 344px;
  height: auto;
}

@media (max-width: 1150px) {
  .varicose__ai__demo__image {
    width: 230px;
    height: auto;
  }

  .varicose__ai__instructions__image {
    width: 230px;
    height: auto;
  }
}

.club__ai__test__controls__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: #143a88;
}

.club__ai__test__controls__container label:nth-child(1) {
  display: flex;
  width: 260px;
  height: 42px;
  padding: 6px 20px 3px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid #143a88;
  color: 143A88;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.club__ai__test__controls__container label:nth-child(1) img {
  width: 16px;
  height: 16px;
}

.club__ai__test__controls__container label:nth-child(2) img {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.club__ai__test__controls__container input[type="checkbox"] {
  margin-left: 24px;
}

.test-agreement-wrapper {
  margin-left: 24px;
  margin-right: 8px;
}
.test-agreement-wrapper *,
.test-agreement-wrapper *:after,
.test-agreement-wrapper *:before {
  box-sizing: border-box;
}

.test-agreement-wrapper input {
  position: absolute;
  opacity: 0;
}

.test-agreement-wrapper input:checked + label svg path {
  stroke-dashoffset: 0;
}

.test-agreement-wrapper input + label {
  display: block;
  border: 2px solid #153a88;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.test-agreement-wrapper input + label svg {
  pointer-events: none;
  padding: 5%;
}

.test-agreement-wrapper input + label svg path {
  fill: none;
  stroke: #153a88;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  transition: all 250ms cubic-bezier(1, 0, 0.37, 0.91);
}

#image-display {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

#image-display img {
  width: 160px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.09);
  margin-top: 24px;
  margin-bottom: 24px;
}

.test-agreement-wrapper {
  display: flex;
}

.checkbox-label {
  flex-shrink: 0;
  margin-right: 8px;
}

.varicose-send-btn {
  border-radius: 50px;
  background: #143a88;
  display: flex;
  width: 260px;
  height: 42px;
  padding: 16px 52px 13px 52px;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.varicose-send-form-btn {
  cursor: pointer;
  background: #fff;
  display: flex;
  width: 193px;
  height: 42px;
  padding: 16px 52px 13px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #143a88;
  color: var(--blue, #143a88);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.red-colored-text {
  color: red;
}

.height-zero {
  height: 0;
  padding: 0;
  border: none;
}

.ai-error-container {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.ai-error-container h1 {
  color: #e52c44;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
}

.club__ai__test_description {
  background: #eef4f6;
  padding: 16px 32px;
  margin: 10px 0 20px;
  list-style: disc;
}

.club__ai__test_description li {
  margin: 0;
  margin-bottom: 5px;
  line-height: 25px;
  color: #000000;
  font-family: "PT Sans", Helvetica, sans-serif;
}

.test-agreement-checkbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.club .products-line__block-description {
  width: 100%;
}

.club .products-line__container,
.club .products-line,
.club .products-line__text {
  background: none;
}

.club .products-line__text {
  padding: unset;
  padding-top: 56px;
}

.club .products-line__text .products-line__heading {
  width: unset;
}

.club .products-line__paragraph {
  color: #000;
}

.club .product-links__container {
  padding: 0;
  padding-bottom: 0px;
  padding-top: 36px;
  width: 90%;
}

@media (max-width: 599px) {
  .test-agreement-checkbox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  /* .club__test-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  } */

  .club__test-text {
    padding-left: 0;
  }

  .varicose__ai__demo__image {
    width: 100%;
    height: auto;
  }

  .varicose__ai__instructions__image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 400px) {
  .ai-wave-bottom {
    height: 224px !important;
  }

  .club__ai-container .varicose-test-btn {
    padding: 16px 12px 13px 12px !important;
  }
}

@media (max-width: 323px) {
  .ai-wave-bottom {
    background-position-x: -100px !important;
    background-position-y: 30px !important;
  }
}

@media (max-width: 1044px) {
  .club .club__ai__container {
    height: 820px;
    padding: 30px 24px 30px 24px;
  }

  .club .club__ai-container p {
    position: absolute;
    bottom: -517px;
    z-index: 2;
  }
}

@media (max-width: 330px) {
  .club .club__ai-container p {
    position: absolute;
    bottom: -526px;
    z-index: 2;
  }
}

@media (max-width: 599px) {
  .club__test-text {
    font-size: 18px;
    line-height: 25px;
    padding: 0;
  }

  .club__test-content {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    gap: 16px;
  }

  .club__test-content > button {
    background-color: white;
    color: #143a88;
    align-self: flex-start;
    padding: 9px 24px;
    font-weight: 700;
  }
  /* 
  .club__test-wrapper {
    padding-left: 0;
  } */

  .club__test-btn {
    min-width: 87px;
    padding: 12px 0;
    margin: 0;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
  }
  .varicose-send-btn {
    background-color: #143a88;
  }

  .club__ai__container {
    /* width: 90%; */
    height: 783px;
    padding: 17px;
    gap: 0px;
    align-content: flex-start;
  }

  .club__ai-container h2,
  .club__ai-container h3 {
    width: 100%;
    padding: 0;
  }

  .club__ai-container h2 {
    font-size: 25px;
    text-align: center;
  }

  .club__ai-container #test-text {
    text-align: center;
  }

  .club__ai-container #test-text {
    text-align: center;
  }

  .club__ai-container h3 {
    font-size: 18px;
  }

  .club__ai-container p {
    position: absolute;
    bottom: -487px;
    z-index: 2;
  }

  .ai-wave-bottom {
    width: 1177.5px;
    height: 203.991px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: -40px;
    background-position-y: 50px;
    background-image: url(/static/img/varicose-ai-wave.png);
    z-index: 1;
  }

  #varicose-ai-demo-img {
    margin: 0 auto;
    /* width: 280px; */
    /* height: 255px; */
    flex-shrink: 0;
    z-index: 3;
  }

  .varicose-ai-ball:nth-child(1) {
    width: 164.65px;
    height: 164.65px;
    top: 261px;
    right: 3.2px;
  }

  .varicose-ai-ball:nth-child(2) {
    width: 103.93px;
    height: 103.93px;
    top: 343.35px;
    right: -32.84px;
  }

  .varicose-ai-ball:nth-child(3) {
    width: 249px;
    height: 228px;
    top: 468.3px;
    left: -110px;
    z-index: 2;
  }

  .varicose-ai-ball:nth-child(4) {
    position: absolute;
    width: 84.491px;
    height: 84.491px;
    flex-shrink: 0;
    bottom: 136px;
    right: -22px;
    z-index: 4;
  }
  .club__ai-container {
    width: 100%;
  }
  .club__ai-container .varicose-test-btn {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 16px 52px 13px 52px;
  }

  .club__ai-container *:nth-child(2),
  .club__ai-container *:nth-child(3) {
    margin-top: 16px;
  }

  .club__ai__test__controls__container {
    flex-direction: column;
  }

  .test-agreement-wrapper {
    margin-top: 16px;
    margin-left: 0px;
    width: 100%;
    display: flex;
  }

  .checkbox-label {
    flex-shrink: 0;
    margin-right: 8px;
  }

  #image-display img {
    width: 80px;
    height: 100px;
  }

  .ai-loader-container,
  .ai-confirm-container {
    width: 100%;
    height: 228px;
    margin: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
  }
  .ai-loader-container h1,
  .ai-form-container h1,
  .ai-confirm-container h1 {
    font-size: 25px !important;
    line-height: 120%; /* 30px */
  }
  .ai-loader-container p,
  .ai-form-container p,
  .ai-confirm-container p {
    font-size: 18px !important;
    line-height: 130%; /* 23.4px */
    width: 70%;
  }
  .ai-loader-container img {
    margin-top: 24px;
  }

  #step2-wrapper {
    background-position-y: 130px;
    background-position-x: 250px !important;
    background-size: 105px 200px;
  }

  .ai-form-container {
    display: flex;
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: auto;
  }

  .ai-form-container form input {
    height: 46px;
    align-self: stretch;
    width: auto;
  }
}
