

/* Start:/bitrix/templates/vesvnorme/styles.css?174965468257669*/
* {
  box-sizing: border-box;
  font-family: Unbounded, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

body {
  background: #f8fafc;
}

body.fixed {
  overflow: hidden;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #007a86;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  background-color: transparent;
}

@media (max-width: 767px) {
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
    box-shadow: none;
  }
}

.theme-colored {
  color: #007785 !important;
}

.text-color {
  color: #4c4c4c;
}

p,
p span,
p strong {
  color: #626262;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

strong {
  font-weight: 600 !important;
}

a:hover {
  color: #0f8d9c !important;
  transition: 0.2s;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  background: #4aaeba;
  box-shadow: 0px 10px 31px -6px rgba(74, 174, 186, 0.7);
  border: none;
  outline: none;
  cursor: pointer;
  height: 56px;
  color: white;
  text-transform: uppercase;
  padding-top: 5px;
  text-decoration: none;
}

.button:hover {
  background: #0f8d9c;
  transition: 0.2s;
  color: white !important;
}

.button:disabled {
  background: #b1b1b1;
  box-shadow: 0px 10px 31px -6px rgba(209, 209, 209, 0.7);
}

.uppercase {
  text-transform: uppercase !important;
}

.tt-inherit {
  text-transform: inherit !important;
}

.input {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  background: #fff;
  outline: none;
  padding: 1px 20px;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input:hover {
  border: 2px solid #95d6de;
  padding: 0px 19px;
}

.input:focus {
  border: 2px solid #4aaeba;
  padding: 0px 19px;
}

.input::placeholder {
  color: #c9c9c9;
}

.input-error {
  color: #ce2828;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  margin-top: 5px;
  position: relative;
  top: 5px;
}

.input-error sup {
  color: #ce2828;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 0;
}

.input-error-name {
  display: none;
}

.input-error-phone,
.input-error-specialty {
  display: none;
}

.input-error-name-modal {
  display: none;
}

.input-error-phone-modal {
  display: none;
}

.input-error-email {
  display: none;
}

.input-error-number-input {
  display: none;
  position: absolute;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: right;
}

.input-field {
  width: fit-content;
  height: fit-content;
}

.mt64 {
  margin-top: 64px;
}

.mt48 {
  margin-top: 48px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px;
}

.mtb0 {
  margin: auto 0 !important;
}

.pt8 {
  padding-top: 8px;
}

.pb100 {
  padding-bottom: 100px;
}

.main {
  background: #f8fafc;
}

.desktop {
  display: block;
}

.desktop-tablet {
  display: block;
}

.desktop-mobile {
  display: block;
}

.tablet-mobile {
  display: none !important;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.mt50 {
  margin-top: 50px;
}

@media (max-width: 1124px) {
  .desktop {
    display: none !important;
  }

  .desktop-mobile {
    display: none;
  }

  .tablet-mobile {
    display: flex !important;
  }

  .tablet {
    display: block;
  }

  p,
  p span,
  p strong {
    font-size: 16px;
  }

  .mt50 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .desktop-tablet {
    display: none;
  }

  .desktop-mobile {
    display: block;
  }

  .tablet {
    display: none;
  }

  .mobile {
    display: block;
  }

  p,
  p span,
  p strong {
    font-size: 14px;
  }

  .mt50 {
    margin-top: 30px;
  }
}

@media (max-width: 374px) {
  .sub-mobile {
    display: none;
  }
}

.container {
  margin: 0 auto;
  max-width: 1084px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.article {
  padding: 100px 0 184px 0;
}

.title {
  color: #505050;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

@media (max-width: 1124px) {
  .title {
    font-size: 20px;
    line-height: 125%;
  }
  .article {
    padding: 100px 0 184px 0;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 18px;
  }
  .article {
    padding: 48px 0 86px 0;
  }
}

.title-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
}

.title-section__image-block {
  width: calc(100% - 182px);
  height: 655px;
  display: flex;
  justify-content: flex-end;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  position: relative;
}

.title-section__image-block::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 359px;
  background: linear-gradient(90deg, #f8fafc 0%, rgba(248, 250, 252, 0) 100%);
  z-index: 2;
}

/* .title-section__image-block video {
  height: calc(120% + 2px);
  position: relative;
  top: -40px;
} */

.title-section__text {
  position: absolute;
  border-radius: 35px;
  border: 0.847px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 20px 39px -12px rgba(11, 39, 45, 0.15);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
  padding: 60px 45px 60px 65px;
  top: 50px;
  left: 0;
  z-index: 3;
  width: 387px;
  height: fit-content;
}

.title-section__title {
  margin-bottom: 21px;
}

.title-section__description {
  color: #0f8d9c;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 1124px) {
  .container {
    width: 100%;
    padding: 0 79px;
  }
  .title-section {
    margin-bottom: 0;
  }
  .title-section__text {
    width: 236px;
    height: unset;
    padding: 24px 14px 28px 21px;
    top: 30px;
  }
  .title-section__image-block::before {
    width: 259px;
  }
  .title-section__image-block {
    width: calc(100% - 40px);
    height: 368px;
    top: -40px;
  }
  .title-section__title {
    margin-bottom: 20px;
  }
  .title-section__description {
    font-size: 14px;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 37px;
    overflow: hidden;
  }
  .title-section {
    margin-bottom: 170px;
  }
  .title-section__text {
    width: 299px;
    height: unset;
    padding: 25px 23px 25px 28px;
    top: 275px;
  }
  .title-section__title {
    margin-bottom: 16px;
  }
  .title-section__image-block {
    width: 100%;
    height: 352px;
    overflow: visible;
    justify-content: center;
  }
  .title-section__image-block::before {
    content: none;
  }
}
@media (max-width: 500px) {
  .title-section__image-block {
    width: 135%;
  }
}

.buttons-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.buttons-section__btn {
  width: 532px;
  height: 56px;
  border: 1px solid rgba(15, 141, 156, 0.5);
  box-shadow: 0px 10px 31px -6px rgba(74, 174, 186, 0.7);
  border-radius: 12px;
  display: flex;
  gap: 14px;
  background-image: radial-gradient(at 50% -300%, #c6ffdd 30px, #0f8d9c),
    linear-gradient(#2ac5c0, #1895a4);
}

.buttons-section__btn:hover {
  background-image: linear-gradient(#1895a4, #1895a4);
}

@media (max-width: 1124px) {
  .buttons-section {
    gap: 11px;
  }
  .buttons-section__btn {
    width: 470px;
    text-transform: none;
  }
}

@media (max-width: 767px) {
  .buttons-section {
    flex-direction: column;
  }
  .buttons-section__btn {
    width: 300px;
    border-radius: 14px;
    height: 50px;
  }
}

.header {
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0px 4px 30px 0px rgba(11, 39, 45, 0.1);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  width: 100%;
  height: 84px;
  position: relative;
  z-index: 5;
}

.header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  height: 100%;
  margin: 0 auto;
  max-width: 1084px;
  position: relative;
  z-index: 8;
}

.header__burger {
  cursor: pointer;
}

.header__adaptive {
  display: none;
}

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

.header__desktop a {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #0f8d9c;
  text-decoration: none;
}

.header__desktop a:hover {
  text-decoration: underline;
}

.header__active-link {
  text-decoration: underline !important;
  font-weight: 600 !important;
}

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

.nav-links {
  display: flex;
  justify-content: center;
  /* width: 50%; */

  position: absolute;
  left: 0;
  top: 100px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  margin: 0;
  transform: translateY(-200%);
  transition: all 0.2s ease-in;

  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 22px 48.5px 0px rgba(5, 49, 58, 0.17);
  padding: 24px 0;
  opacity: 0;
}

.nav-links a {
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  text-align: start;

  height: 56px;
  width: 300px;
  padding: 18px 32px;
}

.nav-links a:hover {
  background: #e4f3f5;
}

.header__background {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 100vh;
  background: transparent;
  opacity: 0;
  display: none;
}

.background-active {
  opacity: 1;
  display: block;
  z-index: 6;
}

.burger {
  display: flex;
  flex-direction: column;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  cursor: pointer;
}

.burger div {
  width: 38px;
  height: 7px;
  background: #4aaeba;
  margin: 3.5px;
  transition: all 0.2s ease;
  border-radius: 68px;
}

@media (max-width: 1124px) {
  .header {
    padding: 0 68px;
  }
  .header__adaptive {
    display: flex;
  }
  .header__desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 0 27px;
    height: 80px;
  }
  .nav-links {
    left: 0;
    top: 100px;
    height: fit-content;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0;
    padding: 0;
    transform: translateX(-200%);
    transition: all 0.2s ease-in;

    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 22px 48.5px 0px rgba(5, 49, 58, 0.17);
    padding: 24px 0;
  }

  .nav-links a {
    font-size: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .burger {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 460px) {
  .nav-links {
    width: 100vw;
    left: -27px;
    align-items: center;
    transition: all 0.2s ease;
  }
  .nav-links a {
    text-align: center;
  }
}

.header__text {
  margin-right: 21px;
}

.nav-active {
  opacity: 1;
  display: flex;
  transform: translateX(0) translateY(0);
}

.menu-enabled {
  transform: rotate(180deg);
}

.menu-disabled {
  transform: rotate(0deg);
}

.footer {
  width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(11, 39, 45, 0.1);
}

.footer__container {
  width: 100%;
  height: 100%;
  max-width: 1084px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 0;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  height: 102px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-content: space-between;
}

.footer__center {
  order: 3;
  color: #4f4f4f;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 340px;
  height: fit-content;
  margin: 16px auto 0;
}

.footer__logo-gerofarm {
  width: 158px;
  order: 5;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.footer__logo-gerofarm img {
  width: 100%;
  height: auto;
}

.footer__logo-gnicpm {
  width: 92px;
  height: auto;
  cursor: pointer;
  order: 6;
  margin: -17px 0 auto 36px;
}

.footer__logo-gnicpm img {
  width: 100%;
  height: auto;
}

.footer__email {
  color: #007a86;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  order: 1;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.footer__policy {
  color: #afafaf;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  order: 2;
  width: 284px;
  height: fit-content;
  margin-top: 40px;
}

.footer__bottom {
  color: #4f4f4f;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
}

@media (max-width: 1124px) {
  .footer__container {
    padding: 56px 80px;
    flex-wrap: wrap;
  }
  .footer__body {
    height: 138px;
    justify-content: space-between;
  }
  .footer__center {
    text-align: end;
    margin: 0;
    font-size: 16px;
    order: 4;
    width: 286px;
  }
  .footer__logo-gnicpm {
    order: 2;
    width: 74px;
  }
  .footer__logo-gerofarm {
    order: 1;
    width: 80%;
    bottom: 6px;
    position: relative;
  }
  .footer__logo-gerofarm img {
    width: 143px;
  }
  .footer__email {
    font-size: 16px;
    text-align: start;
    order: 3;
    width: unset;
    margin: 4px 0 0 0;
  }
  .footer__policy {
    font-size: 14px;
    order: 5;
    width: 50%;
    margin-top: -20px;
  }
  .footer__bottom {
    margin-top: 20px;
    font-size: 14px;
  }
  .footer__bottom img {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 767px) {
  .footer__container {
    padding: 48px 37px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .footer__body {
    height: fit-content;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer__logo-str {
    width: 100%;
    display: flex;
  }
  .footer__logo-str img {
    margin: 0 auto;
  }
  .footer__center {
    order: 5;
    margin: 6px auto 0;
    text-align: center;
    width: 100%;
  }
  .footer__logo-gerofarm {
    order: 3;
    width: 165px;
    margin: auto;
  }
  .footer__logo-gerofarm img {
    margin: 0 auto;
    width: 100%;
  }
  .footer__logo-gnicpm {
    order: 4;
    margin: auto;
    width: 76px;
  }
  .footer__logo-gnicpm img {
    margin: 0 auto;
  }
  .footer__email {
    font-size: 15px;
    width: 100%;
    text-align: center;
    order: 1;
    margin: 0;
  }
  .footer__policy {
    order: 2;
    width: 100%;
    text-align: center;
    margin: 18px auto 42px;
  }
  .footer__bottom {
    margin-top: 21px;
  }
}

@media (max-width: 450px) {
  .footer__logo-gerofarm {
    order: 3;
    width: 140px;
  }
  .footer__logo-gnicpm {
    order: 4;
    position: relative;
    margin: 0 20px 0 38px;
    width: 76px;
    bottom: 16.5px;
  }
}

@media (max-width: 374px) {
  .footer__logo-gerofarm {
    width: 140px;
  }
  .footer__logo-gnicpm {
    width: 52px;
  }
  .footer__email {
    font-size: 14px;
  }
}

.doctor-section {
  margin: 120px auto 90px;
}

.doctor-section__blob {
  width: 100%;
  border-radius: 35px;
  border: 1px solid #e4f3f5;
  background: #e4f3f5;
  overflow-y: visible;
  padding: 0 84px 0 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 374px;
}

.doctor-section__img {
  position: relative;
  top: -52px;
  height: 425px;
  width: 442px;
}

.doctor-section__info {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px #bfdfe2;
  width: 460px;
  padding: 32px;
  position: relative;
  top: -34px;
  height: fit-content;
}

.doctor-section p,
.doctor-section p span,
.doctor-section p strong {
  line-height: 110%;
}

@media (max-width: 1124px) {
  .doctor-section {
    margin: 100px auto 75px;
  }
  .doctor-section__blob {
    border-radius: 25px;
    padding: 0 25px 0 12px;
    height: 352px;
  }
  .doctor-section__info {
    border-radius: 25px;
    min-width: 300px;
    right: 17px;
    top: -25px;
    padding: 24px 21px;
  }
  .doctor-section__img {
    position: relative;
    top: -41px;
    height: 393px;
    width: 287px;
    z-index: 2;
  }
  .doctor-section p,
  .doctor-section p span,
  .doctor-section p strong {
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .doctor-section {
    margin: 80px auto 50px;
  }
  .doctor-section p span,
  .doctor-section p strong {
    font-size: 16px;
    line-height: 110%;
  }
  .doctor-section__blob {
    border-radius: 22px;
    padding: 0 12px;
    height: 490px;
  }
  .doctor-section__info {
    border-radius: 22px;
    min-width: unset;
    top: -30px;
    right: unset;
    padding: 21px 18px 40px;
  }
  .doctor-section__img {
    width: 278px;
    height: 253px;
    bottom: -1px;
    position: absolute;
    margin-top: auto;
  }
}

.problem-section {
  padding: 50px 10px 50px 65px;
  margin-bottom: 90px;
  background: #ffffff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}

.problem-section__title {
  margin-bottom: 50px;
}

.problem-section__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.problem-section__blobs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 533px;
  width: 100%;
  z-index: 2;
}

.problem-section__blob {
  width: 100%;
  height: fit-content;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 15px 31px -12px rgba(0, 0, 0, 0.08);
  border-radius: 34px;
  padding: 28px 48px 28px 66px;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #838383;
}

.problem-section__blob span {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #007785;
}

.problem-section__img {
  width: 468px;
  height: 493px;
}

@media (max-width: 1124px) {
  .problem-section {
    padding: 30px 40px 32px;
    margin-bottom: 70px;
  }
  .problem-section__title {
    margin-bottom: 30px;
  }
  .problem-section__content {
    flex-direction: column;
    gap: 30px;
  }
  .problem-section__blobs {
    gap: 13px;
    max-width: unset;
  }
  .problem-section__blob {
    border-radius: 25px;
    padding: 24px 22px;
    font-size: 16px;
    line-height: 130%;
  }
  .problem-section__blob span {
    font-size: 16px;
    line-height: 130%;
  }
  .problem-section__img {
    width: 347px;
    height: 346px;
  }
}
@media (max-width: 767px) {
  .problem-section {
    padding: 25px 12px;
    margin-bottom: 50px;
  }
  .problem-section__title {
    margin-bottom: 25px;
    padding: 0 18px;
  }
  .problem-section__content {
    gap: 25px;
  }
  .problem-section__blobs {
    gap: 12px;
  }
  .problem-section__blob {
    border-radius: 22px;
    padding: 24px 18px;
    font-size: 14px;
    text-align: center;
  }
  .problem-section__blob span {
    font-size: 14px;
  }
  .problem-section__img {
    width: 230px;
    height: 237px;
  }
}
@media (max-width: 500px) {
  .problem-section__blob {
    text-align: start;
  }
}

.todo-section {
  margin-bottom: 90px;
  width: 100%;
}

.todo-section__title {
  text-align: center;
  margin-bottom: 50px;
}

.todo-section__points-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}

.todo-section__point {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
}

.todo-section__point:last-child {
  padding-bottom: 21px;
}

.todo-section__point-title {
  height: 106px;
  border-radius: 14px;
  background: #e4f3f5;
  color: #505050;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 24px;
}

.todo-section__point-bottom {
  margin-top: 20px;
}

.todo-section__point-icon-block {
  width: fit-content;
  margin: 0 auto;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.todo-section__point:nth-child(1) .todo-section__point-icon {
  width: 196px;
  height: 148px;
}

.todo-section__point:nth-child(2) .todo-section__point-icon {
  width: 264px;
  height: 190px;
}

.todo-section__point:nth-child(3) .todo-section__point-icon {
  width: 266px;
  height: 182px;
}

.todo-section__point-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  color: #0f8d9c;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  padding-left: 58px;
  margin-top: 15px;
}

.todo-section__action-btn {
  height: 58px;
  width: 58px;
  min-width: 58px;
  border-radius: 50%;
  padding: 0;
}

.todo-section__input {
  height: 56px;
}

.todo-section__form-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 17px;
}

.todo-section__conditions {
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}

.todo-section__conditions a {
  font-family: Circe, sans-serif;
  text-decoration: underline;
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}

.todo-section__point-desc {
  width: 304px;
}

@media (max-width: 1124px) {
  .todo-section {
    margin-bottom: 70px;
  }

  .todo-section__title {
    margin-bottom: 40px;
  }

  .todo-section__points-row {
    display: block;
  }

  .todo-section__point {
    border-radius: 25px;
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .todo-section__point-top {
    min-width: 273px;
    width: calc(50% - 8px);
    margin-right: 41px;
  }

  .todo-section__point-title {
    padding: 15px;
    text-align: center;
    height: fit-content;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .todo-section__point:nth-child(3) .todo-section__point-title {
    margin-bottom: 21px;
  }

  .todo-section__point-bottom {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(50% - 8px);
  }

  .todo-section__action-btn {
    height: 48px;
    width: 48px;
    min-width: 48px;
  }

  #arrow-down > path {
    stroke-width: 2;
  }

  .todo-section__point-icon-block {
    margin: 0;
    max-width: 230px;
    height: auto;
  }

  .todo-section__point:nth-child(1) .todo-section__point-icon {
    width: 198px;
    height: 148px;
  }

  .todo-section__point:nth-child(2) .todo-section__point-icon {
    width: 227px;
    height: 163px;
  }

  .todo-section__point:nth-child(3) .todo-section__point-icon {
    width: 219px;
    height: 149px;
  }

  .todo-section__point-action {
    justify-content: flex-end;
  }

  .todo-section__action-btn {
    margin-left: 24px;
  }

  .todo-section__input {
    height: 48px;
    font-size: 16px;
  }

  .todo-section__form-btn {
    height: 48px;
  }

  .todo-section__point:nth-child(3) .todo-section__point-bottom {
    justify-content: center;
  }

  .todo-section__point-desc {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .todo-section {
    margin-bottom: 50px;
  }

  .todo-section__title {
    margin-bottom: 25px;
  }

  .todo-section__points-row {
    display: block;
  }

  .todo-section__point {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 12px 12px 24px 12px;
    border-radius: 22px;
  }

  .todo-section__point-top {
    min-width: unset;
    width: unset;
    margin-right: 0;
  }

  .todo-section__point-title {
    padding: 15px;
    text-align: center;
    height: 98px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .todo-section__point:nth-child(3) .todo-section__point-title {
    margin-bottom: 30px;
  }

  .todo-section__point-desc {
    padding: 0 13px;
    width: 266px;
  }

  .todo-section__point-bottom {
    display: block;
    width: unset;
    margin-top: 20px;
  }

  .todo-section__action-btn {
    height: 48px;
    width: 48px;
    min-width: 48px;
  }

  #arrow-down > path {
    stroke-width: 2;
  }

  .todo-section__point-icon-block {
    margin: 0 auto;
    max-width: unset;
  }

  .todo-section__point:nth-child(1) .todo-section__point-icon {
    width: 184px;
    height: 139px;
  }

  .todo-section__point:nth-child(2) .todo-section__point-icon {
    width: 200px;
    height: 135px;
  }

  .todo-section__point:nth-child(3) .todo-section__point-icon {
    width: 208px;
    height: 142px;
  }

  .todo-section__point-action {
    padding: 0 12px;
    margin-top: 25px;
  }

  .todo-section__action-btn {
    margin-left: 24px;
  }

  .todo-section__input {
    height: 48px;
    font-size: 16px;
  }

  .todo-section__form-btn {
    height: 48px;
  }

  .todo-section__point:nth-child(3) .todo-section__point-bottom {
    justify-content: center;
    padding: 0 8px;
  }
}
@media (max-width: 374px) {
  .todo-section__point-desc strong {
    font-size: 16px;
  }
  .todo-section__point-desc {
    font-size: 15px;
  }
}

.main-bottom-section {
  width: 100%;
  background: #e4f3f5;
  padding: 50px 0 90px;
}

.facts-section {
  border-radius: 35px;
  background: #d5eaed;
  overflow: hidden;
  height: 256px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 56px;
  margin-bottom: 25px;
}

.facts-section__text-block {
  max-width: 555px;
}

.facts-section__title {
  margin-bottom: 21px;
}

.facts-section__img {
  width: 328px;
  height: 337px;
  position: relative;
  top: 10px;
  right: 20px;
}

@media (max-width: 1124px) {
  .main-bottom-section {
    padding: 40px 0 70px;
  }

  .facts-section {
    border-radius: 25px;
    padding: 30px 0px 30px 24px;
    height: unset;
    margin-bottom: 12px;
    align-items: flex-start;
    position: relative;
  }

  .facts-section__img {
    width: 220px;
    height: auto;
    right: -36px;
    top: -38px;
    position: absolute;
  }

  .facts-section__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .main-bottom-section {
    padding: 25px 0 50px;
  }

  .facts-section {
    border-radius: 22px;
    padding: 25px 30px 0 30px;
    height: 405px;
    display: block;
  }

  .facts-section__img {
    width: 243px;
    height: auto;
    position: relative;
    right: -24px;
    top: unset;
    display: block;
    bottom: -9px;
  }

  .facts-section__title {
    margin-bottom: 14px;
  }
}

.farma-section {
  height: fit-content;
  border-radius: 35px;
  background: #d5eaed;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 40px 56px;
  margin-bottom: 12px;
}

.farma-section__img {
  width: 371px;
  height: auto;
  position: relative;
  top: -6px;
  right: -28px;
}

@media (max-width: 1124px) {
  .farma-section {
    border-radius: 25px;
    padding: 30px 0 24px 30px;
    height: unset;
  }
  .farma-section__img {
    width: 258px;
    top: -6px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .farma-section {
    border-radius: 22px;
    height: unset;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 24px;
    padding: 25px 30px;
  }
  .farma-section__img {
    width: 238px;
    top: 0;
    right: -30px;
  }
}

.full-image-section {
  background: #ffffff;
  box-shadow: 0px 20px 39px -12px #cadee0;
  border-radius: 35px;
  margin-bottom: 25px;
  overflow: hidden;
}

.full-image-section__img {
  width: 100%;
  height: auto;
}

.find-section {
  background: linear-gradient(180deg, #ffffff 47.97%, #d8ffc6 100%);
  border-radius: 35px;
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto 90px;
  position: relative;
  z-index: 10;
}

.find-section__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #5e7d81;
}

.find-section__btn {
  width: 100%;
  max-width: 420px;
  text-transform: none;
  text-align: center;
}

@media (max-width: 1124px) {
  .full-image-section {
    border-radius: 25px;
    margin-bottom: 12px;
  }
  .find-section {
    border-radius: 25px;
    padding: 30px 40px;
    gap: 30px;
    max-width: fit-content;
    margin: 0 78px 70px;
  }
  .find-section__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .full-image-section {
    border-radius: 22px;
  }
  .find-section {
    border-radius: 22px;
    padding: 25px 30px;
    gap: 25px;
    margin: 0 38px 50px;
  }
  .find-section__title {
    font-size: 14px;
  }
  .find-section__btn {
    font-size: 15px;
  }
}

.articles {
  padding: 90px 0;
  background: #e4f3f5;
}

.articles__container {
  margin: 0 auto;
  max-width: 1084px;
  width: 100%;
  padding: 0;
}

.articles__subtitle {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.articles__heading {
  color: #0f8d9c;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
}

.articles__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 64px;
  margin-top: 50px;
}

.articles__item {
  width: 100%;
  height: 398px;
  border-radius: 35px;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  box-shadow: 0px 15px 39px -12px rgba(0, 0, 0, 0.07);
  position: relative;
  background-position: 80%;
}

.articles__item-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.46) 45.87%
  );
  height: 310px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 32px 32px;
}

.articles__content-heading-item {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.articles__content-heading {
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  max-height: 178px;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: normal;
}

.articles__content-btn {
  width: 100%;
  height: 55px;
  border-radius: 14px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.articles__content-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1124px) {
  .articles {
    padding: 64px 0 70px;
  }

  .articles__content-btn {
    height: 48px;
    text-transform: capitalize;
  }

  .articles__container {
    width: 100%;
    max-width: 100%;
    padding: 0 74px;
  }

  .articles__heading {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
  }

  .articles__item {
    height: 414px;
    border-radius: 32px;
  }

  .articles__content-heading-item {
    gap: 16px;
  }

  .articles__content-heading {
    font-size: 18px;
  }

  .articles__row {
    row-gap: 40px;
    margin-top: 40px;
  }

  .articles__item-content {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .articles__subtitle {
    font-size: 16px;
  }

  .articles {
    padding: 40px 0 50px;
  }

  .articles__container {
    padding: 0 38px;
  }

  .articles__heading {
    word-break: break-word;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .articles__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    row-gap: 16px;
    margin-top: 20px;
  }

  .articles__item {
    height: 400px;
  }

  .articles__item-content {
    padding: 0 24px 24px;
  }

  .articles__content-heading-item {
    margin-bottom: 16px;
  }

  .articles__content-heading {
    font-size: 16px;
    max-height: 216px;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    word-break: break-word;
  }
}

.article-item {
  width: 100%;
  margin: 0 auto 90px;
  max-width: 1084px;
  z-index: 2;
}

.article-item__container {
  margin: 0 auto;
  max-width: 1084px;
  width: 100%;
  z-index: 2;
}

.article-item__title {
  color: #0f8d9c;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 70px;
}

.article-item__text {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.article-item strong {
  font-weight: 600 !important;
  font-family: Circe, sans-serif;
}

.article-item__section {
  position: relative;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 15px 39px -12px rgba(0, 0, 0, 0.07);
  padding: 50px 72px;
  margin-top: 50px;
}

.article-item__with-outside-section {
  margin-bottom: 193px;
}

.article-item__section-title {
  color: #505050;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 25px;
}

.article-item__section-title a,
.article-item__section-title span {
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

.article-item__section-text {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  align-self: center;
}

.article-item__section-text a {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0f8d9c;
  text-decoration: none;
}

.article-item__section-text a:hover {
  text-decoration: underline;
}

.article-link {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  align-self: center;
  text-decoration: underline;
}

.article-item__section-item {
  display: flex;
  margin-bottom: 22px;
}

.article-item__number {
  border-radius: 8px;
  background: #e4f3f5;
  color: #4aaeba;
  font-size: 18px;
  font-weight: 500;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 22px;
  line-height: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-item__number--empty {
  background: transparent;
  color: unset;
}

.article-item__section-img {
  width: 100%;
  height: 398px;
  border-radius: 14px;
  overflow: hidden;
  margin: 64px auto;
  display: flex;
  justify-content: center;
}

.article-item__section-img--wide {
  height: auto;
}

.article-item__section-img img {
  height: 100%;
}

.article-item__section-img--wide img {
  height: auto;
  max-width: 100%;
}

.article-item__section-part {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  margin-top: 40px;
}

.article-item__section-part:first-child {
  margin-top: 0;
}

.article-item__section-part-name {
  color: #0f8d9c;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-item__short-guide {
  border-radius: 35px;
  background: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  padding: 0;
  margin: 40px auto 0;
}

.article-item__short-guide-btn {
  width: 100%;
  text-transform: none;
  text-align: center;
}

.article-item__half-image {
  display: flex;
  gap: 26px;
  flex-direction: row;
}

.article-item__half-image img {
  max-width: 50%;
}

.article-item__half-image + .article-item__section-text {
  max-width: 50%;
}

.article-item ul {
  margin: 26px 0 0 26px;
  padding: 0;
  list-style-type: none;
}

.article-item li {
  position: relative;
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.article-item li + li {
  margin-top: 20px;
}

.article-item li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -26px;
  width: 13px;
  height: 13px;
  border-radius: 8px;
  background: #4aaeba;
}

.article-item .no-bullet::before {
  content: none;
}

.article-item__question {
  margin-bottom: 22px;
}

.article-item__question-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px 8px 8px;
  border-radius: 12px;
  background: #e4f3f5;
  cursor: pointer;
  outline: none;
}

.article-item__question-number {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #b8dade;
  height: 32px;
  width: 32px;
  min-width: 32px;
  margin-right: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #4aaeba;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-item__question-arrow {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.5s;
}

.article-item__question-text {
  width: 100%;
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.article-item__answer {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}

.article-item__answer-img {
  height: 398px;
  width: 100%;
  border-radius: 14px;
  display: flex;
  justify-content: center;
}

.article-item__answer-img img {
  height: 100%;
}

.article-item__question-top + .article-item__answer {
  padding-top: 0;
  max-height: 0;
  transition: max-height 1s linear, padding-top 0.2s linear;
}

.article-item__question-top.is-open + .article-item__answer {
  animation-name: expand-animation;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  padding-top: 22px;
  transition: padding-top 0.2s linear;
}

.article-item__question-top.is-open > .article-item__question-arrow {
  transform: rotate(180deg);
  transition: 0.5s;
}

.article-item__link {
  margin-bottom: 20px;
}

.article-item__link:last-child {
  margin-bottom: 0;
}
.article-item__link {
  color: #0f8d9c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.article-item__link a {
  color: #0f8d9c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.article-item__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.article-item__block {
  height: 82px;
  width: 23.5%;
  border-radius: 15px;
  background: #4aaeba;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-width: 130px;

  color: #fff;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.article-item__block-title {
  height: 82px;
  width: 100%;
  padding: 0 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  background: #4aaeba;
  margin-bottom: 38px;

  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.article-item__subtitle {
  color: #0f8d9c;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 36px 0 22px;
}

.article-item__strong {
  color: #0f8d9c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.article-item__block-conclusion {
  border-radius: 12px;
  background: #e4f3f5;
  min-height: 82px;
  width: 100%;
  padding: 33px 37px 26px;
  color: #0f8d9c;
  position: relative;
  margin: 30px 0;

  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.article-item__block-conclusion--outside {
  margin: 0;
  /* max-width: calc(100% - 144px); */
  position: absolute;
  /* bottom: -100px; */
  width: 100%;
  top: 62px;
}

.article-item__outside-conclusion-background {
  position: relative;
  margin-bottom: 116px;
}

.article-item__block-conclusion::after {
  content: "";
  position: absolute;
  left: 44px;
  top: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 28px 40px 28px;
  border-color: transparent transparent #e4f3f5 transparent;
}

.image-container {
  height: 570px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  margin-bottom: 90px;
}

.image-container img {
  width: 100%;
}

@media (max-width: 1124px) {
  .article-item {
    margin-bottom: 70px;
    padding: 0 79px;
  }

  .article-item__container {
    width: 100%;
  }

  .article-item__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 45px;
  }

  .article-item__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
  }

  .article-item__section {
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 15px 39px -12px rgba(0, 0, 0, 0.07);
    padding: 30px 50px;
    margin-top: 40px;
  }

  .article-item__with-outside-section {
    margin-bottom: 210px;
  }

  .article-item__section-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .article-item__section-title a,
  .article-item__section-title span {
    font-size: 20px;
    line-height: 30px;
  }

  .article-item__section-text,
  .article-item__section-text a {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-link {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item__answer {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item ul {
    margin: 20px 0 0 20px;
  }

  .article-item li {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item li::before {
    top: 4px;
    left: -20px;
    width: 10px;
    height: 10px;
  }

  .article-item__section-item {
    margin-bottom: 20px;
  }

  .article-item__number {
    font-size: 16px;
    min-width: 32px;
    margin-right: 20px;
    line-height: 34px;
    text-align: center;
  }

  .article-item__section-img {
    height: 350px;
    margin: 48px auto;
  }

  .article-item__section-img--wide {
    height: auto;
  }

  .article-item__section-part {
    margin-bottom: 20px;
    margin-top: 32px;
  }

  .article-item__section-part-name {
    font-size: 16px;
    line-height: 20px;
  }

  .article-item__short-guide {
    border-radius: 30px;
    margin: 48px auto 0;
    width: 100%;
  }

  .article-item__question {
    margin-bottom: 20px;
  }

  .article-item__question-number {
    font-size: 16px;
    line-height: 34px;
  }

  .article-item__question-text {
    font-size: 16px;
    line-height: 19.2px;
  }

  sup {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item__link {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item__link a {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item__block-title {
    padding: 0 20px;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .article-item__block {
    font-size: 16px;
  }

  .article-item__block-conclusion {
    padding: 32px 20px 30px;
    font-size: 16px;
  }

  .article-item__block-conclusion--outside {
    /* max-width: calc(100% - 100px);
    bottom: -140px; */
    top: 45px;
  }

  .article-item__outside-conclusion-background {
    margin-bottom: 138px;
  }

  .article-item__strong {
    font-size: 16px;
    line-height: 100%;
  }

  .image-container {
    height: 318px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 64px;
  }

  .image-container img {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .article-item {
    margin-bottom: 50px;
    padding: 0;
  }

  .article-item__container {
    width: 100%;
    padding: 0 37px;
  }

  .article-item__title {
    word-break: break-word;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 32px;
  }

  .article-item__section {
    border-radius: 22px;
    padding: 25px 30px;
    margin-top: 30px;
    margin-left: 38px;
    margin-right: 38px;
  }

  .article-item__with-outside-section {
    margin-bottom: 240px;
  }

  .article-item__section-title {
    word-break: break-word;
    margin-bottom: 15px;
  }

  .article-item__section-item {
    margin-bottom: 32px;
  }

  .article-item__section-text,
  .article-item__section-text a {
    font-size: 14px;
    line-height: 120%;
  }

  .article-item__section-img {
    height: auto;
    margin: 32px auto;
  }

  .article-item__section-img--wide {
    height: auto;
  }

  .article-item__section-part-name {
    font-weight: 500;
  }

  .article-item__short-guide {
    border-radius: 20px;
    margin: 24px auto 0;
    display: block;
  }

  .article-item__short-guide-btn {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 12px;
  }

  .article-item__question {
    margin-bottom: 20px;
  }

  .article-item__question-number {
    font-size: 16px;
    line-height: 34px;
  }

  .article-item__question-text {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item__link {
    font-size: 16px;
    line-height: 19.2px;
  }

  .article-item__link a {
    font-size: 16px;
    line-height: 19.2px;
    word-break: break-all;
  }

  .article-item__block-title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .article-item__subtitle {
    margin: 30px 0 20px;
  }

  .article-item__block-conclusion {
    padding: 25px 15px;
    margin-top: 24px;
  }

  .article-item__block-conclusion--outside {
    width: calc(100% + 30px);
    left: -15px;
    font-size: 14px;
    top: 18px;
  }

  .article-item__outside-conclusion-background {
    margin-bottom: 190px;
  }

  .article-item__block-conclusion--outside strong {
    font-size: 14px;
  }

  .article-item__blocks {
    gap: 10px;
  }

  .article-item__block {
    min-width: 130px;
    font-size: 14px;
  }

  .article-item__section-img--wide {
    overflow: visible;
  }

  .article-item__section-img--wide img {
    max-width: 100vw;
    width: 100vw;
  }

  .article-item__section-img {
    overflow: visible;
  }

  .article-item__section-img img {
    max-width: 100vw;
    width: 100vw;
  }

  .article-item__half-image {
    flex-direction: column;
  }

  .article-item__half-image img {
    max-height: 300px;
    margin: 0 auto;
    max-width: 100%;
  }

  .article-item__half-image + .article-item__section-text {
    max-width: unset;
  }

  .image-container {
    height: 309px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 0;
  }

  .image-container img {
    height: auto;
    overflow: visible;
    background-position: center;
    width: unset;
    max-height: unset;
  }
}

@media (max-width: 374px) {
  .article-item__with-outside-section {
    margin-bottom: 320px;
  }
}

.page-404 {
  width: 100%;
  min-height: calc(100vh - 84px);
  background: #e4f3f5;
  padding: 90px 0;
  position: relative;
}

.page-404__title {
  color: #0f8d9c;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}

.page-404__text {
  color: #6d6d6d;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 100px 0;
  max-width: 680px;
}

.page-404__btn {
  width: 426px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
}

.page-404__bg-nums {
  color: #d8ebed;
  font-size: 350px;
  font-weight: 900;
  position: absolute;
  width: fit-content;
  z-index: 0;
  right: 0;
  top: 201px;
}

@media (max-width: 1124px) {
  .page-404 {
    min-height: calc(100vh - 84px);
    padding: 64px 0 70px;
  }

  .page-404__title {
    color: #0f8d9c;
    font-size: 32px;
    line-height: 48px;
  }

  .page-404__text {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 478px;
    margin: 72px 0;
  }

  .page-404__btn {
    width: 478px;
  }

  .page-404__bg-nums {
    color: #d8ebed;
    font-size: 160px;
    right: 0;
    top: 69px;
  }
}

@media (max-width: 767px) {
  .page-404 {
    min-height: calc(100vh - 80px);
    padding: 40px 0 50px;
  }

  .page-404__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    width: 100%;
    text-align: center;
  }

  .page-404__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 478px;
    margin: 56px 0;
  }

  .page-404__btn {
    width: 100%;
  }

  .page-404__bg-nums {
    color: #d8ebed;
    font-size: 120px;
    right: 0;
    left: 0;
    text-align: center;
    top: 59px;
    width: 100%;
  }
}

.conditions {
  background: #f8fafc;
  padding: 90px 0;
}

.conditions__title {
  color: #414141;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 72px;
}

.conditions__part-name {
  color: #0f8d9c;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 40px;
}

.conditions__part-text {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 64px;
}

.conditions__part-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1124px) {
  .conditions {
    padding: 64px 0 70px;
  }

  .conditions__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 56px;
  }

  .conditions__part-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  .conditions__part-text {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 56px;
  }
}

@media (max-width: 767px) {
  .conditions {
    padding: 40px 0 50px;
  }

  .conditions__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 48px;
  }

  .conditions__part-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}

.info-page {
  background: #f8fafc;
  padding: 90px 0;
}

.info-page--hc .info-page__section {
  padding: 50px 54px;
}

.info-page__title {
  color: #0f8d9c;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 70px;
}

.info-page__subtitle {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 50px;
}

.info-page__section {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  padding: 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.info-page__download-item {
  width: 100%;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5c5c5c;
}

.info-page__download-item img:first-child {
  width: 32px;
  height: 32px;
}

.info-page__download-item img:last-child {
  width: 29px;
  height: 24px;
  margin-left: auto;
}

.info-page__section h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #505050;
  margin-bottom: 18px;
}

.info-page__strong-item {
  width: 100%;
  display: flex;
  gap: 22px;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #0f8d9c;
  margin-bottom: 2px;
}

.info-page__strong-item img:first-child {
  width: 32px;
  height: 32px;
}

.health-centers-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  gap: 25px;
  border: 1px solid #4aaeba;
  border-radius: 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #5c5c5c;
  max-width: 496px;
  margin: 0 auto;
  text-decoration: none;
}

.health-centers-btn img:last-child {
  width: 29px;
  height: 24px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .info-page {
    padding: 40px 0 50px;
  }
  .info-page__container {
    padding: 0;
  }
  .info-page__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 35px;
    padding: 0 38px;
  }
  .info-page__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 38px;
  }
  .info-page__section {
    border-radius: 0;
    padding: 40px 38px;
  }
  .info-page--hc .info-page__section {
    padding: 40px 38px;
  }
  .info-page__section--padding {
    padding: 40px 0 !important;
  }
  .info-page__section--padding h2,
  .info-page__section--padding .info-page__strong-item {
    padding: 0 38px;
  }
  .info-page__download-item {
    font-size: 16px;
  }
  .info-page__section h2 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: -7px;
  }
  .health-centers-btn {
    gap: 20px;
    padding: 25px 20px;
  }
  .info-page__strong-item {
    gap: 16px;
    line-height: 120%;
  }
}

.faq-section {
  margin-top: 90px;
}
.info-page__faq {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.info-page__collapsable-item {
  display: flex;
}

.info-page__collapsable-item > details {
  width: 100%;
}
.info-page__collapsable-item > details > summary::-webkit-details-marker {
  content: none;
  display: none;
}
.info-page__collapsable-item > details > summary::marker {
  content: none;
  display: none;
}
.info-page__collapsable-button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 12px 20px;
  gap: 22px;
  background: #e4f3f5;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #0f8d9c;
  cursor: pointer;
}
.info-page__collapsable-answer {
  margin-top: 22px;
  display: flex;
  gap: 22px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5c5c5c;
}
.info-page__collapsable-answer img:first-child {
  width: 32px;
  height: 32px;
  margin-bottom: auto;
}
.info-page__collapsable-answer img:last-child {
  width: 29px;
  height: 24px;
  margin-left: auto;
}
.info-page__collapsable-item > details > summary:after {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-image: url("/bitrix/templates/vesvnorme/../vesvnorme/assets/images/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  right: 0px;
  content: "";
}
.info-page__collapsable-item > details[open] > summary:after {
  background-image: url("/bitrix/templates/vesvnorme/../vesvnorme/assets/images/chevron-up.svg");
}

.info-page__materials {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.info-page__practikum {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.info-page__practikum img {
  max-width: 421px;
  height: auto;
  border-radius: 35px;
}
.info-page__practikum-text {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #505050;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.info-page__practikum-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #0f8d9c;
  text-decoration: none;
  margin-bottom: 11px;
}
.info-page__practikum-link:hover {
  text-decoration: underline;
}
.for-specialists-btns {
  display: flex;
  gap: 19px;
}
.for-specialists-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 36px;
  gap: 24px;
  border: 1px solid #4aaeba;
  border-radius: 14px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #5c5c5c;
}
.for-specialists-btn__gerb {
  width: 49px;
  height: 53px;
}
.for-specialists-btn__download {
  width: 29px;
  height: 24px;
}
.info-page h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #505050;
  margin-bottom: 24px;
}
.info-page__faq .info-page__collapsable-answer img:last-child {
  margin-left: unset;
}

@media (max-width: 1124px) {
  .for-specialists-btns {
    flex-direction: column;
  }
  .info-page__practikum {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .faq-section {
    margin-top: 50px;
  }
  .info-page__practikum {
    gap: 25px;
  }
  .info-page__practikum-text {
    gap: 12px;
  }
  .info-page__practikum-text span {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .for-specialists-btns {
    gap: 22px;
  }
  .for-specialists-btn__gerb {
    width: 48px;
    height: 51px;
  }
  .info-page h3 {
    font-size: 20px;
    margin-bottom: -7px;
  }
  .info-page__collapsable-answer {
    font-size: 16px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .mb-160 {
    margin-bottom: 150px;
  }
}

/* End */


/* Start:/bitrix/templates/vesvnorme/assets/fonts/circe.css?17496546821646*/
@font-face {
	font-family: 'Circe';
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./circe_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./circe_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_bold.svg#circe_bold') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Circe';
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./circe_light.eot'); /* IE 9 Compatibility Mode */
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./circe_light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_light.woff2') format('woff2'), /* Super Modern Browsers */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe_light.svg#circe_light') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Circe';
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./circe.eot'); /* IE 9 Compatibility Mode */
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./circe.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe.woff2') format('woff2'), /* Super Modern Browsers */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/bitrix/templates/vesvnorme/assets/fonts/./circe.svg#circe') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* End */


/* Start:/bitrix/templates/vesvnorme/assets/fonts/unbounded.css?17496546821058*/
@font-face {
	font-family: 'Unbounded';
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Unbounded';
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Unbounded';
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Unbounded';
	src: url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Light.woff2') format('woff2'), /* Super Modern Browsers */
		url('/bitrix/templates/vesvnorme/assets/fonts/./Unbounded-Light.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
/* End */
/* /bitrix/templates/vesvnorme/styles.css?174965468257669 */
/* /bitrix/templates/vesvnorme/assets/fonts/circe.css?17496546821646 */
/* /bitrix/templates/vesvnorme/assets/fonts/unbounded.css?17496546821058 */
