.how_to {
  margin: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.how_to a {
  color: #4582C9;
}

@media screen and (max-width: 500px) {
  .how_to {
    flex-direction: column;
    margin-top: 64px;
  }
}

.how_to__item {
  max-width: 180px;
  text-align: center;
}

.how_to__image img {
  width: 160px;
  padding: 14px;
}

.how_to__arrow {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .how_to__arrow {
    transform: rotate(90deg);
    margin: 14px;
  }
}

.how_to__arrow img {
  width: 30px;
}

.how_to__cta {
  margin: auto;
  max-width: 300px;
}

.how_to__download {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: -80px;
  width: fit-content;
}

@media screen and (max-width: 500px) {
  .how_to__download {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}

.how_to__download_itempic {
  margin-top: 10px;
  margin-bottom: -12px;
  max-width: 400px;
  display: block;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 500px) {
  .how_to__download {
    margin-right: auto;
  }
}

.how_to__download_item {
  display: flex;
  margin-top: 30px;
  padding: 0px 6px;
  width: 100%;
  max-width: 600px;
}

.how_to__download_step-number {
  width: 32px;
  height: 36px;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #8FABCF;
}

.how_to__download_step-expl {
  padding: 9px 4px 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #263856;
}

.how_to__download_step-expl p+p {
  margin: 16px 0 0 0;
}

.autosomal {
  margin-top: 48px;
  background-color: #dff5f8;
  padding: 48px 84px;
  text-align: center;
  border-radius: 100px;
  overflow: none;
}

.autosomal a {
  color: #4582C9;
}

@media screen and (max-width: 500px) {
  .autosomal {
    padding: 24px;
    border-radius: 0px;
    width: 100%;
  }
}

.compare {}

.compare__title {
  margin-bottom: 28px;
  font-size: 28px;
  text-align: center;
}

.compare__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .compare__images {
    flex-direction: column;
  }
}

/*PAGES UPDATE*/

@font-face {
  font-family: 'Visueltpro';
  src: url("https://static.genomelink.io/static/img/signup/VisueltPro-Bold.18acd33c965a.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.d-page {
  background-color: #F9FCFF;
}

.compare__images_image img {
  max-width: 440px;
  padding: 14px;
}

.d-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0;
}

.d-head {
  padding: 48px 20px 83px;
}

.d-head_content {
  max-width: 1312px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.d-head__text-box,
.d-head__image {
  width: 49%;
}

.d-head__text-box {
  padding-top: 32px;
}

.d-head__image {
  position: absolute;
  right: 0;
  top: 0;
}

.d-head__title {
  font-family: Visueltpro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: bold;
  font-size: 62px;
  line-height: 79px;
  margin-bottom: 24px;
}

.d-head__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.d-instr {
  background-color: #EAFADD;
  padding: 120px 20px 100px;
}

.d-instr.andme {
  background-color: #F1EAFC;
}

.d-instr.myheritage {
  background-color: #FFE3C8;
}

.d-instr__content {
  margin: 0 auto 0;
  max-width: 736px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.d-instr__item {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.d-instr__text-box {
  display: flex;
  align-items: flex-end;
}

.d-instr__number {
  width: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #8FABCF;
  align-self: start;
  flex-shrink: 0;
}

.d-instr__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 2px;
  padding-top: 7px;
}

.d-instr__image {
  margin-left: 22px;
}

.d-instr__link {
  color: #4582C9;
  transition: all ease 0.3s;
}

.d-instr__link:hover {
  opacity: 0.8;
}

.d-instr__btns-box {
  margin: 72px auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 352px;
}

.d-instr__link_main,
.d-instr__link_sec {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 24px;
}

.d-instr__link_main {
  background-color: #FF7C11;
  color: white;
}

.d-instr__link_sec {
  border: 1px solid rgba(38, 56, 86, 0.6);
}

.d-instr__link_main:hover {
  box-shadow: 0 5px 0.5em -0.2em rgb(255 124 17 / 90%);
  transform: translate(0, -0.25em);
}

.d-instr__link_sec:hover {
  background-color: rgba(38, 56, 86, 0.2);
}

.d-privacy {
  padding: 128px 20px;
}

.d-priv__content {
  display: flex;
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 96px;
  justify-content: space-between;
  align-items: flex-start;
}

.d-priv__image-box {
  display: flex;
  width: 34.1%;
  flex-direction: column;
  flex-shrink: 0;
}

.d-priv__title {
  font-family: Visueltpro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  max-width: 390px;
  font-style: normal;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 56px;
  line-height: 72px;
}

.d-priv__image {
  margin-left: auto;
  max-width: 352px;
  width: 100%;
}

.d-priv__text-box {
  display: flex;
  width: 56%;
  padding-top: 98px;
  flex-direction: column;
  align-items: flex-start;
}

.d-priv__title_two {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.d-priv__text-block {
  margin-bottom: 44px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.d-priv__links-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 20px;
}

.d-priv__link-item {
  padding-left: 72px;
  background-image: url("../png/point-pic.86fea100d75f.png");
  background-position: 14px 0;
  background-size: 40px;
  background-repeat: no-repeat;
}

.d-priv__link-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.d-priv__link-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.d-store {
  padding: 0 20px 0;
}

.d-store__content {
  display: flex;
  max-width: 928px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.d-store__title {
  font-family: Visueltpro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 72px;
}

.text-span-76 {
  color: #fbab02;
}

.text-span-77 {
  color: #ff5395;
}

.text-span-78 {
  color: #00bdbd;
}

.d-store__things-box {
  display: flex;
  max-width: none;
  margin-bottom: 32px;
  align-items: center;
  grid-column-gap: 24px;
}

.d-store__thing-box {
  display: flex;
  margin-right: 0;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 8px;
}

.d-store__thing-image {
  width: 32px;
  height: 32px;
  max-width: none;
}

.d-store__thing-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.d-store__subtitle {
  margin-bottom: 72px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.d-store__link-box {
  display: flex;
  width: 502px;
  height: 141px;
  margin-bottom: 136px;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../png/store-pic.597738cf491f.png");
}

.d-store__link {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  color: white;
  background-color: #FF7C11;
}

.d-store__link:hover {
  box-shadow: 0 5px 0.5em -0.2em rgb(255 124 17 / 90%);
  transform: translate(0, -0.25em);
}

.d-head__image_mob {
  display: none;
}

.d-instr__image_mob {
  display: none;
}

.d-priv__image {
  display: none;
}

.d-instr.myheritage>.d-instr__content_mob {
  display: none;
}

.d-instr.myheritage>.d-instr__desktop-note {
  background: rgba(255, 124, 17, 0.15);
  border-radius: 12px;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  margin: 0 auto 32px;
  transform: translateX(-114px);
}

.d-instr__mob-notice {
  border-radius: 12px;
  background-color: rgba(255, 124, 17, 0.15);
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.d-instr__mob-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.d-instr__mob-link {
  width: 335px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  color: white;
  background-color: #FF7C11;
  margin-top: 44px;
}

.d-instr__mob-link:hover {
  box-shadow: 0 5px 0.5em -0.2em rgb(255 124 17 / 90%);
  transform: translate(0, -0.25em);
}

@media screen and (max-width: 1025px) {
  
  .d-instr.myheritage>.d-instr__desktop-note {
    display: none;
  }

  .d-head {
    padding: 8px 0 0;
  }

  .d-head_content {
    flex-direction: column;
    width: 80%;
    min-width: 375px;
    margin-bottom: -108px;
  }

  .d-head__image {
    display: none;
  }

  .d-head__image_mob {
    display: block;
    width: 70%;
    margin: 0 auto;
    min-width: 375px;
  }

  .d-head__text-box {
    width: 100%;
  }

  .d-head__title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
  }

  .d-head__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px;
    text-align: center;
    margin-bottom: 40px;
  }

  .d-instr__content {
    width: 70%;
    min-width: 335px;
  }

  .d-instr__image {
    display: none;
  }

  .d-instr__image_mob {
    display: block;
    width: 100%;
  }

  .d-instr {
    padding: 150px 20px 60px;
  }

  .d-instr__btns-box {
    width: 335px;
  }

  .d-instr__link_main,
  .d-instr__link_sec {
    height: 56px;
    border-radius: 30px;
  }

  .d-privacy {
    padding: 60px 16px;
  }

  .d-priv__content {
    width: 80%;
    min-width: 343px;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 48px;
    padding-bottom: 0;
  }

  .d-priv__image-box {
    width: 100%;
    align-items: center;
  }

  .d-priv__text-box {
    width: 100%;
    padding-top: 0;
  }

  .d-priv__title {
    max-width: 380px;
    min-width: 279px;
    margin-bottom: 48px;
    text-align: center;
    flex: 0 0 auto;
    font-size: 32px;
    line-height: 36px;
  }

  .d-priv__image {
    display: none;
  }

  .d-priv__image_mob {
    display: block;
    width: 70%;
    min-width: 252px;
  }

  .d-priv__title_two {
    font-size: 20px;
    line-height: 28px;
  }

  .d-priv__text-block {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .d-priv__link-item {
    padding-left: 45px;
    background-position: 3px 0;
    background-size: 32px 32px;
  }

  .d-priv__link-title {
    font-size: 16px;
    line-height: 24px;
  }

  .d-priv__link-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .d-store {
    padding: 0;
  }

  .d-store__content {
    display: flex;
    max-width: 928px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
  }

  .d-store__title {
    font-size: 32px;
    line-height: 36px;
    max-width: 300px;
    margin-right: 16px;
    margin-left: 16px;
    text-align: center;
  }

  .d-store__things-box {
    flex-direction: row;
    justify-content: center;
    grid-column-gap: 16px;
    padding-right: 16px;
    padding-left: 16px;
    flex-wrap: wrap;
  }

  .d-store__thing-box {
    margin-right: 0;
    margin-bottom: 10px;
    display: flex;
    margin-right: 0;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 8px;
  }

  .d-store__thing-image {
    width: 24px;
    height: 24px;
  }

  .d-store__thing-text {
    font-size: 14px;
    line-height: 20px;
  }

  .d-store__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 16px 32px;
  }


  .d-store__link-box {
    width: 355px;
    height: 105px;
    margin-bottom: 50px;
    align-items: flex-end;
    margin-bottom: 32px;
  }

  .d-instr.myheritage>.d-instr__content,
  .d-instr.myheritage>.d-instr__btns-box {
    display: none;
  }

  .d-instr.myheritage>.d-instr__content_mob {
    display: block;
    width: 70%;
    min-width: 335px;
    margin: 0 auto 0;
  }


}


.instr-subhero {
  display: flex;
  flex-direction: column;
  max-width: 736px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width: 736px) {
  .instr-subhero {
  }
}

.instr-subhero__title {
  color: var(--Text-text-default, #263856);
  font-feature-settings: 'liga' off, 'clig' off;
  /* LP/H5 */
  font-family: "Lexend Deca";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}

@media (max-width: 736px) {
  .instr-subhero__title {
    color: var(--Text-text-default, #263856);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* LP/H6 */
    font-family: "Lexend Deca";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
  }
}

.instr-subhero__cta-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 736px) {
  .instr-subhero__cta-container {
    flex-direction: column;
    justify-content: stretch;
    
  }
}

.instr-subhero .d-instr__link_main {
  max-width: 231px;
}

@media (max-width: 736px) {
  .d-instr__link_main {
    max-width: unset;
  }
}

.instr-subhero .d-instr__link_sec {
  max-width: 289px;
}

@media (max-width: 736px) {
  .d-instr__link_sec {
    max-width: unset;
  }
}

.instr-subhero__desc {
  color: var(--Text-text-default, #263856);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

