:root {
  --primary-start: #ef881d;
  --primary-end: #f06e24;
  --bg-muted: #f1f1f1;
  --bg-card: #ffffff;
  --text-main: #000000;
  --text-inverted: #ffffff;
  --dot-inactive: #cccccc;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: var(--text-inverted);
  text-decoration: none;
}

.layout-container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
}

main section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}

.soglasie-header {
  width: 100%;
  background: #f1f1f1;
  overflow: hidden;
}

.header-desktop-view {
  display: none;
}

.header-layout-container {
  height: 100%;
  display: flex;
}

.header-desktop-view,
.header-mobile-tablet-view {
  width: 100%;
  height: 100%;
}

.soglasie-header-left-side-block {
  width: 100%;
  border-radius: 0;
  background: transparent;
}

.desktop-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.desktop-text-column {
  max-width: 818px;
}

.desktop-image-column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 18px;
  min-width: 380px;
}

.navigation-logos {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 60px 0 76px;
}

.soglasie-header-title {
  color: var(--text-main);
  font-family: "Open Sans", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.soglasie-header-txt {
  color: var(--text-main);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  width: 100%;
  max-width: 671px;
}

.navigation-txt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 220px;
}

.soglasie-header-btn {
  display: flex;
  padding: 16px 32px;
  border-radius: 38px;
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  color: var(--text-inverted);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.navigation-soglasie-header-btn-content {
  display: flex;
  gap: 24px;
  align-items: center;
}

.soglasie-header-btn-title {
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.personal-consultant-block {
  border-radius: 20px 20px 0 20px;
  background: var(--bg-card);
  box-shadow: 0 2px 8px rgba(102, 112, 133, 0.12),
    0 1px 2px rgba(102, 112, 133, 0.12);
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  width: 332px;
  align-self: flex-start;
  position: absolute;
  bottom: 510px;
  right: 280px;
  z-index: 2;
}

.desktop-image-column .personal-consultant-block {
  margin-right: 90px;
}

.hero-photo-wrapper {
  display: block;
  position: relative;
  isolation: isolate;
}

.hero-photo-wrapper::before {
  content: "";
  position: absolute;
  width: 1220px;
  height: 1320px;
  right: -610px;
  bottom: -570px;
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  border-radius: 50%;
  z-index: -1;
  border-top-right-radius: 0;
}

.personal-consultant-block-txt {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.you-get-section {
  padding-top: 60px;
  padding-bottom: 80px;
  gap: 35px;
}

.you-get-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

.you-get-items {
  display: flex;
  width: 100%;
  min-height: 290px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: var(--bg-card);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
}

.card-icon {
  display: block;
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.you-get-items-txt {
  color: var(--text-main);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  max-width: 360px;
}

.you-get-items-txt .highlight-text {
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-container {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.slider-item {
  background: var(--bg-card);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: opacity 0.5s ease;
}

.you-get-items-title {
  color: var(--text-main);
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  background: var(--dot-inactive);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: var(--primary-start);
}

.how-to-use-section {
  gap: 40px;
  padding-bottom: 80px;
}

.using-title {
  color: var(--text-main);
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  width: 100%;
  max-width: 1260px;
}

.circle-number {
  border-radius: 82px;
  border: 2px solid var(--primary-start);
  width: 52px;
  height: 52px;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.using-txt {
  color: var(--text-main);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  width: 360px;
}

.using-txt-link {
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.using-item {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.connect-bionmax-btn {
  border: none;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--text-inverted);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 38px;
  background: linear-gradient(90deg, var(--primary-start) 0%, var(--primary-end) 100%);
  margin-top: 16px;
}

.navigation-using-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  justify-items: center;
  width: 100%;
  max-width: 1260px;
}

.navigation-notification-using-item {
  width: 100%;
  max-width: 1260px;
}

.notification-using-item {
  color: #98a2b3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 830px;
}

.navigation-biomax-info {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  background-color: var(--bg-muted);
  padding: 80px 16px;
}

.biomax-info-txt-block {
  border-radius: 20px;
  border: 2px solid var(--primary-start);
  background: var(--bg-card);
  padding: 40px;
}

.biomax-info-txt {
  color: var(--text-main);
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.slider-container {
  display: none;
}

.bionmax-logo {
  width: 63.214px;
  height: 60px;
}

.bionmax-women-img {
  width: max(800px);
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: -150px;
}

.soglasie-logo {
  width: 242.72px;
  height: 50px;
}

.icon-1 {
  width: 92px;
  height: 90px;
}

.icon-2 {
  width: 106px;
  height: 90px;
}

.icon-3 {
  width: 99px;
  height: 70px;
}

.icon-4 {
  width: 75px;
  height: 90px;
}

.icon-5 {
  width: 87px;
  height: 90px;
}

.icon-6 {
  width: 98px;
  height: 90px;
}

.icon-7 {
  width: 90px;
  height: 90px;
}

.icon-8 {
  width: 78px;
  height: 60px;
}

.icon-9 {
  width: 93px;
  height: 60px;
}

@media screen and (min-width: 1367px) {
  .header-desktop-view {
    display: block;
  }

  .header-mobile-tablet-view {
    display: none;
  }
}

@media screen and (min-width: 1120px) and (max-width: 1366px) {
  .header-mobile-tablet-view {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 0;
  }

  .header-mobile-tablet-view .soglasie-header-left-side-block {
    width: 100%;
    min-height: 516px;
    flex: none;
    border-radius: 0;
    background: transparent;
  }

  .header-mobile-tablet-view .bionmax-women-img {
    width: min(100%, 520px);
    height: auto;
  }

  .header-mobile-tablet-view .personal-consultant-block {
    margin: -8px 0 0 64px;
    width: 332px;
  }

  .header-mobile-tablet-view .hero-photo-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 769px) and (max-width: 1119px) {
  .header-mobile-tablet-view .bionmax-women-img {
    display: block;
    right: 0px;
  }

  .header-mobile-tablet-view .personal-consultant-block {
    display: inline-flex;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-left: 40px;
    width: 330px;
  }
}

@media screen and (max-width: 1120px) {
  .navigation-txt {
    margin-bottom: 0;
  }

  .bionmax-women-img {
    position: relative;
    right: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 1366px) {
  .header-mobile-tablet-view .personal-consultant-block {
    display: inline-flex;
    position: absolute;
    top: 150px;
        right: 450px;
    width: 300px;
    margin-left: 40px;
  }

  .header-desktop-view {
    display: none;
  }

  .header-mobile-tablet-view {
    display: block;
  }

  .soglasie-header {
    min-height: 860px;
  }

  .header-layout-container {
    max-width: 100%;
  }

  .header-mobile-tablet-view {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 860px;
    gap: 16px;
  }

  .header-mobile-tablet-view .soglasie-header-left-side-block {
    width: 100%;
    flex: none;
    border-radius: 0;
    background: transparent;
  }

  .hero-photo-wrapper::before {
    width: 1060px;
    height: 1060px;
    right: -330px;
    bottom: -430px;
  }

  .header-mobile-tablet-view .hero-photo-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
  }

  .header-mobile-tablet-view .bionmax-women-img {
    position: relative;
    right: 0;
    bottom: auto;
  }

  .navigation-logos {
    padding: 66px 0 51px 24px;
  }

  .navigation-txt {
    padding: 0 24px;
  }

  .you-get-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 720px;
  }

  .you-get-items-title,
  .using-title,
  .navigation-using-item,
  .navigation-notification-using-item,
  .bionmax-info {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .you-get-items {
    width: 100%;
  }

  .you-get-items-txt {
    font-size: 18px;
    line-height: 28px;
    max-width: 320px;
  }

  .navigation-using-item {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .using-item {
    flex-direction: row;
    gap: 30px;
    width: 720px;
    max-width: 100%;
  }

  .using-txt {
    width: fit-content;
  }

  .notification-using-item {
    width: 720px;
  }

  .biomax-info-txt {
    font-size: 20px;
  }

  .bionmax-logo {
    width: 63.214px;
    height: 60px;
  }

  .soglasie-logo {
    width: 242.72px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .you-get-container {
    display: none;
  }

  .header-mobile-tablet-view .bionmax-women-img {
    width: min(100%, 420px);
    height: auto;
    right: -100px;
  }

  .slider-container {
    display: block;
    max-width: 343px;
  }

  .slider-wrapper {
    overflow: visible;
  }

  .soglasie-header {
    min-height: 825px;
  }

  .header-mobile-tablet-view {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 825px;
    gap: 14px;
    padding: 0;
  }

  .header-mobile-tablet-view .soglasie-header-left-side-block {
    width: 100%;
    min-height: 510px;
    border-radius: 0;
    background: transparent;
  }

  .navigation-logos {
    padding: 51px 0 55px 0px;
    justify-content: center;
  }

  .navigation-txt {
    padding: 0;
    gap: 24px;
    align-items: center;
  }

  .soglasie-header-title {
    text-align: center;
    font-size: 30px;
    line-height: 120%;
    max-width: 343px;
  }

  .soglasie-header-txt {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    width: 343px;
    max-width: 100%;
  }

  .navigation-soglasie-header-btn-content {
    flex-direction: column;
  }

  .you-get-items-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .you-get-items-title {
    font-size: 28px;
    text-align: center;
    width: auto;
  }

  .you-get-items {
    width: 343px;
  }

  .header-mobile-tablet-view .personal-consultant-block {
    top: 70px;
    right: 120px;
        width: 250px;
  }

  .personal-consultant-block-txt {
    font-size: 15px;
  }

  .hero-photo-wrapper::before {
    width: 500px;
    height: 450px;
    right: -200px;
    bottom: -150px;
  }

  .using-item {
    width: 343px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .circle-number {
    margin: 0px;
  }

  .using-txt {
    text-align: center;
    font-size: 18px;
    width: 343px;
  }

  .using-txt-link {
    font-size: 18px;
  }

  .navigationusing-title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .using-title {
    font-size: 28px;
    line-height: 120%;
    width: 343px;
    text-align: center;
  }

  .notification-using-item {
    text-align: center;
    font-size: 14px;
    width: 343px;
  }

  .bionmax-info {
    width: 100vw;
    display: contents;
  }

  .biomax-info-txt-block {
    width: 343px;
    height: auto;
    padding: 20px;
  }

  .biomax-info-txt {
    font-size: 18px;
    max-width: 303px;
  }

  .navigation-biomax-info {
    margin-top: 40px;
    padding: 40px 16px;
  }

  .bionmax-logo {
    width: 52.679px;
    height: 50px;
  }

  .soglasie-logo {
    width: 194.176px;
    height: 40px;
  }

  .icon-1 {
    width: 82px;
    height: 80px;
  }

  .icon-2 {
    width: 95px;
    height: 80px;
  }

  .icon-3 {
    width: 99px;
    height: 70px;
  }

  .icon-4 {
    width: 67px;
    height: 80px;
  }

  .icon-5 {
    width: 77px;
    height: 80px;
  }

  .icon-6 {
    width: 87px;
    height: 80px;
  }

  .icon-7 {
    width: 80px;
    height: 80px;
  }

  .icon-8 {
    width: 78px;
    height: 60px;
  }

  .icon-9 {
    width: 83px;
    height: 80px;
  }
}
