

[class*=__container] {
  max-width: 1546.98px;
  margin: 0 auto;
  padding: 0px 18px;
}

._text {
  line-height: 150%;
  font-weight: 500;
}

._text span {
  position: relative;
  font-weight: 600;
}

._text-2 {
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.26px;
  color: #343d86;
}

._text-2 span {
  font-weight: 700;
}

._text-2 .text-small {
  font-size: 10px;
  position: relative;
  top: -5px;
  font-weight: 400;
}

._img {
  overflow: hidden;
  position: relative;
}

._img video,
._img iframe,
._img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  display: block;
}

._img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.intro {
  position: relative;
  color: #fff;
}

.intro__link {
  color: #e0ebf0;
  display: inline-block;
  padding: 10px 0px;
  margin: -10px 0px;
  -webkit-transition: all 0.25s ease 0ms;
  transition: all 0.25s ease 0ms;
  font-style: italic;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
}

.intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.intro__title {
  letter-spacing: 1.04px;
  line-height: 130%;
  font-weight: 800;
}

.intro__text {
  max-width: 1000px;
}

.intro__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}

.intro__item {
  padding: 0 4.375rem;
  color: #0092d7;
  line-height: normal;
  letter-spacing: 0.36px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100px;
  background-color: #fafbfd;
  font-weight: bold;
  height: 5.375rem;
}

.symptoms {
  background-color: #edf4f6;
}

.symptoms__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.symptoms__image img {
  width: 100%;
}

.symptoms__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.symptoms__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.symptoms__title {
  letter-spacing: 0.6px;
  font-weight: 800;
  line-height: 130%;
}

.symptoms__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.symptoms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  line-height: 150%;
}

.symptoms__item:before {
  content: "";
  border-radius: 50%;
  background-color: #111a50;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.info {
  background-color: #0092d7;
  color: #fff;
}

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.info__image img {
  width: 100%;
}

.info__text {
  font-weight: 800;
}

.cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -18px;
}

.cards__preview {
  background-color: #d2e9ff;
}

.cards__image {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards__image img {
  max-width: 100%;
}

.cards__content {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f1f9fc;
}

.cards__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.cards__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 12px;
}

.cards__title {
  line-height: 130%;
  letter-spacing: 0.56px;
  font-weight: 700;
}

.cards__name {
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  color: #9cadc9;
}

.cards__name_bottom {
  margin-bottom: 12px;
}

.cards__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards__blocks {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-cards__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  counter-reset: postscript;
}

.block-cards__title {
  font-size: 15px;
  line-height: normal;
  font-weight: 800;
}

.block-cards__title_both {
  margin-bottom: 13px;
}

.block-cards__title_both-2 {
  margin: 13px 0px;
}

.block-cards__title_bottom {
  margin-bottom: 13px;
}

.block-cards__title-2 {
  font-size: 13px;
}

.block-cards__elems {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}

.block-cards__elems_column {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.block-cards__elems_both {
  margin: 12px 0px;
}

.block-cards__elems_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-cards__elem {
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
  color: #343d86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.block-cards__elem:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #111a50;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block-cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.block-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-cards__item_2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block-cards__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.block-cards__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block-cards__icon img {
  width: 100%;
}

.cards__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.actions-cards__link {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #343d86;
  -webkit-transition: all 0.25s ease 0ms;
  transition: all 0.25s ease 0ms;
}

.actions-cards__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.actions-cards__arrow circle,
.actions-cards__arrow path {
  -webkit-transition: all 0.25s ease 0ms;
  transition: all 0.25s ease 0ms;
}

.actions-cards__arrow svg {
  width: 100%;
  height: auto;
}

.block-cards__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 330px;
  grid-template-columns: 1fr 330px;
}

.block-cards__grid .block-cards__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-cards__postscript {
  color: #9cadc9;
  font-weight: 500;
  line-height: 150%;
  font-size: 12px;
}

.block-cards__postscript p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}

.block-cards__postscript p:before {
  counter-increment: postscript;
  width: 15px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: counter(postscript) ".";
}

