.main {
  align-items: center;
  position: relative;
}

.breadcrumbs {
  position: absolute;
  top: 0;
}

/* .background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  display: flex;
  justify-content: center;
}

.background {
  width: 100%;
  background-image: url(../assets/images/optifast/background-line.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 5325px;
  width: 1653px;
  position: absolute;
  top: 179px;
  z-index: 1;
  margin-left: -1px;
} */

/* .background-mobile {
  display: none;
} */

.background-line {
  position: relative;
  width: 100%;
}

.line {
  position: absolute;
  height: 11px;
  width: 100%;
  background-color: var(--persian-green);
  top: 132px;
  clip-path: inset(0 62% 0 0);
}

.optifast {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 47px;
}

.optifast__content {
  display: flex;
  width: 100%;
  padding: 40px 0 72px 0;
  max-width: 1324px;
  padding-left: 122px;
  box-sizing: border-box;
  z-index: 1;
  justify-content: space-between;
}

.optifast__line {
  position: absolute;
  background-image: url(../assets/images/optifast/background-optifast.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1382px;
  height: 601px;
  top: 132px;
  margin-left: -93px;
}
.optifast__title {
  font-size: 4rem;
  font-weight: 700;
  padding-top: 46px;
  letter-spacing: -0.4px;
  line-height: 48px;
  color: #00205C;
  width: 440px;
}
.optifast__title-mobile {
  display: none;
  color: #00205C;
  letter-spacing: -0.4px;
}
.optifast__title-weight {
  display: block;
  color: var(--persian-green);
}
.optifast__title-optifast {
  line-height: 64px;
}
.optifast__logo {
  padding: 0 16px;
  background: #F6F6F6;
  margin-left: -18px;
}
.optifast__title-reg {
  display: inline-block;
  transform: translateY(-13px);
  font-size: 2.4rem;
}
.optifast__subtitle {
  font-size: 2rem;
  line-height: 32px;
  padding-top: 11px;
  color: var(--graphite-black);
}
.optifast__subtitle-span {
  font-size: 1.3rem;
  display: inline-block;
  transform: translateY(-6px);
}
.optifast__info {
  padding: 17px 9px;
  width: 100%;
  max-width: 458px;
}
.optifast__right {
  overflow: hidden;
}
.optifast__image-wrapper {
  height: 539px;
  margin-left: 31px;
}
.optifast__image {
  max-width: 658px;
  width: 100%;
}
.optifast__background {
  position: absolute;
  z-index: -1;
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  height: 110%;
  top: -47px;
}
.optifast__hexagon {
  position: absolute;
  background-image: url(../assets/images/optifast/hexagon-white.svg);
  background-size: cover;
  background-position: center;
  max-width: 1870px;
  width: 100%;
  height: 1655px;
  top: -957px;
}

.target {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.target__background {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}

.target__line {
  position: absolute;
  background-image: url(../assets/images/optifast/background-target.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1290px;
  height: 470px;
  top: 10px;
  margin-left: -0.7px;
}
.target__content {
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 20px 50px 20px;
  z-index: 1;
}
.target__title {
  padding-bottom: 30px;
  color: var(--deep-blue);
  font-size: 3.6rem;
  font-weight: 700;
}
.target__title-reg {
  display: inline-block;
  transform: translateY(-11px);
  font-size: 2.2rem;
}
.target__list {
  padding-top: 36px;
  display: flex;
  width: 100%;
  max-width: 1060px;
  gap: 25px;
  height: 356px;
}
.target-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  width: calc((100% - 50px) / 3);
  min-width: 25%;
  align-items: center;
  transition: min-width 0.3s;
  overflow: hidden;
  justify-content: center;
}
.target-item__title {
  text-align: center;
  color: var(--deep-blue);
  font-weight: 700;
  font-size: 2.4rem;
  width: 215px;
  line-height: 26px;
  margin-top: -2px;
  letter-spacing: -0.2px;
}
.target-item__title_first {
  margin-bottom: 25px;
  transition: margin-bottom 0.15s;
}
.target-item__title_third {
  margin-bottom: 0px;
  transition: margin-bottom 0.15s;
}
.target-item__subtitle {
  font-weight: 500;
  font-size: 1.28rem;
  color: var(--graphite-black);
  text-align: center;
  padding-top: 8px;
  margin-bottom: 0;
  transition: margin-bottom 0.15s;
}
.target-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  background-image: url(../assets/images/optifast/whom-white.webp);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
  z-index: -1;
}
.target-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../assets/images/optifast/whom-green.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 703px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.target-item:hover::after {
  opacity: 1;
}
.target-item:hover {
  min-width: 43.3%;
}
.target-hover {
  position: absolute;
  visibility: hidden;
  display: flex;
  opacity: 0;
  flex-direction: column;
  transition: opacity 0.5s 0.2s;
}
.target-hover__text {
  font-size: 1.28rem;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 19px;
}
.target-hover__text_first {
  width: 372px;
  padding: 10px 0 40px 0;
}
.target-hover__text_second {
  width: 400px;
  padding: 36px 0 14px 0;
}
.target-hover__text_small {
  font-size: 1.04rem;
  font-weight: 700;
  width: 99px;
  margin-top: 10px;
  line-height: 14px;
}
.target-hover__text_third {
  width: 92px;
}
.target-hover__icon {
  height: 80px;
}
.target-hover__icon_small {
  height: 64px;
}
.target-hover__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.target-hover_second {
  flex-direction: row;
  gap: 11px;
}
.target-item:hover .target-item__title_first {
  margin-bottom: 202px;
  color: white;
}
.target-item:hover .target-item__title_second {
  color: white;
}
.target-item:hover .target-item__subtitle {
  margin-bottom: 179px;
  color: white;
}
.target-item:hover .target-item__title_third {
  margin-bottom: 175px;
  color: white;
}
.target-item:hover .target-hover {
  opacity: 1;
  top: 82px;
  visibility: visible;
}
.target-item:hover .target-hover_second {
  top: 152px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.about__background {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 122%;
  overflow: hidden;
  top: -102px;
}

.about__line {
  position: absolute;
  background-image: url(../assets/images/optifast/background-about.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1287px;
  height: 636px;
  top: 0;
  margin-left: 0px;
  z-index: 1;
}
.about__content {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 20px 61px 20px 60px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.about__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--deep-blue);
  padding-bottom: 30px;
}
.about__subtitle {
  font-size: 2rem;
  color: var(--graphite-black);
  padding-top: 33px;
}
.about__steps {
  display: flex;
  padding-top: 75px;
  justify-content: space-between;
  width: 100%;
}
.about__steps-row {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.about__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.about__step-span {
  font-size: 1rem;
  display: inline-block;
  transform: translateY(-6px);
}
.about__step-icon {
  background-image: url(../assets/icons/optifast/step.svg);
  width: 74px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
}
.about__step-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--deep-blue);
  border-radius: 35px;
  letter-spacing: -0.2px;
  background: linear-gradient(to right, #EBF7F5, #F6F8F5);
  margin-top: 16px;
  line-height: 22px;
  padding: 12px 25px;
}
.about__step-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--graphite-black);
  padding-top: 10px;
  line-height: 24px;
  letter-spacing: -0.2px;
  opacity: 80%;
}
.about__step-subtitle_first {
  width: 210px;
}
.about__step-subtitle_second {
  width: 220px;
}
.about__step-subtitle_third {
  width: 220px;
}
.about__step-subtitle_fourth {
  width: 190px;
}

