@font-face {
  font-family: Objectsans;
  src: url('../fonts/ObjectSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Objectsans;
  src: url('../fonts/ObjectSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Objectsans;
  src: url('../fonts/ObjectSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kyivtypesans;
  src: url('../fonts/KyivTypeSans-Medium-.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kyivtypesans;
  src: url('../fonts/KyivTypeSans-Regular-.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-cont {
  z-index: 5;
  color: #e3e9ed;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem;
  line-height: 140%;
  position: relative;
}

.main-cont.form {
  background-color: #8a9dae00;
  height: 690px;
}

.main-cont.footer {
  height: 370px;
  margin-bottom: -50px;
}

.main-cont.look {
  max-width: 100%;
  overflow: visible;
}

.hero {
  background-color: #8a9dae;
  height: 896px;
  overflow: hidden;
}

.navbar {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  margin-bottom: -50px;
  top: -110px;
  left: 700px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
}

.body {
  font-family: Objectsans, sans-serif;
  font-weight: 400;
}

.main-text {
  z-index: 2;
  margin-top: 16px;
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
  top: -79px;
}

.heading {
  z-index: 1;
  color: #fff;
  letter-spacing: -.125rem;
  max-width: 1160px;
  margin-bottom: 100px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.paragraph {
  color: #fff;
  max-width: 580px;
  margin-bottom: -30px;
  font-size: 1.125rem;
  line-height: 180%;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.back-menu {
  position: relative;
  top: -16px;
}

.icon {
  z-index: 2;
  color: #8a9dae;
  justify-content: center;
  align-items: center;
  width: 58px;
  display: flex;
  position: relative;
  top: 22px;
  left: 0;
}

.olymed-logo {
  width: 96px;
  margin-right: 350px;
  position: relative;
  top: 40px;
}

.social-text {
  color: #fff;
  margin-right: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.site-link {
  align-items: center;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.image-3 {
  position: relative;
  top: 3px;
}

.main-button {
  z-index: 3;
  text-decoration: none;
  position: relative;
  top: -203px;
  left: 310px;
}

.in-result {
  z-index: 1;
  color: #37424b;
  max-width: 110px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: 25px;
  left: 126px;
}

.star-main-button {
  z-index: 1;
  position: relative;
  top: 48px;
  left: 70px;
}

.back-main-button {
  margin-top: -79px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  height: 110px;
}

.nav-menu {
  background-color: #eae3e5;
  border-radius: 2rem;
  flex-direction: column;
  align-items: flex-end;
  width: 350px;
  margin-top: 0;
  position: absolute;
  top: 92px;
  left: 117px;
}

.nav-link {
  color: #37424b;
  text-align: left;
  margin-top: 32px;
  padding-left: 64px;
  font-weight: 500;
}

.nav-link-2 {
  color: #37424b;
  text-align: left;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 0;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #fff;
  background-color: #37424b;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.nav-link-3 {
  color: #37424b;
  text-align: left;
  border-top: 2px solid #fff6;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-3:hover {
  color: #fff;
  background-color: #37424b;
  border-top-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-4 {
  color: #37424b;
  text-align: left;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
  display: none;
}

.nav-link-4:hover {
  color: #fff;
  background-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-5 {
  color: #37424b;
  text-align: left;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-5:hover {
  color: #fff;
  background-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-6 {
  color: #37424b;
  text-align: left;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-6:hover {
  color: #fff;
  background-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-7 {
  color: #37424b;
  text-align: left;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-7:hover {
  color: #fff;
  background-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-8 {
  color: #37424b;
  text-align: left;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-8:hover {
  color: #fff;
  background-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-9 {
  color: #37424b;
  text-align: left;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-9:hover {
  color: #fff;
  background-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-10 {
  color: #37424b;
  text-align: left;
  border-bottom: 2px solid #fff6;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-10:hover {
  color: #fff;
  background-color: #37424b;
  border-bottom-color: #37424b;
}

.nav-link-11 {
  color: #37424b;
  text-align: left;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: 0;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: .9rem;
  font-weight: 500;
}

.nav-link-11:hover {
  color: #fff;
  background-color: #37424b;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.goloborodko-logo {
  width: 190px;
}

.top-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.nast-link {
  z-index: 2;
  max-width: 580px;
  margin-top: 89px;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.nutri-link {
  color: #eae3e5;
  max-width: 315px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 180%;
}

.facebook, .insta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  margin-right: 8px;
}

.image-8 {
  margin-right: 8px;
  display: none;
}

.face-hover, .image-9 {
  display: none;
}

.website-link {
  border-bottom: 1px solid #eae3e5;
  margin-right: 40px;
  text-decoration: none;
}

.gradi-01 {
  z-index: 0;
  width: 1039px;
  max-width: none;
  position: relative;
  top: -2870px;
  left: -790px;
}

.gradietns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gradi-02 {
  z-index: 0;
  width: 675px;
  max-width: none;
  position: relative;
  top: -3640px;
  left: 850px;
}

.nastia-img {
  max-width: 2260px;
  position: relative;
  top: -1690px;
  left: -240px;
}

.container-2 {
  z-index: 1;
}

.container-3 {
  z-index: 0;
  max-width: 100%;
}

.nastia-back-section {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -580px;
  left: -300px;
}

.gradients {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  display: none;
  position: absolute;
  top: 340px;
  overflow: hidden;
}

.container-nast {
  z-index: 1;
  max-width: 1200px;
}

.checkup {
  z-index: 0;
  max-width: 100px;
  position: relative;
  top: -647px;
}

.text-block-2 {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  top: 47px;
  left: 13px;
}

.text-block-2.check {
  color: #37424b;
  font-size: 2rem;
  top: 67px;
}

.star-01 {
  z-index: 1;
  width: 50px;
  max-width: none;
  position: relative;
  top: -3350px;
  left: 640px;
}

.star-02 {
  z-index: 1;
  width: 82px;
  max-width: none;
  position: relative;
  top: -3000px;
  left: 1070px;
}

.analysis-section {
  z-index: 5;
  background-color: #fff;
  display: flex;
  position: relative;
}

.text-block-3 {
  color: #37424b;
  margin-top: 96px;
  font-size: 3em;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-2 {
  color: #37424b;
  margin-top: 38px;
  margin-bottom: 96px;
  font-size: 1.75em;
}

.analize {
  max-width: 860px;
  height: 1810px;
}

.first-analysis {
  border-bottom: 1px solid #e8ebef;
  margin-top: 160px;
}

.analysis {
  border-bottom: 1px solid #e8ebef;
  border-radius: 1px;
  margin-top: 0;
}

.analysis.last {
  border-bottom-style: none;
}

.price {
  background-color: #8a9dae;
  height: 1460px;
  margin-top: 0;
  padding-bottom: 64px;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  margin-top: 85px;
  margin-bottom: 0;
  font-family: Kyivtypesans, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 140%;
}

.prices {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.pack-01 {
  background-color: #fff;
  border: 1px solid #f4f6f7;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 467px;
  height: 920px;
  padding-top: 32px;
  padding-bottom: 64px;
  padding-left: 48px;
  position: relative;
  top: 77px;
}

.pack-02 {
  background-color: #8a9dae;
  border: 2px solid #eae3e5;
  border-radius: 80px;
  width: 590px;
  height: 1090px;
  padding-top: 64px;
  overflow: hidden;
}

.price-pack-01 {
  color: #37424b;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.ondition {
  border-top: 2px solid #f4f6f7;
  border-bottom: 0 solid #f4f6f7;
  padding-top: 24px;
  padding-bottom: 23px;
}

.ondition.info {
  justify-content: space-between;
  display: flex;
}

.heading-3 {
  color: #37424b;
  margin-bottom: 16px;
  padding-right: 64px;
  font-size: 2rem;
}

.paragraph-3 {
  color: #37424b;
  width: 300px;
  margin-bottom: 32px;
  padding-right: 64px;
  font-size: 14px;
}

.add-header {
  color: #37424b;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.add-header.white {
  color: #fff;
}

.text-block-5 {
  color: #37424b;
  font-size: .8rem;
  line-height: 140%;
}

.text-block-6 {
  font-size: 2.5rem;
}

.text-block-7 {
  padding-right: 64px;
  font-size: 1.125rem;
}

.text-span {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2.3rem;
}

.additional-condition {
  border-top: 2px solid #f4f6f7;
  padding-top: 34px;
}

.additional {
  margin-bottom: 40px;
}

.text-block-8 {
  color: #fff;
  width: 520px;
  margin-bottom: 7px;
  padding-left: 72px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 103%;
  position: relative;
}

.paragraph-4 {
  color: #eae3e5;
  margin-bottom: 33px;
  padding-left: 72px;
  font-size: 14px;
  line-height: 140%;
}

.text-block-6-copy {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.text-block-7-copy {
  color: #fff;
  padding-right: 64px;
  font-size: 1.125rem;
}

.ondition-02 {
  z-index: 3;
  border-top: 2px solid #97a7b5;
  border-bottom: 0 solid #97a7b5;
  padding-top: 16px;
  padding-bottom: 20px;
  position: relative;
}

.ondition-02.info {
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.price-pack-02 {
  z-index: 3;
  color: #37424b;
  justify-content: space-between;
  margin-bottom: 53px;
  padding-left: 72px;
  display: flex;
  position: relative;
}

.additional-condition-02 {
  border-top: 2px solid #97a7b5;
  padding-top: 34px;
  padding-left: 72px;
}

.additional-copy {
  margin-bottom: 40px;
}

.add-new {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 140%;
}

.text-block-5-copy {
  color: #37424b;
  padding-left: 0;
  font-size: .8125rem;
  line-height: 140%;
}

.text-block-4-copy {
  color: #fff;
  padding-left: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 140%;
}

.text-block-4-copy {
  color: #37424b;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 140%;
}

.text-block-5-copy {
  color: #37424b;
  font-size: .8125rem;
  line-height: 140%;
}

.text-block-4-copy-copy {
  color: #fff;
  padding-left: 88px;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 140%;
}

.text-block-5-copy-copy {
  color: #eae3e5;
  padding-left: 88px;
  font-size: 1rem;
  line-height: 140%;
}

.header-pack-02 {
  z-index: 3;
  position: relative;
}

.add-subscribe {
  color: #37424b;
  font-size: .8rem;
  line-height: 140%;
}

.add-subscribe.white {
  color: #fff;
}

.image-16 {
  opacity: .75;
  position: relative;
  top: -1260px;
  left: 190px;
}

.image-17 {
  position: relative;
  top: -1017px;
}

.image-18 {
  position: relative;
  top: -1740px;
}

.image-19 {
  z-index: 6;
  position: relative;
  top: -1170px;
  left: 490px;
}

.image-20 {
  z-index: 6;
  position: relative;
  top: -110px;
  left: -370px;
}

.image-21 {
  position: relative;
  top: -3130px;
  left: 770px;
}

.image-22 {
  position: relative;
  top: -2915px;
  left: -300px;
}

.image-23 {
  position: relative;
  top: -1720px;
  left: 317px;
}

.image-24 {
  position: relative;
  top: -1360px;
  left: -178px;
}

.image-25 {
  position: relative;
  top: -1193px;
  left: 132px;
}

.image-26 {
  z-index: -1;
  position: relative;
  top: -750px;
  left: -360px;
}

.image-27 {
  z-index: -1;
  position: relative;
  top: -400px;
  left: 40px;
}

.link-block {
  text-decoration: none;
  position: relative;
  top: -520px;
  left: 190px;
}

.link-block.approach {
  z-index: auto;
  background-color: #8a9dae00;
  height: auto;
  margin-top: 0;
  position: static;
  overflow: visible;
}

.text-order {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  position: relative;
  top: -130px;
}

.text-order.black {
  color: #37424b;
  top: -160px;
}

.text-order.black.surv {
  width: 224px;
  height: 70px;
  top: -140px;
  left: 1px;
}

.text-order.survey {
  z-index: 15;
  background-color: #8a9dae00;
  width: 214px;
  height: 60px;
  top: -401px;
}

.text-order.survey.footer {
  margin-top: 0;
  position: relative;
  top: -140px;
}

.link-block-2 {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 310px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -350px;
  left: 330px;
}

.image-29 {
  position: relative;
  top: -140px;
}

.text-block-9 {
  color: #758493;
  text-align: center;
  width: 540px;
  margin-top: 140px;
  margin-bottom: 74px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  left: 480px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.my-slider-progress {
  color: #e8e2da;
  background-color: #8a9dae;
  height: 4px;
  margin-top: 64px;
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.splide__slide {
  flex: none;
  align-items: flex-start;
  width: 33.3333%;
}

.splide__slide:first-child {
  padding-left: 0;
}

.page-wrapper {
  position: relative;
}

.splide__track {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
}

.my-slider-progress-bar {
  background-color: #eae3e5;
  width: 30vw;
  height: 7px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-projects {
  position: relative;
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-30, .image-31, .image-32, .image-33 {
  border-radius: 50px;
}

.survey {
  background-color: #8a9dae;
  height: 2010px;
  margin-top: 256px;
  overflow: hidden;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  width: 460px;
  margin-top: 140px;
  margin-left: 2%;
  font-family: Kyivtypesans, sans-serif;
  font-size: 4.25rem;
  line-height: 130%;
}

.image-34 {
  opacity: .5;
  width: 866px;
  position: relative;
  top: -580px;
  left: 180px;
}

.survey-order {
  flex-direction: column;
  margin-bottom: -1042px;
  display: flex;
  position: relative;
  top: -490px;
  left: -240px;
}

.back-fourth-button {
  width: 215px;
}

.order-button-survey {
  z-index: 100;
  width: 220px;
  height: 200px;
  position: relative;
  top: 90px;
  left: 530px;
}

.image-36 {
  z-index: 15;
  width: 32px;
  position: relative;
  top: -380px;
  left: 90px;
}

.image-36.footer {
  position: relative;
  top: -120px;
  left: 0;
}

.surv-01 {
  width: 650px;
  height: 360px;
  position: relative;
  top: 130px;
}

.img-s {
  width: 240px;
  position: relative;
  left: -290px;
}

.img-s._02 {
  transform-style: preserve-3d;
  width: 240px;
  top: 0;
  left: -288px;
}

.img-s._03 {
  left: -287px;
}

.img-s._04 {
  top: -160px;
  left: 168px;
}

.img-s._05 {
  transform-style: preserve-3d;
  width: 240px;
  top: -160px;
  left: 304px;
}

.img-s._06 {
  transform-style: preserve-3d;
  width: 240px;
  top: 0;
  left: -290px;
}

.img-s._07 {
  transform-style: preserve-3d;
  width: 240px;
  top: -20px;
  left: 243px;
}

.surv-circle {
  width: 340px;
}

.surv-circle._02 {
  transform-style: preserve-3d;
  width: 340px;
  max-width: none;
}

.surv-circle._04 {
  position: relative;
  top: -160px;
  left: 460px;
}

.surv-circle._05 {
  transform-style: preserve-3d;
  width: 340px;
  position: relative;
  top: -160px;
  left: 590px;
}

.surv-circle._06 {
  transform-style: preserve-3d;
  width: 340px;
}

.surv-circle._07 {
  transform-style: preserve-3d;
  width: 340px;
  position: relative;
  top: -20px;
  left: 530px;
}

.surv-headers {
  color: #fff;
  width: 150px;
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.surv-headers._02 {
  width: 210px;
  font-size: 1.5rem;
}

.surv-headers._03 {
  width: 290px;
  font-size: 1.5rem;
}

.surv-headers._04 {
  width: 190px;
  font-size: 1.5rem;
}

.surv-headers._05 {
  text-align: right;
  width: 300px;
  font-size: 1.5rem;
}

.surv-headers._06 {
  width: 240px;
  font-size: 1.5rem;
}

.surv-headers._07 {
  width: 267px;
  font-size: 1.5rem;
}

.surv-text {
  color: #fff;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.surv-text._05 {
  text-align: right;
}

.surv-text._07 {
  width: 230px;
}

.surv-type {
  width: 300px;
  position: relative;
  top: -340px;
  left: 300px;
}

.surv-type._02 {
  width: 227px;
  top: -70px;
  left: 290px;
}

.surv-type._03 {
  top: -62px;
  left: 320px;
}

.surv-type._04 {
  top: -320px;
  left: 320px;
}

.surv-type._05 {
  top: -322px;
  left: 310px;
}

.surv-type._06 {
  top: -140px;
  left: 333px;
}

.surv-type._07 {
  top: -96px;
  left: 370px;
}

.surv {
  width: 650px;
  height: 360px;
  position: relative;
  top: -10px;
  left: 60px;
}

.surv._02 {
  top: -530px;
  left: 630px;
}

.surv._03 {
  top: -580px;
  left: 450px;
}

.surv._04 {
  top: -530px;
  left: -290px;
}

.surv._05 {
  top: -880px;
  left: 220px;
}

.surv._06 {
  top: -1210px;
  left: 9px;
}

.surv._07 {
  top: -1400px;
  left: 220px;
}

.surv-ord {
  z-index: 99;
  width: 230px;
  height: 210px;
  position: relative;
  top: -1560px;
  left: 200px;
}

.medical-dream {
  height: 158px;
  margin-top: -1530px;
  display: flex;
}

.div-block-3 {
  border: 4px solid #eae3e5;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 826px;
  margin-right: 28px;
  display: flex;
}

.text-block-11 {
  color: #eae3e5;
  width: 610px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
}

.div-block-4 {
  border: 4px solid #eae3e5;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 158px;
  margin-right: 28px;
  display: flex;
}

.div-block-5 {
  border: 4px solid #eae3e5;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 158px;
  display: flex;
}

.surv-back {
  z-index: -1;
  height: 120px;
  display: none;
  position: relative;
}

.image-37 {
  position: relative;
  top: -1880px;
  left: 480px;
}

.image-38 {
  position: relative;
  top: -990px;
  left: 260px;
}

.image-39 {
  position: relative;
  top: -2310px;
  left: 670px;
}

.image-40 {
  position: relative;
  top: -2010px;
}

.image-41 {
  position: relative;
  top: -2180px;
  left: -700px;
}

.div-block-6 {
  flex-direction: row;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 120px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.why-header {
  color: #758493;
  text-align: center;
  letter-spacing: -2px;
  width: 260px;
  margin-right: 140px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 4.25rem;
  line-height: 120%;
}

.why-header.white {
  color: #fff;
  width: 360px;
  margin-bottom: 68px;
  margin-right: 0;
}

.why-header.white.approach {
  z-index: 5;
  background-color: #8a9dae00;
  width: 570px;
  height: auto;
  margin-top: 80px;
  position: relative;
}

.why-header.white.contacts {
  z-index: 6;
  text-align: left;
  background-color: #8a9dae00;
  width: 370px;
  height: auto;
  margin-top: 80px;
  position: relative;
}

.why-header.faq {
  width: 530px;
  margin-top: 72px;
  margin-bottom: 64px;
}

.why-text {
  color: #37424b;
  letter-spacing: -1px;
  max-width: 800px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  line-height: 120%;
}

.image-42, .image-43, .image-44 {
  width: 18px;
}

.div-block-7 {
  margin-top: -70px;
}

.form {
  background-color: #8a9dae;
  height: 703px;
  overflow: hidden;
}

.form-container {
  margin-top: 80px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  letter-spacing: -.8px;
  max-width: 470px;
  margin-bottom: 56px;
  font-size: 1.5rem;
  line-height: 140%;
}

.phone-text {
  color: #fff;
  max-width: 470px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.form-desc {
  color: #fff;
  letter-spacing: -.8px;
  max-width: 470px;
  margin-top: 231px;
  margin-bottom: 42px;
  font-size: 1.5rem;
  line-height: 140%;
}

.phone-field {
  background-color: #8a9dae;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 440px;
  height: 81px;
  padding-left: 40px;
  font-size: 1rem;
}

.left-form-block {
  margin-right: 180px;
}

.submit-button {
  color: #37424b;
  letter-spacing: -.8px;
  background-color: #eae3e5;
  border-radius: 20px;
  width: 440px;
  height: 81px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.submit-button:hover {
  color: #eae3e5;
  background-color: #37424b;
}

.form-div {
  z-index: 99;
  position: relative;
}

.text-block-12 {
  width: 400px;
}

.error-message {
  text-align: center;
  border-radius: 10px;
  width: 440px;
}

.success-message {
  background-color: #eae3e5;
  border-radius: 20px;
}

.image-45 {
  position: relative;
  top: -530px;
  left: 490px;
}

.image-46 {
  opacity: .5;
  width: 2460px;
  position: relative;
  top: -1710px;
}

.image-47 {
  position: relative;
  top: -690px;
  left: 1010px;
}

.image-48 {
  position: relative;
  top: -448px;
  left: -1210px;
}

.form-back {
  display: none;
}

.why-olymed {
  z-index: 6;
  position: relative;
}

.header-why {
  justify-content: flex-end;
  margin-top: 88px;
  margin-bottom: 80px;
  margin-right: 2%;
  display: flex;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 50px;
  grid-template: "Area Area-2 Area-7"
                 "Area-5 Area-2 Area-3"
                 "Area-5 Area-6 Area-3"
                 "Area-4 Area-4 Area-3"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.div-block-9 {
  background-color: #8a9dae;
  border-radius: 50px;
  padding: 56px;
}

.div-block-10 {
  background-color: #8a9dae;
  height: 514px;
}

.div-block-11 {
  height: 300px;
}

.why-01 {
  background-color: #8a9dae;
  border-radius: 50px;
  height: 400px;
  padding: 56px;
}

.why-02 {
  background-color: #8a9dae;
  border-radius: 50px;
  height: 424px;
  padding: 56px;
}

.why-03 {
  background-color: #8a9dae;
  border-radius: 50px;
  height: 400px;
  padding: 56px;
}

.why-04 {
  background-color: #8a9dae;
  border-radius: 50px;
  height: 530px;
  padding: 56px;
}

.why-05 {
  background-color: #8a9dae;
  border-radius: 50px;
  height: 500px;
  padding: 56px;
}

.why-06 {
  background-color: #8a9dae;
  border-radius: 50px;
  padding: 56px 70px 56px 56px;
}

.why-07 {
  background-color: #8a9dae;
  border-radius: 50px;
  flex-direction: row;
  align-items: center;
  height: 230px;
  padding: 56px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  font-family: Objectsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-6.down {
  z-index: 5;
  width: 70%;
  margin-bottom: 0;
  position: relative;
}

.image-50 {
  width: 120px;
  position: relative;
  left: 150px;
  transform: rotate(30deg);
}

.image-51 {
  z-index: 5;
  width: 281px;
  position: relative;
  left: 70px;
}

.image-52 {
  z-index: 5;
  width: 247px;
  position: relative;
  top: 20px;
  left: 90px;
}

.image-53 {
  width: 269px;
  position: relative;
  top: -30px;
  left: 77px;
}

.image-54 {
  width: 30%;
  position: relative;
  top: 70px;
}

.image-55 {
  position: relative;
  top: -10px;
  left: 20px;
}

.image-56 {
  position: relative;
  top: 50px;
  left: 150px;
}

.image-57 {
  position: relative;
  top: 350px;
}

.div-block-12 {
  height: 90px;
  display: none;
}

.image-58 {
  opacity: .5;
  position: relative;
  top: -1380px;
  left: 240px;
}

.approach {
  background-color: #8a9dae;
  max-width: 100%;
  height: 1280px;
  overflow: hidden;
}

.button-approach {
  z-index: 9999;
  position: relative;
  left: 350px;
}

.points-approach {
  z-index: 5;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.div-block-13 {
  border: 4px solid #eae3e5;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-right: 28px;
  display: flex;
}

.div-block-13._02 {
  margin-right: 0;
}

.div-block-14 {
  border: 4px solid #eae3e5;
  border-radius: 50px;
  width: 1000px;
  margin-right: 0;
  padding: 40px 48px;
}

.div-block-14._02 {
  flex-direction: column;
  justify-content: center;
  margin-right: 28px;
  display: flex;
}

.text-block-13 {
  color: #eae3e5;
  letter-spacing: -.8px;
  font-family: Objectsans, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
}

.approach-back {
  margin-bottom: -1040px;
  display: none;
  position: relative;
  top: -1229px;
}

.image-59 {
  position: relative;
  left: 690px;
}

.image-60 {
  position: relative;
  top: -370px;
  left: 270px;
}

.image-61 {
  position: relative;
  top: -1090px;
  left: -12%;
}

.image-62 {
  opacity: .8;
  position: relative;
  top: -4340px;
  left: 160px;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #e8ebef;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.plus-icon {
  color: #758493;
}

.faq-circle {
  background-color: #f3f3f354;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.faq-wrapper {
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  width: 100%;
  height: 1px;
}

.question-title {
  color: #37424b;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Objectsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.faq-paragraph {
  color: #758493;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 170%;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: #e3e9ed;
}

.contacts {
  background-color: #8a9dae;
  height: 710px;
  overflow: hidden;
}

.grid-2 {
  z-index: 6;
  grid-row-gap: 82px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -120px;
  position: relative;
}

.text-block-14 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 140%;
}

.footer-social {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.facebook-fooet, .messenger-footer, .viber-footer {
  border: 1px solid #8a9dae;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-right: 24px;
  display: flex;
}

.telegram-footer {
  border: 1px solid #8a9dae;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.footer-back {
  align-items: flex-start;
  height: 200px;
  display: flex;
}

.image-63 {
  max-width: none;
  position: relative;
  top: -1000px;
}

.image-64 {
  opacity: .4;
  max-width: none;
  display: block;
  position: relative;
  top: -1650px;
  left: -250px;
}

.image-65 {
  z-index: 6;
  width: 100px;
  max-width: none;
  position: relative;
  top: -2330px;
  left: 650px;
}

.image-66 {
  position: relative;
  top: -400px;
  left: -2380px;
}

.menu-line {
  align-items: center;
  margin: 80px 2% 48px;
  display: flex;
}

.creds-line {
  border-top: 1px solid #eef1f3;
  justify-content: space-between;
  height: 230px;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 70px;
  display: flex;
}

.link {
  color: #37424b;
  letter-spacing: -.8px;
  margin-right: 36px;
  font-size: .9rem;
}

.link:hover {
  color: #8a9dae;
}

.link.copy {
  margin-bottom: 24px;
}

.link.lasy {
  width: 86px;
  margin-right: 0;
}

.oly-footer-logo {
  margin-right: 80px;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  display: flex;
}

.footer-button {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -140px;
  display: flex;
  position: relative;
  top: -90px;
  left: -80px;
}

.back-foot-button {
  width: 215px;
}

.price-back, .main-images {
  display: none;
}

.survs-block {
  margin-left: 1%;
  margin-right: 1%;
}

.prices-circles {
  width: 1700px;
  max-width: none;
  position: relative;
  top: -1740px;
  left: -220px;
}

.price-blur-up {
  width: 1193px;
  max-width: none;
  position: relative;
  top: -3610px;
  left: 730px;
}

.price-blur-down {
  width: 1193px;
  max-width: none;
  position: relative;
  top: -3550px;
  left: -710px;
}

.nastia-img-desktop {
  max-width: 2260px;
  position: relative;
  top: -1780px;
  left: 30px;
}

.star-01-desktop {
  z-index: 1;
  width: 50px;
  max-width: none;
  position: relative;
  top: -3420px;
  left: 890px;
}

.star-02-desktop {
  z-index: 1;
  width: 82px;
  max-width: none;
  position: relative;
  top: -3050px;
  left: 1260px;
}

.gradi-01-desktop {
  z-index: 0;
  width: 1039px;
  max-width: none;
  position: relative;
  top: -3030px;
  left: -790px;
}

.gradi-02-desktop {
  z-index: 0;
  width: 675px;
  max-width: none;
  position: relative;
  top: -3030px;
  left: 270px;
}

.surv-back-desktop {
  z-index: 4;
  height: 120px;
  position: relative;
}

.surv-star-01-desk {
  z-index: auto;
  width: 100px;
  max-width: none;
  position: relative;
  top: -190px;
  left: 930px;
}

.surv-star-02-desk {
  z-index: auto;
  max-width: none;
  position: relative;
  top: -870px;
  left: 420px;
}

.serv-blur-up-desk {
  position: relative;
  top: -2280px;
  left: 670px;
}

.surv-blur-middle-desk {
  position: relative;
  top: -2490px;
}

.surv-blur-down-desk {
  position: relative;
  top: -2630px;
  left: -700px;
}

.div-block-21 {
  display: flex;
}

.div-block-22 {
  margin-right: 20px;
}

.form-back-desk {
  display: flex;
}

.circle-form-desk {
  position: relative;
  top: -610px;
  left: 480px;
}

.image-01-form-desk {
  position: relative;
  top: -2090px;
  left: 700px;
}

.image-02-form-desk {
  position: relative;
  top: -830px;
  left: -2330px;
}

.approach-button {
  z-index: 9999;
  justify-content: space-around;
  height: 180px;
  display: flex;
  position: relative;
}

.approach-back-desktop {
  margin-bottom: -1040px;
  position: relative;
  top: -1229px;
}

.big-circ-app {
  opacity: .6;
  max-width: none;
  position: relative;
  top: -1740px;
  left: 350px;
}

.up-gradi-app {
  max-width: none;
  position: relative;
  top: -2440px;
  left: 690px;
}

.down-gradi-app {
  max-width: none;
  margin-bottom: 0;
  position: relative;
  top: -2280px;
  left: -520px;
}

.image-76 {
  width: 190px;
  max-width: 120%;
}

.hover-main-button {
  margin-top: -79px;
  display: none;
}

.hover-button-02 {
  display: none;
}

.price-text {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  position: relative;
  top: -130px;
}

.price-text.black {
  color: #37424b;
  top: -160px;
}

.price-text.black.surv {
  width: 224px;
  height: 70px;
  top: -140px;
}

.price-text.survey {
  z-index: 15;
  background-color: #8a9dae00;
  width: 214px;
  height: 60px;
  top: -401px;
}

.price-text.survey.footer {
  margin-top: 0;
  position: relative;
  top: -140px;
}

.hover-price-button {
  display: none;
}

.fourth-flower {
  z-index: 15;
  width: 32px;
  position: relative;
  top: -380px;
  left: 90px;
}

.fourth-flower.footer {
  position: relative;
  top: -120px;
  left: 0;
}

.hover-fourth-button {
  width: 215px;
  display: none;
}

.hover-five, .hover-six {
  display: none;
}

.flower-foot {
  z-index: 15;
  width: 32px;
  position: relative;
  top: -380px;
  left: 90px;
}

.flower-foot.footer {
  position: relative;
  top: -120px;
  left: 0;
}

.hover-foot {
  width: 215px;
  display: none;
}

.hover-olymed-logo {
  width: 96px;
  margin-right: 350px;
  display: none;
  position: relative;
  top: 40px;
}

.hover-goloborodko {
  width: 190px;
  display: none;
}

.hover-menu {
  display: none;
  position: relative;
  top: -16px;
}

.image-77 {
  z-index: 2;
  width: 58px;
  height: 24px;
  display: none;
  position: relative;
  top: 22px;
  left: 0;
}

.hover-oly-footer-logo {
  margin-right: 80px;
  display: none;
}

.container-4 {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
  top: -650px;
}

.image-79 {
  max-width: none;
  position: relative;
  top: -1500px;
  left: -260px;
}

.hover-goloborodko-2 {
  width: 190px;
  display: none;
}

.nav-menu-2 {
  background-color: #eae3e5;
  border-radius: 2rem;
  flex-direction: column;
  align-items: flex-end;
  width: 350px;
  margin-top: 0;
  position: absolute;
  top: 92px;
  left: 117px;
}

.star-02-desktop-2 {
  z-index: 1;
  width: 82px;
  max-width: none;
  position: relative;
  top: -500px;
  left: 410px;
}

.container-5 {
  max-width: 1200px;
}

.gradi-01-desktop-2 {
  width: 1200px;
  max-width: 1200px;
  position: relative;
  top: -2600px;
  left: -460px;
}

.hover-olymed-logo-2 {
  width: 96px;
  display: none;
  position: relative;
  top: 40px;
}

.brand-2 {
  flex-direction: column;
  justify-content: center;
  height: 110px;
  margin-right: 350px;
}

.nast-link-2 {
  z-index: 2;
  max-width: 580px;
  margin-top: 88px;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.hero-2 {
  background-color: #8a9dae;
  max-width: 100%;
  height: 840px;
  overflow: hidden;
}

.heading-4 {
  z-index: 1;
  color: #fff;
  letter-spacing: -.125rem;
  margin-top: -151px;
  font-family: Kyivtypesans, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 100%;
}

.gradi-02-desktop-2 {
  width: 675px;
  max-width: none;
  position: relative;
  top: -2600px;
}

.text-block-15 {
  font-size: 22px;
  position: relative;
  top: 47px;
}

.image-80 {
  max-width: 100%;
}

.right-photo {
  width: 50%;
  height: 510px;
}

.in-result-2 {
  z-index: 1;
  color: #37424b;
  max-width: 110px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: 25px;
  left: 126px;
}

.website-link-2 {
  border-bottom: 1px solid #eae3e5;
  margin-right: 40px;
  text-decoration: none;
}

.checkup-2 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  display: flex;
  position: relative;
  top: -70px;
}

.back-main-button-2 {
  margin-top: -79px;
}

.back-gradi {
  flex-direction: row;
  justify-content: space-around;
  max-width: 1200px;
  display: flex;
}

.menu-button-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button-2.w--open {
  background-color: #c8c8c800;
}

.nastia {
  width: 818px;
  max-width: none;
  position: relative;
  top: -170px;
  left: -160px;
}

.star-01-desktop-2 {
  z-index: 1;
  width: 50px;
  max-width: none;
  position: relative;
  top: -770px;
}

.desc-and-photo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-button-2 {
  z-index: 3;
  text-decoration: none;
  position: relative;
  top: -90px;
  left: 350px;
}

.goloborodko-logo-2 {
  width: 190px;
}

.golo-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.top-menu-2 {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nutri-link-2 {
  color: #eae3e5;
  max-width: 315px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 180%;
}

.main-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.left-desc {
  width: 50%;
  position: relative;
  top: 0;
}

.star-main-button-2 {
  z-index: 1;
  position: relative;
  top: 48px;
  left: 70px;
}

.back-circ {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.olymed-logo-2 {
  width: 96px;
  position: relative;
  top: 40px;
}

.paragraph-7 {
  color: #fff;
  max-width: 580px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 180%;
  position: relative;
}

.navbar-2 {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  margin-bottom: -50px;
  top: -110px;
  left: 660px;
}

.main-div-price {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.price-two-ben {
  color: #fff;
  margin-right: 9px;
  padding-left: 72px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}

.price-desc-ben {
  color: #eae3e5;
  padding-left: 72px;
  font-size: .9rem;
  line-height: 140%;
}

.surv-order {
  width: 100%;
  height: 160px;
  margin-top: 10px;
  margin-bottom: -180px;
}

.image-81 {
  position: relative;
  top: -2620px;
  left: -860px;
}

.image-82 {
  position: relative;
  top: -2610px;
  left: -450px;
}

.div-block-23 {
  cursor: pointer;
  margin-right: 64px;
  display: flex;
}

.div-block-23.left {
  align-items: center;
  margin-right: 64px;
}

.advanced-popup {
  z-index: 20000;
  background-color: #8a9daebf;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 30px;
  width: 780px;
  height: 630px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 56px 0% 0%;
}

.div-block-25.regular {
  height: 590px;
}

.div-block-25.hint {
  height: 160px;
  top: 130px;
}

.div-block-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 680px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-28 {
  border-bottom: 1px solid #8a9dae40;
  width: 313px;
  padding-top: 9px;
  padding-bottom: 10px;
}

.div-block-28.down {
  margin-right: 57px;
}

.div-block-28.last {
  border-bottom-style: none;
}

.text-block-16 {
  margin-bottom: 10px;
  font-size: 18px;
}

.text-block-17 {
  font-size: 12px;
}

.text-span-10 {
  color: #8a9dae;
  font-size: 11px;
  line-height: 8px;
}

.div-block-29 {
  margin-top: 40px;
  display: flex;
}

.div-block-30 {
  display: flex;
}

.text-span-11, .text-span-12 {
  font-size: 10px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
  color: #37424b;
}

.div-block-31 {
  cursor: pointer;
  justify-content: flex-end;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: static;
  top: 20px;
  left: 700px;
}

.text-span-13 {
  font-size: 24px;
}

.text-span-14 {
  font-size: 0;
  line-height: 0;
}

.link-2 {
  color: #d11616;
}

.text-block-18 {
  margin-bottom: 10px;
  font-size: 22px;
}

.text-block-18.hint {
  color: #8a9dae;
  width: 560px;
  font-size: 18px;
  line-height: 150%;
}

.text-block-19 {
  color: #8a9dae;
  width: 470px;
  margin-bottom: 32px;
  font-size: 12px;
}

.text-span-15 {
  color: #37424b;
}

.cross-hover {
  display: none;
}

.text-block-20 {
  color: #fff;
}

.text-block-20.left {
  color: #37424b;
}

.image-83 {
  margin-top: -2px;
  margin-right: 8px;
}

.image-83.left {
  width: 15px;
}

.regular-popup, .hint-popup {
  z-index: 20001;
  background-color: #8a9daebf;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.link-3 {
  color: #37424b;
  text-decoration: underline;
}

.cross-hover-2, .cross-hover-3 {
  display: none;
}

.div-block-32 {
  cursor: pointer;
  display: flex;
}

@media screen and (max-width: 991px) {
  .main-cont {
    max-width: 100%;
    position: static;
    overflow: hidden;
  }

  .main-cont.form {
    height: 1080px;
  }

  .main-cont.approach {
    z-index: 99;
  }

  .hero {
    height: 760px;
  }

  .navbar {
    position: absolute;
    top: 2px;
    left: 36%;
  }

  .container {
    left: 300px;
  }

  .main-text {
    top: 0;
  }

  .heading {
    max-width: 688px;
    margin-bottom: 30px;
    font-size: 6rem;
  }

  .paragraph {
    max-width: 350px;
    margin-bottom: -10px;
    font-size: 1rem;
  }

  .icon {
    height: 24px;
  }

  .olymed-logo {
    margin-right: 110px;
  }

  .main-button {
    top: -118px;
    left: 210px;
  }

  .in-result {
    left: 110px;
  }

  .star-main-button {
    left: 60px;
  }

  .back-main-button {
    left: 0;
  }

  .nav-menu {
    width: 330px;
    margin-top: 0;
    margin-right: 20px;
    top: 90px;
    left: 130px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9, .nav-link-10, .nav-link-11 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: .9rem;
  }

  .nast-link {
    flex-direction: row;
    margin-top: 50px;
    top: 20px;
  }

  .gradi-01 {
    top: -1870px;
    left: -740px;
  }

  .gradi-02 {
    top: -2600px;
    left: 370px;
  }

  .nastia-img {
    z-index: 1;
    width: 1200px;
    max-width: none;
    display: block;
    position: relative;
    top: -1160px;
    left: -70px;
  }

  .nastia-back-section {
    z-index: 99;
    position: static;
  }

  .gradients {
    width: auto;
    max-width: 768px;
    position: static;
  }

  .container-nast {
    z-index: 99;
    max-width: 768px;
    overflow: hidden;
  }

  .checkup {
    top: -550px;
    left: 6px;
  }

  .star-01 {
    display: none;
    position: relative;
    top: -910px;
    left: 410px;
  }

  .star-02 {
    width: 50px;
    display: none;
    top: -730px;
    left: 640px;
  }

  .text-block-3 {
    margin-top: 72px;
    font-size: 2rem;
  }

  .paragraph-2 {
    margin-top: 24px;
    margin-bottom: 72px;
    font-size: 1.5em;
  }

  .analize {
    max-width: 100%;
    height: 1350px;
    padding-left: 15%;
    padding-right: 15%;
    overflow: hidden;
  }

  .first-analysis {
    margin-top: 120px;
  }

  .price {
    height: 1420px;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-top: 64px;
    margin-left: 40px;
    font-size: 4rem;
  }

  .prices {
    z-index: 2;
    align-items: flex-start;
    margin-top: 10px;
    position: relative;
  }

  .pack-01 {
    border-radius: 30px 0 0 30px;
    width: auto;
    height: 960px;
    padding: 20px 0 0 32px;
    position: relative;
    top: 50px;
  }

  .pack-02 {
    border-radius: 40px;
    width: auto;
    height: 1100px;
    padding-top: 56px;
  }

  .price-pack-01 {
    margin-bottom: 24px;
    padding-right: 24px;
  }

  .ondition {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 24px;
  }

  .ondition._02 {
    padding-top: 19px;
    padding-bottom: 15px;
  }

  .ondition.info {
    padding-top: 18px;
    padding-bottom: 37px;
    display: block;
  }

  .heading-3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
  }

  .paragraph-3 {
    font-size: .7rem;
  }

  .add-header, .add-header.white {
    font-size: 1rem;
  }

  .text-block-5 {
    font-size: .8rem;
  }

  .text-block-6 {
    margin-right: 40px;
    font-size: 1.9rem;
  }

  .text-block-7 {
    padding-right: 0;
    font-size: .8rem;
  }

  .text-span {
    font-size: 1.8rem;
    font-weight: 400;
  }

  .price-block {
    font-size: .4rem;
  }

  .additional-condition {
    padding-top: 23px;
    padding-right: 24px;
  }

  .additional {
    margin-bottom: 32px;
  }

  .text-block-8 {
    width: 270px;
    margin-bottom: 5px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 120%;
  }

  .paragraph-4 {
    margin-bottom: 28px;
    padding-left: 40px;
    font-size: .7rem;
    line-height: 20px;
  }

  .text-block-6-copy {
    font-size: 1.9rem;
    font-weight: 400;
  }

  .text-block-7-copy {
    font-size: .8rem;
  }

  .ondition-02 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ondition-02.info {
    display: block;
  }

  .price-pack-02 {
    align-items: center;
    margin-bottom: 26px;
    padding-left: 40px;
  }

  .additional-condition-02 {
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-4-copy-copy {
    padding-left: 40px;
    font-size: 1.5rem;
  }

  .text-block-5-copy-copy {
    padding-left: 40px;
    font-size: .8rem;
  }

  .add-subscribe, .add-subscribe.white {
    font-size: .8rem;
  }

  .image-16 {
    top: -1090px;
    left: 120px;
  }

  .image-17 {
    top: -850px;
    left: -10px;
  }

  .image-18 {
    max-width: 1000px;
    top: -1540px;
  }

  .image-19 {
    max-width: 80px;
    top: -1190px;
    left: 550px;
  }

  .image-20 {
    max-width: 80px;
    display: none;
    left: 0;
  }

  .image-21 {
    z-index: 1;
    position: relative;
    top: -2334px;
    left: 320px;
  }

  .image-22 {
    z-index: 1;
    position: relative;
    top: -2010px;
    left: -40%;
    transform: rotate(71deg);
  }

  .image-23 {
    width: 10%;
    max-width: 10%;
    top: -1340px;
    left: 250px;
  }

  .image-24 {
    width: 10%;
    max-width: 10%;
    top: -1230px;
    left: -20px;
  }

  .image-25 {
    width: 10%;
    max-width: 10%;
    top: -940px;
    left: 100px;
  }

  .image-26 {
    width: 10%;
    max-width: 10%;
    top: -690px;
    left: -180px;
  }

  .image-27 {
    width: 10%;
    max-width: 10%;
    top: -330px;
    left: 140px;
  }

  .back-six {
    max-width: 80%;
  }

  .link-block {
    width: 240px;
    top: -360px;
    left: 90px;
  }

  .link-block.approach {
    z-index: 100;
    top: 0;
    left: 120px;
  }

  .text-order {
    max-width: 80%;
    top: -120px;
  }

  .text-order.black.surv {
    left: 20px;
  }

  .text-order.survey {
    top: -240px;
    left: 19px;
  }

  .text-order.survey.footer {
    top: -130px;
    left: 2px;
  }

  .link-block-2 {
    z-index: 3;
    top: -190px;
    left: 180px;
  }

  .text-block-9 {
    margin-top: 80px;
    font-size: 4rem;
    left: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__slide {
    margin-right: 10px;
  }

  .survey {
    height: 2620px;
    margin-top: 90px;
  }

  .text-block-10 {
    margin-top: 90px;
    font-size: 4rem;
  }

  .image-34 {
    width: 550px;
    max-width: none;
    top: -300px;
    left: 150px;
  }

  .survey-order {
    max-width: 768px;
    height: 1050px;
    top: -550px;
    left: 0;
  }

  .order-button-survey {
    top: 80px;
    left: 330px;
  }

  .image-36 {
    top: -220px;
  }

  .img-s {
    width: 220px;
    position: relative;
    top: -250px;
    left: 40px;
  }

  .img-s._02 {
    width: 230px;
    max-width: none;
    position: relative;
    top: -237px;
    left: 54px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .img-s._03 {
    top: -227px;
    left: 42px;
  }

  .img-s._04 {
    top: -370px;
    left: 500px;
  }

  .img-s._05 {
    width: 240px;
    top: -398px;
    left: 30px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .img-s._06 {
    width: 230px;
    top: -175px;
    left: 407px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .img-s._07 {
    width: 240px;
    top: -260px;
    left: 120px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .surv-circle._02 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .surv-circle._05 {
    top: -170px;
    left: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .surv-circle._06 {
    position: relative;
    top: 50px;
    left: 370px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .surv-circle._07 {
    left: 90px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .surv-headers {
    font-size: 1.5rem;
  }

  .surv-headers._02 {
    width: 330px;
  }

  .surv-headers._05 {
    text-align: left;
  }

  .surv-text {
    width: 330px;
    font-size: 1.1rem;
  }

  .surv-text._05 {
    text-align: left;
  }

  .surv-type {
    position: relative;
    top: -540px;
    left: 260px;
  }

  .surv-type._02 {
    top: -260px;
    left: -140px;
  }

  .surv-type._03 {
    top: -250px;
    left: 270px;
  }

  .surv-type._04 {
    top: -480px;
    left: 310px;
  }

  .surv-type._05 {
    top: -520px;
    left: 300px;
  }

  .surv-type._06 {
    top: -320px;
    left: 60px;
  }

  .surv-type._07 {
    top: -280px;
    left: 350px;
  }

  .surv {
    width: 300px;
    height: auto;
    position: relative;
    left: -40px;
  }

  .surv._02 {
    top: -510px;
    left: 330px;
  }

  .surv._03 {
    top: -740px;
    left: -10px;
  }

  .surv._04 {
    top: -830px;
    left: -90px;
  }

  .surv._05 {
    position: relative;
    top: -1180px;
    left: 0;
  }

  .surv._06 {
    top: -1710px;
    transform: rotate(0);
  }

  .surv._07 {
    height: 380px;
    top: -1980px;
    left: 0;
  }

  .surv-ord {
    top: -2070px;
    left: 70px;
  }

  .medical-dream {
    z-index: 3;
    width: 768px;
    margin-top: -1900px;
    position: relative;
    top: -180px;
  }

  .div-block-3 {
    border-radius: 30px;
    width: 440px;
    height: 130px;
    margin-right: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-11 {
    width: auto;
    font-size: 1.2rem;
  }

  .div-block-4 {
    border-radius: 30px;
    width: 110px;
    height: 130px;
    margin-right: 16px;
  }

  .div-block-5 {
    border-radius: 30px;
    width: 110px;
    height: 130px;
  }

  .surv-back {
    z-index: 1;
    max-width: 768px;
    height: auto;
    display: block;
    position: static;
  }

  .image-37 {
    max-width: 80px;
    top: -1760px;
  }

  .image-38 {
    max-width: 80px;
    top: -1530px;
    left: 0;
  }

  .image-39 {
    top: -2700px;
    left: 480px;
    transform: rotate(74deg);
  }

  .image-40 {
    top: -1980px;
  }

  .image-41 {
    top: -1570px;
    left: -40%;
    transform: rotate(80deg);
  }

  .div-block-6 {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .why-header {
    margin-right: 40px;
    font-size: 4rem;
  }

  .why-header.faq {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .why-text {
    font-size: 1.3rem;
  }

  .image-42 {
    top: -233px;
    left: 292px;
  }

  .image-43 {
    width: 15px;
    top: -135px;
    left: 140px;
  }

  .image-44 {
    width: 14px;
    top: -66px;
    left: 342px;
  }

  .div-block-7 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .form {
    height: 1080px;
  }

  .form-container {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-5 {
    text-align: center;
    max-width: none;
  }

  .phone-text {
    text-align: center;
    margin-bottom: 130px;
  }

  .form-desc {
    text-align: center;
    max-width: 480px;
    margin-top: 0;
  }

  .left-form-block {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    width: 680px;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-div {
    z-index: 3;
    position: relative;
  }

  .image-45 {
    z-index: 1;
    max-width: 300%;
    top: -400px;
    left: 70px;
  }

  .image-46 {
    display: none;
  }

  .image-47 {
    z-index: 1;
    top: -1950px;
    left: 390px;
  }

  .image-48 {
    max-width: none;
    top: -1390px;
    left: -370px;
    transform: rotate(90deg);
  }

  .form-back {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 768px;
    display: flex;
  }

  .why-olymed {
    height: 2450px;
  }

  .header-why {
    justify-content: flex-start;
  }

  .grid {
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-flow: row;
  }

  .why-01 {
    height: auto;
  }

  .why-02 {
    height: 230px;
  }

  .why-03 {
    height: auto;
  }

  .why-05 {
    height: 450px;
  }

  .why-06 {
    height: 792px;
    margin-bottom: -370px;
  }

  .why-07 {
    height: 201px;
  }

  .paragraph-6 {
    font-size: 1.2rem;
  }

  .paragraph-6.down {
    width: 390px;
  }

  .image-50 {
    left: 30px;
  }

  .image-51 {
    top: 110px;
    left: 30px;
  }

  .image-52 {
    top: 0;
    left: 0;
  }

  .image-53 {
    width: 420px;
    top: 120px;
    left: 0;
  }

  .image-54 {
    top: 0;
    left: 0;
  }

  .image-55 {
    top: 0;
    left: 230px;
  }

  .image-56 {
    top: -60px;
    left: 150px;
  }

  .image-57 {
    top: 50px;
    left: 0;
  }

  .div-block-12 {
    max-width: 768px;
    height: 130px;
  }

  .approach {
    margin-top: 80px;
  }

  .button-approach {
    z-index: 9999;
    max-width: 768px;
    height: auto;
    margin-bottom: -160px;
    position: relative;
    top: 0;
    left: 190px;
  }

  .points-approach {
    width: auto;
    margin-bottom: 30px;
  }

  .div-block-13 {
    width: 210px;
    height: auto;
  }

  .div-block-13._02 {
    width: 290px;
    margin-left: 28px;
  }

  .div-block-13._02._3 {
    width: 150px;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 180px;
    display: flex;
  }

  .div-block-14._02 {
    width: auto;
    margin-right: 0;
  }

  .text-block-13 {
    font-size: 1.3rem;
  }

  .approach-back {
    max-width: 768px;
    display: none;
    overflow: hidden;
  }

  .image-59 {
    left: 260px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-title {
    font-size: 1.4rem;
  }

  .faq-paragraph {
    font-size: .9rem;
  }

  .contacts {
    height: 960px;
  }

  .grid-2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .footer-back {
    max-width: 100%;
    height: 120px;
  }

  .image-63 {
    position: relative;
    top: -1290px;
    left: -250px;
    transform: rotate(-90deg);
  }

  .image-64 {
    width: 880px;
    top: -1940px;
    left: -550px;
  }

  .image-65 {
    max-width: 80px;
    top: -2560px;
    left: 480px;
  }

  .link {
    font-size: .9rem;
    position: relative;
    top: -71px;
    left: 30px;
  }

  .link.once {
    position: static;
    left: 0;
  }

  .link.copy {
    position: relative;
    top: -150px;
    left: 30px;
  }

  .div-block-16 {
    font-size: .8rem;
    display: none;
  }

  .div-block-17 {
    height: 80px;
  }

  .footer-button {
    margin-bottom: 0;
    top: -160px;
    left: 0;
  }

  .back-foot-button {
    width: 180px;
  }

  .price-back {
    max-width: 768px;
    display: block;
  }

  .main-images {
    display: block;
  }

  .survs-block {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    height: 3840px;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: center;
    height: 40px;
    display: flex;
  }

  .price-back-desk {
    max-width: 768px;
    display: none;
  }

  .prices-circles {
    max-width: 1000px;
    top: -1410px;
    left: -110px;
  }

  .price-blur-up {
    z-index: 1;
    position: relative;
    top: -3010px;
    left: 320px;
  }

  .price-blur-down {
    z-index: 1;
    position: relative;
    top: -2820px;
    left: -590px;
    transform: rotate(71deg);
  }

  .main-images-desktop {
    display: none;
  }

  .nastia-img-desktop {
    z-index: 1;
    width: 1200px;
    max-width: none;
    display: block;
    position: relative;
    top: -1160px;
    left: -70px;
  }

  .star-01-desktop {
    position: relative;
    top: -910px;
    left: 410px;
  }

  .star-02-desktop {
    width: 50px;
    top: -730px;
    left: 640px;
  }

  .gradi-01-desktop {
    top: -1870px;
    left: -740px;
  }

  .gradi-02-desktop {
    top: -1830px;
    left: 370px;
  }

  .surv-back-desktop {
    z-index: 1;
    max-width: 768px;
    height: auto;
  }

  .surv-star-01-desk {
    max-width: 80px;
    top: 0;
    left: 520px;
  }

  .surv-star-02-desk {
    max-width: 80px;
    top: -1490px;
    left: 60px;
  }

  .serv-blur-up-desk {
    top: -3020px;
    left: 340px;
    transform: rotate(74deg);
  }

  .surv-blur-middle-desk {
    top: -2350px;
  }

  .surv-blur-down-desk {
    top: -1570px;
    left: -40%;
    transform: rotate(80deg);
  }

  .form-back-desk {
    max-width: 768px;
    display: none;
    overflow: hidden;
  }

  .circle-form-desk {
    max-width: 300%;
    top: -500px;
    left: -120px;
  }

  .image-01-form-desk {
    top: -2310px;
    left: 330px;
  }

  .approach-button {
    height: 180px;
    margin-top: -210px;
    margin-bottom: -140px;
  }

  .approach-back-desktop {
    max-width: 768px;
    overflow: hidden;
  }

  .big-circ-app {
    top: -1770px;
    left: 10px;
  }

  .up-gradi-app {
    top: -2500px;
    left: 380px;
  }

  .down-gradi-app {
    top: -2280px;
  }

  .hover-main-button {
    left: 0;
  }

  .hover-button-02 {
    max-width: 80%;
  }

  .price-text {
    max-width: 80%;
    top: -120px;
  }

  .price-text.black.surv {
    left: 20px;
  }

  .price-text.survey {
    top: -240px;
    left: 19px;
  }

  .price-text.survey.footer {
    top: -130px;
    left: 2px;
  }

  .fourth-flower {
    top: -220px;
  }

  .hover-six {
    max-width: 80%;
  }

  .flower-foot {
    top: -220px;
  }

  .hover-foot {
    width: 180px;
  }

  .hover-olymed-logo {
    margin-right: 110px;
  }

  .container-4 {
    top: -480px;
  }

  .image-79 {
    width: 1600px;
    max-width: none;
    top: -1330px;
    left: -290px;
  }

  .nav-menu-2 {
    width: 330px;
    margin-top: 0;
    margin-right: 20px;
  }

  .star-02-desktop-2 {
    width: 50px;
    top: -370px;
    left: 242px;
  }

  .container-5 {
    max-width: 768px;
  }

  .gradi-01-desktop-2 {
    width: 768px;
    max-width: 768px;
    top: -2160px;
    left: -140px;
  }

  .hover-olymed-logo-2 {
    margin-right: 152px;
  }

  .brand-2 {
    margin-right: 0;
  }

  .nast-link-2 {
    flex-direction: row;
    margin-top: 50px;
    top: 20px;
  }

  .hero-2 {
    height: 770px;
  }

  .heading-4 {
    max-width: 688px;
    margin-top: -50px;
    margin-bottom: 30px;
    font-size: 6rem;
  }

  .gradi-02-desktop-2 {
    top: -2160px;
    left: 80px;
  }

  .text-block-15 {
    top: 50px;
  }

  .in-result-2 {
    left: 110px;
  }

  .website-link-2 {
    margin-right: 20px;
  }

  .checkup-2 {
    margin-top: -60px;
    top: 0;
    left: 6px;
  }

  .back-main-button-2 {
    left: 0;
  }

  .menu-button-2 {
    position: static;
  }

  .nastia {
    width: 600px;
    left: -150px;
  }

  .star-01-desktop-2 {
    top: -600px;
    left: 0;
  }

  .main-button-2 {
    top: -160px;
    left: 250px;
  }

  .nutri-link-2 {
    font-size: .9rem;
  }

  .left-desc {
    z-index: 99;
    top: -60px;
  }

  .star-main-button-2 {
    left: 60px;
  }

  .back-circ {
    max-width: 768px;
  }

  .olymed-logo-2 {
    margin-right: 152px;
  }

  .paragraph-7 {
    max-width: 350px;
    margin-bottom: -10px;
    font-size: 1rem;
  }

  .navbar-2 {
    position: relative;
    left: 258px;
  }

  .main-div-price {
    width: 768px;
    max-width: 768px;
  }

  .price-two-ben {
    margin-right: 20px;
    padding-left: 40px;
    font-size: 1.2rem;
  }

  .price-desc-ben {
    padding-left: 40px;
    font-size: .8rem;
  }

  .surv-order {
    width: 100%;
    height: 120px;
    margin-bottom: -20px;
  }

  .image-81 {
    top: -1990px;
    left: -440px;
  }

  .image-82 {
    top: -2170px;
    left: -340px;
  }

  .div-block-23 {
    margin: 20px 0 4px 40px;
  }

  .div-block-23.left {
    margin-top: 20px;
    margin-bottom: -12px;
    margin-left: 0;
  }

  .div-block-25 {
    width: 730px;
    height: 640px;
    top: 20px;
  }

  .div-block-26 {
    margin-left: 30px;
  }

  .div-block-28 {
    width: 280px;
  }

  .div-block-28.down {
    width: 280px;
    margin-right: 50px;
  }

  .left-an {
    padding-left: 30px;
  }

  .div-block-31 {
    top: 30px;
    left: 640px;
  }

  .text-block-19 {
    margin-bottom: 20px;
  }

  .image-84 {
    margin-top: -34px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-cont {
    max-width: 568px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-cont.footer {
    height: 270px;
  }

  .hero {
    height: 720px;
  }

  .navbar {
    width: 550px;
    position: relative;
    top: -110px;
    left: 0%;
  }

  .main-text {
    top: -40px;
  }

  .heading {
    font-size: 4rem;
  }

  .paragraph {
    max-width: 259px;
    font-size: .8rem;
  }

  .olymed-logo {
    margin-right: 40px;
  }

  .main-button {
    top: -200px;
    left: 170px;
  }

  .nav-menu {
    width: 99%;
    left: 0;
  }

  .goloborodko-logo {
    width: 170px;
  }

  .nast-link {
    margin-top: 80px;
    margin-bottom: 110px;
  }

  .website-link {
    border-bottom-width: 0;
  }

  .nastia-img {
    width: 1040px;
    top: -1081px;
    left: -120px;
  }

  .container-nast {
    max-width: 568px;
  }

  .checkup {
    top: -550px;
  }

  .text-block-2.check {
    font-size: 1.5rem;
    top: 60px;
  }

  .text-block-3 {
    margin-top: 56px;
    font-size: 1.6rem;
  }

  .paragraph-2 {
    margin-top: 12px;
    margin-bottom: 56px;
    font-size: .9rem;
  }

  .analize {
    max-width: 100%;
    height: 1080px;
  }

  .first-analysis {
    margin-top: 80px;
  }

  .price {
    height: 1370px;
  }

  .heading-2 {
    margin-top: 48px;
    font-size: 3rem;
  }

  .pack-01 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 250px;
    height: 1010px;
  }

  .pack-02 {
    width: 280px;
    height: 1130px;
    padding-top: 40px;
  }

  .price-pack-01 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 29px;
    padding-right: 0;
  }

  .ondition {
    padding-top: 30px;
    padding-bottom: 46px;
    padding-right: 30px;
  }

  .ondition._02 {
    padding-top: 15px;
    padding-bottom: 13px;
    padding-right: 20px;
  }

  .ondition.info {
    padding-bottom: 34px;
  }

  .heading-3 {
    padding-right: 0;
    font-size: 1.3rem;
  }

  .paragraph-3 {
    width: 202px;
    margin-bottom: 22px;
    padding-right: 0;
    font-size: 12px;
    line-height: 120%;
  }

  .add-header {
    margin-bottom: 0;
  }

  .text-block-5 {
    font-size: .8rem;
  }

  .text-block-6 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }

  .additional-condition {
    padding-right: 20px;
  }

  .text-block-8 {
    width: 240px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .paragraph-4 {
    width: 220px;
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 120%;
  }

  .text-block-6-copy {
    margin-bottom: 12px;
    font-size: 2rem;
  }

  .ondition-02 {
    padding-bottom: 16px;
  }

  .price-pack-02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-4-copy-copy {
    font-size: 1.3rem;
  }

  .text-block-5-copy-copy {
    padding-right: 30px;
    font-size: .7rem;
  }

  .add-subscribe, .add-subscribe.white {
    font-size: .7rem;
  }

  .image-21 {
    top: -2080px;
  }

  .image-22 {
    top: -1450px;
  }

  .image-23 {
    top: -970px;
  }

  .image-24 {
    top: -690px;
  }

  .image-25 {
    top: -600px;
    left: 125px;
  }

  .image-26 {
    top: -300px;
    left: -110px;
  }

  .image-27 {
    top: -110px;
  }

  .back-six {
    max-width: 60%;
  }

  .link-block {
    top: -330px;
    left: 170px;
  }

  .text-order {
    font-size: 1.2rem;
    top: -90px;
    left: -22px;
  }

  .text-order.black {
    top: -120px;
    left: 2px;
  }

  .text-order.black.surv {
    top: -102px;
    left: -10px;
  }

  .text-order.survey.footer {
    font-size: 1rem;
    top: -120px;
  }

  .link-block-2 {
    top: -210px;
    left: 140px;
  }

  .image-29 {
    max-width: 80%;
    top: -110px;
  }

  .text-block-9 {
    width: 480px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 3rem;
    left: 0;
  }

  .my-slider-progress {
    margin-top: 32px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .survey {
    height: 2390px;
  }

  .text-block-10 {
    margin-top: 150px;
    margin-left: 0%;
    font-size: 3rem;
  }

  .image-34 {
    width: 400px;
    top: -220px;
    left: 100px;
  }

  .survey-order {
    width: 568px;
    max-width: 568px;
  }

  .order-button-survey {
    top: 60px;
    left: 220px;
  }

  .img-s {
    width: 180px;
    top: -203px;
    left: 29px;
  }

  .img-s._02 {
    width: 180px;
    top: -179px;
    left: 32px;
  }

  .img-s._03 {
    top: -180px;
    left: 30px;
  }

  .img-s._04 {
    top: -330px;
    left: 490px;
  }

  .img-s._05 {
    width: 180px;
    top: -346px;
  }

  .img-s._06 {
    width: 180px;
    top: -131px;
    left: 273px;
  }

  .img-s._07 {
    width: 180px;
    top: -207px;
  }

  .surv-circle {
    width: 240px;
  }

  .surv-circle._02 {
    width: 250px;
  }

  .surv-circle._05 {
    width: 240px;
  }

  .surv-circle._06 {
    width: 240px;
    left: 240px;
  }

  .surv-circle._07 {
    width: 240px;
  }

  .surv-headers {
    font-size: 1.3rem;
  }

  .surv-headers._02 {
    width: 190px;
    font-size: 1.3rem;
  }

  .surv-headers._03 {
    width: 200px;
    font-size: 1.3rem;
  }

  .surv-headers._04 {
    font-size: 1.3rem;
  }

  .surv-headers._05 {
    width: 220px;
    font-size: 1.3rem;
  }

  .surv-headers._07 {
    width: 240px;
  }

  .surv-text {
    letter-spacing: normal;
    font-size: .8rem;
  }

  .surv-text._05 {
    width: 200px;
  }

  .surv-text._06 {
    width: 190px;
  }

  .surv-type {
    top: -400px;
    left: 220px;
  }

  .surv-type._02 {
    top: -220px;
    left: -170px;
  }

  .surv-type._03 {
    top: -200px;
    left: 220px;
  }

  .surv-type._04 {
    top: -430px;
    left: 350px;
  }

  .surv-type._05 {
    width: 250px;
    top: -420px;
    left: 240px;
  }

  .surv-type._06 {
    top: -250px;
  }

  .surv-type._07 {
    top: -220px;
    left: 300px;
  }

  .surv {
    top: 10px;
    left: -60px;
  }

  .surv._02 {
    top: -320px;
    left: 220px;
  }

  .surv._03 {
    top: -510px;
  }

  .surv._04 {
    top: -500px;
    left: -270px;
  }

  .surv._05 {
    top: -800px;
    left: -20px;
  }

  .surv._06 {
    top: -1240px;
    left: -30px;
  }

  .surv._07 {
    top: -1430px;
    left: -80px;
  }

  .surv-ord {
    top: -1540px;
  }

  .medical-dream {
    width: 500px;
    margin-top: -1440px;
  }

  .div-block-3 {
    border-width: 2px;
    width: 300px;
    height: 120px;
  }

  .text-block-11 {
    width: auto;
    font-size: .9rem;
  }

  .div-block-4, .div-block-5 {
    border-width: 2px;
    height: 120px;
  }

  .surv-back {
    max-width: 568px;
  }

  .image-37 {
    top: -1710px;
    left: 370px;
  }

  .image-38 {
    top: -640px;
    left: 210px;
  }

  .div-block-6 {
    margin-bottom: 70px;
  }

  .why-header {
    margin-right: 20px;
    font-size: 3rem;
  }

  .why-header.white {
    margin-top: -20px;
  }

  .why-header.white.approach {
    width: 400px;
    left: 50px;
  }

  .why-text {
    margin-bottom: 20px;
    font-size: .9rem;
  }

  .form {
    height: 960px;
  }

  .paragraph-5 {
    margin-bottom: 40px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 1.3rem;
  }

  .left-form-block {
    width: 568px;
    max-width: 568px;
  }

  .form-back {
    max-width: 568px;
  }

  .why-olymed {
    height: 1930px;
  }

  .header-why {
    margin-top: 72px;
    margin-bottom: 60px;
  }

  .grid {
    grid-column-gap: 13px;
    grid-row-gap: 16px;
    width: 568px;
    max-width: 520px;
  }

  .why-01 {
    width: 250px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-03 {
    padding: 40px;
  }

  .why-04 {
    height: 350px;
    padding: 40px;
  }

  .why-05 {
    width: 250px;
    height: 360px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-06 {
    height: 596px;
    padding: 40px;
  }

  .paragraph-6, .paragraph-6._02 {
    font-size: 1rem;
    font-weight: 400;
  }

  .image-50 {
    width: 90px;
    left: 60px;
  }

  .image-51 {
    top: 20px;
    left: 20px;
  }

  .image-53 {
    top: 100px;
    left: 20px;
  }

  .image-55, .image-56 {
    left: 110px;
  }

  .div-block-12 {
    max-width: 568px;
  }

  .approach {
    height: 930px;
  }

  .points-approach {
    margin-bottom: 20px;
  }

  .div-block-13 {
    border-width: 2px;
    border-radius: 30px;
    height: 130px;
    margin-right: 16px;
  }

  .div-block-14 {
    border-width: 2px;
    border-radius: 30px;
    height: 130px;
  }

  .div-block-14._02 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-13 {
    letter-spacing: normal;
    font-size: 1rem;
  }

  .approach-back {
    max-width: 568px;
  }

  .faq-question-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-wrapper {
    margin-bottom: 70px;
  }

  .question-title {
    font-size: 1.2rem;
  }

  .faq-paragraph {
    font-size: .8rem;
  }

  .footer-back {
    max-width: 568px;
  }

  .image-63 {
    top: -1220px;
  }

  .image-64 {
    left: -610px;
  }

  .image-65 {
    top: -2570px;
    left: 380px;
  }

  .creds-line {
    height: 150px;
    margin-bottom: -30px;
    padding-top: 30px;
  }

  .link {
    font-size: .7rem;
    line-height: 120%;
    top: -52px;
  }

  .link.once {
    font-size: .7rem;
    line-height: 120%;
  }

  .link.copy {
    font-size: .7rem;
    top: -113px;
  }

  .back-foot-button {
    max-width: 80%;
  }

  .price-back {
    max-width: 568px;
    display: none;
  }

  .main-images {
    display: none;
  }

  .survs-block {
    align-items: flex-start;
  }

  .price-back-desk {
    max-width: 568px;
    display: block;
  }

  .prices-circles {
    width: 870px;
    max-width: 1370px;
  }

  .price-blur-up {
    top: -2960px;
    left: 220px;
  }

  .main-images-desktop {
    display: block;
  }

  .nastia-img-desktop {
    top: -1230px;
    left: -130px;
  }

  .surv-back-desktop {
    max-width: 568px;
  }

  .surv-star-01-desk {
    left: 420px;
  }

  .surv-star-02-desk {
    top: -1150px;
    left: 20px;
  }

  .serv-blur-up-desk {
    top: -2170px;
  }

  .surv-blur-middle-desk {
    top: -1960px;
    left: 230px;
  }

  .form-back-desk {
    max-width: 568px;
  }

  .circle-form-desk {
    top: -600px;
    left: -220px;
  }

  .approach-back-desktop {
    max-width: 568px;
  }

  .big-circ-app {
    width: 770px;
    top: -1540px;
    left: -150px;
  }

  .up-gradi-app {
    top: -2050px;
    left: 0;
    transform: rotate(90deg);
  }

  .down-gradi-app {
    top: -2070px;
    left: -420px;
  }

  .back-price-button, .back-five {
    max-width: 70%;
  }

  .image-70, .image-71 {
    width: 50%;
    max-width: 50%;
  }

  .image-72, .image-73, .image-74, .image-75 {
    width: 40%;
    max-width: 40%;
  }

  .image-76 {
    width: 150px;
    max-width: 100%;
  }

  .hover-button-02 {
    max-width: 60%;
  }

  .price-text {
    font-size: 1.2rem;
    top: -90px;
    left: -22px;
  }

  .price-text.black {
    top: -120px;
    left: 2px;
  }

  .price-text.black.surv {
    top: -102px;
    left: -10px;
  }

  .price-text.survey.footer {
    font-size: 1rem;
    top: -120px;
  }

  .hover-price-button, .hover-five {
    max-width: 70%;
  }

  .hover-six {
    max-width: 60%;
  }

  .hover-foot {
    max-width: 80%;
  }

  .hover-olymed-logo {
    margin-right: 40px;
  }

  .hover-goloborodko {
    width: 170px;
  }

  .image-79 {
    width: 1200px;
    position: relative;
    top: -1100px;
    left: -240px;
  }

  .hover-goloborodko-2 {
    width: 170px;
  }

  .nav-menu-2 {
    width: 99%;
    left: 0;
  }

  .star-02-desktop-2 {
    top: -230px;
    left: 150px;
  }

  .container-5 {
    max-width: 568px;
  }

  .gradi-01-desktop-2 {
    width: 568px;
    max-width: 568px;
    top: -1840px;
    left: -110px;
  }

  .hover-olymed-logo-2 {
    margin-right: 62px;
  }

  .nast-link-2 {
    max-width: 640px;
    margin-top: 40px;
    margin-bottom: 110px;
  }

  .hero-2 {
    height: 754px;
  }

  .heading-4 {
    margin-top: -41px;
    margin-bottom: 0;
    font-size: 4rem;
  }

  .gradi-02-desktop-2 {
    top: -1800px;
    left: 90px;
  }

  .text-block-15 {
    top: 56px;
  }

  .image-80 {
    width: 150px;
    max-width: 100%;
  }

  .website-link-2 {
    border-bottom-width: 0;
  }

  .checkup-2 {
    margin-top: -80px;
    top: 0;
    left: 0;
  }

  .nastia {
    width: 480px;
    top: -100px;
    left: -180px;
  }

  .star-01-desktop-2 {
    display: none;
  }

  .main-button-2 {
    top: -110px;
    left: 150px;
  }

  .goloborodko-logo-2 {
    width: 170px;
  }

  .nutri-link-2 {
    max-width: 170px;
  }

  .main-div {
    width: 568px;
    max-width: 568px;
  }

  .left-desc {
    width: 100%;
    top: -10px;
  }

  .back-circ {
    max-width: 568px;
  }

  .olymed-logo-2 {
    margin-right: 62px;
  }

  .paragraph-7 {
    max-width: 259px;
    font-size: 1rem;
  }

  .navbar-2 {
    width: 550px;
    position: relative;
    top: -110px;
    left: 0%;
  }

  .main-div-price {
    width: 568px;
    max-width: 568px;
  }

  .price-two-ben {
    font-size: 1rem;
  }

  .price-desc-ben {
    padding-right: 30px;
    font-size: .8rem;
  }

  .image-81 {
    top: -1420px;
    left: -300px;
  }

  .image-82 {
    top: -1920px;
  }

  .div-block-25 {
    width: 568px;
    height: 700px;
  }

  .div-block-25.regular {
    height: 650px;
  }

  .div-block-25.hint {
    height: 180px;
  }

  .div-block-26 {
    margin-left: 0;
  }

  .div-block-27 {
    width: 500px;
    margin-top: -30px;
  }

  .div-block-28, .div-block-28.down {
    width: 240px;
  }

  .left-an {
    margin-right: -20px;
    padding-left: 0;
  }

  .div-block-31 {
    justify-content: flex-end;
    margin-top: -10px;
    margin-right: 20px;
    display: flex;
    position: static;
  }

  .text-block-18.hint {
    width: 460px;
  }

  .image-84 {
    margin-top: -24px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-cont {
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-cont.form {
    height: 850px;
  }

  .hero {
    height: 679px;
    overflow: hidden;
  }

  .navbar {
    z-index: 11000;
    width: 320px;
    height: 80px;
    position: relative;
    top: -109px;
    left: 0%;
  }

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

  .main-text {
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading {
    max-width: 260px;
    margin-bottom: -20px;
    font-size: 3rem;
  }

  .paragraph {
    max-width: 230px;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .menu-button {
    margin-right: 0;
    left: 0;
  }

  .back-menu {
    max-width: 90%;
    top: -15px;
    left: 10px;
  }

  .icon {
    top: 22px;
    left: 7px;
  }

  .olymed-logo {
    width: 60px;
    margin-right: 10px;
    top: 44px;
  }

  .main-button {
    top: -156px;
    left: 30px;
  }

  .in-result {
    font-size: .8rem;
    top: 10px;
    left: 100px;
  }

  .star-main-button {
    width: 12%;
    max-width: 70%;
    top: 35px;
    left: 53px;
  }

  .back-main-button {
    max-width: 80%;
  }

  .brand {
    z-index: 11001;
  }

  .nav-menu {
    z-index: 11000;
    width: 100%;
    left: 0;
  }

  .nav-link-2 {
    margin-top: 24px;
    padding: 14px 24px;
    font-size: .8rem;
  }

  .nav-link-3 {
    padding: 14px 24px;
    font-size: .8rem;
  }

  .nav-link-4 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    font-size: .8rem;
  }

  .nav-link-5, .nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9, .nav-link-10, .nav-link-11 {
    padding: 14px 24px;
    font-size: .8rem;
  }

  .div-block {
    z-index: 11002;
    height: 110px;
    position: relative;
  }

  .goloborodko-logo {
    width: 110px;
  }

  .top-menu {
    width: 320px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nast-link {
    margin-top: 10px;
  }

  .nutri-link {
    max-width: 160px;
    font-size: .8rem;
  }

  .website-link {
    border-bottom-color: #eae3e500;
    margin-right: 20px;
  }

  .container-nast {
    max-width: 320px;
  }

  .checkup {
    max-width: 70px;
    top: -542px;
    left: 2px;
  }

  .text-block-2.check {
    font-size: .9rem;
    font-weight: 400;
    top: 42px;
    left: 11px;
  }

  .analysis-section {
    overflow: hidden;
  }

  .text-block-3 {
    margin-top: 40px;
    font-size: 1.4rem;
  }

  .paragraph-2 {
    margin-bottom: 40px;
  }

  .analize {
    max-width: 320px;
    height: 970px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .price {
    height: 2060px;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

  .prices {
    flex-direction: column;
    justify-content: flex-start;
  }

  .pack-01 {
    border-radius: 30px;
    width: 320px;
    height: 840px;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    top: 0;
  }

  .pack-02 {
    border-radius: 30px;
    width: 320px;
    height: 920px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .price-pack-01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
  }

  .ondition {
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .ondition._02 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-3 {
    margin-bottom: 12px;
    padding-right: 0;
  }

  .paragraph-3 {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .text-block-6 {
    margin-bottom: 0;
  }

  .additional-condition {
    padding-top: 16px;
    padding-right: 0;
  }

  .text-block-8 {
    margin-bottom: 12px;
    padding-left: 0;
    font-size: 1.7rem;
  }

  .paragraph-4 {
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 12px;
  }

  .text-block-6-copy {
    margin-bottom: 0;
  }

  .text-block-7-copy {
    padding-right: 0;
  }

  .ondition-02 {
    padding-bottom: 16px;
  }

  .price-pack-02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    padding-left: 0;
  }

  .additional-condition-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4-copy-copy {
    padding-left: 0;
  }

  .text-block-5-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-17 {
    display: none;
  }

  .image-23 {
    top: -860px;
    left: 210px;
  }

  .image-24 {
    top: -732px;
  }

  .image-25 {
    top: -530px;
    left: 119px;
  }

  .image-26 {
    top: -360px;
    left: 90px;
  }

  .image-27 {
    top: -100px;
    left: 50px;
  }

  .back-six {
    max-width: 50%;
  }

  .link-block {
    top: -273px;
    left: 190px;
  }

  .text-order {
    font-size: 1rem;
    top: -77px;
    left: -34px;
  }

  .text-order.black.surv {
    top: -94px;
  }

  .text-order.survey {
    top: -200px;
    left: -10px;
  }

  .text-order.survey.footer {
    top: -110px;
    left: 0;
  }

  .link-block-2 {
    height: 240px;
    top: -130px;
    left: 20px;
  }

  .text-block-9 {
    width: 320px;
    font-size: 2.8rem;
    left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .survey {
    height: 2320px;
  }

  .text-block-10 {
    width: 320px;
    margin-top: 130px;
    margin-left: 0%;
    font-size: 2.8rem;
  }

  .image-34 {
    width: 280px;
    top: -190px;
    left: 28px;
  }

  .survey-order {
    width: 100%;
    max-width: 100%;
  }

  .back-fourth-button {
    max-width: 70%;
  }

  .order-button-survey {
    left: 96px;
  }

  .image-36 {
    top: -207px;
    left: 61px;
  }

  .img-s {
    width: 150px;
    top: -172px;
  }

  .img-s._02 {
    width: 150px;
    top: -150px;
  }

  .img-s._03 {
    top: -157px;
  }

  .img-s._04 {
    top: -306px;
  }

  .img-s._05 {
    width: 150px;
    top: -320px;
    transform: rotateX(0)rotateY(180deg)rotateZ(-25deg);
  }

  .img-s._06 {
    width: 150px;
    top: -106px;
    left: 132px;
  }

  .img-s._07 {
    width: 150px;
    top: -180px;
  }

  .surv-circle, .surv-circle._02 {
    width: 210px;
  }

  .surv-circle._05 {
    width: 210px;
    transform: rotateX(0)rotateY(200deg)rotateZ(-25deg);
  }

  .surv-circle._06 {
    width: 210px;
    left: 100px;
  }

  .surv-circle._07 {
    width: 210px;
  }

  .surv-headers {
    width: 100px;
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .surv-headers._02 {
    font-size: 1rem;
  }

  .surv-headers._03, .surv-headers._04 {
    width: 100px;
    font-size: 1rem;
  }

  .surv-headers._05 {
    width: 130px;
    font-size: 1rem;
  }

  .surv-headers._06 {
    width: 120px;
    font-size: 1rem;
  }

  .surv-headers._07 {
    width: 130px;
    font-size: 1rem;
  }

  .surv-text {
    width: 120px;
    font-size: .7rem;
  }

  .surv-text._04 {
    width: 80px;
  }

  .surv-text._05 {
    width: 100px;
  }

  .surv-text._06 {
    width: 110px;
  }

  .surv-text._07 {
    width: 130px;
  }

  .surv-type {
    top: -340px;
    left: 186px;
  }

  .surv-type._02 {
    top: -175px;
    left: -80px;
  }

  .surv-type._03 {
    top: -170px;
    left: 170px;
  }

  .surv-type._04 {
    width: 110px;
    top: -373px;
    left: 390px;
  }

  .surv-type._05 {
    width: 151px;
    top: -320px;
    left: 154px;
  }

  .surv-type._06 {
    width: 160px;
    top: -160px;
    left: 20px;
  }

  .surv-type._07 {
    width: 140px;
    top: -180px;
    left: 247px;
  }

  .surv {
    top: -40px;
    left: 20px;
  }

  .surv._02 {
    top: -250px;
    left: 100px;
  }

  .surv._03 {
    top: -410px;
    left: 17px;
  }

  .surv._04 {
    top: -400px;
    left: -360px;
  }

  .surv._05 {
    top: -670px;
    left: 6px;
  }

  .surv._06 {
    top: -1030px;
    left: 0;
  }

  .surv._07 {
    top: -1160px;
  }

  .surv-ord {
    top: -1250px;
    left: 40px;
  }

  .medical-dream {
    flex-direction: row;
    width: 320px;
    height: auto;
    margin-top: -1140px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-3 {
    border-radius: 20px;
    width: 220px;
    height: auto;
    margin-bottom: 0;
    padding: 20px;
  }

  .text-block-11 {
    width: 120px;
    font-size: .8rem;
  }

  .div-block-4 {
    border-radius: 20px;
    width: 320px;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    border-radius: 20px;
    width: 320px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .surv-back {
    max-width: 320px;
    height: 100px;
  }

  .image-37 {
    max-width: 50px;
    top: -1020px;
    left: 30px;
  }

  .image-38 {
    max-width: 50px;
    top: -1880px;
    left: 140px;
  }

  .image-39 {
    top: -2560px;
    left: 0;
  }

  .image-41 {
    left: -60%;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .why-header {
    width: 310px;
    margin-right: 0;
    font-size: 2.8rem;
  }

  .why-header.white {
    margin-bottom: 24px;
  }

  .why-header.white.approach {
    width: 320px;
    margin-top: 64px;
    margin-bottom: 50px;
    margin-left: 0%;
    left: 0;
  }

  .why-header.white.contacts {
    width: 320px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .why-header.faq {
    width: 320px;
    margin-top: 60px;
  }

  .why-text {
    letter-spacing: normal;
  }

  .image-44 {
    width: 16px;
  }

  .div-block-7 {
    margin-top: -20px;
    margin-bottom: 50px;
  }

  .form {
    height: 880px;
  }

  .form-container {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-5 {
    font-size: 1.1rem;
  }

  .phone-text {
    font-size: 1.5rem;
  }

  .form-desc {
    max-width: 310px;
  }

  .phone-field {
    text-align: left;
    width: 300px;
  }

  .left-form-block, .form-input {
    width: 320px;
    max-width: 320px;
  }

  .submit-button {
    width: 300px;
  }

  .form-div {
    width: 320px;
    max-width: 320px;
  }

  .error-message {
    width: 320px;
  }

  .form-back {
    max-width: 320px;
    display: none;
  }

  .why-olymed {
    height: 3020px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 320px;
    max-width: 320px;
    display: block;
  }

  .why-01 {
    width: 320px;
    height: 290px;
    margin-bottom: 20px;
  }

  .why-02, .why-03 {
    margin-bottom: 20px;
  }

  .why-04 {
    height: 380px;
    margin-bottom: 20px;
  }

  .why-05 {
    width: 320px;
    height: 420px;
    margin-bottom: 20px;
  }

  .why-06 {
    height: 500px;
    margin-bottom: 20px;
  }

  .why-07 {
    flex-direction: column;
    height: 360px;
  }

  .paragraph-6 {
    font-size: 1.2rem;
  }

  .paragraph-6.down {
    width: auto;
  }

  .paragraph-6._02 {
    font-size: 1.2rem;
  }

  .image-50 {
    top: -30px;
    left: 130px;
  }

  .image-52 {
    top: -60px;
    left: 30px;
  }

  .image-53 {
    top: -10px;
  }

  .image-54 {
    width: 70%;
    top: -10px;
    left: 50px;
  }

  .image-57 {
    top: 10px;
  }

  .div-block-12 {
    max-width: 320px;
  }

  .approach {
    margin-top: 30px;
  }

  .button-approach {
    max-width: 320px;
    left: 50px;
  }

  .points-approach {
    width: 320px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-13 {
    border-radius: 20px;
    margin-right: 12px;
  }

  .div-block-13._02 {
    width: 270px;
    margin-left: 10px;
  }

  .div-block-14 {
    border-radius: 20px;
    padding: 32px 20px;
  }

  .div-block-14._02 {
    border-radius: 20px;
    height: 130px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-13 {
    font-size: .8rem;
  }

  .approach-back {
    max-width: 320px;
  }

  .question-title {
    flex: 1;
  }

  .contacts {
    height: 1300px;
  }

  .grid-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-14 {
    margin-bottom: 14px;
  }

  .footer-back {
    max-width: 320px;
    height: 70px;
  }

  .image-63 {
    height: 840px;
    top: -1520px;
    left: -110px;
  }

  .image-64 {
    max-width: 90%;
    height: 320px;
    top: -700px;
    left: 0;
  }

  .image-65 {
    top: -2050px;
    left: 220px;
  }

  .menu-line {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
  }

  .creds-line {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
  }

  .link {
    letter-spacing: normal;
    left: 0;
  }

  .link.once {
    margin-right: 0;
    position: relative;
    top: 40px;
  }

  .link.copy {
    margin-right: 0;
    top: -80px;
    left: 0;
  }

  .footer-button {
    top: -256px;
    left: 130px;
  }

  .back-foot-button {
    max-width: 70%;
  }

  .price-back {
    max-width: 320px;
  }

  .survs-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-20 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .price-back-desk {
    max-width: 320px;
  }

  .prices-circles {
    width: 580px;
    left: -130px;
  }

  .price-blur-up {
    top: -3000px;
    left: -90px;
  }

  .price-blur-down {
    top: -2640px;
    left: -760px;
  }

  .nastia-img-desktop {
    width: 740px;
    top: -980px;
    left: -70px;
  }

  .star-01-desktop {
    display: none;
    left: 350px;
  }

  .surv-back-desktop {
    max-width: 320px;
  }

  .surv-star-01-desk {
    top: 1410px;
    left: 220px;
  }

  .surv-star-02-desk {
    top: -1240px;
    left: 210px;
  }

  .serv-blur-up-desk {
    top: -2470px;
    left: 180px;
  }

  .surv-blur-middle-desk {
    top: -1490px;
    left: -60px;
  }

  .form-back-desk {
    max-width: 320px;
    display: flex;
    overflow: visible;
  }

  .circle-form-desk {
    top: -410px;
    left: -260px;
  }

  .image-01-form-desk {
    top: -1890px;
    left: 140px;
  }

  .image-02-form-desk {
    left: -1450px;
  }

  .approach-button {
    justify-content: flex-start;
    margin-top: -170px;
  }

  .approach-back-desktop {
    max-width: 320px;
  }

  .big-circ-app {
    width: 550px;
    top: -1230px;
    left: -20px;
  }

  .up-gradi-app {
    top: -1740px;
  }

  .down-gradi-app {
    top: -1810px;
  }

  .image-70, .image-71 {
    width: 70%;
  }

  .image-76 {
    max-width: 90%;
  }

  .hover-main-button {
    max-width: 80%;
  }

  .hover-button-02 {
    max-width: 50%;
  }

  .price-text {
    font-size: 1rem;
    top: -77px;
    left: -34px;
  }

  .price-text.black.surv {
    top: -94px;
  }

  .price-text.survey {
    top: -200px;
    left: -10px;
  }

  .price-text.survey.footer {
    top: -110px;
    left: 0;
  }

  .fourth-flower {
    top: -207px;
    left: 61px;
  }

  .hover-fourth-button {
    max-width: 70%;
  }

  .hover-six {
    max-width: 50%;
  }

  .flower-foot {
    top: -207px;
    left: 61px;
  }

  .hover-foot {
    max-width: 70%;
  }

  .hover-olymed-logo {
    width: 60px;
    margin-right: 10px;
    top: 44px;
  }

  .hover-goloborodko {
    width: 110px;
  }

  .hover-menu {
    max-width: 90%;
    top: -15px;
    left: 10px;
  }

  .image-77 {
    left: 7px;
  }

  .image-79 {
    width: 800px;
    top: -900px;
    left: -210px;
  }

  .hover-goloborodko-2 {
    width: 110px;
    position: relative;
    top: -12px;
  }

  .nav-menu-2 {
    z-index: 11000;
    width: 100%;
    left: 0;
  }

  .star-02-desktop-2 {
    display: none;
  }

  .container-5 {
    max-width: 320px;
  }

  .gradi-01-desktop-2 {
    width: 320px;
    max-width: 320px;
    top: -1310px;
    left: 50px;
  }

  .hover-olymed-logo-2 {
    width: 60px;
    margin-right: 10px;
    top: 32px;
  }

  .brand-2 {
    z-index: 11001;
    height: 110px;
    margin-right: 8px;
  }

  .nast-link-2 {
    margin-top: 10px;
  }

  .hero-2 {
    height: 672px;
  }

  .heading-4 {
    max-width: 260px;
    margin-top: -95px;
    margin-bottom: -20px;
    font-size: 3rem;
  }

  .gradi-02-desktop-2 {
    top: -1280px;
  }

  .text-block-15 {
    font-size: 16px;
    top: 40px;
  }

  .image-80 {
    max-width: 90%;
  }

  .in-result-2 {
    max-width: 100px;
    font-size: .8rem;
    top: 20px;
    left: 100px;
  }

  .website-link-2 {
    border-bottom-color: #eae3e500;
    margin-right: 20px;
  }

  .checkup-2 {
    max-width: 70px;
    margin-top: 0;
    top: -70px;
    left: 0;
  }

  .back-main-button-2 {
    max-width: 80%;
    margin-top: -69px;
  }

  .menu-button-2 {
    margin-right: 0;
    left: 0;
  }

  .nastia {
    width: 320px;
    top: -550px;
    left: 60px;
  }

  .star-01-desktop-2 {
    display: none;
    left: 350px;
  }

  .desc-and-photo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 410px;
  }

  .main-button-2 {
    height: 110px;
    position: relative;
    top: -40px;
    left: 20px;
  }

  .goloborodko-logo-2 {
    width: 110px;
    position: relative;
    top: -12px;
  }

  .golo-logo {
    z-index: 11002;
    height: 110px;
    position: relative;
  }

  .top-menu-2 {
    width: 320px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nutri-link-2 {
    max-width: 160px;
    font-size: .8rem;
  }

  .main-div {
    width: 320px;
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-desc {
    width: 100%;
    top: 10px;
  }

  .star-main-button-2 {
    width: 12%;
    max-width: 70%;
    top: 40px;
    left: 53px;
  }

  .back-circ {
    max-width: 320px;
  }

  .olymed-logo-2 {
    width: 60px;
    margin-right: 10px;
    top: 32px;
  }

  .paragraph-7 {
    width: 210px;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .navbar-2 {
    z-index: 11000;
    width: 320px;
    height: 80px;
    position: relative;
    top: -120px;
    left: 0;
  }

  .main-div-price {
    width: 320px;
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .price-two-ben {
    padding-left: 0;
  }

  .price-desc-ben {
    padding-left: 0;
    padding-right: 0;
  }

  .image-81 {
    top: -930px;
    left: -150px;
  }

  .image-82 {
    top: -1410px;
    left: -170px;
  }

  .div-block-23 {
    margin-left: 0;
  }

  .advanced-popup {
    background-color: #8a9daee6;
    height: 100%;
  }

  .div-block-25 {
    width: 320px;
    height: auto;
    margin-top: 24px;
    padding-right: 16px;
    position: static;
  }

  .div-block-25.regular {
    height: auto;
  }

  .div-block-25.hint {
    height: 154px;
    margin-top: 37px;
  }

  .div-block-26 {
    width: 210px;
    margin-top: -80px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-27 {
    width: 320px;
    margin-top: 10px;
    padding-top: 0;
  }

  .div-block-28 {
    width: 136px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-28.down {
    width: 136px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-17 {
    font-size: 10px;
    line-height: 140%;
  }

  .left-an {
    width: 140px;
    margin-right: 16px;
    padding-left: 0;
  }

  .right-an {
    width: 136px;
    margin-right: 16px;
  }

  .div-block-30 {
    width: 304px;
    margin-bottom: 24px;
    margin-left: 16px;
    display: flex;
  }

  .div-block-31 {
    width: 80px;
    position: relative;
    top: -9px;
    left: 230px;
  }

  .text-block-18 {
    width: 190px;
    margin-bottom: 6px;
    font-size: 16px;
  }

  .text-block-18.hint {
    width: 220px;
    font-size: 14px;
  }

  .text-block-18.hint._2 {
    margin-top: 3px;
    margin-left: 15px;
  }

  .text-block-19 {
    width: 290px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 120%;
  }
}

#w-node-a153fd61-ac91-658a-3213-a3ff0db41d78-36f843fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9507584-88ca-aaed-69a6-249e4cdbe868-36f843fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8aad65b2-359c-8035-4885-6a588c107094-36f843fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9367cc75-9ae1-c28f-f7df-2377a95d5e3b-36f843fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6886d852-7026-d442-85f7-191ce0f0f5a3-36f843fe {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-fbae400c-cdc3-b664-7097-a398aded1029-36f843fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cbcd67b-5185-219a-e113-004c8fb4750d-36f843fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9dff3d5-8a28-9356-8611-c68af1070b3d-36f843fe, #w-node-fe4a4d41-371e-c9ef-ec3c-75ff4c9d7c44-36f843fe, #w-node-f443c667-6eef-14c0-bad8-702bda3fc6f2-36f843fe, #w-node-_00655523-aaa7-afbe-56e6-6d4c380dfbc6-36f843fe, #w-node-_87654020-2b6c-e27b-1f11-abc0f6d99970-36f843fe, #w-node-aed233ba-cb06-5213-928f-3326388e33d9-36f843fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Objectsans';
  src: url('../fonts/ObjectSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectsans';
  src: url('../fonts/ObjectSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectsans';
  src: url('../fonts/ObjectSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kyivtypesans';
  src: url('../fonts/KyivTypeSans-Medium-.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kyivtypesans';
  src: url('../fonts/KyivTypeSans-Regular-.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}