@media (min-width: 992.98px) {
  .cards__preview {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .cards__image:last-child {
    display: none;
  }

  .cards__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 992.98px) and (min-width: 1546.98px) {
  .cards__preview {
    width: 504px;
  }
}

@media (min-width: 1150.98px) and (min-width: 1546.98px) {
  .symptoms__row {
    -webkit-column-gap: 92px;
       -moz-column-gap: 92px;
            column-gap: 92px;
  }
}

@media (min-width: 1150.98px) {
  .symptoms__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 704px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .symptoms__main {
    padding-bottom: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 1546.98px) {
  ._text {
    font-size: 22px;
  }

  ._text span {
    font-size: 12px;
  }

  ._text span {
    top: -8px;
  }

  .intro {
    padding-top: 70px;
  }

  .intro {
    padding-bottom: 75px;
  }

  .intro__info {
    margin-top: 50px;
  }

  .intro__title {
    font-size: 52px;
  }

  .intro__items {
    margin-top: 50px;
  }

  .symptoms {
    padding-top: 89px;
  }

  .symptoms__row {
    margin-left: -124px;
  }

  .symptoms__main {
    row-gap: 46px;
  }

  .symptoms__title {
    font-size: 30px;
  }

  .symptoms__items {
    row-gap: 24px;
  }

  .symptoms__item {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .symptoms__item {
    font-size: 18px;
  }

  .symptoms__item:before {
    width: 8px;
  }

  .symptoms__item:before {
    height: 8px;
  }

  .symptoms__item:before {
    margin-top: 10px;
  }

  .info {
    padding-top: 60px;
  }

  .info {
    padding-bottom: 60px;
  }

  .info__image {
    width: 66px;
  }

  .info__image {
    height: 66px;
  }

  .cards {
    padding-top: 120px;
  }

  .cards {
    padding-bottom: 120px;
  }

  .cards__items {
    row-gap: 80px;
  }

  .cards__title {
    font-size: 28px;
  }

  .cards__texts {
    row-gap: 15px;
  }

  .cards__blocks {
    margin-top: 32px;
  }

  .cards__blocks {
    row-gap: 32px;
  }

  .cards__block {
    row-gap: 24px;
  }

  .block-cards__title_both {
    margin-top: 24px;
  }

  .block-cards__elems_row {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

  .block-cards__item {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }

  .block-cards__icon {
    width: 23px;
  }

  .cards__actions {
    margin-top: 32px;
  }

  .actions-cards__arrow {
    width: 55px;
  }

  .block-cards__grid {
    -webkit-column-gap: 170px;
       -moz-column-gap: 170px;
            column-gap: 170px;
  }

  .block-cards__grid .block-cards__column {
    row-gap: 26px;
  }
}

@media (max-width: 1150.98px) {
  .symptoms__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 25px;
  }

  .symptoms__image {
    max-width: 600px;
  }
}

@media (max-width: 992.98px) {
  .cards__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cards__image img {
    max-width: 90%;
  }

  .cards__image:first-child {
    display: none;
  }

  .cards__content {
    padding: 25px 18px;
  }

  .block-cards__elem br {
    display: none;
  }

  .block-cards__grid {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (max-width: 950.98px) {
  .intro__items {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .intro__item {
    font-size: 14px;
    padding: 15px 25px;
    text-align: center;
    min-height: 50px;
  }

  .intro__item br {
    display: none;
  }

  .intro__title br {
    display: none;
  }
}

@media (max-width: 650.98px) {
  .block-cards__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650.98px) and (max-width: 320px) {
  .block-cards__grid {
    row-gap: 20px;
  }
}

@media (max-width: 600.98px) {
  .info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
  }

  .block-cards__elems {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550.98px) {
  .intro__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

  ._text span {
    font-size: 10px;
  }

  ._text span {
    top: -5px;
  }

  .intro {
    padding-top: 40px;
  }

  .intro {
    padding-bottom: 40px;
  }

  .intro__info {
    margin-top: 20px;
  }

  .intro__title {
    font-size: 28px;
  }

  .intro__items {
    margin-top: 30px;
  }

  .symptoms {
    padding-top: 40px;
  }

  .symptoms__main {
    row-gap: 20px;
  }

  .symptoms__title {
    font-size: 26px;
  }

  .symptoms__items {
    row-gap: 12px;
  }

  .symptoms__item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .symptoms__item {
    font-size: 16px;
  }

  .symptoms__item:before {
    width: 6px;
  }

  .symptoms__item:before {
    height: 6px;
  }

  .symptoms__item:before {
    margin-top: 9.5px;
  }

  .info {
    padding-top: 30px;
  }

  .info {
    padding-bottom: 30px;
  }

  .info__image {
    width: 55px;
  }

  .info__image {
    height: 55px;
  }

  .cards {
    padding-top: 40px;
  }

  .cards {
    padding-bottom: 40px;
  }

  .cards__items {
    row-gap: 30px;
  }

  .cards__title {
    font-size: 24px;
  }

  .cards__texts {
    row-gap: 12px;
  }

  .cards__blocks {
    margin-top: 20px;
  }

  .cards__blocks {
    row-gap: 20px;
  }

  .cards__block {
    row-gap: 20px;
  }

  .block-cards__title_both {
    margin-top: 20px;
  }

  .block-cards__elems_row {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .block-cards__item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .block-cards__icon {
    width: 18px;
  }

  .cards__actions {
    margin-top: 25px;
  }

  .actions-cards__arrow {
    width: 40px;
  }

  .block-cards__grid .block-cards__column {
    row-gap: 20px;
  }
}

@media (min-width: 320px) and (max-width: 1546.98px) {
  ._text {
    font-size: calc(16px + 6 * (100vw - 320px) / ((1226.98)));
  }

  ._text span {
    font-size: calc(10px + 2 * (100vw - 320px) / ((1226.98)));
  }

  ._text span {
    top: calc(-5px + -3 * (100vw - 320px) / ((1226.98)));
  }

  .intro {
    padding-top: calc(40px + 30 * (100vw - 320px) / ((1226.98)));
  }

  .intro {
    padding-bottom: calc(40px + 35 * (100vw - 320px) / ((1226.98)));
  }

  .intro__info {
    margin-top: calc(20px + 30 * (100vw - 320px) / ((1226.98)));
  }

  .intro__title {
    font-size: calc(28px + 24 * (100vw - 320px) / ((1226.98)));
  }

  .intro__items {
    margin-top: calc(30px + 20 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms {
    padding-top: calc(40px + 49 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__main {
    row-gap: calc(20px + 26 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__title {
    font-size: calc(26px + 4 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__items {
    row-gap: calc(12px + 12 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__item {
    -webkit-column-gap: calc(10px + 2 * (100vw - 320px) / ((1226.98)));
       -moz-column-gap: calc(10px + 2 * (100vw - 320px) / ((1226.98)));
            column-gap: calc(10px + 2 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__item {
    font-size: calc(16px + 2 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__item:before {
    width: calc(6px + 2 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__item:before {
    height: calc(6px + 2 * (100vw - 320px) / ((1226.98)));
  }

  .symptoms__item:before {
    margin-top: calc(9.5px + 0.5 * (100vw - 320px) / ((1226.98)));
  }

  .info {
    padding-top: calc(30px + 30 * (100vw - 320px) / ((1226.98)));
  }

  .info {
    padding-bottom: calc(30px + 30 * (100vw - 320px) / ((1226.98)));
  }

  .info__image {
    width: calc(55px + 11 * (100vw - 320px) / ((1226.98)));
  }

  .info__image {
    height: calc(55px + 11 * (100vw - 320px) / ((1226.98)));
  }

  .cards {
    padding-top: calc(40px + 80 * (100vw - 320px) / ((1226.98)));
  }

  .cards {
    padding-bottom: calc(40px + 80 * (100vw - 320px) / ((1226.98)));
  }

  .cards__items {
    row-gap: calc(30px + 50 * (100vw - 320px) / ((1226.98)));
  }

  .cards__title {
    font-size: calc(24px + 4 * (100vw - 320px) / ((1226.98)));
  }

  .cards__texts {
    row-gap: calc(12px + 3 * (100vw - 320px) / ((1226.98)));
  }

  .cards__blocks {
    margin-top: calc(20px + 12 * (100vw - 320px) / ((1226.98)));
  }

  .cards__blocks {
    row-gap: calc(20px + 12 * (100vw - 320px) / ((1226.98)));
  }

  .cards__block {
    row-gap: calc(20px + 4 * (100vw - 320px) / ((1226.98)));
  }

  .block-cards__title_both {
    margin-top: calc(20px + 4 * (100vw - 320px) / ((1226.98)));
  }

  .block-cards__elems_row {
    -webkit-column-gap: calc(15px + 45 * (100vw - 320px) / ((1226.98)));
       -moz-column-gap: calc(15px + 45 * (100vw - 320px) / ((1226.98)));
            column-gap: calc(15px + 45 * (100vw - 320px) / ((1226.98)));
  }

  .block-cards__item {
    -webkit-column-gap: calc(10px + 3 * (100vw - 320px) / ((1226.98)));
       -moz-column-gap: calc(10px + 3 * (100vw - 320px) / ((1226.98)));
            column-gap: calc(10px + 3 * (100vw - 320px) / ((1226.98)));
  }

  .block-cards__icon {
    width: calc(18px + 5 * (100vw - 320px) / ((1226.98)));
  }

  .cards__actions {
    margin-top: calc(25px + 7 * (100vw - 320px) / ((1226.98)));
  }

  .actions-cards__arrow {
    width: calc(40px + 15 * (100vw - 320px) / ((1226.98)));
  }

  .block-cards__grid .block-cards__column {
    row-gap: calc(20px + 6 * (100vw - 320px) / ((1226.98)));
  }
}

@media (min-width: 1150.98px) and (min-width: 1150.98px) and (max-width: 1546.98px) {
  .symptoms__row {
    -webkit-column-gap: calc(30px + 62 * (100vw - 1150.98px) / ((396)));
       -moz-column-gap: calc(30px + 62 * (100vw - 1150.98px) / ((396)));
            column-gap: calc(30px + 62 * (100vw - 1150.98px) / ((396)));
  }
}

@media (min-width: 1150.98px) and (max-width: 1150.98px) {
  .symptoms__row {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (min-width: 1150.98px) and (max-width: 1546.98px) {
  .symptoms__image {
    width: 500px;
  }
}

@media (min-width: 992.98px) and (min-width: 992.98px) and (max-width: 1546.98px) {
  .cards__preview {
    width: calc(300px + 204 * (100vw - 992.98px) / ((554)));
  }
}

@media (min-width: 992.98px) and (max-width: 992.98px) {
  .cards__preview {
    width: 300px;
  }
}

@media (min-width: 992.98px) and (max-width: 1546.98px) {
  .block-cards__grid {
    -webkit-column-gap: calc(30px + 140 * (100vw - 992.98px) / ((554)));
       -moz-column-gap: calc(30px + 140 * (100vw - 992.98px) / ((554)));
            column-gap: calc(30px + 140 * (100vw - 992.98px) / ((554)));
  }
}

@media (max-width: 650.98px) and (min-width: 1546.98px) {
  .block-cards__grid {
    row-gap: 26px;
  }
}

@media (max-width: 650.98px) and (min-width: 320px) and (max-width: 1546.98px) {
  .block-cards__grid {
    row-gap: calc(20px + 6 * (100vw - 320px) / ((1226.98)));
  }
}

@media (any-hover: hover) {
  .intro__link:hover {
    color: #111a50;
  }

  .cards__actions:hover .actions-cards__link {
    color: #0092d7;
  }

  .cards__actions:hover .actions-cards__arrow circle {
    stroke: #0092d7;
  }

  .cards__actions:hover .actions-cards__arrow path {
    fill: #0092d7;
  }
}

.list__icon {
  width: 8px;
  height: 8px;
}

.sign-card {
  font-size: 0.9375rem;
}

.sign-card__img {
  height: 5.125rem;
}

.signs-section__cards-row {
  margin: 0 -0.3125rem 0;
}

.cards {
  background: #fff;
}

.symptoms__cards-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-hero__to-home {
  padding-top:0;
  margin-bottom: 0;
}

@media (min-width: 1546.98px) {
    .intro__info {
        margin-top: 0;
    }
}