.program {
  overflow: hidden;
  background-image: url(../assets/images/optifast/background.webp);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-size: 320px;
  background-position: 27px 90px;
  position: relative;
}
.program__content {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 42px 60px 20px 60px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.program__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--deep-blue);
  padding-bottom: 32px;
}
.program__steps {
  padding-top: 395px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.program__steps-background {
  position: absolute;
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.program__steps-line {
  position: absolute;
  background-image: url(../assets/images/optifast/background-program-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1653px;
  height: 1313px;
  top: -172px;
  margin-left: -4px;
}

.program__steps-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--persian-green);
  padding: 10px 40px;
  background: white;
  border-radius: 28px;
  z-index: 1;
}
.program-list__wrapper {
  display: flex;
  position: absolute;
  gap: 24px;
  padding: 0 460px 0 658px;
}
.program-list {
  display: flex;
  align-items: flex-end;
  margin-top: 32px;
  position: relative;
  width: 180%;
  height: 540px;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.program-list__top {
  display: flex;
  gap: 24px;
}
.program-list__bottom {
  display: flex;
  gap: 24px;
}
.program-list::-webkit-scrollbar {
  display: none;
}
.program-item {
  width: 400px;
  height: 540px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  border-radius: 40px;
  position: relative;
}
.program-item__time {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  background: linear-gradient(10.217deg, #8BDAD2 14%, #00B1AD 47%, #8BDAD2 100%);
  padding: 18px 40px;
  border-radius: 30px;
}
.program-item__portion {
  font-size: 1.4rem;
  font-weight: 600;
  color: #00B1AD;
  margin-top: auto;
  margin-bottom: 4px;
  letter-spacing: -0.2px;
  background: linear-gradient(107.483deg, rgba(78, 228, 248, 0.11) 0%, rgba(0, 32, 92, 0) 100%), linear-gradient(#F6F8F5, #F6F8F5);
  padding: 10px 32px;
  border-radius: 20px;
}
.program-info {
  padding: 27px 28px 8px 30px;
}
.program-info__icon {
  position: absolute;
  right: 11px;
  top: 93px;
  pointer-events: none;
}
.program-info__title {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--deep-blue);
  letter-spacing: -0.2px;
}
.program__span-green {
  color: var(--persian-green);
}
.program__span-bgreen {
  color: var(--persian-green);
  font-weight: 700;
}
.program-kcal {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--persian-green);
  padding-top: 26px;
}
.program-kcal__item {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--deep-blue);
  padding: 8px 0;
}
.program-kcal__list {
  list-style: none;
  padding-top: 9px;
}
.program-advice__text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--persian-green);
  padding-top: 14px;
  line-height: 23px;
}
.program-advice__list {
  list-style: none;
  padding-top: 6px;
}
.program-advice__item {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--deep-blue);
  padding: 6px 0;
  line-height: 21px;
}
.program__background-top {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
}
.program__hexagon-half {
  background-image: url(../assets/images/optifast/hexagon-white-half.svg);
  width: 1870px;
  height: 829px;
  position: absolute;
  top: -371px;
}
.program__women {
  position: absolute;
  top: 147px;
  margin-left: 4px;
}
.program__caution {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
}
.program__important {
  font-size: 2rem;
  font-weight: 400;
  color: #012169;
}
.program__span-important {
  font-weight: 600;
}
.program__addition {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  color: var(--graphite-black);
  padding: 21px 130px;
  line-height: 24px;
}
.program__partially {
  padding-top: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.program__partially-background {
  position: absolute;
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  /* z-index: -1; */
  pointer-events: none;
}

.program__paritally-image {
  position: absolute;
  top: 150px;
}

.program__partially-line {
  position: absolute;
  background-image: url(../assets/images/optifast/background-program-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1580px;
  height: 647.5px;
  top: -127px;
  margin-left: 70px;
}

.program__partially-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--persian-green);
  padding: 10px 40px;
  background: white;
  border-radius: 28px;
  z-index: 1;
}
.program__food {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 38px;
  width: 100%;
  max-width: 482px;
  background: white;
  padding: 35px 0px;
  border-radius: 30px;
}
.program__food-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--persian-green);
  margin-top: 132px;
  width: 380px;
  text-align: center;
  letter-spacing: -0.2px;
  line-height: 26px;
}
.program__food-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--deep-blue);
  margin-top: 14px;
  letter-spacing: -0.2px;
}
.program__span-food {
  display: inline-block;
  transform: translateY(-6px);
  font-size: 1.2rem;
}
.program__span-subtitle {
  font-size: 1.2rem;
  display: inline-block;
  transform: translateY(-6px);
}
.program__detail {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program__detail-background {
  position: absolute;
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.program__detail-line {
  position: absolute;
  background-image: url(../assets/images/optifast/background-program-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1398px;
  height: 651.5px;
  top: 51px;
  margin-left: -112px;
}

.program__results-mobile {
  display: none;
}
.program__results {
  position: absolute;
  top: 298px;
  width: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program__results-title {
  font-size: 3.8rem;
  font-weight: 700;
  color: white;
  margin-top: 19px;
  line-height: 42px;
  letter-spacing: -0.2px;
  z-index: 1;
}
.program__results-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  margin-top: 11px;
  line-height: 21px;
  z-index: 1;
}
.program__cursor {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  width: 160px;
  letter-spacing: 0.2px;
  z-index: 1;
  animation: moveCursor 1.1s infinite linear;
}
.program__cursor-image {
  position: absolute;
  background-image: url(../assets/icons/optifast/cursor.svg);
  height: 64px;
  width: 60px;
  top: -65px;
  left: 30px;
  z-index: 2;
  animation: moveCursor 1.1s infinite linear;
}
.program__span-topindex {
  font-size: 1rem;
  display: inline-block;
  transform: translateY(-6px);
}
.program__circle {
  margin-top: 108px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.program__circle-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}
.program__circle-text_info {
  padding: 27px 8px 25px 10px;
  text-align: right;
}
.program__circle-text_sugar {
  padding: 0px 22px 0px 8px;
}
.program__circle-text_stomach {
  text-align: right;
  padding: 3px 10px 0px 13px;
}
.program__circle-text_chol {
  padding: 1px 15px 0px 8px;
}
.program__circle-text_liver {
  text-align: right;
  padding: 3px 8px 0px 20px;
}
.program__circle-text_pressure {
  padding: 2px 13px 0px 8px;
}
.program__circle-image {
  height: 115.66px;
  margin-right: 14px;
  margin-left: 14px;
}
.program__circle-wave {
  height: 126px;
  width: 126px;
  background-image: url(../assets/icons/optifast/wave.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 245px;
  top: 17px;
  z-index: -1;
  animation: wave 1s infinite linear;
  pointer-events: none;
}
.program__circle-wave.animation-disabled {
  animation: none;
}
.program__circle-item {
  position: relative;
  width: 387px;
  display: flex;
  height: 160px;
  align-items: center;
  z-index: 1;
}
.program__circle-wrapper {
  position: absolute;
  background: white;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 25px;
  border: 1px solid #CFE1F3;
}
.program__circle-image:hover + .program__circle-text + .program__circle-wrapper {
  opacity: 1;
}
.program__circle-image:hover + .program__circle-text {
  opacity: 1;
}
.program__circle-item_left {
  justify-content: end;
  flex-direction: row-reverse;
}
.program__circle-row {
  display: flex;
  gap: 82px;
}
.program__circle-row_center {
  gap: 314px;
}
.program__background-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  max-width: 1440px;
  z-index: 0;
  display: flex;
  justify-content: center;
}
.program__hexagon-gradient {
  background-image: url(../assets/images/optifast/hexagon-gradient.webp);
  width: 476px;
  height: 422px;
  position: absolute;
  top: -110px;
}
.program__hexagon-blur {
  background-image: url(../assets/images/optifast/hexagon-blur.svg);
  width: 570px;
  height: 506px;
  position: absolute;
  top: -151px;
}
.program__hexagon-half_rotated {
  transform: rotate(180deg);
  top: -667px;
}
.program__food-background {
  position: absolute;
  width: 481px;
  height: 292px;
  background: white;
  border-radius: 32px;
  bottom: 708px;
  margin-right: 2px;
}

.assortment {
  position: relative;
}

.assortment__background {
  position: absolute;
  overflow: hidden;
  height: 108%;
  top: -31px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.assortment__background-line-top {
  /* position: absolute; */
  background-image: url(../assets/images/optifast/background-assortment.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1220px;
  height: 203px;
  margin-left: 66px;
}

.assortment__background-line-middle {
  width: 11px;
  background-color: #00B1AD;
  position: relative;
  left: -571px;
  margin-top: -20px;
  flex-grow: 1;
  max-height: 800px;
}

.assortment__background-line-bottom {
  background-image: url(../assets/images/optifast/background-assortment-bottom.svg);
  width: 580px;
  height: 329px;
  position: relative;
  left: -287px;
  top: -24px;
}

.assortment__content {
  padding: 37px 60px 200px 60px;
}

.purchase {
  z-index: 1;
}
.purchase__content {
  padding-top: 67px;
}
.purchase .purchase-background__top {
  height: 0;
}

.source-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: url(../assets/images/background.webp);
  background-size: 320px;
  background-position: 26px 103px;
  z-index: 1;
}

.active {
  cursor: grabbing;
}

.close-optifast {
  opacity: 0;
}

.rotate {
  transform: rotate(180deg);
}

.height116 {
  max-height: 156px;
}

@keyframes moveCursor {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes wave {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}/*# sourceMappingURL=optifast.css.map */