

/* Start:/local/assets/s1/styles.min.css?175094451859402*/
@font-face {
  font-family: "Inter";
  src: url(/local/assets/s1/./Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/local/assets/s1/./Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/local/assets/s1/./Inter-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/local/assets/s1/./Inter-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
.hidden-xs {
  display: block;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.visible-sm {
  display: none;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block;
  }
}
.hidden-sm {
  display: block;
}
@media (max-width: 1024px) {
  .hidden-sm {
    display: none;
  }
}
.visible-md {
  display: none;
}
@media (max-width: 1280px) {
  .visible-md {
    display: block;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}
html {
  height: 100%;
  font-family: "Inter", sans-serif;
  color: #474747;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
html body {
  height: 100%;
  width: 100%;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html body.isMenu {
  overflow: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
sup {
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(-0.4em);
  font-size: 0.6em;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main {
  min-width: 0;
}
.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 1fr max-content;
  flex-direction: column;
  overflow: hidden;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
}
.wrapper > div {
  min-width: 0;
}
.base-container {
  width: 100%;
  max-width: 1346px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .base-container {
    padding: 0 24px;
  }
}
a {
  text-decoration: none;
  color: currentColor;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
.base-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #284981;
}
@media (max-width: 767px) {
  .base-title {
    font-size: 28px;
    line-height: 33px;
  }
}
.content-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
}
.base-button {
  display: inline-flex;
  justify-content: center;
  padding: 17px 53px;
  border: 0;
  border-radius: 40px;
  background-color: #211c68;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  transition: all 0.5s ease;
}
.base-button:active,
.base-button:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 36, 165, 0.15);
  color: #211c68;
}
.appointment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .appointment-list {
    row-gap: 45px;
  }
}
@media (max-width: 767px) {
  .appointment-list {
    max-width: 280px;
    row-gap: 17px;
  }
}
.appointment-list__item {
  position: relative;
  z-index: 0;
}
.appointment-list__item.active,
.appointment-list__item:hover {
  z-index: 3;
}
@media (min-width: 768px) {
  .appointment-list__item:hover .appointment-list__content {
    display: block;
  }
}
@media (max-width: 767px) {
  .appointment-list__item.active .appointment-list__content {
    display: block;
  }
}
@media (max-width: 767px) {
  .appointment-list__item {
    display: flex;
    align-items: center;
    height: auto;
  }
}
.appointment-list__item:nth-child(2) {
  height: 102px;
}
@media (max-width: 1280px) {
  .appointment-list__item:nth-child(2) {
    height: 72px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item:nth-child(2) {
    height: 57px;
  }
}
@media (max-width: 767px) {
  .appointment-list__item:nth-child(2) {
    height: auto;
  }
}
.appointment-list__item--left .appointment-list__title {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .appointment-list__item--left .appointment-list__title {
    margin: 0;
  }
}
.appointment-list__item:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: -57px;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  background: #00b493;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .appointment-list__item:before {
    top: calc(50% - 10px);
    left: -30px;
    width: 20px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .appointment-list__item:before {
    position: static;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin: 0 12px 0 0;
  }
}
.appointment-list__item--left:before {
  left: 328px;
}
@media (max-width: 1280px) {
  .appointment-list__item--left:before {
    right: -50px;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item--left:before {
    right: -30px;
  }
}
.appointment-list__item--line-down::after {
  position: absolute;
  content: "";
  left: -180px;
  top: 14px;
  width: 121px;
  height: 15px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='123' height='16' viewBox='0 0 123 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 15L15.3423 0.657715H122.05' stroke='%230C46A9' stroke-opacity='0.3'/%3E%3C/svg%3E");
}
@media (max-width: 1280px) {
  .appointment-list__item--line-down::after {
    left: -179px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item--line-down::after {
    left: -112px;
    top: 8px;
    width: 82px;
  }
}
@media (max-width: 767px) {
  .appointment-list__item--line-down::after {
    display: none;
  }
}
.appointment-list__item--line-straight::after {
  position: absolute;
  content: "";
  left: -148px;
  top: 50%;
  width: 92px;
  height: 1px;
  background-color: rgba(12, 70, 169, 0.3);
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .appointment-list__item--line-straight::after {
    left: -149px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item--line-straight::after {
    left: -77px;
    top: 27px;
    width: 47px;
  }
}
@media (max-width: 767px) {
  .appointment-list__item--line-straight::after {
    display: none;
  }
}
.appointment-list__item--line-up::after {
  position: absolute;
  content: "";
  left: -170px;
  top: 17px;
  width: 113px;
  height: 15px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='115' height='17' viewBox='0 0 115 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1C17.3423 17.3423 15.6577 15.6577 15.6577 15.6577L114.158 15.6579' stroke='%230C46A9' stroke-opacity='0.3'/%3E%3C/svg%3E");
}
@media (max-width: 1280px) {
  .appointment-list__item--line-up::after {
    left: -170px;
    top: 8px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item--line-up::after {
    left: -95px;
    top: -5px;
    width: 65px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='21' viewBox='0 0 88 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L20.5 20.5H88' stroke='%230C46A9' stroke-opacity='0.3'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  .appointment-list__item--line-up::after {
    display: none;
  }
}
.appointment-list__item--down::after {
  position: absolute;
  content: "";
  left: 353px;
  top: 14px;
  width: 121px;
  height: 15px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='122' height='16' viewBox='0 0 122 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M121.342 15L107 0.657715H0.291992' stroke='%230C46A9' stroke-opacity='0.3'/%3E%3C/svg%3E");
}
@media (max-width: 1280px) {
  .appointment-list__item--down::after {
    left: auto;
    right: -160px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item--down::after {
    right: -122px;
    top: 8px;
    width: 90px;
    background-image: url("data:image/svg+xml,%3Csvg width='87' height='14' viewBox='0 0 87 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M86 13.5L73.5 1H0.5' stroke='%230C46A9' stroke-opacity='0.3'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  .appointment-list__item--down::after {
    display: none;
  }
}
.appointment-list__item--straight::after {
  position: absolute;
  content: "";
  left: 350px;
  top: 50%;
  width: 89px;
  height: 1px;
  background-color: rgba(12, 70, 169, 0.3);
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .appointment-list__item--straight::after {
    left: auto;
    right: -139px;
    top: 34px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item--straight::after {
    right: -81px;
    top: 27px;
    width: 53px;
  }
}
@media (max-width: 767px) {
  .appointment-list__item--straight::after {
    display: none;
  }
}
.appointment-list__item--up::after {
  position: absolute;
  content: "";
  left: 350px;
  top: 17px;
  width: 113px;
  height: 15px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='114' height='17' viewBox='0 0 114 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M113.45 1C97.1074 17.3423 98.792 15.6577 98.792 15.6577L0.291992 15.6579' stroke='%230C46A9' stroke-opacity='0.3'/%3E%3C/svg%3E");
}
@media (max-width: 1280px) {
  .appointment-list__item--up::after {
    left: auto;
    right: -160px;
    top: 8px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__item--up::after {
    right: -115px;
    top: -6px;
    width: 86px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='89' height='22' viewBox='0 0 89 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88 1L67.5 21.5H0' stroke='%230C46A9' stroke-opacity='0.3'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  .appointment-list__item--up::after {
    display: none;
  }
}
.appointment-list__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .appointment-list__title {
    max-width: 230px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__title {
    max-width: 165px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .appointment-list__title {
    max-width: 245px;
  }
}
.appointment-list__title--active {
  text-decoration: underline;
  text-decoration-color: #474747;
  cursor: pointer;
}
.appointment-list__title--active:hover {
  text-decoration: none;
}
.appointment-list__content {
  position: absolute;
  right: -86px;
  top: -19px;
  z-index: 1;
  display: none;
  width: 288px;
  min-height: 163px;
  padding: 20px;
  background: #fff;
  box-shadow: 2px -2px 30px rgba(40, 73, 129, 0.19),
    -1px 5px 26px rgba(40, 73, 129, 0.17);
  border-radius: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .appointment-list__content {
    top: -20px;
    right: -136px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__content {
    left: -5px;
    top: -9px;
  }
}
.appointment-list__content h3 {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1280px) {
  .appointment-list__content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .appointment-list__content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.appointment-list__content p {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .appointment-list__content::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 18px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L17 1M1 1L17 17' stroke='%23284980' stroke-width='0.914286'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.b12-deficiency-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.b12-deficiency-card__img {
  height: 135px;
  width: 135px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .b12-deficiency-card__img {
    width: 120px;
    height: 120px;
  }
}
.b12-deficiency-card__title {
  max-width: 189px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}
@media (max-width: 1024px) {
  .b12-deficiency-card__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .b12-deficiency-card__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.composition-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  row-gap: 60px;
}
@media (max-width: 1024px) {
  .composition-list {
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .composition-list {
    max-width: 280px;
    row-gap: 27px;
  }
}
.composition-list__item {
  position: relative;
  height: 30px;
  margin-right: 23px;
}
@media (max-width: 1280px) {
  .composition-list__item {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .composition-list__item {
    height: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .composition-list__item {
    display: flex;
    align-items: flex-start;
    height: auto;
  }
}
.composition-list__item--right {
  height: auto;
}
@media (max-width: 1024px) {
  .composition-list__item--right {
    height: auto;
  }
}
.composition-list__item:before {
  content: "";
  position: absolute;
  left: -38px;
  display: block;
  width: 20px;
  height: 20px;
  background: #00b493;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .composition-list__item:before {
    left: -25px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .composition-list__item:before {
    left: -27px;
    margin: 2px 12px 0 0;
  }
}
.composition-list__item--left {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .composition-list__item--left {
    margin-left: 0;
  }
}
.composition-list__item--left:before {
  left: auto;
  right: -38px;
}
@media (max-width: 1024px) {
  .composition-list__item--left:before {
    left: -25px;
    right: auto;
    top: 7px;
  }
}
.composition-list__item--straight:after {
  position: absolute;
  content: "";
  right: -130px;
  left: auto;
  top: 10px;
  width: 95px;
  height: 1px;
  background-color: rgba(12, 70, 169, 0.3);
}
@media (max-width: 1280px) {
  .composition-list__item--straight:after {
    width: 5.5vw;
    right: -8.5vw;
  }
}
@media (max-width: 1024px) {
  .composition-list__item--straight:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .composition-list__item--straight:after {
    display: none;
  }
}
.composition-list__item--line-straight::after {
  position: absolute;
  content: "";
  left: -118px;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: rgba(12, 70, 169, 0.3);
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .composition-list__item--line-straight::after {
    left: -112px;
    width: 75px;
  }
}
@media (max-width: 1024px) {
  .composition-list__item--line-straight::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .composition-list__item--line-straight::after {
    display: none;
  }
}
.composition-list__item--line-straight::before {
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .composition-list__item:hover .composition-card {
    display: block;
  }
}
@media (max-width: 767px) {
  .composition-list__item.active .composition-card {
    display: block;
  }
}
.composition-list__title {
  text-decoration: underline;
  cursor: pointer;
  color: #284981;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .composition-list__title {
    font-size: 16px;
    line-height: 29px;
  }
}
.composition-list__title:hover {
  text-decoration: none;
}
.composition-list__title--high {
  line-height: 29px;
}
@media (max-width: 1024px) {
  .composition-list__title--high {
    max-width: 235px;
    line-height: 19px;
  }
}
.composition-card {
  position: absolute;
  left: -50px;
  top: -18px;
  z-index: 1;
  display: none;
  width: 288px;
  min-height: 150px;
  padding: 15px;
  background: #fff;
  box-shadow: 2px -2px 30px rgba(40, 73, 129, 0.19),
    -1px 5px 26px rgba(40, 73, 129, 0.17);
  border-radius: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .composition-card {
    left: -30px;
    top: -17px;
    width: 307px;
    padding: 23px 10px 17px 30px;
  }
}
@media (max-width: 767px) {
  .composition-card::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 18px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L17 1M1 1L17 17' stroke='%23284980' stroke-width='0.914286'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.composition-card--left {
  right: -65px;
  left: auto;
  top: -7px;
}
@media (max-width: 1024px) {
  .composition-card--left {
    right: auto;
    left: -63px;
  }
}
@media (max-width: 767px) {
  .composition-card--left {
    left: -30px;
  }
}
.composition-card__title {
  margin-bottom: 10px;
  text-align: left;
  color: #284981;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .composition-card__title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .composition-card__title {
    padding-right: 30px;
  }
}
.composition-card__text {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .composition-card__text {
    max-width: 250px;
  }
}
.composition-card__text--small {
  color: #000;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
}
.composition-card__list {
  margin: 0 0 10px 30px;
  padding: 0;
  list-style: disc;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .composition-card__list {
    max-width: 225px;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 34px 25px;
}
@media (max-width: 1280px) {
  .header__container {
    padding: 21px 30px 25px;
  }
}
@media (max-width: 1024px) {
  .header__container {
    justify-content: space-between;
    padding: 30px 24px 25px;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding: 21px 24px 20px;
  }
}
.header__logo {
  display: block;
}
@media (max-width: 1024px) {
  .header__logo {
    margin-right: auto;
  }
}
.header__logo-img {
  display: block;
  width: 176px;
  height: auto;
}
@media (max-width: 1024px) {
  .header__logo-img {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .header__logo-img {
    width: 105px;
  }
}
.menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .menu__list {
    display: grid;
    grid-row-gap: 34px;
  }
}
.menu__item:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .menu__item:not(:last-child) {
    margin: 0;
  }
}
.menu__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .menu__link {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #284980;
  }
}
@media (min-width: 1025px) {
  .menu__link:hover {
    text-decoration: underline;
    text-decoration-color: #474747;
  }
}
@media (max-width: 1280px) {
  .header__button {
    padding: 16px 40px;
  }
}
@media (max-width: 767px) {
  .header__button {
    display: none;
  }
}
.header__burger-btn {
  position: relative;
  z-index: 101;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 18px;
  margin-left: 30px;
  padding: 0;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 0;
  color: #211c68;
}
@media (max-width: 1024px) {
  .header__burger-btn {
    display: flex;
    width: 40px;
  }
}
.header__burger-btn > span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  font-size: 0;
  background: currentColor;
  transition: background 0.2s 0.2s;
  pointer-events: none;
}
.header__burger-btn > span::before,
.header__burger-btn > span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: top 0.2s 0.2s, transform 0.2s;
  transform-origin: 50% 50%;
}
.header__burger-btn > span::before {
  top: -6px;
}
.header__burger-btn > span::after {
  top: 6px;
}
.header__burger-btn.active > span {
  background: transparent;
  transition: background 0.2s 0s;
}
.header__burger-btn.active > span::before,
.header__burger-btn.active > span::after {
  top: 0;
  transition: top 0.2s, transform 0.2s 0.2s;
}
.header__burger-btn.active > span::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.header__burger-btn.active > span::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width: 1024px) {
  .header__burger-btn {
    width: 25px;
  }
}
.header-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.69);
  backdrop-filter: blur(7px);
  display: none;
}
@media (max-width: 1024px) {
  .header-dropdown.active {
    display: block;
  }
}
.header-dropdown__container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.header-dropdown__wrap {
  width: 513px;
  padding: 122px 24px;
  background: #ffffff;
  box-shadow: -9px 3px 30px rgba(40, 73, 129, 0.16);
}
@media (max-width: 767px) {
  .header-dropdown__wrap {
    width: 100%;
    padding: 95px 24px;
  }
}
.promo {
  position: relative;
  padding: 40px 0 40px;
}
@media (max-width: 1024px) {
  .promo {
    padding: 22px 0 55px;
  }
}
@media (max-width: 767px) {
  .promo {
    padding: 19px 0 76px;
  }
}
.promo__top {
  padding-left: 120px;
}
@media (max-width: 1440px) {
  .promo__top {
    padding-left: 80px;
  }
}
@media (max-width: 1280px) {
  .promo__top {
    padding-left: 0;
  }
}
.promo__title {
  max-width: 660px;
  margin: 83px 0 25px;
  color: #284981;
  font-weight: 800;
  font-size: 50px;
  line-height: 62px;
}
@media (max-width: 1024px) {
  .promo__title {
    margin: 32px auto 16px;
    text-align: center;
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .promo__title {
    margin: 14px auto 16px;
    font-size: 30px;
    line-height: 38px;
  }
}
.promo__text {
  max-width: 600px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1280px) {
  .promo__text {
    max-width: 530px;
  }
}
@media (max-width: 1024px) {
  .promo__text {
    max-width: 525px;
    margin: 0 auto;
    text-align: center;
  }
}
.promo__text--small {
  margin-left: 30px;
  font-size: 10px;
  line-height: 12px;
}
@media (max-width: 1024px) {
  .promo__text--small {
    margin-left: 55%;
    text-align: left;
    font-size: 9px;
    line-height: 11px;
  }
}
@media (max-width: 767px) {
  .promo__text--small {
    margin-top: 25px;
    margin-left: -20px;
    font-size: 8px;
    line-height: 10px;
  }
}
.promo__content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 185px;
}
@media (max-width: 1024px) {
  .promo__content-wrap {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .promo__content-wrap {
    margin-top: 38px;
  }
}
.promo__column1 {
  margin-left: 26%;
}
@media (max-width: 767px) {
  .promo__column1 {
    margin: 0 auto;
  }
}
.promo__column2 {
  margin-left: 11%;
}
@media (max-width: 1024px) {
  .promo__column2 {
    margin-left: 5%;
    margin-top: 8%;
  }
}
@media (max-width: 767px) {
  .promo__column2 {
    margin-left: 13%;
    margin-top: 10%;
  }
}
.promo__img {
  width: 425px;
  height: 276px;
}
@media (max-width: 1024px) {
  .promo__img {
    width: 350px;
    height: 232px;
  }
}
@media (max-width: 767px) {
  .promo__img {
    width: 291px;
    height: 188px;
  }
}
.promo-images__img {
  position: absolute;
  top: 215px;
  left: calc(50% + 137px);
  width: 198px;
  height: 198px;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .promo-images__img {
    left: auto;
    right: 370px;
  }
}
@media (max-width: 1024px) {
  .promo-images__img {
    top: 645px;
    right: 218px;
    left: auto;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .promo-images__img {
    display: none;
  }
}
.promo-images__img--big {
  top: 30px;
  left: calc(50% + 297px);
  width: 287px;
  height: 287px;
}
@media (max-width: 1440px) {
  .promo-images__img--big {
    z-index: 1;
    left: auto;
    right: 109px;
  }
}
@media (max-width: 1024px) {
  .promo-images__img--big {
    top: 524px;
    right: 53px;
    left: auto;
    width: 189px;
    height: 189px;
  }
}
.promo-images__img--average {
  top: 293px;
  left: calc(50% + 473px);
  width: 222px;
  height: 222px;
}
@media (max-width: 1440px) {
  .promo-images__img--average {
    top: 315px;
    left: auto;
    right: 37px;
  }
}
@media (max-width: 1024px) {
  .promo-images__img--average {
    top: 715px;
    right: 20px;
    left: auto;
    width: 146px;
    height: 146px;
  }
}
.promo__list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 350px;
  margin-bottom: 39px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .promo__list {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .promo__list {
    margin-bottom: 31px;
  }
}
.promo__item {
  position: relative;
  margin-bottom: 15px;
}
.promo__item:before {
  content: "";
  position: absolute;
  left: -42px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5966 8.85004C17.9628 9.21625 17.9628 9.80988 17.5966 10.1759L11.3073 16.4654C10.941 16.8314 10.3476 16.8314 9.98138 16.4654L6.98743 13.4713C6.62122 13.1052 6.62122 12.5116 6.98743 12.1456C7.35345 11.7794 7.94708 11.7794 8.31311 12.1456L10.6442 14.4767L16.2707 8.85004C16.6369 8.48401 17.2305 8.48401 17.5966 8.85004ZM24.292 12.6577C24.292 19.2907 18.9241 24.6577 12.292 24.6577C5.659 24.6577 0.291992 19.2898 0.291992 12.6577C0.291992 6.02472 5.65991 0.657715 12.292 0.657715C18.925 0.657715 24.292 6.02563 24.292 12.6577ZM22.417 12.6577C22.417 7.0611 17.8879 2.53271 12.292 2.53271C6.69537 2.53271 2.16699 7.06183 2.16699 12.6577C2.16699 18.2543 6.69611 22.7827 12.292 22.7827C17.8886 22.7827 22.417 18.2536 22.417 12.6577Z' fill='%238C383B'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
}
.promo__button {
  margin-left: -42px;
}
@media (max-width: 1024px) {
  .promo__button {
    margin-left: 32%;
  }
}
@media (max-width: 767px) {
  .promo__button {
    margin-left: 7%;
  }
}
.promo__decor-1 {
  position: absolute;
  left: 50%;
  top: 2%;
  z-index: -1;
  width: 75px;
  height: 75px;
}
@media (max-width: 1024px) {
  .promo__decor-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo__decor-1 {
    display: block;
    left: 93%;
    top: 67%;
    width: 40px;
    height: 40px;
  }
}
.promo__decor-2 {
  position: absolute;
  left: 12%;
  top: 50%;
  z-index: -1;
  width: 56px;
  height: 56px;
}
@media (max-width: 1024px) {
  .promo__decor-2 {
    display: none;
  }
}
.promo__decor-3 {
  position: absolute;
  left: 75%;
  top: 42%;
  z-index: -1;
  width: 56px;
  height: 56px;
}
@media (max-width: 1024px) {
  .promo__decor-3 {
    left: 71%;
    top: 79%;
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .promo__decor-3 {
    left: 92%;
    top: 23%;
    width: 56px;
    height: 56px;
  }
}
.promo__decor-4 {
  position: absolute;
  left: 87%;
  top: 70%;
  z-index: -1;
  width: 142px;
  height: 127px;
}
@media (max-width: 1024px) {
  .promo__decor-4 {
    display: none;
  }
}
.promo__decor-5 {
  position: absolute;
  left: 90%;
  top: 2%;
  z-index: -1;
  width: 200px;
  height: 200px;
}
@media (max-width: 1024px) {
  .promo__decor-5 {
    left: -4%;
    top: 21%;
    width: 135px;
    height: 159px;
    transform: rotate(182deg);
  }
}
@media (max-width: 767px) {
  .promo__decor-5 {
    left: -18%;
    top: 48%;
    width: 115px;
    height: 85px;
    transform: rotate(293deg);
  }
}
.promo__decor-6 {
  position: absolute;
  left: -2%;
  top: 77%;
  z-index: -1;
  width: 115px;
  height: 108px;
}
@media (max-width: 1024px) {
  .promo__decor-6 {
    left: 43%;
    top: -12%;
    width: 125px;
    height: 96px;
    transform: rotate(16deg);
  }
}
@media (max-width: 767px) {
  .promo__decor-6 {
    left: 45%;
    top: -4%;
    width: 95px;
    height: 44px;
    transform: rotate(17deg);
    z-index: 100;
  }
}
.promo__decor-7 {
  position: absolute;
  left: 82%;
  top: 35%;
  z-index: -1;
  width: 75px;
  height: 75px;
}
@media (max-width: 767px) {
  .promo__decor-7 {
    display: none;
  }
}
.appointment {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .appointment {
    padding: 37px 0 89px;
    background-color: rgba(237, 237, 237, 0.5);
  }
}
@media (max-width: 767px) {
  .appointment {
    padding: 30px 0 42px;
  }
}
.appointment__wrap {
  padding: 70px 10px 50px;
  background-color: rgba(237, 237, 237, 0.5);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .appointment__wrap {
    padding: 0;
    background-color: transparent;
  }
}
.appointment__title {
  max-width: 670px;
  margin: 0 auto;
}
.appointment__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .appointment__content {
    grid-template-columns: 1fr 220px 1fr;
    grid-column-gap: 80px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .appointment__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .appointment__column {
    width: 100%;
  }
}
.appointment__column--1 {
  grid-column: 1/4;
  text-align: right;
}
@media (max-width: 1024px) {
  .appointment__column--1 {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .appointment__column--1 {
    grid-column: 1/-1;
    text-align: left;
    order: 1;
  }
}
.appointment__column--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 4/10;
}
@media (max-width: 1024px) {
  .appointment__column--2 {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .appointment__column--2 {
    grid-column: 1/-1;
    order: 0;
  }
}
.appointment__column--3 {
  grid-column: 10/-1;
}
@media (max-width: 1024px) {
  .appointment__column--3 {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .appointment__column--3 {
    grid-column: 1/-1;
    order: 2;
  }
}
.appointment__img-wrap {
  position: relative;
  z-index: 2;
  width: 62%;
  border-radius: 50%;
  border: 10px solid rgba(0, 180, 147, 0.4);
  background-color: #fff;
}
@media (max-width: 1024px) {
  .appointment__img-wrap {
    width: 100%;
    border: 6px solid rgba(0, 180, 147, 0.4);
  }
}
@media (max-width: 767px) {
  .appointment__img-wrap {
    width: 240px;
    height: 240px;
    margin: 0;
    border: 5px solid rgba(0, 180, 147, 0.4);
  }
}
.appointment__img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  border-radius: 50%;
  border: 15px solid #fff;
}
@media (max-width: 767px) {
  .appointment__img {
    border: 10px solid #fff;
  }
}
.help {
  position: relative;
  padding: 50px 0 55px;
}
@media (max-width: 1024px) {
  .help {
    padding: 70px 0 20px;
  }
}
@media (max-width: 767px) {
  .help {
    padding: 60px 0 35px;
  }
}
.help__title {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .help__title {
    max-width: 310px;
  }
}
.help__description {
  padding: 53px 50px 43px 35px;
  columns: 2;
  column-gap: 36px;
}
@media (max-width: 1024px) {
  .help__description {
    columns: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 0 5px;
  }
}
@media (max-width: 767px) {
  .help__description {
    padding: 23px 0 5px;
  }
}
.help__text {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .help__text {
    font-size: 16px;
    line-height: 19px;
  }
}
.help__text:nth-child(2) {
  break-after: column;
}
.help__video {
  display: block;
  height: 378px;
  margin: 0 auto;
  border: 0;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .help__video {
    width: 100%;
    height: 443px;
  }
}
@media (max-width: 767px) {
  .help__video {
    width: 100%;
    height: 199px;
    border-radius: 20px;
  }
}
.help__decor-1 {
  position: absolute;
  left: 95%;
  top: -6%;
  z-index: -1;
  width: 96px;
  height: 116px;
}
@media (max-width: 1024px) {
  .help__decor-1 {
    display: none;
  }
}
.help__decor-2 {
  position: absolute;
  left: 83%;
  top: 77%;
  z-index: -1;
  width: 110px;
  height: 54px;
}
@media (max-width: 1024px) {
  .help__decor-2 {
    display: none;
  }
}
.help__decor-3 {
  position: absolute;
  left: 9%;
  top: 72%;
  z-index: -1;
  width: 93px;
  height: 93px;
}
@media (max-width: 1024px) {
  .help__decor-3 {
    display: none;
  }
}
.help__decor-4 {
  position: absolute;
  left: 14%;
  top: -1%;
  z-index: -1;
  width: 72px;
  height: 72px;
}
@media (max-width: 1024px) {
  .help__decor-4 {
    display: none;
  }
}
.composition {
  padding: 45px 0 55px;
}
@media (max-width: 1024px) {
  .composition {
    padding: 54px 0 25px;
  }
}
@media (max-width: 767px) {
  .composition {
    padding: 30px 0 30px;
  }
}
@media (max-width: 1024px) {
  .composition .base-container {
    padding: 0;
  }
}
.composition__wrap {
  position: relative;
  height: 646px;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .composition__wrap {
    height: 520px;
  }
}
@media (max-width: 1024px) {
  .composition__wrap {
    height: auto;
    padding-top: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .composition__wrap {
    padding-bottom: 0;
  }
}
.composition__title {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .composition__title {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.composition__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/local/assets/s1/./compound.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 45px;
}
@media (max-width: 1024px) {
  .composition__bg {
    position: relative;
    height: 418px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .composition__bg {
    height: 310px;
  }
}
.composition__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 62px;
  align-items: center;
  margin-top: 145px;
}
@media (max-width: 1280px) {
  .composition__content {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .composition__content {
    align-items: flex-start;
    margin-left: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .composition__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 27px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .composition__column {
    width: 100%;
  }
}
.composition__column--1 {
  grid-column: 1/4;
  text-align: right;
}
@media (max-width: 1024px) {
  .composition__column--1 {
    grid-column: 1/6;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .composition__column--1 {
    grid-column: 1/-1;
    order: 1;
  }
}
.composition__column--2 {
  grid-column: 10/-1;
}
@media (max-width: 1024px) {
  .composition__column--2 {
    grid-column: 7/-1;
  }
}
@media (max-width: 767px) {
  .composition__column--2 {
    grid-column: 1/-1;
    order: 2;
  }
}
.composition__column--2 .composition-list {
  row-gap: 70px;
}
@media (max-width: 1024px) {
  .composition__column--2 .composition-list {
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .composition__column--2 .composition-list {
    max-width: 280px;
    row-gap: 27px;
  }
}
.composition__button {
  position: absolute;
  left: 37%;
  bottom: 10%;
}
@media (max-width: 1024px) {
  .composition__button {
    position: static;
  }
}
@media (max-width: 1024px) {
  .composition__btn {
    display: flex;
    justify-content: center;
    margin: 46px auto 0;
  }
}
@media (max-width: 767px) {
  .composition__btn {
    margin: 35px auto 0;
  }
}
.b12-deficiency {
  position: relative;
  padding: 47px 0 30px;
}
@media (max-width: 1024px) {
  .b12-deficiency {
    padding: 25px 0 20px;
  }
}
@media (max-width: 767px) {
  .b12-deficiency {
    padding: 15px 0 30px;
  }
}
.b12-deficiency__title {
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .b12-deficiency__title {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .b12-deficiency__title {
    max-width: 330px;
  }
}
.b12-deficiency__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  margin: 37px 5%;
}
@media (max-width: 1024px) {
  .b12-deficiency__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
.b12-deficiency__decor-1 {
  position: absolute;
  left: 95%;
  top: -3%;
  width: 117px;
  height: 117px;
}
@media (max-width: 1024px) {
  .b12-deficiency__decor-1 {
    left: -4%;
    top: 58%;
    width: 95px;
  }
}
@media (max-width: 767px) {
  .b12-deficiency__decor-1 {
    display: none;
  }
}
.b12-deficiency__decor-2 {
  position: absolute;
  left: 89%;
  top: 57%;
  width: 53px;
  height: 53px;
}
@media (max-width: 1024px) {
  .b12-deficiency__decor-2 {
    left: 85%;
    top: 43%;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .b12-deficiency__decor-2 {
    display: none;
  }
}
.b12-deficiency__decor-3 {
  position: absolute;
  left: 7%;
  top: 5%;
  width: 87px;
  height: 97px;
}
@media (max-width: 1024px) {
  .b12-deficiency__decor-3 {
    left: 4%;
    top: 26%;
    width: 58px;
    height: 73px;
    transform: rotate(-12deg);
  }
}
@media (max-width: 767px) {
  .b12-deficiency__decor-3 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .b12-deficiency__decor-4 {
    position: absolute;
    left: 92%;
    top: 74%;
    width: 91px;
    height: 115px;
  }
}
@media (max-width: 767px) {
  .b12-deficiency__decor-4 {
    display: none;
  }
}
.eyesight-check {
  padding: 40px 0 50px;
}
@media (max-width: 1024px) {
  .eyesight-check {
    padding: 22px 0 30px;
  }
}
@media (max-width: 1024px) {
  .eyesight-check .base-container {
    padding: 0;
  }
}
.tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 42px;
}
@media (max-width: 1024px) {
  .tab {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .tab {
    padding: 0 20px;
  }
}
.tab__links {
  margin: 0;
  margin-left: 50px;
  padding: 12px 15px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 5px solid #fff;
  background-color: transparent;
  color: #474747;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .tab__links {
    margin-left: 27px;
    padding: 12px 5px;
  }
}
@media (max-width: 767px) {
  .tab__links {
    display: flex;
    margin-left: 0;
    padding: 7px 5px;
  }
}
.tab__links:hover,
.tab__links.active {
  border-bottom: 5px solid #4575c4;
}
.tab-content {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  padding: 70px 65px 70px;
  border-radius: 20px;
  grid-column-gap: 65px;
  background-image: url(/local/assets/s1/./visual-acuity-bg.png);
  background-position: center;
}
@media (max-width: 1024px) {
  .tab-content {
    grid-template-columns: 1fr;
    padding: 0 0 5px;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .tab-content {
    border-radius: 0;
  }
}
.tab-content.active {
  display: grid;
}
@media (max-width: 1024px) {
  .tab-content__wrap {
    margin-bottom: 30px;
    padding-top: 35px;
    background-image: url(/local/assets/s1/./visual-acuity-bg.png);
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .tab-content__wrap {
    padding-top: 30px;
    margin-bottom: 26px;
  }
}
.tab-content__img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  filter: drop-shadow(0px 4px 36px rgba(72, 140, 255, 0.3));
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .tab-content__img {
    display: flex;
    width: 68%;
    margin: 0 auto 35px;
  }
}
@media (max-width: 767px) {
  .tab-content__img {
    width: 87%;
    margin-bottom: 27px;
  }
}
.tab-content__button-wrap {
  display: flex;
  justify-content: center;
}
.tab-content__button {
  margin: 0 auto;
  padding: 21px 47px;
}
@media (max-width: 1024px) {
  .tab-content__button {
    margin-bottom: 30px;
    padding: 18px 47px;
  }
}
@media (max-width: 767px) {
  .tab-content__button {
    margin-bottom: 8%;
    padding: 18px 47px;
  }
}
.tab-content__title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .tab-content__title {
    margin-left: 44px;
  }
}
@media (max-width: 767px) {
  .tab-content__title {
    max-width: 225px;
    margin-left: 46px;
    margin-bottom: 10px;
  }
}
.tab-content__title--less {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .tab-content__title--less {
    margin-left: 24px;
  }
}
.tab-content__list {
  max-width: 470px;
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 19px;
  list-style: disc;
}
@media (max-width: 1024px) {
  .tab-content__list {
    max-width: 645px;
    margin-left: 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tab-content__list {
    max-width: 300px;
    margin-left: 50px;
    padding-bottom: 17px;
  }
}
.tab-content__list--top {
  max-width: 500px;
  list-style: none;
}
@media (max-width: 1024px) {
  .tab-content__list--top {
    max-width: 700px;
    margin-left: 50px;
    padding-bottom: 13px;
    list-style: disc;
  }
}
@media (max-width: 767px) {
  .tab-content__list--top {
    max-width: 300px;
  }
}
.tab-content__item--top {
  margin-bottom: 6px;
}
.tab-content__text {
  max-width: 500px;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .tab-content__text {
    max-width: 685px;
    margin-left: 44px;
  }
}
@media (max-width: 767px) {
  .tab-content__text {
    margin-bottom: 14px;
    margin-left: 24px;
  }
}
.faq {
  position: relative;
  padding: 50px 0 55px;
}
@media (max-width: 1024px) {
  .faq {
    padding: 30px 0 74px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 30px 0 60px;
  }
}
.faq__title {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .faq__title {
    margin: 5px 0 19px 15px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    margin: 5px 0 15px;
  }
}
.questions-item {
  position: relative;
  max-width: 735px;
  margin: 0 auto;
  padding: 20px 0 10px;
  border-bottom: 1px solid #384561;
}
@media (max-width: 767px) {
  .questions-item {
    padding: 11px 0 10px;
  }
}
.questions-item.active .questions-item__head::after {
  transform: rotate(180deg);
}
.questions-item.active .questions-item__text {
  display: block;
}
.questions-item.active .questions-item__list {
  display: block;
}
@media (min-width: 1025px) {
  .questions-item:hover:not(.active) .questions-item__head::after {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 36, 165, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7417 0.49996L5.79199 5.44971L0.842245 0.49996' stroke='%23211C68'/%3E%3C/svg%3E%0A");
  }
}
.questions-item__title {
  color: #284981;
  cursor: pointer;
}
@media (max-width: 767px) {
  .questions-item__title {
    max-width: 350px;
    text-align: left;
  }
}
.questions-item__text {
  display: none;
  padding: 10px 65px 20px 0;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .questions-item__text {
    padding: 11px 21px 11px 0;
  }
}
.questions-item__text ul {
  margin: 0;
  padding-left: 20px;
}
.questions-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.questions-item__head::after {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #284981;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7417 0.49996L5.79199 5.44971L0.842245 0.49996' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42%;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.questions-item__item:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .questions-item__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.faq__decor-1 {
  position: absolute;
  left: 7%;
  top: 8%;
  z-index: -1;
  width: 82px;
  height: 82px;
}
@media (max-width: 1024px) {
  .faq__decor-1 {
    left: -5%;
    top: 10%;
    width: 67px;
    height: 67px;
  }
}
@media (max-width: 767px) {
  .faq__decor-1 {
    display: none;
  }
}
.faq__decor-2 {
  position: absolute;
  left: -2%;
  top: 49%;
  z-index: -1;
  width: 105px;
  height: 133px;
}
@media (max-width: 1024px) {
  .faq__decor-2 {
    display: none;
  }
}
.faq__decor-3 {
  position: absolute;
  left: 11%;
  top: 35%;
  z-index: -1;
  width: 88px;
  height: 131px;
}
@media (max-width: 1024px) {
  .faq__decor-3 {
    left: 95%;
    top: -2%;
    width: 49px;
    height: 73px;
  }
}
@media (max-width: 767px) {
  .faq__decor-3 {
    display: none;
  }
}
.faq__decor-4 {
  position: absolute;
  left: 96%;
  top: 42%;
  z-index: -1;
  width: 115px;
  height: 115px;
}
@media (max-width: 1024px) {
  .faq__decor-4 {
    display: none;
  }
}
.faq__decor-5 {
  position: absolute;
  left: 87%;
  top: 19%;
  z-index: -1;
  width: 75px;
  height: 75px;
}
@media (max-width: 1024px) {
  .faq__decor-5 {
    display: none;
  }
}
.banner {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 410px;
  padding: 0 50px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1440px) {
  .banner {
    min-height: 23vw;
  }
}
@media (max-width: 1024px) {
  .banner {
    min-height: 340px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 440px;
    padding: 15px 20px;
    background-position: center;
  }
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.banner-content {
  margin-left: 55.5%;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .banner-content {
    margin-left: 55%;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    margin: 0 auto;
    padding: 25px 16px 8px;
    margin-bottom: auto;
  }
}
.banner-content__title {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .banner-content__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .banner-content__title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }
}
.banner-content p {
  max-width: 350px;
  margin-bottom: 31px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .banner-content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .banner-content p {
    max-width: 305px;
    margin-bottom: 73%;
    text-align: center;
  }
}
.banner-content__btn-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .banner-content__btn-wrap {
    justify-content: center;
  }
}
.visleya-banner {
  padding: 55px 0 34px 0;
}
.join,
.buy {
  min-height: 294px;
  overflow: hidden;
}
.visleya-banner__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.row {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.join {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDA5IiBoZWlnaHQ9IjE2NSIgdmlld0JveD0iMCAwIDQwOSAxNjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMzIuOTI0IC00MjUuNTg4QzM5OS4wNjEgLTUxMi42NDYgNTM2LjQyMiAtNDQxLjc2NiA1MDMuNzkyIC0zMzcuNDE4QzQ4OC4wNzIgLTI4Ny4xNDkgNTE1LjA3NCAtMjMzLjQ3NCA1NjQuODA4IC0yMTYuMTMyQzY2OC4wNDIgLTE4MC4xMzQgNjQzLjA3OCAtMjcuNTkzNCA1MzMuNzU0IC0yNi4zODEyQzQ4MS4wODcgLTI1Ljc5NzMgNDM4LjM4NCAxNi40Njk3IDQzNy4yNTkgNjkuMTI3OUM0MzQuOTI0IDE3OC40MzQgMjgyLjEzNiAyMDEuODI5IDI0Ny4yIDk4LjIzMDdDMjMwLjM2OSA0OC4zMjIgMTc2Ljk3NSAyMC43Njk5IDEyNi41NDYgMzUuOTcyM0MyMS44NjkgNjcuNTI5IC00Ny41OTYgLTcwLjU1MjIgNDAuMTM2NCAtMTM1Ljc5MkM4Mi40MDE2IC0xNjcuMjIxIDkyLjEwNTQgLTIyNi41MTYgNjIuMDYzNyAtMjY5Ljc3OUMtMC4yOTU2ODIgLTM1OS41ODEgMTA5LjU2MSAtNDY4LjMxNiAxOTguNzE5IC00MDUuMDM4QzI0MS42NzEgLTM3NC41NTMgMzAxLjA2MiAtMzgzLjY0OCAzMzIuOTI0IC00MjUuNTg4WiIgZmlsbD0iI0M1RjY2MyIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  padding: 22px 20px 15px 20px;
  border: 0.5px solid rgba(33, 28, 104, 0.1);
  border-radius: 20px;
}
.join__content {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
}
.join__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #232323;
  font-size: 24px;
  line-height: 29px;
}
.title-blue {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #009ab2;
}
.join__image-wrap {
  flex-basis: 30%;
  position: relative;
}
.join__button {
  align-self: flex-start;
  padding: 12px 53px;
  margin-top: 21px;
  margin-bottom: 34px;
}
.join-orange {
  background-color: #f6a43b;
}
.friends-link {
  text-decoration: underline;
}
.join__subtitle {
  font-family: Inter;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  margin-top: auto;
}
.smartphone-image {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1024px) {
  .visleya-banner__wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .join__image-wrap {
    display: none;
  }
  .join__content {
    flex-basis: 100%;
  }
}
@media (max-width: 540px) {
  .visleya-banner {
    padding-top: 44px;
  }
  .visleya-banner__wrap {
    margin: 0 -24px;
    grid-row-gap: 20px;
  }
  .join {
    border: 0.3px solid rgba(33, 28, 104, 0.1);
    border-radius: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4IiBoZWlnaHQ9IjI0NyIgdmlld0JveD0iMCAwIDExOCAyNDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02MS4xNTcxIC0xMy45OTE3QzEyNi4zODEgLTEyLjA4NDQgMTM5LjYyNSA3OS4yMTExIDc3LjYzMjQgOTkuNTc0MUM0Ny43Njc0IDEwOS4zODQgMzEuMDczMSAxNDEuMTIgMzkuOTA5IDE3MS4yODhDNTguMjUwMSAyMzMuOTA5IC0yNC40ODQzIDI3NC43MTcgLTYzLjAwNzQgMjIyLjA1MUMtODEuNTY1OSAxOTYuNjc5IC0xMTYuOTA4IDE5MC42MDkgLTE0Mi44NjkgMjA4LjMzNEMtMTk2Ljc1NyAyNDUuMTI5IC0yNjEuMTM0IDE3OS4wNTQgLTIyMi45NSAxMjYuMTQyQy0yMDQuNTU0IDEwMC42NTEgLTIwOS43MDMgNjUuMTYzIC0yMzQuNTgzIDQ1Ljk1MDZDLTI4Ni4yMjkgNi4wNzAwOSAtMjQzLjI4MiAtNzUuNTc0NCAtMTgxLjE2IC01NS42MUMtMTUxLjIzMiAtNDUuOTkyMSAtMTE5LjA3MiAtNjEuODU0OSAtMTA4LjQ4OCAtOTEuNDU0NUMtODYuNTE5MiAtMTUyLjg5NiA0LjQwMDc3IC0xMzcuMjgxIDQuNjEwMjcgLTcyLjAyOTdDNC43MTEyIC00MC41OTQ5IDI5LjczNTcgLTE0LjkxMDYgNjEuMTU3MSAtMTMuOTkxN1oiIGZpbGw9IiNDNUY2NjMiLz4KPC9zdmc+Cg==),
      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM3IiBoZWlnaHQ9IjIzMSIgdmlld0JveD0iMCAwIDEzNyAyMzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNDYuNjQ2IDI3LjcxNThDMjk3LjI3OCAtMTMuNDQ0OCAzNjYuOTQxIDQ3LjAzMDQgMzMzLjMwMyAxMDIuOTQzQzMxNy4wOTggMTI5Ljg3OSAzMjUuMTg5IDE2NC44MTQgMzUxLjU4NSAxODEuODg0QzQwNi4zNzcgMjE3LjMxOSAzNzAuMzg5IDMwMi4yNjEgMzA2LjgxOCAyODcuNTQ3QzI3Ni4xOTIgMjgwLjQ1OSAyNDUuNDY3IDI5OC45NDggMjM3LjM4OSAzMjkuMzI4QzIyMC42MjEgMzkyLjM4OCAxMjguNzE2IDM4NC40MDkgMTIzLjA2NSAzMTkuNDAzQzEyMC4zNDIgMjg4LjA4NiA5My4yNjI4IDI2NC41NzkgNjEuODc0MiAyNjYuMjg0Qy0zLjI4MTE2IDI2OS44MjMgLTI0LjA5MzggMTc5Ljk1IDM1Ljk4NDYgMTU0LjQ4OEM2NC45MjczIDE0Mi4yMjEgNzguOTE2NSAxMDkuMjAzIDY3LjU5NTMgNzkuODc3NEM0NC4wOTUzIDE5LjAwNDYgMTIzLjEzOCAtMjguNTYxNiAxNjUuOTE5IDIwLjcwOEMxODYuNTI5IDQ0LjQ0MzcgMjIyLjI1NSA0Ny41NDQ5IDI0Ni42NDYgMjcuNzE1OFoiIGZpbGw9IiNDNUY2NjMiLz4KPC9zdmc+Cg==);
    background-position: left top, right bottom;
  }
  .join__title {
    text-align: center;
    line-height: 26px;
    padding-top: 21px;
  }
  .join__button {
    align-self: center;
    margin-bottom: 47px;
    padding: 15px 53px;
  }
  .join__subtitle {
    padding-left: 8px;
    padding-bottom: 7px;
  }
}
.buy {
  border: 0.5px solid rgba(33, 28, 104, 0.1);
  border-radius: 20px;
  padding: 43px 25px 20px 27px;
  position: relative;
}
.buy__content {
  flex-basis: 57%;
  display: flex;
  flex-direction: column;
}
.buy__button {
  align-self: flex-start;
  padding: 12px 53px;
  margin-top: 24px;
}
.buy-title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
}
.buy-title-blue {
  color: #211c68;
}
.font-inter {
  font-family: "Inter";
}
.buy__subtitle {
  font-weight: 500;
}
.buy__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 110%;
  object-position: center;
  object-fit: cover;
}
.title-selected {
  display: inline-block;
  text-align: center;
  min-width: 128px;
  height: 34px;
  color: #fff;
}
.title-radius {
  border-radius: 60px;
}
.buy__image-wrap {
  position: relative;
  flex-basis: 43%;
}
.buy__image-wrap-mobile {
  display: none;
}
.medicine-image {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 0;
}
.title__bold {
  font-weight: 700;
  font-size: 26px;
}
.title-violet {
  background-color: #782228;
}
.buy-orange {
  background-color: #f6a43b;
}
@media (max-width: 768px) {
  .buy__image-wrap {
    display: none;
  }
  .buy__content {
    flex-basis: 100%;
  }
}
@media (max-width: 540px) {
  .buy {
    border-radius: 0;
    border: 0.3px solid rgba(33, 28, 104, 0.1);
    padding-top: 25px;
  }
  .buy__image-wrap-mobile {
    display: flex;
  }
  .mobile-medicine-image {
    margin: auto;
    max-height: 214px;
  }
  .title__bold {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .title-selected {
    height: 30px;
  }
  .buy__button {
    align-self: center;
    padding: 15px 53px;
    margin-top: 0;
  }
}
.footer {
  padding: 60px 0 calc(10vh + 20px);
  background-color: #335999;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    padding: 53px 0 calc(10vh + 60px);
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 43px 0 calc(10vh + 40px);
  }
}
.footer__row:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 39px;
}
@media (max-width: 1024px) {
  .footer__row:nth-child(1) {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer__row:nth-child(1) {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.footer__row:last-of-type {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__row:last-of-type {
    display: grid;
    grid-row-gap: 20px;
  }
}
.footer__row-item--text {
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  .footer__row-item--text {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .footer__row-item--text {
    margin-bottom: 30px;
  }
}
.footer__row-item h3 {
  margin-bottom: 7px;
  opacity: 0.8;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.footer__row-item p {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .footer__row-item p {
    padding-left: 0;
  }
}
.footer__row-item ol {
  max-width: 100%;
  margin: 0 0 31px 0;
  padding-left: 20px;
  opacity: 0.8;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1024px) {
  .footer__row-item ol {
    margin: 0 0 40px 0;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .footer__row-item ol {
    max-width: 325px;
    padding-left: 22px;
  }
}
.footer__row-item ol li {
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .footer__row-item ol li {
    margin-bottom: 0;
  }
}
.footer__dark-text {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .footer__dark-text {
    margin-bottom: 13px;
  }
}
.footer__dark-text:hover {
  text-decoration: underline;
}
.footer__svg-logo {
  display: block;
  width: 333px;
  height: auto;
}
@media (max-width: 1024px) {
  .footer__svg-logo {
    width: 286px;
    height: auto;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer__svg-logo {
    width: 251px;
    height: auto;
    margin-left: 16px;
  }
}
.footer__main-logo {
  display: block;
  width: 175px;
  height: auto;
}
@media (max-width: 1024px) {
  .footer__main-logo {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer__main-logo {
    width: 175px;
    margin-left: 16px;
    margin-bottom: 50px;
  }
}
.footer__develop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__develop {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__develop {
    display: flex;
    flex-direction: row;
  }
}
.footer__develop-logo {
  display: block;
  width: 108px;
  height: 15px;
  margin-left: 5px;
}
.footer__develop-logo:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .footer__develop-logo {
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .footer__develop-logo {
    width: 94px;
    height: 14px;
    margin: 0 0 0 7px;
  }
}
.disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #335999;
}
.disclaimer .base-container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .disclaimer .base-container {
    padding: 0 5px;
  }
}
.disclaimer__wrap {
  display: flex;
  justify-content: center;
  height: 10vh;
  padding: 15px 0 0 0;
}
@media (max-width: 767px) {
  .disclaimer__wrap {
    padding: 10px 0 0 0;
  }
}
.disclaimer__svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* End */
/* /local/assets/s1/styles.min.css?175094451859402 */
