@font-face {
  font-family: Montserrat Minified;
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --back: #f1f4f6;
  --blue-100: #214b57;
  --light-blue: #9ed1e1;
  --white-100: #fff;
  --white-70: #ffffffb3;
  --transparent: transparent;
  --blue-70: #214b57b3;
  --tg: #3390ec;
  --tg-hover: #2086ea;
  --border-color: #fff6;
  --dark-grey: #9aacaf;
  --blue-10: #214b571a;
  --blue: #73d1d4;
  --gray-green: #6e7979;
  --body-bg: #fbfbfb;
  --white-20: #fff3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--back);
  color: var(--blue-100);
  font-family: Montserrat Minified, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  align-self: stretch;
  padding: 4.375rem 2rem;
  position: relative;
}

.section.navbar {
  z-index: 99;
  background-color: var(--back);
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  position: fixed;
  inset: 0% 0% auto;
}

.section.pad0 {
  padding-left: 0;
  padding-right: 0;
}

.section.pad64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.footer {
  padding-bottom: 4.625rem;
}

.section.top208 {
  padding-top: 13rem;
}

.section.pt128 {
  padding-top: 8rem;
}

.section.pt128.author_1s {
  padding-bottom: 0;
}

.section.pt128.post_1s {
  padding-top: 6rem;
  padding-bottom: 0;
}

.container {
  width: 67.5rem;
  max-width: 100%;
}

.nav-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link-header {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6.4375rem;
  display: inline-flex;
}

.logo-link-header:hover {
  opacity: .7;
}

.nav-col {
  flex: 1;
}

.nav-col.mod--hidden {
  display: none;
}

.lang-dd {
  display: inline-flex;
  position: relative;
}

