/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
  \**************************************************************************************************************************************************************************************/
/*@charset "UTF-8";*/
@font-face {
  font-family: 'Myriad Pro';
  src: url("./fonts/FontsFree-Net-MYRIADPRO-REGULAR.ttf") format("truetype"); }

.header {
  width: 100%;
  background: #003363;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 12.5%; }
  .header__top {
    display: flex;
    justify-content: space-between; }
  .header__container {
    width: 100%;
    display: flex;
    align-items: center; }
  @media (max-width: 1905px) {
    .header {
      padding: 0 8.5%; } }
  @media (max-width: 1717px) {
    .header {
      padding: 0 6.5%; } }
  @media (max-width: 1440px) {
    .header {
      padding: 0 3.5%; } }
  @media (max-width: 1024px) {
    .header {
      padding: 0 20px;
      height: 88px;
      transition: 0.5s ease-in-out; }
      .header__container {
        flex-direction: column;
        width: 100%;
        height: 100%; overflow: scroll;}
      .header__top {
        width: 100%;
        height: 88px;
        min-height: 88px;
        align-items: center; }
      .header.menu {
        height: 100vh; z-index: 99999} }

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1; }
  .navigation__list {
    display: flex;
    margin: 0 7.19%;
    flex-grow: 1; }
  .navigation__item {
    white-space: nowrap;
    color: #fff;
    transition: 0.5s linear;
    cursor: pointer;
    text-decoration: none; }
    .navigation__item:not(:last-child) {
      margin-right: 40px; }
    .navigation__item:hover {
      color: #f0593e; }
  @media (max-width: 1440px) {
    .navigation__list {
      display: flex;
      margin: 0 5%; }
    .navigation__item {
      font-size: 18px; }
      .navigation__item:not(:last-child) {
        margin-right: 25px; } }
  @media (max-width: 1024px) {
    .navigation {
      display: none;
      width: 100%;
      margin-top: 40px;
      flex-direction: column;
      padding-bottom: 70px;
      opacity: 0; }
      .navigation__list {
        flex-direction: column;
        margin: 0;
        width: 100%; }
      .navigation__item {
        font-weight: 600;
        font-size: 22px;
        line-height: 120%;
        text-align: center; }
        .navigation__item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 48px; }
      .navigation .btn--buy {
        width: 374px;
        height: 54px; }
      .navigation.show {
        display: flex;
        opacity: 1;min-height: 110vh; } }
  @media (max-width: 480px) {
    .navigation .btn--buy {
      width: 100%;
      height: 54px; } }