.lang-toggle {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.svg {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.svg.size-6 {
  font-size: .375rem;
}

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

.svg.w100 {
  width: 100%;
}

.svg.size-10 {
  font-size: .625rem;
}

.svg.mod--author {
  width: 2.5rem;
  max-width: none;
  height: 2.5rem;
}

.button-text {
  letter-spacing: -.2px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.button-text.mod--tg {
  width: 100%;
  font-weight: 600;
  line-height: 110%;
}

.menu-row {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  opacity: .7;
  display: inline-block;
}

.link:hover {
  opacity: 1;
}

.link.button-text.navlink {
  text-align: center;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--light-blue);
  background-color: var(--white-100);
  color: var(--blue-100);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem 2rem;
  transition: all .2s;
  display: inline-flex;
}

.button:hover {
  background-color: var(--light-blue);
  color: #fff !important;
}

.button.white-btn {
  background-color: var(--white-100);
  color: var(--blue-100);
  border-style: none;
}

.button.white-btn:hover {
  background-color: var(--blue-100);
  color: var(--white-100);
}

.button.white-btn.button-text.mod--form {
  min-width: 12rem;
}

.button.white-btn.mod--form-timer, .button.white-btn.mod--100 {
  width: 100%;
}

.button.white-btn.mod--antiage-banner-hor, .button.white-btn.mod--antiage-thanks {
  min-width: 12rem;
}

.button.pad10-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button.nohover {
  pointer-events: none;
}

.button.button-text.m_fullw {
  width: 100%;
}

.button.inactive {
  opacity: .5;
  pointer-events: none;
}

.button.blue-btn {
  background-color: var(--light-blue);
  color: var(--white-100);
}

.button.blue-btn:hover {
  border-color: var(--blue-100);
  background-color: var(--blue-100);
}

.button.blue-btn.mod-100 {
  width: 100%;
}

.button.quiz_back {
  color: #214b577d;
  background-color: #fff0;
  border-color: #9ed1e100;
  padding-left: .875rem;
  padding-right: .875rem;
}

.button.mod--linear {
  border-color: var(--white-70);
  background-color: var(--transparent);
  color: var(--white-100);
}

.button.mod--linear:hover {
  opacity: .8;
}

.button.mod--100 {
  width: 100%;
}

.button.btn-dark {
  background-color: var(--blue-100);
  color: var(--white-100);
  border-style: none;
}

.button.btn-dark:hover {
  background-color: var(--blue-70);
  color: var(--white-100);
}

.button.btn-dark.button-text.mod--form {
  min-width: 12rem;
}

.button.btn-dark.mod--form-timer, .button.btn-dark.mod--100 {
  width: 100%;
}

.button.btn-dark.mod--antiage-banner-hor {
  min-width: 12rem;
}

.button.mod--tg {
  background-color: var(--tg);
  min-width: 15rem;
  color: var(--white-100);
  border-radius: .75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  transition-duration: .15s;
}

.button.mod--tg:hover {
  background-color: var(--tg-hover);
}

.hero-block {
  background-color: var(--light-blue);
  min-height: 32rem;
  color: var(--white-100);
  background-image: url('../images/bg-1-min.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  padding: 2.5rem 2.5rem 2.5rem 27rem;
  position: relative;
  overflow: hidden;
}

.hero-img {
  width: 32.6875rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-img.mobile {
  display: none;
}

.relative {
  position: relative;
}

.relative.z2 {
  z-index: 2;
}

.grid1 {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.hero-block1 {
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f2f9f933;
  border-radius: .75rem;
  width: 7.5rem;
  padding: .625rem;
}

.body-1 {
  color: var(--blue-100);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 130%;
}

.body-1.h100 {
  line-height: 100%;
}

.text-96 {
  letter-spacing: 0;
  margin-left: -.05em;
  font-size: 5.9375rem;
  line-height: 80%;
  display: inline-block;
}

.h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 104%;
}

.h1.mod--404 {
  font-size: 12rem;
}

.h1.mod--centered {
  text-align: center;
}

.h1.mod--first-bg {
  max-width: 40rem;
  color: var(--white-100);
  text-align: center;
}

.h1.mod--antiage {
  color: var(--white-100);
  font-size: 1.75rem;
}

.h1.mod--antiage.mod--vebinar {
  font-size: 2.5rem;
}

.block-pb16 {
  padding-bottom: 1rem;
}

.block-pb44 {
  padding-bottom: 2.75rem;
}

.body-2 {
  color: var(--blue-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.body-2.op70 {
  opacity: .7;
  color: var(--white-100);
}

.body-2.op90 {
  opacity: .9;
}

.body-2.color--gray-green {
  color: var(--blue-100);
  margin-left: 0;
}

.body-2.op50 {
  opacity: .5;
}

.body-2.mod--drop-trigger {
  text-align: left;
}

.body-2.mod--cases-banner {
  color: var(--blue-100);
}

.body-2.mod--card-events {
  color: var(--blue-70);
}

.body-2.mod--centered {
  color: var(--blue-100);
  text-align: center;
}

.body-2.mpd--antiage-pricing-price {
  color: var(--blue-70);
  text-decoration: line-through;
}

.body-2.mpd--antiage-pricing-price.mod--white {
  color: var(--white-70);
}

.body-2.mod--antiage-table-cell {
  color: var(--blue-100);
}

.body-2.mod--card-hover {
  z-index: 1;
  color: var(--blue-100);
  position: relative;
}

.body-2.mod--antiage-banner-hor {
  color: var(--blue-100);
  margin-left: 40px;
}

.body-2.color--blue {
  color: var(--light-blue);
  margin-left: 0;
}

.w344 {
  max-width: 21.5rem;
}

.block-pb76 {
  padding-bottom: 4.75rem;
}

.hero-block2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f2f9f933;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 23.3125rem;
  padding: 1rem .375rem 1rem 1rem;
  display: flex;
}

.hero-ru-icon {
  object-fit: contain;
  flex: none;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.hero-ru-icon.mod--antiage-1 {
  width: 2rem;
}

.body-3 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 140%;
}

.body-3.op50 {
  opacity: .5;
}

.body-3.op50.mod--card-hover {
  z-index: 1;
  position: relative;
}

.body-3.op70 {
  opacity: .7;
}

.body-3.op60 {
  opacity: .6;
}

.body-3.mod--cases-banner {
  opacity: .6;
  color: var(--blue-100);
}

.body-3.mod--bc-last {
  width: 100%;
  overflow: hidden;
}

.body-3.mod--bc-last.w--current {
  overflow: hidden;
}

.body-3.mod--form-timer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-3.mod--form-timer.mod--bg {
  text-align: left;
}

.body-3.mod--grey {
  color: var(--dark-grey);
}

.body-3.mod--btn-bottom {
  text-align: center;
}

.body-3.mod--btn-bottom.mod--antiage-pricing {
  color: var(--blue-70);
}

.body-3.mod--btn-bottom.mod--antiage-pricing.mod--white {
  color: var(--white-70);
}

.body-3.mod--antiage-pricing-el {
  justify-content: flex-start;
  align-items: center;
  min-height: 1.25rem;
  display: inline-flex;
}

.body-3.mod--antiage-table-cell {
  color: var(--blue-70);
}

.body-3.mod--antiage-table-cell.mod--white {
  color: var(--white-100);
}

.body-3.form-timer-wrapper {
  text-align: left;
}

.center-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center-flex.center {
  text-align: center;
}

.block-pb50 {
  padding-bottom: 3.125rem;
}

.h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

.h2.mod--centered {
  text-align: center;
}

.h2.mod--anastasia {
  margin-bottom: -2rem;
}

.h2.mod--antiage-banner-hor {
  color: var(--blue-100);
  justify-content: flex-start;
  display: flex;
}

.h2.form-timer-wrapper {
  text-align: left;
}

.grid-gap28 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  background-color: var(--white-100);
  border-radius: 1rem;
  min-height: 100%;
  padding: 1.5rem;
}

.card.is--img_bg {
  color: var(--white-100);
  background-image: url('../images/card-bg_1card-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card.is--img_bg .body-2,
.card.is--img_bg .body-3 {
  color: var(--white-100);
}

.card.mod--en {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 10rem;
  max-height: 10rem;
  display: flex;
}

.card.mod--en.mod--img {
  background-color: var(--transparent);
  padding: 0;
}

.card.mod--antiage {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 10rem;
  display: flex;
}

.card.mod--antiage.mod--img {
  background-color: var(--transparent);
  height: 100%;
  padding: 0;
}

.card.mod--antiage.mod--space-between {
  justify-content: space-between;
}

.card.mod--antiage-pricing {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.card.mod--antiage-pricing.mod--linear {
  border: 1px solid var(--blue-10);
  background-color: var(--transparent);
}

.card.mod--antiage-pricing.mod--blue {
  background-color: var(--light-blue);
  background-image: url('../images/ill-bg-dna-ver-min.svg');
  background-position: 160%;
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.card.mod--antiage-table {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card.mod--antiage-result {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.mod--antiage-result.mod--bg {
  background-color: var(--light-blue);
  color: var(--white-100);
  background-image: linear-gradient(#214b57e6, #214b5733), url('../images/img-antiage-6-6.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.card.mod--antiage-result.mod--hover {
  cursor: pointer;
}

.card.mod--antiage-3.mod--img {
  height: 100%;
}

.card.mod--antiage-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 10rem;
  display: flex;
}

.card.mod--antiage-a {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: .75rem;
  display: flex;
}

.card.mod--antiage-a.mod--margin-l1 {
  margin-left: 8rem;
}

.card.mod--antiage-a.mod--margin-r1 {
  margin-left: -8rem;
}

.card.mod--antiage-a.mod--margin-l2 {
  margin-left: 4rem;
}

.card.mod--antiage-a.mod--margin-r2 {
  margin-left: -4rem;
}

.card.mod--antiage-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 12rem;
  display: flex;
}

.card.mod--antiage-3.mod--img {
  background-color: var(--transparent);
  padding: 0;
}

.sticky-track {
  height: 350vh;
  position: relative;
}

.sticky-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.block-pb8 {
  padding-bottom: .5rem;
}

.w600 {
  max-width: 37.5rem;
}

.color--light-blue {
  color: var(--light-blue);
}

.circle-wrapper {
  aspect-ratio: 1;
  width: 17.625rem;
  position: relative;
}

.circle {
  aspect-ratio: 1;
  border: 1px solid var(--dark-grey);
  border-radius: 100%;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.circle.second {
  border-color: var(--light-blue);
}

.circle-slide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.color--dark-grey {
  color: var(--dark-grey);
}

.circle-bullet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-100);
  text-align: left;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 17.9375rem;
  margin-right: -1rem;
  padding: .75rem .5rem .75rem .75rem;
  display: grid;
  position: absolute;
  inset: 23% 100% auto auto;
  box-shadow: 4px 4px 10px #dce9ea1a;
}

.circle-bullet._2 {
  width: 15.875rem;
  margin-left: -3.4rem;
  margin-right: 0;
  inset: 15% auto auto 100%;
}

.circle-bullet._3 {
  width: 21.5rem;
  margin-bottom: -1.7rem;
  margin-right: 0;
  inset: auto auto 0% 57%;
}

.circle-bullet._4 {
  width: 15rem;
  margin-right: 2.5rem;
  inset: 0% 50% auto auto;
}

.circle-bullet._5 {
  width: 13.375rem;
  margin-left: -2.3rem;
  margin-right: 0;
  inset: 19% auto auto 100%;
}

.circle-bullet._6 {
  width: 12.75rem;
  margin-bottom: -1.3rem;
  margin-right: 0;
  inset: auto 44% 0% auto;
}

.text-24 {
  letter-spacing: -.04em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
}

.circle-button-wrapper {
  padding-top: 3.125rem;
}

.grid2 {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.w525 {
  width: 32.8125rem;
  max-width: 100%;
}

.med_dots {
  height: .75rem;
  margin-bottom: 1.5rem;
}

.med_slider {
  width: 26.7rem;
  max-width: 100%;
}

.med_slider_bgs {
  width: 36.625rem;
  position: absolute;
  inset: 0% auto 0% 34.625rem;
}

.med_bg_slide {
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.med_bg_slide.active {
  opacity: 1;
}

.med_bg-img {
  border-radius: 1rem;
  height: 100%;
}

.mes_quote-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f2f9f991;
  border-radius: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 17.9rem;
  padding: 1rem;
  display: grid;
  position: absolute;
  inset: auto auto 4.375rem -5.875rem;
}

.mes_quote-block._2 {
  width: 18.3rem;
}

.mes_quote-block._3 {
  width: 19rem;
  bottom: 1.125rem;
}

.ic--quote {
  object-fit: contain;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
}

.quote--author_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-avatar {
  flex: none;
  width: 2.7rem;
  height: 2.7rem;
}

.description {
  letter-spacing: .01em;
  font-size: .625rem;
  font-weight: 500;
  line-height: 141%;
}

.description.op60 {
  opacity: .6;
}

.w574 {
  max-width: 35.875rem;
}

.color--white {
  color: var(--white-100);
}

.parallax-track {
  height: 250vh;
}

.parallax-sticky-block {
  background-color: var(--light-blue);
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.parallax-row {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 6.25rem;
  display: flex;
}

.parallax-items {
  z-index: 1;
  height: 1em;
  font-size: 83.4375rem;
  position: absolute;
  inset: 0% 0% auto;
}

.parallax-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  position: absolute;
  inset: 3.75rem auto auto 0%;
}

.parallax-item._2 {
  inset: 16.25rem 0% auto auto;
}

.parallax-item._3 {
  inset: 38.6875rem auto auto 5.75rem;
}

.parallax-item._4 {
  inset: 56.375rem auto auto 17.375rem;
}

.parallax-item._5 {
  inset: 68.0625rem 13.3125rem auto auto;
}

.parallax-card {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  background-color: #f2f9f9;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 13.75rem;
  padding: 1.5rem;
  display: flex;
}

.parallax-card-icon {
  width: 1rem;
}

.parallax-text-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  will-change: backdrop-filter;
  color: var(--white-100);
  background-color: #f2f9f933;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-left: -1.625rem;
  margin-right: -10000px;
  padding: 1rem 1.25rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 100%;
}

.parallax-text-row._2 {
  margin-bottom: -1rem;
  margin-left: -6.1875rem;
  margin-right: 0;
  inset: auto auto 100% 0%;
}

.parallax-text-row._3 {
  margin-top: 2.625rem;
  inset: 0% auto auto 100%;
}

.parallax-text-row._4 {
  margin-left: 0;
  inset: auto auto 11.7rem 5.7rem;
}

.parallax-text-row._5 {
  margin-left: 0;
  inset: auto auto 10.125rem 8rem;
}

.parallax-num {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white-100);
  text-align: center;
  background-color: #90c3d4;
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: inline-flex;
  position: relative;
}

.parallax-num-ic {
  width: 1em;
  height: 1em;
  font-size: .75rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.parallax-photo {
  border-radius: 1rem;
  width: 1em;
  margin-top: 12.125rem;
  font-size: 9.75rem;
  position: absolute;
  inset: 100% auto auto 23.125rem;
}

.parallax-photo._2 {
  margin-top: 0;
  margin-left: 26.6875rem;
  top: 3.625rem;
  left: 100%;
}

.parallax-photo._3 {
  margin-top: 0;
  margin-right: 7.4375rem;
  inset: 11.5rem 100% auto auto;
}

.parallax-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100dvh;
  position: sticky;
  top: 0;
}

.block-pb32 {
  padding-bottom: 2rem;
}

.block-pb32.pt4 {
  padding-top: .25rem;
}

.block-pb64 {
  padding-bottom: 4rem;
}

.w530 {
  max-width: 33.125rem;
}

.services-row {
  grid-column-gap: 0rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1.75rem;
  display: flex;
}

.services-col {
  flex: 1;
}

.services-col._2 {
  flex: none;
  width: 77.6%;
  padding-left: 3.5rem;
  padding-right: 1.75rem;
}

.services-col.w_50 {
  flex: none;
  width: 50%;
  padding-right: 1.75rem;
}

.services-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-blue);
  min-height: 14.625rem;
  color: var(--white-100);
  background-image: url('../images/service-bg-01.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.services-card.is--white {
  background-color: var(--white-100);
  width: 16.75rem;
  color: var(--blue-100);
  background-image: none;
}

.services-card.is--white.mod--en {
  flex-flow: row;
  width: 100%;
  min-height: auto;
}

.services-card.is--green {
  background-color: #9ddce0;
}

.services-card.h219 {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 13.6875rem;
}

.services-card.is--dark-green {
  background-color: #81b5c5;
}

.service-card-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.prometric-logo {
  width: 8.75rem;
}

.services_slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.services-slide {
  height: 100%;
  padding-right: 1.25rem;
}

.service-plus {
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #f2f9f933;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.icon.size28 {
  object-fit: contain;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  font-size: 1.75rem;
}

.service-img {
  width: 14.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.w275 {
  max-width: 17.1875rem;
}

.w430 {
  max-width: 26.875rem;
}

.service-cta-block {
  grid-column-gap: 11rem;
  grid-row-gap: 11rem;
  background-color: var(--white-100);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 1.5rem;
  display: grid;
}

.overflow_hidden {
  overflow: hidden;
}

.doctors-row {
  grid-column-gap: 7.75rem;
  grid-row-gap: 7.75rem;
  display: flex;
}

.doctors-col {
  flex: 1;
}

.doctors-col._2 {
  flex: none;
  width: 38.625rem;
}

.doctors-bg {
  width: 45.75rem;
  max-width: none;
  position: absolute;
  inset: -5.7rem -4.8rem auto auto;
}

.slider_wrapper {
  position: relative;
}

.slider_arrow {
  background-color: var(--light-blue);
  width: 1em;
  height: 1em;
  color: var(--white-100);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -.5em;
  margin-left: -.5rem;
  margin-right: -.5rem;
  font-size: 1.5rem;
  transition: all .2s;
  display: inline-flex;
  position: absolute;
  inset: 50% auto auto -1em;
}

.slider_arrow:hover {
  background-color: var(--blue-100);
}

.slider_arrow.right {
  left: auto;
  right: -1em;
}

.slider_arrow.top-05rem {
  margin-top: calc(-.5em - .5rem);
}

.slider_arrow.static {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.doctors_slider {
  margin-bottom: -1rem;
  margin-right: -1rem;
}

.doctor-card {
  background-color: var(--white-100);
  background-image: url('../images/doctor-card-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 25.625rem;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 17rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.doctor-card.gap50 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
}

.doctor-photo {
  aspect-ratio: 1;
  border-radius: 1rem;
  width: 14.4375rem;
}

.doctor-col {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 17.7rem;
  display: flex;
}

.doctor-col._2 {
  padding-right: 0;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.prometric-block {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-image: linear-gradient(90deg, var(--white-100), #cbeaee);
  border: 1px solid #9ed1e166;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  padding: .375rem .5625rem;
  display: inline-flex;
  position: absolute;
  inset: auto auto 1.25rem 21.25rem;
}

.prometric-score {
  background-color: var(--blue);
  color: var(--white-100);
  border-radius: .25rem;
  padding: .3125rem .4375rem;
  position: relative;
}

.prometric-score-ic {
  width: 1em;
  height: 1em;
  font-size: .75rem;
  position: absolute;
  inset: auto -.1875rem -.1875rem auto;
}

.block-pb4 {
  padding-bottom: .25rem;
}

.doc-name-block {
  max-width: 15.6rem;
}

.doc-name-block.fullw {
  max-width: none;
}

.block-pb20 {
  padding-bottom: 1.25rem;
}

.doctor-info-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.doctor-info-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--light-blue);
  color: var(--white-100);
  border-radius: .625rem;
  flex-flow: column;
  padding: .5rem .625rem;
  display: inline-flex;
}

.doctor-info-block.border-style {
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  background-color: #9ed1e100;
}

.doctors_slide {
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.cta-quiz-block {
  background-color: var(--light-blue);
  color: var(--white-100);
  text-align: center;
  background-image: url('../images/cta-quiz-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.w580 {
  max-width: 36.25rem;
}

.cta-quiz-ic-block {
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: left;
  letter-spacing: .01em;
  background-color: #f2f9f933;
  border-radius: .5rem;
  padding: .375rem .6rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.cta-quiz-ic-block.is--icon {
  border-radius: .75rem;
  width: 1em;
  padding: 0;
  font-size: 2.875rem;
  display: inline-flex;
  inset: auto auto 3.25rem 11.625rem;
}

.cta-quiz-num {
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 70%;
}

.clinics-row {
  z-index: 2;
  display: flex;
  position: relative;
}

.clinics-col {
  flex: 1;
}

.clinics-col._2 {
  flex: none;
  width: 34.6rem;
  padding-left: 1rem;
  position: relative;
}

.clinics-card {
  background-color: var(--light-blue);
  color: var(--white-100);
  background-image: url('../images/cta-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 1rem;
  padding: 1.5rem 11.6rem 1.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.clinics-stat-block {
  letter-spacing: -.03em;
  margin-top: 1rem;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: .8em;
  display: flex;
  overflow: hidden;
}

.clinics-stat-col {
  position: relative;
}

.clinics-photo {
  width: 16.3125rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.marquee-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-left: -1rem;
  margin-right: -2.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  overflow: hidden;
}

.marquee-column {
  position: relative;
}

.marquee-column._3 {
  top: -100%;
}

.marquee-slide {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.marquee-clinic-card {
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 7.375rem;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 10px 3px #dce9ea1a;
}

.clinic-logo {
  display: block;
}

.marquee-slide-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-gradient {
  background-image: linear-gradient(#fbfbfb, #fbfbfb14);
  height: 3.4375rem;
  position: absolute;
  inset: -1px -5rem auto 0%;
}

.marquee-gradient.bottom {
  top: auto;
  bottom: -1px;
  transform: rotate(180deg);
}

.w460 {
  max-width: 28.75rem;
}

.reviews_slider {
  flex-flow: wrap;
  margin-right: -1.5rem;
  display: flex;
}

.reviews-slide {
  padding-right: 1.5rem;
}

.review_card {
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14.375rem;
  height: 24.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-photo {
  position: absolute;
  inset: 0%;
}

.review-text-block {
  z-index: 2;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f2f9f991;
  border-radius: .75rem;
  padding: .5rem;
  position: absolute;
  inset: auto .5rem .5rem;
}

.play {
  z-index: 2;
  opacity: .5;
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  font-size: 7.5rem;
  position: relative;
}

.live-row {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.live-image {
  border-radius: 1rem;
  flex: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.live-col {
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.live-dot {
  background-color: var(--light-blue);
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.live-author-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 22.25rem;
  display: flex;
}

.live-author-photo {
  background-color: #cbeaee1a;
  border-radius: 100%;
  flex: none;
  width: 4.875rem;
  height: 4.875rem;
}

.live-image-wrapper {
  width: 32.875rem;
  position: relative;
}

.date {
  display: flex;
}

.post-back {
  background-color: var(--light-blue);
  color: var(--white-100);
  cursor: pointer;
  border-radius: 100%;
  font-size: 1.5rem;
  display: inline-flex;
}

.post-img {
  border-radius: 1rem;
  max-height: 440px;
  display: block;
}

.article {
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.article p {
  opacity: .7;
  margin-bottom: 1em;
}

.article h3 {
  opacity: .7;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.cta-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-img {
  background-image: url('../images/cta-img_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  min-height: 30.1875rem;
  position: relative;
  overflow: hidden;
}

.cta-img.mod--events {
  background-image: url('../images/img_cta.jpg');
}

.cta-img.mod--events.mod--antiage-vebinar {
  background-image: url('../images/img-antiage-anastasia.jpg');
}

.cta-img.mod--antiage {
  background-image: url('../images/img-form.webp');
}

.cta-form-wrapper {
  background-color: var(--light-blue);
  color: var(--white-100);
  background-image: url('../images/cta-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 1rem;
  padding: 2rem 4.75rem 2rem 2rem;
}

.cta-form-wrapper.mod--form-events {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-info-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #f2f9f991;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 11.5rem;
  padding: .75rem;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.row-gap4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map-icon {
  flex: none;
  width: .5625rem;
}

.block-pb24 {
  padding-bottom: 1.5rem;
}

.f-input {
  height: 3rem;
  color: var(--white-100);
  letter-spacing: -.2px;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  border-radius: 0;
  margin-bottom: 1.25rem;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
  transition: all .2s;
}

.f-input:hover, .f-input:focus {
  border-bottom-color: var(--white-100);
}

.f-input::placeholder {
  color: #ffffffb3;
}

.f-input.gray {
  color: var(--gray-green);
  border-bottom-color: #6e797980;
}

.f-input.gray:hover, .f-input.gray:focus {
  border-bottom-color: var(--gray-green);
}

.f-input.gray::placeholder {
  color: #6e7979b3;
}

.f-input.mod--textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 6rem;
}

.f-checkbox-input {
  border: 1px solid var(--white-100);
  border-radius: 4px;
  flex: none;
  width: 1em;
  height: 1em;
  margin-top: .1875rem;
  margin-left: 0;
  margin-right: .5rem;
  font-size: 1rem;
}

.f-checkbox-input.w--redirected-checked {
  border-color: var(--white-100);
  background-color: var(--white-100);
  background-image: url('../images/checked-blue.svg');
  background-position: 50%;
  background-size: auto;
}

.f-checkbox-input.w--redirected-focus {
  border-color: var(--white-100);
  box-shadow: none;
}

.f-checkbox-input.blue {
  border-color: var(--light-blue);
}

.f-checkbox-input.blue.w--redirected-checked {
  background-color: var(--light-blue);
  background-image: url('../images/map-white.svg');
  background-size: auto;
}

.f-checkbox {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.block-pb52 {
  padding-bottom: 3.25rem;
}

.block-pb52.pt4 {
  padding-top: .25rem;
}

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

.form.mod--page {
  background-color: var(--white-100);
  border-radius: 2rem;
  padding: 2rem;
}

.bg-filter {
  z-index: -1;
  background-image: url('../images/wave.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 17.625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 5.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-footer.mod--en {
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-link-footer {
  width: 9.8125rem;
  color: var(--light-blue);
}

.logo-link-footer.w--current:hover {
  opacity: .7;
}

.vflex-gap12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.s_links {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.s_link {
  width: 1em;
  height: 1em;
  color: var(--light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 3.125rem;
  display: inline-flex;
}

.s_link:hover {
  color: var(--blue-100);
}

.burger {
  display: none;
}

.stat-num-row {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.invisible {
  opacity: 0;
}

.lang-cont {
  color: var(--blue-100);
  padding-top: 3px;
  display: none;
  position: absolute;
  inset: 100% auto auto 0%;
}

.lang-list {
  background-color: var(--white-100);
  border-radius: 4px;
  flex-flow: column;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.lang-link {
  padding-left: 4px;
  padding-right: 4px;
}

.lang-link:hover, .lang-link.w--current {
  background-color: #9ed1e140;
}

.block-pl3 {
  padding-left: .1875rem;
}

.doc-vcol {
  flex: 1;
}

.wa-fixed {
  z-index: 90;
  border-radius: 100%;
  font-size: 4.25rem;
  position: fixed;
  inset: auto 4.375rem 2.5rem auto;
}

.lb {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.lb-bg {
  background-color: #6e797999;
  width: 100%;
  height: 100lvh;
  position: fixed;
  inset: 0%;
}

.lb-block {
  background-color: var(--white-100);
  border-radius: 2.5rem;
  width: 32.875rem;
  padding: 2.875rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.lb-block.quiz-block {
  flex-flow: column;
  width: 38.625rem;
  display: flex;
}

.lb-block.service-block {
  width: 62.5rem;
}

.lb-block.service-block.mod--sm {
  width: auto;
}

.lb-block.mod--page {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.lb-block.mod--wide {
  width: 50rem;
}

.lb-cross {
  z-index: 5;
  background-color: var(--light-blue);
  cursor: pointer;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.lb-cross:hover {
  background-color: var(--blue-100);
}

.color--gray-green {
  color: var(--gray-green);
}

.form-success {
  background-color: #ddd0;
  padding: 0;
}

.form-success.quiz-success {
  padding: .625rem 3.375rem;
}

.form-success.mod--events {
  text-align: left;
}

.form-error {
  background-color: var(--blue-100);
  color: var(--white-100);
  border-radius: .25rem;
  font-size: .7rem;
  line-height: 140%;
}

.quiz_slide {
  flex-flow: column;
  flex: 1;
  transition: all .2s;
  display: none;
}

.quiz_slide.active {
  display: flex;
}

.block-pb40 {
  padding-bottom: 2.5rem;
}

.quiz-container {
  flex-flow: column;
  min-height: 26.4375rem;
  display: flex;
}

.quiz-vcol {
  flex: 1;
  padding-bottom: 2rem;
}

.quiz-nav-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.quiz-progress-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 15rem;
  color: var(--dark-grey);
  flex-flow: column;
  display: flex;
}

.progress-line {
  background-color: #f2f9f9;
  border-radius: 100vw;
  height: .875rem;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--light-blue);
  border-radius: 100vw;
  width: 14.2857%;
  transition: all .2s;
}

.w484 {
  max-width: 30.25rem;
}

.checkboxes-group {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quiz-slides {
  flex-flow: column;
  flex: 1;
  max-height: 90vh;
  display: flex;
  overflow: auto;
}

.mobile-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.mobile-contacts-block {
  display: none;
}

.service-lb.lb {
  width: 100%;
  display: none;
}

.service-lb.lb.mod--antiage {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  inset: 0%;
}

.service-lb.lb.mod--antiage.mod--show {
  display: flex;
}

.service-grid {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-grid.mod--anastasia {
  width: 100%;
}

.service-image {
  aspect-ratio: 1.04;
  object-fit: contain;
  border-radius: .75rem;
  width: 25.625rem;
}

.service-vcol {
  flex: 1;
}

.service-column {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.grid-gap8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.quiz-buttons-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.cookie-block {
  z-index: 3000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-100);
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 39.8125rem;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 3.125rem;
}

.link-up {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--blue-100);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.mobile_block {
  display: none;
}

.w780 {
  max-width: 48.75rem;
}

.block-pb82 {
  padding-bottom: 5.125rem;
}

.grid-gap140 {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.policy-grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 21.25rem 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.preloader {
  z-index: 9999;
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: inline-flex;
}

.h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 130%;
}

.h3.mod--form-timer {
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  display: flex;
}

.h3.mod--antiage-margin {
  margin-top: -1.5rem;
}

.video-lb.lb {
  display: none;
}

.video_review {
  z-index: 2;
  aspect-ratio: 1 / 1.77777;
  border-radius: 1rem;
  height: 90vh;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bc-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.bc-li {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.block-pb60 {
  padding-bottom: 3.75rem;
}

.cms-list-post {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-post {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  height: 100%;
  min-height: 23.3125rem;
  padding: 1.25rem;
  display: flex;
}

.card-post-img {
  background-color: var(--body-bg);
  background-image: url('../images/ev_plug.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 100%;
  height: 8.75rem;
}

.card-post-img.mod--plug {
  background-image: url('../images/ev_plug.svg');
}

.card-post-content {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.post-info-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-info-col {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-24 {
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
}

.post-card2-title-col {
  flex: 1;
  margin-bottom: 1rem;
}

.author-row {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 61.625rem;
  display: flex;
}

.author-col {
  flex: 1;
}

.author-col._2 {
  flex: none;
  width: 38.625rem;
}

.sidebar {
  background-color: var(--white-100);
  border-radius: 1rem;
  padding: 1.25rem;
}

.author-photo {
  border-radius: 100%;
  width: 1em;
  height: 1em;
  margin-bottom: .625rem;
  font-size: 6rem;
}

.author-photo.art {
  margin-bottom: 1rem;
}

.author-s_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.author-s_link {
  color: var(--light-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  display: inline-flex;
}

.author-s_link:hover {
  opacity: .75;
}

.grid-gap48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.certificate-img {
  width: auto;
}

.certificate-lb-link {
  background-color: #9aacaf1a;
  height: 10.625rem;
  padding: .625rem;
  display: inline-flex;
}

.certificates_slider {
  flex-flow: wrap;
  margin-right: -1rem;
  display: flex;
}

.certificate-col {
  padding-right: 1rem;
}

.arrows-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
  display: flex;
}

.certificates_slider-wrapper {
  width: 100vw;
  overflow: hidden;
}

.w618 {
  width: 38.625rem;
}

.post-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 15.5rem 1fr 15.5rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-block2 {
  position: sticky;
  top: 6rem;
}

.position_relative {
  position: relative;
}

.text-rich {
  color: var(--blue-70);
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.text-rich p {
  margin-bottom: 1rem;
}

.text-rich h2 {
  color: var(--blue-100);
  letter-spacing: .01em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich h3 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 130%;
}

.text-rich h4 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich ol, .text-rich ul {
  margin-bottom: 0;
  padding-left: 1rem;
}

.text-rich a {
  color: var(--blue);
  font-weight: 500;
}

.text-rich a:hover {
  color: var(--blue-100);
}

.text-rich img {
  border-radius: 1rem;
}

.text-rich figcaption {
  color: #214b5780;
  text-align: center;
  letter-spacing: .01em;
  margin-top: .5rem;
  font-size: .625rem;
  line-height: 140%;
}

.text-rich figure {
  width: 100%;
  margin: 3rem 0;
}

.text-rich blockquote {
  border-left-width: .25rem;
  border-left-color: var(--blue-100);
  background-color: var(--body-bg);
  border-radius: .375rem;
  font-size: .875rem;
  line-height: 160%;
}

.text-rich li {
  margin-bottom: 1rem;
}

.text-rich strong {
  color: var(--blue-100);
  font-weight: 600;
}

.text-rich h1 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich h5, .text-rich h6 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich.mod--review {
  width: 100%;
  overflow: hidden;
}

.toc-link {
  opacity: .7;
  display: block;
}

.toc-link:hover, .toc-link.w--current {
  opacity: 1;
}

.toc-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link__w-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #214b57b3;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.link__w-icon:hover {
  color: var(--blue-100);
}

.line-clamp-1.mod--cut {
  width: 100%;
}

.cms-pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}

.link-icon-16 {
  color: var(--light-blue);
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transition: all .1s;
  display: inline-flex;
}

.mod--hidden {
  display: none;
}

.text-rich-reserve p {
  margin-bottom: 8px;
  line-height: 160%;
}

.text-rich-reserve blockquote {
  margin-bottom: 8px;
  padding: 8px 16px;
  line-height: 160%;
}

.text-rich-reserve li {
  margin-bottom: 8px;
  line-height: 160%;
}

.text-rich-reserve ol, .text-rich-reserve ul {
  margin-bottom: 0;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 130%;
}

.text-rich-reserve-2 {
  color: var(--gray-green);
  text-align: left;
  font-size: .75rem;
  font-weight: 500;
  line-height: 140%;
}

.text-rich-reserve-2 p {
  margin-bottom: 1rem;
  font-size: .75rem;
  line-height: 140%;
}

.text-rich-reserve-2 h2 {
  color: var(--blue-100);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-reserve-2 h3 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1em;
  font-weight: 700;
  line-height: 160%;
}

.text-rich-reserve-2 ol, .text-rich-reserve-2 ul {
  margin-bottom: 0;
  padding-left: 1.6rem;
}

.text-rich-reserve-2 a {
  color: var(--blue);
  font-weight: 700;
}

.text-rich-reserve-2 a:hover {
  color: var(--blue-100);
}

.text-rich-reserve-2 img {
  border-radius: 1rem;
}

.text-rich-reserve-2 figcaption {
  color: #214b5780;
  text-align: left;
  letter-spacing: .01em;
  margin-top: .5rem;
  font-size: .625rem;
  line-height: 140%;
}

.text-rich-reserve-2 figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-rich-reserve-2 blockquote {
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 140%;
}

.text-rich-reserve-2 li {
  margin-bottom: 1rem;
  font-size: .75rem;
  line-height: 140%;
}

.text-rich-reserve-2 strong {
  color: var(--blue-100);
}

.cms-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  display: grid;
}

.cms-list.mod--cases {
  grid-template-columns: minmax(0, 1fr) 1fr;
  align-content: space-between;
}

.cms-list.mod--cases.mod--single {
  grid-template-columns: minmax(0, 1fr);
}

.cms-list.mod--events {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: minmax(0, 1fr);
  align-content: space-between;
}

.cms-list.mod--review-dha {
  display: flex;
}

.faq-trigger-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-trigger-title.mod--program {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.faq-drop {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.drop-trigger-arrow {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.faq-drop-trigger {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  background-color: #0000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: flex;
}

.faq-drop-trigger:hover {
  background-color: var(--body-bg);
}

.faq-drop-toggle-mask {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  overflow: hidden;
}

.faq-drop-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--back);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.cms-list-wrapper {
  width: 100%;
}

.cms-empty {
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 1.25rem;
  display: flex;
}

.card-doc {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white-100);
  cursor: pointer;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: flex;
}

.card-doc:hover {
  background-color: var(--body-bg);
}

.card-doc-content {
  grid-column-gap: .825rem;
  grid-row-gap: .825rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-doc-arrow {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.card-doc-icon {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.cms-item {
  width: 100%;
}

.quiz-widget {
  width: 100%;
  margin-bottom: 0;
}

.bc.mod--centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-btns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: center;
  align-items: center;
  display: grid;
}

.card-cases {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.25rem;
  display: flex;
}

.card-cases.mod--aside {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-cases-img {
  border-radius: 1rem;
  display: block;
}

.card-cases-img-wrapper {
  width: 40%;
  min-width: 40%;
  position: relative;
  overflow: hidden;
}

.card-cases-img-wrapper.mod--aside {
  width: 100%;
  min-width: auto;
}

.label-blur {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f2f9f999;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: .5rem;
  display: flex;
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  right: .5rem;
}

.label-blur.mod--cases-banner {
  padding: .5rem;
  right: auto;
}

.label-blur.mod--cases-card-aside {
  right: auto;
}

.card-cases-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-img {
  width: 1rem;
  height: 1rem;
}

.btn-img.mod--lg {
  width: 1.75rem;
  height: 1.75rem;
}

.btn-img.mod--tg {
  width: 1.5rem;
  height: 1.5rem;
}

.box-bg {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--light-blue);
  color: var(--white-100);
  background-image: url('../images/bg1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-bg.mod--about {
  background-image: url('../images/Frame-2131328787.png'), url('../images/bg1.png');
  background-position: 100% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
}

.box-bg.mod--review-dha {
  flex-flow: column;
}

.box-bg.mod--antiage {
  background-image: url('../images/img-antiage-1.png'), url('../images/bg1.png');
  background-position: 100% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, cover;
  justify-content: space-between;
  align-items: flex-end;
}

.box-bg.mod--antiage.mod--thanks {
  background-size: 30%, cover;
}

.banner-img-wrapper {
  min-width: 30%;
  position: relative;
  overflow: hidden;
}

.banner-img {
  border-radius: 1rem;
  width: 32.6875rem;
}

.banner-img.mod--aa-border {
  border: .5rem solid var(--white-100);
  width: 15rem;
}

.box-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.box-content.mod--about-1 {
  max-width: 50%;
}

.box-content.mod--en-bg {
  min-width: 40%;
}

.box-content.mod--antiage-anastasia {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 50%;
}

.box-content.mod--centered-antiage {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
}

.box-content.mod--centered-antiage.mod--sm {
  max-width: 680px;
}

.box-content.mod--btns-antiage {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.box-content.mod--btns-antiage.mod--antiage-1 {
  place-items: start stretch;
  max-width: none;
}

.box-content.mod--btns-antiage.mod--centered {
  place-items: center stretch;
}

.box-content.mod--antiage-1 {
  max-width: 60%;
}

.box-content.mod--antiage-1-vebinar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 60%;
}

.cases-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.cases-aside {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 6rem;
}

.cases-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.bc-last {
  white-space: nowrap;
  width: 100%;
}

.bc-wrapper {
  width: 100%;
}

.card-events {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.card-events:hover {
  opacity: .8;
}

.card-events.mod--page-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  display: grid;
}

.card-events.mod--page-2:hover {
  opacity: 1;
}

.card-events.mod--page-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.card-events.mod--page-1:hover {
  opacity: 1;
}

.card-events-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.card-events-content.mod--nobg {
  background-color: var(--transparent);
  border-radius: 0;
  padding: 0;
}

.card-events-content.mod--speaker {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/doctor-card-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.card-events-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-events-top.mod--page {
  width: 100%;
  overflow: hidden;
}

.card-events-label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-events-label {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-events-img-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-events-img-wrapper.mod--page-2 {
  border-radius: 1rem;
  width: 100%;
  min-width: auto;
  height: 100%;
}

.card-events-img-wrapper.mod--speaker {
  border-radius: 100%;
  width: 100%;
  min-width: auto;
  max-width: 250px;
}

.card-events-img-wrapper.mod--speaker.mod--antiage-vebinar-new {
  border-radius: 0%;
  max-width: 400px;
}

.card-events-img {
  object-position: 25% 50%;
  border-radius: 1rem;
  height: 100%;
  display: block;
}

.card-events-img.mod--screen-2 {
  object-position: 50% 50%;
}

.card-events-img.mod--mob {
  display: none;
}

.card-events-play {
  z-index: 1;
  background-image: url('../images/i-play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  position: absolute;
}

.card-events-label-img {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.card-events-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.p-section {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 4.375rem 2rem;
  display: flex;
  position: relative;
}

.p-section.mod--first {
  padding-top: 6rem;
}

.p-section.mod--first.mod--antiage {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-section.mod--first-bg {
  background-color: var(--light-blue);
  border-radius: 2.5rem;
}

.p-section.mod--overlay-hidden {
  overflow: hidden;
}

.p-section.mod--bg {
  background-color: var(--light-blue);
  border-radius: 2rem;
}

.p-section.mod--bg.mod--antiage {
  background-image: url('../images/ill-bg-dna-diag-min.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125%;
}

.p-section.mod--antiage {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
}

.p-section.mod--antiage.mod--a {
  background-image: url('../images/img-antiage-3-bg-png.png'), url('../images/img-antiage-3-bg-svg-min.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, contain;
}

.p-section.mod--header {
  z-index: 99;
  background-color: var(--back);
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  position: fixed;
  inset: 0% 0% auto;
}

.p-section.mod--thanks {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.p-container {
  flex-flow: column;
  width: 67.5rem;
  max-width: 100%;
  display: flex;
}

.p-container.mod--page {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  display: flex;
}

.p-container.mod--page-form {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.mod--cut {
  white-space: nowrap;
}

.form-content {
  width: 100%;
}

.form-timer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f2f9f933;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: stretch;
  padding: .5rem 1rem;
  display: flex;
}

.form-timer.mod--bg {
  background-color: var(--blue-10);
}

.form-timer-separator {
  background-color: var(--border-color);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
}

.form-timer-separator.mod--bg {
  background-color: var(--blue-10);
}

.box-bg-blue {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--light-blue);
  color: var(--white-100);
  background-image: url('../images/cta-quiz-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.box-bg-blue.mod--about-centered {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.box-bg-blue.mod--centered-antiage {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/ill-bg-dna-ver-min.svg'), url('../images/ill-bg-dna-ver-min.svg');
  background-position: 105% -1000px, -50px -250px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 1500px, auto 1500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.box-bg-blue.mod--centered-antiage.mod--dec {
  background-image: url('../images/ill-bg-dna-diag-min.svg');
  background-position: 105% 25%;
  background-repeat: no-repeat;
  background-size: auto 1500px;
}

.box-bg-blue.mod--antiage {
  background-image: url('../images/ill-bg-dna-ver-min.svg');
  background-position: 105%;
  background-size: auto 400%;
}

.box-bg-blue.mod--antiage.mod--timer {
  background-image: url('../images/ill-bg-dna-diag-min.svg');
  background-size: cover;
  width: 100%;
}

.box-bg-blue.mod--aa-hor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/ill-bg-dna-ver-min.svg'), url('../images/ill-bg-dna-ver-min.svg');
  background-position: 105% -1000px, -50px -250px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 1500px, auto 1500px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 82%;
  margin-top: 40px;
}

.box-bg-blue.mod--aa-hor.mod--dec {
  background-image: url('../images/ill-bg-dna-diag-min.svg');
  background-position: 105% 25%;
  background-repeat: no-repeat;
  background-size: auto 1500px;
}

.box-bg-blue.mod--aa-hor.mod--aa-border {
  justify-content: flex-start;
  align-items: center;
}

.events-after-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.events-after-title.mod--antiage-banner-hor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
}

.text-rich-white {
  color: var(--white-100);
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.text-rich-white p {
  margin-bottom: 1rem;
}

.text-rich-white h2 {
  color: var(--white-100);
  letter-spacing: .01em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-white h3 {
  color: var(--white-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-white h4 {
  color: var(--white-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-white ol, .text-rich-white ul {
  margin-bottom: 0;
  padding-left: 1rem;
}

.text-rich-white a {
  color: var(--blue);
  font-weight: 500;
}

.text-rich-white a:hover {
  color: var(--blue-100);
}

.text-rich-white img {
  border-radius: 1rem;
}

.text-rich-white figcaption {
  color: #214b5780;
  text-align: left;
  letter-spacing: .01em;
  margin-top: .5rem;
  font-size: .625rem;
  line-height: 140%;
}

.text-rich-white figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-rich-white blockquote {
  border-left-width: .25rem;
  border-left-color: var(--blue-100);
  background-color: var(--body-bg);
  border-radius: .375rem;
  font-size: .875rem;
  line-height: 160%;
}

.text-rich-white li {
  margin-bottom: 1rem;
}

.text-rich-white strong {
  color: var(--white-100);
  font-weight: 600;
}

.text-rich-white h1 {
  color: var(--white-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-white h5, .text-rich-white h6 {
  color: var(--white-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
}

.box-bg-white {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white-100);
  color: var(--blue-100);
  background-image: url('../images/clinics-bg_1.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 125%;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-slide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  cursor: grab;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.card-slide-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.card-slide-content.mod--antiage-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.card-slide-img {
  object-position: 25% 50%;
  border-radius: 1rem;
  height: 100%;
  display: block;
}

.card-slide-img.mod--antiage-2 {
  height: 100%;
  max-height: 28rem;
  overflow: hidden;
}

.card-slide-list {
  width: 100%;
}

.card-slide-controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.card-slide-controls.mod--mob {
  display: none;
}

.card-slide-arrow {
  background-color: var(--light-blue);
  border-radius: 100%;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin: 0;
  padding: 0;
}

.card-slide-arrow:hover {
  background-color: var(--blue-100);
}

.card-slide-arrow.mod--next {
  background-image: url('../images/i-arrow-slider-r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.card-slide-arrow.mod--prev {
  background-image: url('../images/i-arrow-slider-l.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.card-slide-arrow.mod--white {
  background-color: var(--white-100);
}

.card-slide-arrow.mod--white:hover {
  background-color: var(--white-70);
}

.card-slide-arrow.mod--white.mod--prev {
  background-image: url('../images/i-arrow-slider-blue-l.svg');
}

.card-slide-arrow.mod--white.mod--next {
  background-image: url('../images/i-arrow-slider-blue-r.svg');
}

.box-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.box-wrapper.mod--en-cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
}

.box-wrapper.mod--antiage-pricing {
  flex-flow: row;
  align-items: stretch;
}

.box-wrapper.mod--antiage-table {
  flex-flow: row;
}

.box-wrapper.mod--antiage-2 {
  flex-flow: column;
}

.box-wrapper.mod--modal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-slide-bg {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-100);
  cursor: grab;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.card-slide-content-bg {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-rich-list-columns-3 {
  color: var(--blue-70);
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.text-rich-list-columns-3 p {
  margin-bottom: 1rem;
}

.text-rich-list-columns-3 h2 {
  color: var(--blue-100);
  letter-spacing: .01em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-list-columns-3 h3 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-list-columns-3 h4 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-list-columns-3 ol {
  margin-bottom: 0;
  padding-left: 1rem;
}

.text-rich-list-columns-3 ul {
  column-count: 3;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.text-rich-list-columns-3 a {
  color: var(--blue);
  font-weight: 500;
}

.text-rich-list-columns-3 a:hover {
  color: var(--blue-100);
}

.text-rich-list-columns-3 img {
  border-radius: 1rem;
}

.text-rich-list-columns-3 figcaption {
  color: #214b5780;
  text-align: left;
  letter-spacing: .01em;
  margin-top: .5rem;
  font-size: .625rem;
  line-height: 140%;
}

.text-rich-list-columns-3 figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-rich-list-columns-3 blockquote {
  border-left-width: .25rem;
  border-left-color: var(--blue-100);
  background-color: var(--body-bg);
  border-radius: .375rem;
  font-size: .875rem;
  line-height: 160%;
}

.text-rich-list-columns-3 li {
  margin-bottom: 1rem;
}

.text-rich-list-columns-3 strong {
  color: var(--blue-100);
  font-weight: 600;
}

.text-rich-list-columns-3 h1 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.text-rich-list-columns-3 h5, .text-rich-list-columns-3 h6 {
  color: var(--blue-100);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
}

.card-slide-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.box-wrapper-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.first-bg-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.mod--dark {
  color: var(--blue-100);
}

.first-bg-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.first-bg-img {
  border-radius: 1rem;
  height: 100%;
  display: block;
}

.page-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 780px;
  display: flex;
}

.page-title.mod--left {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-person {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white-100);
  background-image: url('../images/doctor-card-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 25.625rem;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  height: 17rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-person.mod--review {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.card-person.mod--antiage-tutors {
  width: 100%;
  height: auto;
  color: var(--blue-100);
  background-image: none;
}

.card-person.mod--antiage-tutors:hover {
  opacity: .8;
  color: var(--blue-100);
}

.card-person.mod--antiage-tutors.mod--who.mod--nohover:hover {
  opacity: 1;
}

.card-person-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.card-person-content.mod--review {
  width: 100%;
  overflow: hidden;
}

.card-person-content.mod--height {
  justify-content: space-between;
}

.card-person-content.mod--antiage-tutors {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  width: 100%;
}

.card-person-img {
  aspect-ratio: 1;
  border-radius: 1rem;
  width: 50%;
}

.card-person-img.mod--review {
  aspect-ratio: 1;
  width: 200px;
  min-width: 200px;
  max-width: none;
  height: 200px;
  min-height: 200px;
}

.card-person-img.mod--antiage-tutors {
  width: 30%;
  max-width: 200px;
  height: 100%;
}

.contacts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  cursor: grab;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.contacts-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white-100);
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.contacts-map {
  object-position: 25% 50%;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.contacts-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-el {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contacts-el-img {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.mod--grey {
  color: var(--blue-70);
}

.mod--link {
  color: var(--blue);
}

.mod--link:hover {
  color: var(--light-blue);
}

.photo-link {
  border-radius: 16px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.photo-link-mask {
  z-index: 1;
  background-color: var(--blue-70);
  opacity: 0;
  background-image: url('../images/i-zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  position: absolute;
  inset: 0%;
}

.photo-link-img {
  object-fit: cover;
  border: 0 solid #000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.review-labels {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-img {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.grid-4-en {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.services-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.services-card-img {
  border-radius: 1rem;
  width: 10rem;
  height: 10rem;
}

.grid-4-ante {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-4-ante.mod--target {
  width: 100%;
  position: relative;
}

.grid-4-ante.mod--vebinar-new {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mod--white {
  color: var(--white-100);
}

.box-bg-img {
  border-radius: 2rem;
}

.box-bg-img.mod--antiage {
  border-radius: 1rem;
  width: 50%;
  max-width: 320px;
}

.card-person-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.box-antiage-tutors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.btn-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dec-separator-hor {
  background-color: var(--blue-10);
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}

.dec-separator-hor.mod--white {
  background-color: var(--white-20);
}

.antiage-pricing-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.antiage-pricing-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--blue-10);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.antiage-pricing-bottom.mod--white {
  border-top-color: var(--white-20);
}

.antiage-pricing-bottom.mod--hidden {
  display: none;
}

.antiage-pricing-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.antiage-pricing-el {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.antiage-pricing-el-img {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.antiage-pricing-el-img.mod--tooltip {
  cursor: pointer;
  width: .8625rem;
  min-width: .8625rem;
  height: .8625rem;
  min-height: .8625rem;
  transition: all .2s;
}

.antiage-pricing-el-img.mod--tooltip:hover {
  opacity: .8;
}

.antiage-pricing-el-img-wrapper {
  flex-flow: column;
  display: flex;
}

.antiage-pricing-price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tick {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tick-group-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.tick-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tick-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  display: flex;
}

.text-h6 {
  color: #000;
  letter-spacing: .01ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.text-h6.tick-label {
  color: #fff;
  text-align: center;
  font-size: .75rem;
  line-height: 100%;
}

.mod--blue-light {
  color: var(--light-blue);
}

.antiage-table-column {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.antiage-table-column.mod--blue {
  background-color: var(--light-blue);
  color: var(--white-100);
  background-image: url('../images/ill-bg-dna-ver-min.svg');
  background-position: 130% 75%;
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.antiage-table-cell {
  border-right: 1px solid var(--blue-10);
  border-bottom: 1px solid var(--blue-10);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 4rem;
  max-height: 4rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.antiage-table-cell.mod--bottom {
  border-bottom-width: 0;
  border-bottom-color: var(--transparent);
}

.antiage-table-cell.mod--blue {
  border-right-width: 0;
  border-right-color: var(--transparent);
  border-bottom-color: var(--white-20);
  color: var(--white-100);
}

.box-antiage-target {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-antiage-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.grid-3-antiage {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.card-img {
  object-position: 25% 50%;
  border-radius: 1rem;
  height: 100%;
  display: block;
}

.card-img.mod--antiage-4 {
  border-radius: .25rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}

.card-img.mod--antiage-a {
  border-radius: .5rem;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.grid-antiage-a {
  grid-column-gap: 20rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  width: 100%;
  display: grid;
}

.card-bg {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-bg.mod--gradient {
  background-image: linear-gradient(#214b57e6, #214b5733);
}

.img-anastasia {
  border-radius: 1rem;
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  min-height: 10rem;
}

.modal-content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-100);
  border-radius: 2.5rem;
  flex-flow: column;
  width: 80%;
  max-width: 1040px;
  margin-top: 2.875rem;
  margin-bottom: 2.875rem;
  padding: 2.875rem;
  display: flex;
  position: relative;
}

.modal-img-table {
  max-width: none;
}

.modal-script-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.antiage-1-label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.antiage-1-label-img {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.btn-blur {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 23.3125rem;
  color: var(--blue-100);
  background-color: #f2f9f933;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 2rem;
  display: flex;
}

.btn-blur.mod--img-lg {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: .435rem;
  padding-bottom: .435rem;
}

.antiage-line-wrapper {
  width: 100%;
  overflow: hidden;
}

.antiage-line-img {
  min-width: 100%;
}

.antiage-line {
  display: flex;
}

.modal-img-table-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.program-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.program-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.program-separator {
  background-color: var(--back);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 100%;
}

.program-separator.mod--hor {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}

.program-speaker {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.program-speaker-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.program-speaker-text.mod--title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.program-speaker-img {
  border-radius: 1rem;
  width: 7.5rem;
  min-width: 7.5rem;
  height: 7.5rem;
  min-height: 7.5rem;
}

.scroll-hor-mob {
  display: none;
}

.text-emoji {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  display: inline-flex;
}

.antiage-audio {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.antiage-audio:hover {
  opacity: .8;
}

.antiage-audio.audio-player {
  cursor: auto;
  border-radius: .5rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.antiage-audio.audio-player:hover {
  opacity: 1;
}

.antiage-audio-img {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.antiage-audio-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.logo {
  display: block;
}

.logo.mod--antiage {
  width: 6rem;
}

.lang-img {
  width: .5rem;
  height: .5rem;
  display: block;
}

.form-timer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-embed.mod--anti-age-vebinar-100 {
  width: 100%;
}

.button-embed.mod--anti-age-vebinar-end {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 12rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-embed.mod--modal-form {
  width: 100%;
}

.mod--accent {
  color: var(--blue);
  font-weight: 600;
}

.vebinar-label-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vebinar-label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--blue-100);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vebinar-label.mod--right {
  color: var(--white-100);
  align-items: stretch;
}

.vebinar-label-img {
  width: 2rem;
  height: 2rem;
  display: block;
  position: static;
}

.dec-separator-white-ver {
  background-color: var(--white-20);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: auto;
  max-height: none;
}

.dec-separator-white-ver.mod--white {
  background-color: var(--white-20);
}

.modal-content-box-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.modal-content-img {
  object-fit: contain;
  object-position: 0% 0%;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  max-height: 25rem;
}

.paragraph {
  margin-bottom: 0;
}

.grid-2-antiage {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.paragraph-2, .text-span, .bold-text-2 {
  color: var(--blue-100);
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    max-width: 100%;
  }

  .menu-row.mod--antiage {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-block {
    min-height: auto;
    padding-left: 2.5rem;
  }

  .hero-img.desktop {
    display: none;
  }

  .body-1 {
    font-size: 1rem;
  }

  .h1 {
    font-size: 1.875rem;
    line-height: 120%;
  }

  .body-2 {
    font-size: .875rem;
  }

  .hero-block2.mod--antiage-1 {
    max-width: 20rem;
  }

  .h2 {
    font-size: 1.375rem;
  }

  .h2.mod--antiage-timer {
    font-size: 1.25rem;
  }

  .grid-gap28.slider_cards.mod--antiage {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card.mod--antiage-pricing, .card.mod--antiage-result {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .card.mod--antiage-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
  }

  .card.mod--antiage-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding: 1rem;
  }

  .card.mod--antiage-a.mod--margin-l1, .card.mod--antiage-a.mod--margin-r1, .card.mod--antiage-a.mod--margin-l2, .card.mod--antiage-a.mod--margin-r2 {
    margin-left: 0;
  }

  .post-img {
    display: none;
  }

  .cta-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cta-img {
    min-height: 10rem;
  }

  .cta-form-wrapper, .cta-form-wrapper.mod--form-events {
    padding: 1rem;
  }

  .lb-block {
    padding: 2rem;
  }

  .lb-block.service-block {
    width: 90%;
  }

  .lb-block.mod--wide {
    width: 90vw;
  }

  .service-grid.mod--anastasia {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto;
  }

  .h3 {
    font-size: 1rem;
  }

  .h3.mod--antiage-margin {
    margin-top: 0;
  }

  .sidebar.art_author {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .post-grid {
    grid-row-gap: 1.75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .line-clamp-1 {
    white-space: nowrap;
  }

  .box-bg {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
  }

  .box-bg.mod--about {
    background-size: 50%, cover;
  }

  .box-bg.mod--antiage {
    background-size: 35%, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .banner-img-wrapper {
    min-width: auto;
    max-width: 240px;
  }

  .box-content.mod--en-bg {
    min-width: 50%;
  }

  .box-content.mod--antiage-anastasia {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .box-content.mod--centered-antiage, .box-content.mod--centered-antiage.mod--sm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .box-content.mod--btns-antiage.mod--antiage-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    max-width: 20rem;
    display: flex;
  }

  .box-content.mod--antiage-1, .box-content.mod--antiage-1-vebinar {
    max-width: 80%;
  }

  .box-content.mod--antiage-1-vebinar.mod--thanks {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cases-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-events.mod--page-2, .card-events.mod--page-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-events-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .card-events-content.mod--speaker {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .card-events-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-events-label-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-events-img-wrapper.mod--speaker {
    max-width: 180px;
  }

  .card-events-img-wrapper.mod--speaker.mod--antiage-vebinar-new {
    max-width: 200px;
  }

  .p-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-section.mod--thanks {
    min-height: auto;
  }

  .p-container {
    max-width: 100%;
  }

  .p-container.mod--page {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .box-bg-blue {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .box-bg-blue.mod--about-centered, .box-bg-blue.mod--centered-antiage {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .box-bg-blue.mod--antiage.mod--anastasia {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-bg-blue.mod--aa-hor {
    background-image: none;
  }

  .events-after-title.mod--antiage-banner-hor {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .box-bg-white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .card-slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-slide-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .card-slide-content.mod--antiage-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-slide-img.mod--antiage-2 {
    height: auto;
    max-height: 10rem;
    display: none;
  }

  .card-slide-controls {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-slide-controls.mod--review-dha {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .box-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .box-wrapper.mod--en-cards {
    flex-flow: column;
  }

  .box-wrapper.mod--antiage-pricing, .box-wrapper.mod--antiage-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-slide-bg {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .card-slide-content-bg, .card-slide-header, .box-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .box-wrapper-2.mod--about-founders {
    grid-template-columns: minmax(0, 1fr);
  }

  .first-bg-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 1fr 1fr;
  }

  .first-bg-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .first-bg-img {
    display: none;
  }

  .card-person.mod--antiage-tutors {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem;
  }

  .card-person.mod--antiage-tutors.mod--who {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
  }

  .card-person-content.mod--review {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .card-person-content.mod--height {
    width: 100%;
    height: 100%;
  }

  .card-person-content.mod--antiage-tutors {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 100%;
  }

  .card-person-img {
    width: 5rem;
    min-width: 5rem;
    max-width: none;
    height: 5rem;
    min-height: 5rem;
  }

  .card-person-img.mod--review {
    border-radius: .5rem;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .card-person-img.mod--antiage-tutors {
    width: 5rem;
    max-width: none;
    height: 5rem;
  }

  .contacts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contacts-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .grid-4-en {
    grid-template-columns: 1fr 1fr;
  }

  .services-card-img {
    width: 5rem;
    height: 5rem;
  }

  .grid-4-ante {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-ante.mod--target {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .box-bg-img.mod--antiage.mod--anastasia {
    width: 10rem;
    max-width: none;
    height: 10rem;
  }

  .btn-bottom.mod--antiage-1 {
    width: 100%;
  }

  .antiage-pricing-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .antiage-pricing-bottom {
    padding-top: 1rem;
  }

  .antiage-pricing-el-img {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    min-height: 1rem;
  }

  .tick-group-wrapper {
    justify-content: flex-start;
  }

  .text-h6 {
    font-size: 14px;
  }

  .text-h6.tick-label {
    font-size: .75rem;
  }

  .antiage-table-cell {
    height: 5rem;
    max-height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-antiage-target {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .box-antiage-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .grid-3-antiage {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-img.mod--antiage-a {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .grid-antiage-a {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .img-anastasia {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    min-height: 5rem;
  }

  .modal-content {
    width: 90%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .modal-img-table {
    width: auto;
  }

  .btn-blur.mod--img-lg.mod--antiage-1 {
    width: 100%;
  }

  .modal-img-table-wrapper {
    overflow: auto;
  }

  .program-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .program-speaker {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .program-speaker-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .program-speaker-img {
    border-radius: .5rem;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .grid-2-antiage {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .menu-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button.white-btn.mod--antiage-banner-hor, .button.white-btn.mod--antiage-thanks, .button.btn-dark.mod--antiage-banner-hor, .button.mod--tg.mod--antiage-thanks {
    width: 100%;
    min-width: auto;
  }

  .hero-block {
    padding: 2rem 1rem;
  }

  .h1 {
    letter-spacing: -.03em;
  }

  .h1.mod--404 {
    font-size: 8rem;
  }

  .body-2.mod--antiage-banner-hor {
    text-align: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .hero-block2.mod--antiage-1 {
    width: 100%;
    max-width: none;
  }

  .h2.mod--antiage-timer {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .h2.mod--antiage-banner-hor {
    text-align: center;
  }

  .grid-gap28.slider_cards.mod--antiage {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .card.mod--en {
    padding: 1rem;
  }

  .card.mod--antiage {
    min-height: auto;
    padding: 1rem;
  }

  .card.mod--antiage.mod--img {
    display: none;
  }

  .card.mod--antiage.mod--space-between {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card.mod--antiage-pricing {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card.mod--antiage-table {
    overflow: auto;
  }

  .card.mod--antiage-3 {
    min-height: auto;
    padding: 1rem;
  }

  .card.mod--antiage-3.mod--img {
    min-height: 12rem;
    display: none;
  }

  .card.mod--antiage-3.mod--img.mod--show-mob {
    min-height: 12svh;
    max-height: 15rem;
    display: block;
  }

  .card.mod--antiage-4 {
    padding: 1rem;
  }

  .card.mod--antiage-a {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
  }

  .card.mod--antiage-3 {
    padding: 1rem;
  }

  .grid-footer {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .grid-footer.mod--en {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    place-content: start;
    place-items: start;
  }

  .vflex-gap12.m_pb36.mod--hidden-mob {
    display: none;
  }

  .preloader-lottie {
    width: 140px;
  }

  .h3.mod--form-timer {
    justify-content: flex-start;
    align-items: center;
  }

  .cms-list.mod--cases {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-drop-toggle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._404-btns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .card-cases-img-wrapper.mod--aside {
    max-width: 320px;
  }

  .box-bg {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.25rem;
  }

  .box-bg.mod--about, .box-bg.mod--antiage {
    background-image: url('../images/bg1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-img.mod--aa-border {
    width: 10rem;
  }

  .box-content.mod--about-1 {
    max-width: none;
  }

  .box-content.mod--en-bg {
    min-width: auto;
  }

  .box-content.mod--antiage-anastasia, .box-content.mod--centered-antiage {
    max-width: none;
  }

  .box-content.mod--btns-antiage {
    grid-template-columns: 1fr;
  }

  .box-content.mod--btns-antiage.mod--antiage-1, .box-content.mod--antiage-1, .box-content.mod--antiage-1-vebinar {
    max-width: none;
  }

  .cases-wrapper {
    grid-template-columns: minmax(0, 2fr);
  }

  .cases-aside {
    position: relative;
    top: auto;
  }

  .card-events {
    flex-flow: column-reverse;
  }

  .card-events.mod--page-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .card-events-content.mod--speaker {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-events-label-wrapper {
    flex-flow: row;
  }

  .card-events-img-wrapper {
    width: 100%;
    min-width: auto;
  }

  .card-events-img-wrapper.mod--page-2 {
    height: auto;
    max-height: 280px;
  }

  .card-events-img-wrapper.mod--speaker {
    max-width: 120px;
  }

  .card-events-img-wrapper.mod--speaker.mod--antiage-vebinar-new {
    max-width: 200px;
  }

  .card-events-img.mod--screen-2 {
    height: auto;
  }

  .card-events-img.mod--mob {
    display: block;
  }

  .card-events-img.mod--pc {
    display: none;
  }

  .p-section.mod--thanks {
    position: relative;
    inset: auto;
  }

  .p-container {
    max-width: 100%;
  }

  .form-timer {
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-timer-separator {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
  }

  .box-bg-blue {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-bg-blue.mod--aa-hor {
    flex-flow: column;
    justify-content: flex-start;
  }

  .events-after-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .events-after-title.mod--antiage-banner-hor {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .box-bg-white {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.25rem;
  }

  .card-slide {
    flex-flow: column-reverse;
    grid-template-columns: minmax(0, 1fr);
  }

  .card-slide-controls.mod--mob {
    display: flex;
  }

  .card-slide-controls.mod--mob.mod--hidden {
    display: none;
  }

  .box-wrapper.mod--antiage-pricing {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-rich-list-columns-3 ul {
    column-count: 2;
  }

  .card-slide-header.mod--review-dha {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-wrapper-2 {
    flex-flow: column-reverse;
    grid-template-columns: minmax(0, 1fr);
  }

  .first-bg-grid {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .contacts {
    flex-flow: column-reverse;
    grid-template-columns: minmax(0, 1fr);
  }

  .contacts-map {
    height: auto;
    min-height: 280px;
  }

  .grid-4-ante.mod--target {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .box-bg-img.mod--antiage.mod--anastasia {
    border-radius: .25rem;
    width: 5rem;
    height: 5rem;
  }

  .antiage-pricing-bottom {
    margin-top: 1rem;
  }

  .antiage-pricing-price {
    flex-flow: row;
  }

  .tick-group-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-h6 {
    font-size: 12px;
  }

  .antiage-table-cell {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 12rem;
  }

  .box-antiage-2 {
    flex-flow: column-reverse;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-3-antiage {
    grid-template-columns: 1fr;
  }

  .grid-antiage-a {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .antiage-line-wrapper {
    display: none;
  }

  .program-speaker {
    flex-flow: column;
  }

  .scroll-hor-mob {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
  }

  .button-embed.mod--anti-age-vebinar-end {
    width: 100%;
    min-width: auto;
  }

  .modal-content-box-2 {
    flex-flow: column-reverse;
  }

  .modal-content-img {
    max-height: none;
  }

  .grid-2-antiage {
    grid-template-columns: 1fr;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 3.125rem 1rem;
  }

  .section.footer {
    padding-bottom: .625rem;
  }

  .section.circle-section {
    flex-flow: column;
    flex: 1;
    padding-top: 1rem;
    display: flex;
  }

  .section.top208 {
    padding-top: 10rem;
  }

  .section.pt128 {
    padding-top: 6.5rem;
  }

  .section.pt128.author_1s {
    padding-bottom: 2.25rem;
  }

  .container.grow {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .logo-link-header {
    width: 6.375rem;
  }

  .nav-col {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .svg.w100 {
    color: var(--light-blue);
  }

  .menu {
    z-index: 200;
    background-color: var(--light-blue);
    height: 100dvh;
    color: var(--white-100);
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-row {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link.button-text.navlink {
    opacity: 1;
    font-size: 1rem;
    line-height: 140%;
  }

  .link.m_body-2 {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
  }

  .button {
    display: flex;
  }

  .button.m_fullw {
    width: 100%;
  }

  .button.quiz_back {
    order: 1;
  }

  .hero-block {
    background-image: none;
    border-radius: 2rem;
    min-height: auto;
    padding: 2rem 1rem;
  }

  .hero-img {
    z-index: 2;
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .hero-img.desktop {
    display: none;
  }

  .hero-img.mobile {
    max-width: 20rem;
    display: none;
  }

  .grid1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
  }

  .hero-block1 {
    border-radius: .5rem;
    width: auto;
  }

  .body-1.h100 {
    font-size: .9375rem;
  }

  .body-1.m_text22 {
    font-size: 1.375rem;
    line-height: 130%;
  }

  .text-96 {
    line-height: inherit;
    font-size: inherit;
  }

  .h1.mod--antiage {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .block-pb16.m_pb12 {
    padding-bottom: .75rem;
  }

  .block-pb16.m_pb24 {
    padding-bottom: 1.5rem;
  }

  .block-pb44 {
    padding-bottom: 1.8rem;
  }

  .block-pb44.m_pb75 {
    padding-bottom: 4.6875rem;
  }

  .body-2.mod--antiage-banner-hor {
    text-align: left;
    align-self: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .block-pb76 {
    padding-bottom: 2rem;
  }

  .hero-block2 {
    padding: .5rem 3rem .5rem .5rem;
  }

  .body-3.m_text10 {
    font-size: .625rem;
    line-height: 140%;
  }

  .body-3.m_text16 {
    font-size: 1rem;
  }

  .center-flex.center.grow {
    flex: 1;
  }

  .block-pb50 {
    padding-bottom: 2rem;
  }

  .h2.mod--antiage-banner-hor {
    text-align: left;
  }

  .grid-gap28 {
    grid-template-columns: 1fr;
  }

  .grid-gap28.slider_cards {
    margin-right: -1rem;
  }

  .grid-gap28.slider_cards.mod--antiage {
    grid-template-columns: 1fr;
  }

  .card {
    width: 100%;
  }

  .card.mod--antiage, .card.mod--antiage-result {
    min-height: auto;
  }

  .card.mod--antiage-3.mod--img.mod--show-mob {
    min-height: auto;
    max-height: 12rem;
  }

  .card.mod--antiage-4 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .card.mod--antiage-3 {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .sticky-track {
    padding-top: 2.125rem;
  }

  .sticky-block {
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
  }

  .circle-wrapper {
    align-self: center;
  }

  .circle {
    width: 17.625rem;
    inset: 0% auto auto 50%;
    transform: translate(-50%);
  }

  .circle-bullets {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .circle-bullet {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    padding-left: .5rem;
  }

  .circle-bullet._2 {
    margin-left: 0;
    inset: auto auto -5.7rem -1rem;
  }

  .circle-bullet._3 {
    width: 14.125rem;
    margin-bottom: 0;
    bottom: -1.2rem;
    left: 32%;
  }

  .circle-bullet._1 {
    width: 17rem;
    margin-right: 0;
    inset: -2.9rem auto auto -1.1rem;
  }

  .circle-bullet._4 {
    margin-right: 0;
    inset: -2.8rem auto auto -1.2rem;
  }

  .circle-bullet._5 {
    place-items: center stretch;
    width: 12.25rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: .4rem;
    top: 67%;
    left: 40%;
  }

  .circle-bullet._6 {
    place-items: center stretch;
    width: 10.75rem;
    margin-bottom: 0;
    bottom: -2.4rem;
    right: 45%;
  }

  .circle-button-wrapper {
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .grid2 {
    grid-template-columns: auto;
  }

  .w525 {
    width: auto;
  }

  .med_dots {
    order: 1;
    align-self: center;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .med_slider-wrapper {
    flex-flow: column;
    display: flex;
  }

  .med_slider {
    width: calc(100vw - 2rem);
  }

  .med_slider_bgs {
    width: 100%;
    height: 16.5625rem;
    margin-bottom: 9.25rem;
    position: relative;
    left: 0;
  }

  .mes_quote-block {
    width: auto;
    padding-right: .8rem;
    inset: 13.5625rem 1.875rem auto;
  }

  .mes_quote-block._3 {
    bottom: auto;
  }

  .description.m_body-3 {
    font-size: .75rem;
    line-height: 140%;
  }

  .parallax-track {
    height: auto;
  }

  .parallax-sticky-block {
    border-radius: 1.25rem;
    padding: 2rem 1rem 1rem;
  }

  .parallax-row {
    height: auto;
    padding-bottom: 2rem;
  }

  .parallax-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    font-size: 1rem;
    display: grid;
    position: static;
  }

  .parallax-item {
    position: relative;
    top: 0;
  }

  .parallax-item._2 {
    top: 0;
  }

  .parallax-item._3, .parallax-item._4 {
    top: 0;
    left: 0;
  }

  .parallax-item._5 {
    top: 0;
    right: 0;
  }

  .parallax-card {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .parallax-card-icon {
    display: none;
  }

  .parallax-text-row {
    color: var(--blue-100);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: static;
  }

  .parallax-text-row._2 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .parallax-text-row._3 {
    margin-top: 0;
  }

  .parallax-photo {
    z-index: 3;
    border-radius: .625rem;
    margin-top: -1.4rem;
    margin-right: -.5rem;
    font-size: 6.25rem;
    inset: 100% 0% auto auto;
  }

  .parallax-photo._2 {
    margin-top: -2.2rem;
    margin-left: -.6rem;
    margin-right: 0;
    inset: 0% auto auto 0%;
  }

  .parallax-photo._3 {
    margin-top: -1.1rem;
    margin-right: -.6rem;
    inset: 100% 0% auto auto;
  }

  .parallax-sticky {
    height: auto;
    position: static;
  }

  .block-pb32.m_pb16 {
    padding-bottom: 1rem;
  }

  .block-pb32.m_pb110 {
    padding-bottom: 6.875rem;
  }

  .block-pb32.m_pb24 {
    padding-bottom: 1.5rem;
  }

  .block-pb64.m_pb32 {
    padding-bottom: 2rem;
  }

  .services-row {
    grid-row-gap: 1.5rem;
    margin-right: 0;
  }

  .services-col._2 {
    order: 1;
    width: calc(100vw - 2rem);
    padding-left: 0;
    padding-right: 0;
  }

  .services-col.w_50 {
    width: 100%;
    padding-right: 0;
  }

  .services-card {
    grid-column-gap: 2.625rem;
    grid-row-gap: 2.625rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .services-card.is--white {
    width: 100%;
    min-height: 10.8125rem;
  }

  .services-card.h219 {
    justify-content: space-between;
  }

  .services_slider {
    margin-right: -1.25rem;
    display: block;
    overflow: visible;
  }

  .service-img {
    display: none;
  }

  .service-cta-block {
    grid-column-gap: 4.125rem;
    grid-row-gap: 4.125rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .doctors-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .doctors-col._2 {
    width: auto;
  }

  .doctors-bg, .slider_arrows-wrapper.m_hide {
    display: none;
  }

  .doctors_slider {
    margin-bottom: 0;
    margin-right: -1rem;
  }

  .doctor-card {
    background-image: url('../images/doctor-card-bg-mobile.png');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    height: auto;
    min-height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .doctor-photo {
    aspect-ratio: auto;
    border-radius: .5rem;
    width: 5.125rem;
    height: 5.75rem;
  }

  .doctor-col {
    padding-right: 0;
  }

  .doctor-col._2 {
    flex: none;
    order: -1;
    padding-right: 1rem;
    position: static;
  }

  .prometric-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: .5rem;
    margin-top: .5rem;
    padding: 2px 4px;
    position: static;
  }

  .prometric-score {
    padding: 3px 5px;
  }

  .prometric-score-ic {
    font-size: .5rem;
  }

  .doctor-info-block {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .doctors_slide {
    flex-flow: row;
    padding-bottom: 0;
    padding-right: 1rem;
    display: flex;
  }

  .cta-quiz-block {
    text-align: left;
    background-image: url('../images/cta-quiz-bg-mobile.png');
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta-quiz-ic-block {
    inset: auto 1rem 6.875rem auto;
  }

  .cta-quiz-ic-block.is--icon {
    inset: 1rem 1rem auto auto;
  }

  .clinics-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .clinics-col._2 {
    width: 100%;
    height: 19.25rem;
    padding-left: 0;
  }

  .clinics-card {
    background-position: 10%;
    padding: 2rem 2rem 15.8125rem;
  }

  .clinics-photo {
    inset: auto auto -4.5rem 1.5rem;
  }

  .marquee-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .marquee-slide {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .marquee-clinic-card {
    border-radius: .625rem;
    height: 4.5rem;
  }

  .marquee-gradient {
    background-image: linear-gradient(#f1f4f6, #fbfbfb14);
  }

  .live-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
  }

  .live-image-wrapper {
    width: auto;
    height: 20.125rem;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-form-wrapper {
    padding-right: 2rem;
  }

  .cta-info-block {
    inset: auto auto .625rem .625rem;
  }

  .block-pb52 {
    padding-bottom: 1.5rem;
  }

  .bg-filter {
    background-image: url('../images/mobile-footer-wave.png');
    height: 39.5rem;
  }

  .logo-link-footer {
    width: 100%;
    max-width: 10rem;
    color: var(--white-100);
    display: block;
  }

  .s_link.color--white {
    color: var(--white-100);
  }

  .burger {
    color: #6e7979;
    border: 1px solid #6e7979;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
  }

  .burger.color--white {
    border-color: var(--white-100);
    color: var(--white-100);
  }

  .card-col {
    flex-flow: column;
    padding-right: 1rem;
    display: flex;
  }

  .wa-fixed {
    right: 1rem;
  }

  .lb {
    height: 100dvh;
    padding: 1rem;
  }

  .lb-block {
    border-radius: 1.5rem;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
    transform: none;
  }

  .lb-block.quiz-block, .lb-block.service-block {
    width: auto;
  }

  .form-success.quiz-success {
    padding-left: 0;
    padding-right: 0;
  }

  .m_w216 {
    max-width: 13.5rem;
  }

  .doc-photo-block {
    display: flex;
  }

  .m_logo-block {
    position: absolute;
    inset: auto 0% 4.1rem;
  }

  .m_pb12 {
    padding-bottom: .75rem;
  }

  .m_pb36 {
    padding-bottom: 2.25rem;
  }

  .quiz-container {
    min-height: 0;
    padding-top: 6rem;
    position: relative;
  }

  .quiz-nav-row {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .quiz-progress-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
    padding-top: .8125rem;
    padding-bottom: 1.125rem;
    display: flex;
  }

  .mobile-contacts-block {
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    display: flex;
  }

  .nav-m_col {
    flex-flow: column;
    min-height: 100%;
    display: flex;
  }

  .service-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
  }

  .service-image {
    width: 12rem;
  }

  .quiz-buttons-row {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-self: stretch;
  }

  .cookie-block {
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .m_footer-row {
    justify-content: space-between;
    align-items: center;
    margin-top: 10.6rem;
    display: flex;
  }

  .mobile_block {
    display: block;
  }

  .grid-gap140 {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .policy-grid {
    grid-template-columns: 21.25rem;
  }

  .video_review {
    max-width: 99%;
    height: auto;
    max-height: 80%;
  }

  .div-block {
    order: 1;
  }

  .block-pb60 {
    padding-bottom: 2.5rem;
  }

  .cms-list-post {
    grid-template-columns: 1fr;
  }

  .post-info-row.art {
    justify-content: space-between;
  }

  .author-row {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .author-col._2 {
    width: auto;
  }

  .sidebar.art_author {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .author-photo.art {
    margin-bottom: 0;
    font-size: 5rem;
  }

  .grid-gap48 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .certificate-lb-link {
    height: auto;
  }

  .arrows-row {
    justify-content: center;
    align-items: stretch;
  }

  .certificates_slider-wrapper {
    width: calc(100vw - 2rem);
    overflow: visible;
  }

  .w618 {
    width: auto;
  }

  .sticky-block2 {
    position: static;
  }

  .text-rich figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .text-rich-reserve-2 h2 {
    margin-top: 2.5rem;
  }

  .text-rich-reserve-2 figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .cms-list.mod--cases, .cms-list.mod--events {
    grid-template-columns: minmax(0, 1fr);
  }

  .cms-list.mod--review-dha {
    flex-flow: column;
  }

  .card-cases {
    flex-flow: column-reverse;
  }

  .card-cases-img-wrapper {
    width: 100%;
    min-width: auto;
  }

  .box-bg {
    border-radius: 2rem;
  }

  .banner-img {
    z-index: 2;
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .card-events {
    flex-flow: column-reverse;
  }

  .card-events-label-wrapper {
    flex-flow: column;
  }

  .card-events-img-wrapper {
    width: 100%;
    min-width: auto;
  }

  .card-events-img-wrapper.mod--page-2 {
    max-height: 200px;
  }

  .p-section {
    padding: 3.125rem 1rem;
  }

  .p-section.mod--bg.mod--antiage {
    overflow: hidden;
  }

  .form-timer {
    padding: .5rem;
  }

  .box-bg-blue {
    text-align: left;
    background-image: url('../images/cta-quiz-bg-mobile.png');
    justify-content: flex-start;
    align-items: stretch;
  }

  .box-bg-blue.mod--aa-hor {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-rich-white figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .box-bg-white {
    border-radius: 2rem;
    flex-flow: column;
  }

  .card-slide {
    flex-flow: column-reverse;
  }

  .text-rich-list-columns-3 figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .box-wrapper-2 {
    flex-flow: column-reverse;
  }

  .first-bg-grid {
    grid-template-columns: minmax(0, 1fr);
    place-content: start;
    place-items: start;
  }

  .first-bg-card, .first-bg-img {
    width: 100%;
  }

  .card-person {
    background-image: url('../images/doctor-card-bg-mobile.png');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column-reverse;
    height: auto;
    min-height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-person.mod--review {
    flex-flow: column;
  }

  .card-person.mod--antiage-tutors {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .card-person.mod--antiage-tutors.mod--who {
    flex-flow: row;
    min-height: auto;
  }

  .card-person-content.mod--antiage-tutors {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .card-person-img {
    aspect-ratio: auto;
    border-radius: .5rem;
    width: 5.125rem;
    height: 5.75rem;
  }

  .contacts {
    flex-flow: column-reverse;
  }

  .grid-4-ante.mod--target, .grid-4-ante.mod--vebinar-new {
    grid-template-columns: 1fr;
  }

  .box-antiage-target {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .box-antiage-2 {
    flex-flow: column-reverse;
  }

  .modal-content {
    border-radius: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .btn-blur {
    padding: .5rem 3rem .5rem .5rem;
  }

  .program-container {
    flex-flow: column;
  }

  .program-separator {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
  }

  .program-speaker {
    flex-flow: column;
  }

  .vebinar-label-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text {
    text-align: left;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

#w-node-ab21bbc8-ea8e-3652-97ae-1ae67f910876-3768db8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0e0ba1d-7002-bb22-73c9-e63c70252e1c-70252e09, #w-node-b0e0ba1d-7002-bb22-73c9-e63c70252e30-70252e09 {
  justify-self: end;
}

#w-node-_40542e1b-256c-01f5-9c75-1f8343a9bc2a-3768db90 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_457e169d-3336-fa55-dab8-e11ecf207721-405c6721, #w-node-_8298d6cb-08ef-1008-6ac4-4f85ae208758-90b41e02, #w-node-_9709f278-011e-22cf-f0de-7f63598a5c80-f7e85260, #w-node-f44ab293-d2da-be42-2b49-025390e8302b-ded512f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f91f10-bd3e-e8b9-2e2f-929effbc5e2b-ded512f9 {
  justify-self: end;
}

#w-node-da5923bb-ae03-7fb8-bb39-5547950ca95f-a5385d60, #w-node-_9d5f0272-2667-715b-53b7-1ed964b1b81b-a5385d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965a8-a5385d60, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-a5385d60 {
  justify-self: end;
}

#w-node-_8298d6cb-08ef-1008-6ac4-4f85ae208758-98399ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0389102-298a-43be-58ad-e613e8290c61-e8290c49 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d0389102-298a-43be-58ad-e613e8290c66-e8290c49, #w-node-d0389102-298a-43be-58ad-e613e8290c7a-e8290c49 {
  justify-self: end;
}

#w-node-_861c5ea4-8e75-2c3b-8faf-1bf0525157ee-e4c8d08b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ade-e4c8d08b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ae3-e4c8d08b, #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745af7-e4c8d08b {
  justify-self: end;
}

#w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ade-53d235b2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ae3-53d235b2, #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745af7-53d235b2 {
  justify-self: end;
}

#w-node-da5923bb-ae03-7fb8-bb39-5547950ca95f-dcdb8864, #w-node-_9d5f0272-2667-715b-53b7-1ed964b1b81b-dcdb8864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965a8-dcdb8864, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-dcdb8864 {
  justify-self: end;
}

#w-node-da5923bb-ae03-7fb8-bb39-5547950ca95f-ad66ad7b, #w-node-_9d5f0272-2667-715b-53b7-1ed964b1b81b-ad66ad7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965a8-ad66ad7b, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-ad66ad7b {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_40542e1b-256c-01f5-9c75-1f8343a9bc2a-3768db90 {
    grid-column: span 1 / span 1;
  }

  #w-node-d0389102-298a-43be-58ad-e613e8290c61-e8290c49, #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ade-e4c8d08b, #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ade-53d235b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0e0ba1d-7002-bb22-73c9-e63c70252e1c-70252e09, #w-node-b0e0ba1d-7002-bb22-73c9-e63c70252e30-70252e09, #w-node-e5f91f10-bd3e-e8b9-2e2f-929effbc5e2b-ded512f9, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965a8-a5385d60, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-a5385d60 {
    justify-self: start;
  }

  #w-node-d0389102-298a-43be-58ad-e613e8290c61-e8290c49 {
    grid-column: span 1 / span 1;
  }

  #w-node-d0389102-298a-43be-58ad-e613e8290c66-e8290c49, #w-node-d0389102-298a-43be-58ad-e613e8290c7a-e8290c49 {
    justify-self: start;
  }

  #w-node-_62b6ed90-e676-0204-8c7a-aa49887348f5-e4c8d08b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ade-e4c8d08b {
    grid-column: span 1 / span 1;
  }

  #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ae3-e4c8d08b, #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745af7-e4c8d08b {
    justify-self: start;
  }

  #w-node-bb534884-f7bc-0fd3-d9bc-1bd6f14f07a3-ef30e4f0, #w-node-bb534884-f7bc-0fd3-d9bc-1bd6f14f07a3-53d235b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ade-53d235b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745ae3-53d235b2, #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745af7-53d235b2, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965a8-dcdb8864, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-dcdb8864, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965a8-ad66ad7b, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-ad66ad7b {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_173b47df-9e21-927b-8a20-8f456c46c46d-3768db8f, #w-node-_868d5741-016f-047e-1dd0-63b6d9fff09d-3768db8f {
    justify-self: start;
  }

  #w-node-b0e0ba1d-7002-bb22-73c9-e63c70252e30-70252e09 {
    order: 9999;
    justify-self: stretch;
  }

  #w-node-_173b47df-9e21-927b-8a20-8f456c46c46d-ded512f9, #w-node-e5f91f10-bd3e-e8b9-2e2f-929effbc5e2b-ded512f9 {
    justify-self: start;
  }

  #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-a5385d60, #w-node-d0389102-298a-43be-58ad-e613e8290c7a-e8290c49 {
    order: 9999;
    justify-self: stretch;
  }

  #w-node-_62b6ed90-e676-0204-8c7a-aa49887348f5-e4c8d08b {
    grid-column-end: 2;
  }

  #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745af7-e4c8d08b {
    order: 9999;
    justify-self: stretch;
  }

  #w-node-bb534884-f7bc-0fd3-d9bc-1bd6f14f07a3-ef30e4f0, #w-node-bb534884-f7bc-0fd3-d9bc-1bd6f14f07a3-53d235b2 {
    grid-column-end: 2;
  }

  #w-node-_7b2c7f59-0ab1-d450-b00a-39e9d7745af7-53d235b2, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-dcdb8864, #w-node-_3cb6dcd6-45e2-c5f9-c162-7ae10c6965bc-ad66ad7b {
    order: 9999;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Montserrat Minified';
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}