.btn {
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.5s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  text-decoration: none; }
  .btn--buy {
    min-width: 120px;
    width: 160px;
    height: 54px; }
  .btn--orange {
    color: #fff;
    background: #f0593e;
    border-radius: 2px;
    border: 2px solid #f0593e; }
    .btn--orange:hover {
      border: 2px solid #de191f;
      background: #de191f; }
  .btn--border {
    border-radius: 2px;
    padding: 15px 45px;
    height: 54px;
    border: 2px solid #f0593e;
    color: #f0593e; }
    .btn--border:hover {
      color: #fff;
      background: #f0593e; }
  .btn--green {
    height: 56px;
    background: #42b029;
    border-radius: 2px;
    padding: 16px 34px; }
    .btn--green:hover {
      background: #31931b; }
  .btn--white {
    padding: 16px 34px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #40cfd5;
    border-radius: 2px; }
    .btn--white .tablet,
    .btn--white .tablet-num,
    .btn--white .tablet-text {
      transition: 0.5s linear; }
    .btn--white:hover {
      background: #40cfd5; }
      .btn--white:hover .tablet {
        fill: #ffffff; }
        .btn--white:hover .tablet-num {
          fill: #3fcfd5; }
        .btn--white:hover .tablet-text {
          fill: #ffffff; }
  .btn--p15-45 {
    padding: 15px 45px; }
  .btn--p16-34 {
    padding: 16px 34px;
    height: 54px; }
  .btn--more {
    width: 239px;
    height: 54px; }

.langs {
  display: flex;
  align-items: center;
  margin-left: 4%; }
  .langs__item {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    transition: 0.5s linear;
    color: #fff;
    text-decoration: none; }
    .langs__item.active, .langs__item:hover {
      color: #f0593e; }
  @media (max-width: 1024px) {
    .langs {
      margin-left: 0%;
      margin-top: 40px; } }

.separate {
  width: 24px;
  display: block;
  margin: 0;
  border: 1px solid #8099b1;
  transform: rotate(90deg); }

.hamburger {
  display: none;
  cursor: pointer;
  outline: none;
  border: none;
  width: 60px;
  height: 60px;
  background: transparent; }
  .hamburger__container {
    width: 40px;
    position: relative; }
  .hamburger__dash {
    width: 100%;
    border: 3px solid #ffffff;
    position: relative;
    transition: 0.5s linear; }
    .hamburger__dash:first-child {
      top: -10px; }
    .hamburger__dash:last-child {
      bottom: -10px; }
  .hamburger.close .hamburger__dash:first-child {
    top: 0;
    transform: rotate(45deg); }
  .hamburger.close .hamburger__dash:last-child {
    display: none; }
  .hamburger.close .hamburger__dash:nth-child(2) {
    top: -6px;
    transform: rotate(-45deg); }
  @media (max-width: 1024px) {
    .hamburger {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 768px) {
    .hamburger__dash {
      border: 2px solid #ffffff; }
    .hamburger.close .hamburger__dash:nth-child(2) {
      top: -4px; } }

.logo-img {
  width: 100%; }

@media (max-width: 1440px) {
  .logo {
    width: 156px; } }

.main {
  width: 100%;
  flex-grow: 1;
  overflow: hidden; }
  .main__container {
    width: 100%;
    height: 100%; }
  .main__line img {
    width: 100%;
    margin-top: 48px; }
    @media (max-width: 768px) {
      .main__line img {
        margin-top: 30px; } }

.intro {
  width: 100%;
  padding: 72px 12.5% 0; }
  .intro--med {
    padding: 46px 12.5% 20px; }
  .intro__row {
    display: flex;
    align-items: center; }
  .intro__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 120%; }
    @media (max-width: 1024px) {
      .intro__title {
        font-size: 36px; } }
  .intro__text {
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    color: rgba(0, 0, 0, 0.95);
    margin: 24px 0 40px; }
  .intro__col-img {
    display: none; }
  .intro__col:first-child {
    width: 710px;
    margin-right: 7.4%;
    flex-grow: 1; }
    @media (max-width: 1024px) {
      .intro__col:first-child {
        width: auto;
        margin-right: 4.4%; } }
    @media (max-width: 840px) {
      .intro__col:first-child {
        margin-right: 1%; } }
  .intro__col img {
    width: 100%; }
  .intro__col:last-child {
    min-width: 588px; }
    @media (min-width: 2000px) {
      .intro__col:last-child {
        width: 764px; } }
    @media (max-width: 1024px) {
      .intro__col:last-child {
        min-width: 400px; } }
    @media (max-width: 840px) {
      .intro__col:last-child {
        min-width: 360px; } }
  .intro__btns {
    display: flex; }
    .intro__btns .btn:first-child {
      margin-right: 26px; }
  @media (max-width: 768px) {
    .intro__row {
      flex-direction: column-reverse; }
    .intro__title {
      font-size: 32px; }
    .intro__col-img {
      display: block; }
    .intro__col:first-child {
      margin-right: 0;
      margin-bottom: 16px; }
    .intro__col:last-child {
      display: none; } }
  @media (max-width: 1905px) {
    .intro {
      padding: 72px 8.5% 0; }
      .intro--med {
        padding: 46px 8.5% 20px; } }
  @media (max-width: 1717px) {
    .intro {
      padding: 72px 6.5% 0; }
      .intro--med {
        padding: 46px 6.5% 20px; } }
  @media (max-width: 1440px) {
    .intro {
      padding: 72px 3.5% 0; }
      .intro--med {
        padding: 46px 3.5% 40px; } }
  @media (max-width: 1024px) {
    .intro {
      padding: 72px 20px 0; }
      .intro--med {
        padding: 46px 20px 40px; } }
  @media (max-width: 768px) {
    .intro--med {
      padding: 46px 20px 20px; } }
  @media (max-width: 480px) {
    .intro {
      padding: 48px 20px 0; }
      .intro--med {
        padding: 45px 20px 0; }
      .intro__btns {
        flex-direction: column; }
        .intro__btns .btn {
          width: 100%; }
          .intro__btns .btn:last-child {
            margin-top: 16px; } }
  @media (max-width: 375px) {
    .intro__title {
      font-size: 30px; } }

.title--red {
  color: #de191f; }

.title--sect {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center; }
  @media (max-width: 768px) {
    .title--sect {
      font-weight: 600;
      font-size: 26px;
      line-height: 120%; } }
  @media (max-width: 375px) {
    .title--sect {
      font-weight: 600;
      font-size: 24px;
      line-height: 120%; } }

.title--sect > .title--red {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%; }
  @media (max-width: 768px) {
    .title--sect > .title--red {
      font-weight: 600;
      font-size: 26px;
      line-height: 120%; } }
  @media (max-width: 375px) {
    .title--sect > .title--red {
      font-weight: 600;
      font-size: 24px;
      line-height: 120%; } }

.info {
  padding: 75px 12.5% 88px; }
  .info__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */
    text-align: center;
    color: #000000;
    margin-bottom: 48px; }
  .info__row {
    display: flex;
    align-items: center; }
  .info__col:first-child {
    margin-right: 20px; }
    .info__col:first-child img {
      width: 100%; }
  .info__col:last-child {
    width: 706px; }
    @media (min-width: 2000px) {
      .info__col:last-child {
        width: 900px; } }
  .info__col-block:not(:last-child) {
    margin-bottom: 32px; }
  .info__col-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 15px; }
  .info__col-text {
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    color: #000000; }
  @media (max-width: 1905px) {
    .info {
      padding: 75px 8.5% 88px; } }
  @media (max-width: 1717px) {
    .info {
      padding: 75px 6.5% 88px; } }
  @media (max-width: 1440px) {
    .info {
      padding: 75px 3.5% 88px; } }
  @media (max-width: 1024px) {
    .info {
      padding: 75px 20px 88px; }
      .info__row {
        flex-direction: column-reverse; }
      .info__col:first-child {
        margin: 0; }
      .info__col:last-child {
        margin-bottom: 32px; } }
  @media (max-width: 768px) {
    .info {
      padding: 30px 20px 44px; }
      .info__col:last-child {
        width: 100%; }
      .info__col-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 10px; }
      .info__title {
        font-weight: 600;
        font-size: 26px;
        line-height: 120%; } }

.factors {
  padding: 120px 12.5%;
  width: 100%;
  background: linear-gradient(0deg, #e8f6ff, #e8f6ff); }
  .factors__text {
    width: 710px;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    text-align: center;
    color: rgba(0, 0, 0, 0.95);
    margin: 24px auto 22px; }
    @media (max-width: 768px) {
      .factors__text {
        margin: 16px auto 22px;
        width: 100%; } }
    @media (max-width: 375px) {
      .factors__text {
        font-size: 14px; } }
  .factors__item {
    width: 345px;
    height: 120px;
    padding: 0 32px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    margin: 10px;
    display: flex;
    align-items: center; }
    .factors__item-icon {
      margin-right: 24px; }
    .factors__item-text {
      font-size: 20px;
      line-height: 150%;
      /* or 30px */
      display: flex;
      align-items: center;
      color: #000000; }
    @media (max-width: 768px) {
      .factors__item {
        margin: 10px 0; } }
    @media (max-width: 375px) {
      .factors__item {
        width: 100%; } }
  .factors__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 768px) {
      .factors__list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center; } }
  @media (max-width: 1905px) {
    .factors {
      padding: 120px 8.5%; } }
  @media (max-width: 1717px) {
    .factors {
      padding: 120px 6.5%; } }
  @media (max-width: 1440px) {
    .factors {
      padding: 120px 3.5%; } }
  @media (max-width: 1024px) {
    .factors {
      padding: 120px 20px; } }
  @media (max-width: 768px) {
    .factors {
      padding: 48px 20px; } }

.prevent {
  padding: 95px 12.5% 34px; }
  .prevent__title {
    margin-bottom: 48px; }
  .prevent .info__col:first-child {
    width: 608px;
    flex-grow: 1;
    margin-right: 6.5%; }
    @media (min-width: 2000px) {
      .prevent .info__col:first-child {
        width: 900px; } }
  @media (min-width: 2000px) {
    .prevent .info__col:last-child {
      width: auto; } }
  .prevent .info__col:last-child img {
    width: 100%; }
  @media (max-width: 1905px) {
    .prevent {
      padding: 95px 8.5% 34px; } }
  @media (max-width: 1717px) {
    .prevent {
      padding: 95px 6.5% 34px; } }
  @media (max-width: 1440px) {
    .prevent {
      padding: 95px 3.5% 34px; } }
  @media (max-width: 1024px) {
    .prevent {
      padding: 95px 20px 34px; }
      .prevent .info__row {
        flex-direction: column; }
      .prevent .info__col:first-child {
        margin-right: 0%;
        width: 706px; }
      .prevent .info__col:last-child {
        margin-top: 32px;
        margin-bottom: 0; } }
  @media (max-width: 768px) {
    .prevent {
      padding: 64px 20px 30px; }
      .prevent__title {
        margin-bottom: 32px; }
      .prevent .info__col:first-child {
        width: 100%;
        flex-grow: 1; } }

.act {
  padding: 67px 12.5% 117px; }
  .act__title {
    margin-bottom: 64px; }
  .act .info__col img {
    width: 100%; }
  .act .info__col:first-child {
    width: 608px;
    flex-grow: 1;
    margin-right: 6.5%; }
    @media (min-width: 2000px) {
      .act .info__col:first-child {
        width: 900px; } }
  @media (min-width: 2000px) {
    .act .info__col:last-child {
      width: auto; } }
  @media (max-width: 1905px) {
    .act {
      padding: 67px 8.5% 117px; } }
  @media (max-width: 1717px) {
    .act {
      padding: 67px 6.5% 117px; } }
  @media (max-width: 1440px) {
    .act {
      padding: 67px 3.5% 117px; } }
  @media (max-width: 1024px) {
    .act {
      padding: 67px 20px 117px; }
      .act .info__row {
        flex-direction: column; }
      .act .info__col:first-child {
        margin-right: 0%;
        width: 706px; }
      .act .info__col:last-child {
        margin-bottom: 0;
        margin-top: 32px; } }
  @media (max-width: 768px) {
    .act {
      padding: 30px 20px 62px; }
      .act__title {
        margin-bottom: 32px; }
      .act .info__col:first-child {
        width: 100%;
        flex-grow: 1; } }

.patients {
  padding: 120px 12.5%;
  background: linear-gradient(0deg, #e8f6ff, #e8f6ff); }
  .patients__title {
    margin-bottom: 54px; }
  .patients__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .patients__item {
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    width: 467px;
    height: 150px;
    padding: 0 32px;
    display: flex;
    margin: 10px;
    align-items: center; }
    .patients__item-text {
      font-size: 20px;
      line-height: 150%; }
    .patients__item-num {
      min-width: 64px;
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 24px;
      font-weight: 600;
      font-size: 22px;
      line-height: 120%;
      text-align: center;
      color: #de191f;
      border: 2px solid #de191f; }
  @media (max-width: 1905px) {
    .patients {
      padding: 120px 8.5%; } }
  @media (max-width: 1717px) {
    .patients {
      padding: 120px 6.5%; } }
  @media (max-width: 1440px) {
    .patients {
      padding: 120px 3.5%; } }
  @media (max-width: 1024px) {
    .patients {
      padding: 120px 20px; } }
  @media (max-width: 768px) {
    .patients {
      padding: 48px 20px; }
      .patients__title {
        margin-bottom: 32px; }
      .patients__item {
        padding: 0 24px; }
        .patients__item-text {
          font-size: 18px; } }
  @media (max-width: 375px) {
    .patients__item-text {
      font-size: 17px; } }

.articles {
  padding: 120px 12.5%; }
  .articles__title {
    margin-bottom: 54px; }
  .articles__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .articles__list--art-page {
      flex-direction: column; }
  .articles__item {
    display: flex;
    flex-direction: column;
    width: 345px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    margin: 10px;
    border: 1px solid transparent;
    transition: 0.5s linear;
    cursor: pointer; }
    .articles__item:hover {
      border: 1px solid #de191f; }
      .articles__item:hover .articles__item-img img {
        transform: scale(1.3); }
    .articles__item-img {
      overflow: hidden; }
      .articles__item-img img {
        object-fit: cover;
        transition: 1s linear;
        width: 100%; }
    .articles__item-info {
      padding: 24px 31px 42px 32px;
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
    .articles__item-title {
      font-weight: 600;
      font-size: 22px;
      line-height: 120%; }
    .articles__item-text {
      font-size: 18px;
      line-height: 150%;
      color: rgba(0, 0, 0, 0.95);
      margin: 16px 0 24px;
      flex-grow: 1; }
    .articles__item-link {
      font-weight: 500;
      font-size: 20px;
      line-height: 120%;
      text-decoration: none;
      color: #f0593e; }
  .articles .btn--more {
    margin: 38px auto 0; }
  @media (max-width: 1905px) {
    .articles {
      padding: 120px 8.5%; } }
  @media (max-width: 1717px) {
    .articles {
      padding: 120px 6.5%; } }
  @media (max-width: 1440px) {
    .articles {
      padding: 120px 3.5%; } }
  @media (max-width: 1024px) {
    .articles {
      padding: 120px 20px; } }
  @media (max-width: 768px) {
    .articles {
      padding: 64px 20px; }
      .articles__title {
        margin-bottom: 32px; }
      .articles__list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center; }
      .articles__item {
        margin: 10px 0; } }
  @media (max-width: 480px) {
    .articles__item {
      width: 100%; }
    .articles .btn {
      width: 100%; } }

      .footer{
        margin-bottom: 100px;
      }

.footer__info {
  background: #002547; }

.footer__container {
  display: flex;
  justify-content: space-between;
  padding: 64px 12.5% 87px; }
  @media (max-width: 1905px) {
    .footer__container {
      padding: 64px 8.5% 87px; } }
  @media (max-width: 1717px) {
    .footer__container {
      padding: 64px 6.5% 87px; } }
  @media (max-width: 1440px) {
    .footer__container {
      padding: 64px 3.5% 87px;
      flex-wrap: wrap; } }
  @media (max-width: 1024px) {
    .footer__container {
      padding: 64px 20px 87px; } }
  @media (max-width: 858px) {
    .footer__container {
      flex-direction: column;
      flex-wrap: nowrap; } }
  @media (max-width: 768px) {
    .footer__container {
      padding: 32px 20px 24px; } }

.footer__slogan {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px !important;
  padding-top: 10px !important;
  background: #fff;
   }
  .footer__slogan-img {
    display: block;
    margin: 6px auto 0;
    width: 100%; }
    @media (max-width: 768px) {
      .footer__slogan-img {
        display: none; } }
    .footer__slogan-img-mob {
      display: none;
      margin: 6px auto 0;
      width: 374px; }
      @media (max-width: 768px) {
        .footer__slogan-img-mob {
          display: block; } }
      @media (max-width: 480px) {
        .footer__slogan-img-mob {
          width: 100%; } }
  @media (max-width: 1905px) {
    .footer__slogan {
       } }
  @media (max-width: 1717px) {
    .footer__slogan {
      padding: 5px; } }
  @media (max-width: 1440px) {
    .footer__slogan {
     
      flex-wrap: wrap; } }
  @media (max-width: 1024px) {
    .footer__slogan {
      } }
  @media (max-width: 768px) {
    .footer__slogan {
      } }

.footer__btns {
  display: flex; }
  .footer__btns .btn:first-child {
    margin-right: 16px; }
  @media (max-width: 480px) {
    .footer__btns {
      flex-direction: column; }
      .footer__btns .btn:first-child {
        margin-right: 0;
        margin-bottom: 16px; } }

.footer__col:first-child {
  width: 467px; }
  @media (max-width: 858px) {
    .footer__col:first-child {
      width: 467px;
      order: 3; }
      .footer__col:first-child .footer__logo {
        display: none; } }
  @media (max-width: 480px) {
    .footer__col:first-child {
      width: 100%; } }

.footer__col:nth-child(2) {
  width: 344px;
  margin-top: 24px; }
  .footer__col:nth-child(2) .footer__logo {
    display: none; }
    @media (max-width: 858px) {
      .footer__col:nth-child(2) .footer__logo {
        display: block;
        margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .footer__col:nth-child(2) {
      width: 100%; } }

.footer__col:last-child {
  margin-top: 24px; }

.footer__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 24px; }

.footer__text {
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  color: #ffffff;
  margin: 24px 0 16px;
  opacity: 0.9; }

.footer__copy {
  font-size: 16px;
  line-height: 22px;
  /* or 137% */
  color: #ffffff;
  opacity: 0.9; }

.footer__link {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s linear; }
  .footer__link:hover {
    color: #de191f; }

.footer__list {
  display: flex;
  flex-direction: column; }

.footer__item {
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: rgba(255, 255, 255, 0.95); }
  .footer__item:not(:last-child) {
    margin-bottom: 16px; }

.path {
  padding: 72px 12.5% 0;
  display: flex;
  align-items: center; }
  .path__item {
    font-size: 16px;
    line-height: 22px;
    color: #003363;
    text-decoration: none; }
    .path__item.active {
      color: #f0593e; }
  .path .separator {
    opacity: 0.8;
    /* Синий */
    margin: 0 10px;
    border: 1px solid #003363;
    display: block;
    height: 22px; }
  @media (max-width: 1905px) {
    .path {
      padding: 72px 8.5% 0; } }
  @media (max-width: 1717px) {
    .path {
      padding: 72px 6.5% 0; } }
  @media (max-width: 1440px) {
    .path {
      padding: 72px 3.5% 0; } }
  @media (max-width: 1024px) {
    .path {
      padding: 72px 20px 0; } }
  @media (max-width: 768px) {
    .path {
      display: none; } }

.medicines-list {
  padding: 0 12.5% 66px; }
  .medicines-list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .medicines-list__item-title {
      font-weight: 600;
      font-size: 22px;
      line-height: 120%;
      /* or 26px */
      color: #000000; }
    .medicines-list__item-text {
      font-size: 18px;
      line-height: 150%;
      /* or 27px */
      color: #000000;
      margin: 16px 0 32px; }
    .medicines-list__item-btns {
      display: flex; }
      .medicines-list__item-btns .btn:first-child {
        margin-right: 16px; }
    .medicines-list__item-col:last-child {
      width: 603px;
      margin-left: 9%; }
  @media (max-width: 1905px) {
    .medicines-list {
      padding: 0 8.5% 66px; } }
  @media (max-width: 1717px) {
    .medicines-list {
      padding: 0 6.5% 66px; } }
  @media (max-width: 1440px) {
    .medicines-list {
      padding: 0 3.5% 66px; } }
  @media (max-width: 1024px) {
    .medicines-list {
      padding: 0 20px 66px; } }
  @media (max-width: 768px) {
    .medicines-list__item {
      border-top: none;
      flex-direction: column;
      margin-top: 64px; }
      .medicines-list__item-col:last-child {
        margin: 0;
        width: 100%; }
      .medicines-list__item-title {
        margin-top: 32px; } }
  @media (max-width: 480px) {
    .medicines-list__item-title {
      font-weight: 600;
      font-size: 20px;
      line-height: 150%; }
    .medicines-list__item-btns {
      flex-direction: column; }
      .medicines-list__item-btns .btn:first-child {
        margin-right: 0;
        margin-bottom: 16px; } }

.ask {
  background: linear-gradient(0deg, #e0edf5, #e0edf5);
  padding: 100px 12.5% 134px; }
  .ask-page {
    background: transparent;
    padding: 46px 12.5% 110px; }
  .ask__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */
    text-align: center;
    color: #000000;
    margin-bottom: 59px; }
  .ask__item {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 51, 99, 0.3);
    border-radius: 2px;
    padding: 24px 32px;
    border: 1px solid transparent; }
    .ask__item:not(:last-child) {
      margin-bottom: 16px; }
    .ask__item-top {
      cursor: pointer;
      display: flex;
      justify-content: space-between; }
    .ask__item-title {
      font-weight: 500;
      font-size: 22px;
      line-height: 120%;
      color: #003363; }
    .ask__item-content {
      /* or 27px */
      display: none; }
    .ask__item-line {
      font-size: 18px;
      line-height: 150%;
      margin-top: 16px;
      color: #000000;
      opacity: 0;
      transition: 0.5s ease-in-out; }
    .ask__item-icon {
      transition: 0.5s ease-in-out;
      margin-left: 10px; 
      height: 20px;}
    .ask__item.active {
      height: auto;
      box-shadow: 0px 0px 4px rgba(0, 51, 99, 0.25);
      border: 1px solid #003363; }
      .ask__item.active .ask__item-content {
        display: block; }
      .ask__item.active .ask__item-line {
        opacity: 1; }
      .ask__item.active .ask__item-icon {
        transform: rotate(45deg); }
  @media (max-width: 1905px) {
    .ask {
      padding: 100px 8.5% 134px; }
      .ask-page {
        padding: 46px 8.5% 110px; } }
  @media (max-width: 1717px) {
    .ask {
      padding: 100px 6.5% 134px; }
      .ask-page {
        padding: 46px 6.5% 110px; } }
  @media (max-width: 1440px) {
    .ask {
      padding: 100px 3.5% 134px; }
      .ask-page {
        padding: 46px 3.5% 110px; } }
  @media (max-width: 1024px) {
    .ask {
      padding: 100px 20px 134px; }
      .ask-page {
        padding: 46px 20px 110px; } }
  @media (max-width: 768px) {
    .ask {
      padding: 64px 20px; }
      .ask-page {
        padding: 48px 20px 64px; }
      .ask__title {
        margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .ask__item {
      padding: 24px; }
      .ask__item-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%; } }

.instruction-page {
  padding: 46px 12.5% 117px; }
  .instruction-page__row {
    display: flex; }
  .instruction-page .btn {
    margin: 48px auto 0; }
    @media (max-width: 480px) {
      .instruction-page .btn {
        width: 100%; } }
  .instruction-page__col:first-child {
    margin-right: 20px; }
  .instruction-page__title {
    color: #000000;
    margin-bottom: 32px; }
    .instruction-page__title--tab {
      margin-bottom: 40px; }
  .instruction-page__tab {
    color: #f0593e;
    text-decoration-line: underline;
    font-size: 20px;
    line-height: 150%;
    cursor: pointer; }
    .instruction-page__tab:not(:last-child) {
      margin-bottom: 32px; }
    .instruction-page__tab.active {
      font-weight: 600;
      font-size: 22px;
      line-height: 120%;
      /* or 26px */
      text-decoration-line: none;
      color: #00162c; }
  .instruction-page__title,
  .instruction-page .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */ }
  @media (max-width: 1905px) {
    .instruction-page {
      padding: 46px 8.5% 117px; } }
  @media (max-width: 1717px) {
    .instruction-page {
      padding: 46px 6.5% 117px; } }
  @media (max-width: 1440px) {
    .instruction-page {
      padding: 46px 3.5% 117px; } }
  @media (max-width: 1024px) {
    .instruction-page {
      padding: 46px 20px 117px; } }
  @media (max-width: 768px) {
    .instruction-page {
      padding: 32px 20px 64px; }
      .instruction-page__row {
        flex-direction: column; }
      .instruction-page__title--tab {
        display: none; }
      .instruction-page__title,
      .instruction-page__title > .title {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%; }
      .instruction-page__tabs {
        width: 107%;
        display: flex;
        overflow: auto;
        margin-bottom: 24px; }
        .instruction-page__tabs::-webkit-scrollbar {
          display: none; }
        .instruction-page__tabs::-webkit-scrollbar-track {
          display: none; }
        .instruction-page__tabs::-webkit-scrollbar-thumb {
          display: none; }
      .instruction-page__tab {
        text-decoration: none; }
        .instruction-page__tab:not(:last-child) {
          margin-bottom: 0;
          margin-right: 20px; }
        .instruction-page__tab.active {
          font-weight: 600;
          font-size: 20px;
          line-height: 150%; } }

.treatment {
  padding: 46px 12.5% 120px; }
  .treatment__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    /* identical to box height, or 43px */
    text-align: center;
    color: #000000;
    margin-bottom: 48px; }
  .treatment__list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1678px) {
      .treatment__list {
        justify-content: center; } }
  @media (max-width: 1905px) {
    .treatment {
      padding: 46px 8.5% 120px; } }
  @media (max-width: 1717px) {
    .treatment {
      padding: 46px 6.5% 120px; } }
  @media (max-width: 1440px) {
    .treatment {
      padding: 46px 3.5% 120px; } }
  @media (max-width: 1024px) {
    .treatment {
      padding: 46px 20px 120px; } }
  @media (max-width: 768px) {
    .treatment {
      padding: 48px 20px 64px; }
      .treatment__list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center; } }

.pagination {
  display: none;
  width: 100%; }
  @media (max-width: 768px) {
    .pagination {
      display: block; } }
  .pagination__container {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .pagination__container {
        padding: 20px 20px 0; } }
  .pagination__pages {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 480px) {
      .pagination__pages {
        width: 100%; } }

.paginationjs-pages {
  width: 360px; }
  @media (max-width: 414px) {
    .paginationjs-pages {
      width: 100%; } }

.paginationjs-prev, .paginationjs-next, .paginationjs-page {
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  width: 40px;
  min-width: 40px;
  height: 40px;
  transition: 0.5s ease-in-out;
  margin-top: 20px; }

.paginationjs-prev .pagination__arrow {
  transform: rotate(-180deg); }

.paginationjs-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #003363;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px; }

.paginationjs-page a {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #003363;
  text-decoration: none; }

.paginationjs-page.active, .paginationjs-page:hover {
  background: #de191f; }
  .paginationjs-page.active a, .paginationjs-page:hover a {
    color: #fff; }

.paginationjs-prev.disabled .pagination__arrow path, .paginationjs-next.disabled .pagination__arrow path {
  fill: #e5ebef; }

.paginationjs-prev:not(.disabled):hover, .paginationjs-next:not(.disabled):hover {
  background: #de191f; }
  .paginationjs-prev:not(.disabled):hover .pagination__arrow path, .paginationjs-next:not(.disabled):hover .pagination__arrow path {
    fill: #e5ebef; }

.paginationjs-prev, .paginationjs-page {
  margin-right: 10px;
  margin-left: 10px; }

.paginationjs-next {
  margin-right: 10px; }

.paginationjs-last, .paginationjs-last-item {
  margin-right: 20px; }

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 1;
  transition: 0.5s ease-in-out; 
z-index: 999999}
  .popup__container {
    background: #ffffff;
    width: 1196px;
    padding: 48px 100px; }
  .popup__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    /* or 26px */
    color: #000000;
    margin-bottom: 16px; }
  .popup__text-line {
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    color: #000000;
    margin-bottom: 24px; }
  .popup__btns {
    margin-top: 48px;
    display: flex; }
    .popup__btns .btn:not(:last-child) {
      margin-right: 16px; }
  @media (max-width: 1200px) {
    .popup {
      padding: 16px 8.5%; }
      .popup__container {
        width: 100%;
        padding: 24px 50px; }
      .popup__text-line {
        font-size: 14px;
        margin-bottom: 16px; }
      .popup__btns {
        margin-top: 32px; } }
  @media (max-width: 1024px) {
    .popup {
      padding: 16px 20px; } }
  @media (max-width: 868px) {
    .popup__title {
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      margin-bottom: 10px; }
    .popup__text-line {
      font-size: 11px;
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .popup__btns {
      margin-top: 0;
      flex-direction: column; }
      .popup__btns .btn {
        width: 100%;
        margin-top: 12px; }
        .popup__btns .btn:not(:last-child) {
          margin-right: 0; }
    .popup__container {
      overflow: auto;
      max-height: calc(100vh - 88px);
      padding: 16px; } }
  .popup.show {
    display: flex;
    opacity: 1; }

.page-404 {
  padding: 117px 12.5% 126px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .page-404__error {
    font-size: 200px;
    line-height: 100%;
    color: #de191f;
    font-weight: bold; }
  .page-404__text {
    width: 750px;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    text-align: center;
    color: #000000;
    margin: 16px 0 32px; }
  @media (max-width: 1905px) {
    .page-404 {
      padding: 117px 8.5% 126px; } }
  @media (max-width: 1717px) {
    .page-404 {
      padding: 117px 6.5% 126px; } }
  @media (max-width: 1440px) {
    .page-404 {
      padding: 117px 3.5% 126px; } }
  @media (max-width: 1024px) {
    .page-404 {
      padding: 117px 20px 126px; } }
  @media (max-width: 768px) {
    .page-404 {
      padding: 64px 20px; }
      .page-404__error {
        font-weight: bold;
        font-size: 100px;
        line-height: 100%; }
      .page-404__text {
        width: 90%;
        font-size: 20px;
        line-height: 150%; } }
  @media (max-width: 480px) {
    .page-404__text {
      margin: 24px 0 32px; }
    .page-404 .btn {
      width: 100%; } }

.article-page {
  display: flex;
  justify-content: space-between;
  padding: 46px 12.5% 120px; }
  .article-page__main-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */
    color: #000000;
    margin-bottom: 16px; }
  .article-page__sub-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 16px; }
  .article-page__text {
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    font-weight: normal;
    color: #000000;
    margin-bottom: 24px; }
  .article-page__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    /* or 31px */
    text-align: center;
    color: #000000;
    margin-bottom: 40px; }
  .article-page__col:first-child {
    margin-right: 7.4%; }
  .article-page__img {
    margin-bottom: 24px; }
    .article-page__img img {
      width: 100%; }
  .article-page__item {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    color: #000000;
    padding-left: 10px; }
  .article-page__list {
    margin-bottom: 24px;
    padding-left: 24px; }
  .article-page .text-my-riad {
    font-family: 'Myriad Pro'; }
  .article-page .articles__item {
    margin: 0 0 20px; }
  @media (max-width: 1905px) {
    .article-page {
      padding: 46px 8.5% 120px; } }
  @media (max-width: 1717px) {
    .article-page {
      padding: 46px 6.5% 120px; } }
  @media (max-width: 1440px) {
    .article-page {
      padding: 46px 3.5% 120px; } }
  @media (max-width: 1024px) {
    .article-page {
      padding: 46px 20px 120px; }
      .article-page__col:first-child {
        margin-right: 0%;     width: 100%;}
      .article-page__col:last-child {
        display: none; } }
  @media (max-width: 768px) {
    .article-page {
      padding: 48px 20px 64px; }
      .article-page__main-title {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%; } }

.policy {
  padding: 46px 12.5% 117px; }
  .policy__title, .policy__title.title {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center; }
  .policy__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%; }
    .policy__text:not(:last-child) {
      margin-bottom: 24px; }
  @media (max-width: 1905px) {
    .policy {
      padding: 46px 8.5% 117px; } }
  @media (max-width: 1717px) {
    .policy {
      padding: 46px 6.5% 117px; } }
  @media (max-width: 1440px) {
    .policy {
      padding: 46px 3.5% 117px; } }
  @media (max-width: 1024px) {
    .policy {
      padding: 46px 20px 117px; } }
  @media (max-width: 768px) {
    .policy {
      padding: 32px 20px 64px; }
      .policy__title, .policy__title.title {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%; }
      .policy__text {
        font-size: 18px;
        line-height: 150%;
        font-weight: 400; } }
  @media (max-width: 480px) {
    .policy__text {
      font-size: 16px;
      line-height: 150%;
      font-weight: 400; } }
  @media (max-width: 375px) {
    .policy__title, .policy__title.title {
      font-size: 26px; } }

body {
  display: flex;
  flex-direction: column;
  background: #fff;
  min-width: 320px;
  scroll-behavior: smooth; }
  @media screen and (max-width: 320px) {
    body {
      overflow-x: scroll; } }
  body::-webkit-scrollbar {
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  body::-webkit-scrollbar-track {
    background: #fff; }
  body::-webkit-scrollbar-thumb {
    background: #de191f;
    width: 10px;
    border-radius: 10px; }

body.menu {
  overflow: hidden; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%; }

