:root {
  --color-yellow: #FFB956;
  --color-blue-light: #BFD9FF;
  --color-green: #9BCE8D;
  --color-blue: #217AFF;
  --color-blue-surface: #E8F1FF;
  --color-gray-surface: #F3F5FF;
  --color-dark: #11243D;
  --color-text: #0D1821;
  --color-muted: #A6A7AF;

  --container: 1440px;
  --gap: 40px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 55px;
  min-height: 60px;
  border-radius: 12px;
    background: var(--color-blue);
  border: 1px solid var(--color-blue);

  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
    color: #fff;
  transition: all 0.2s;
}

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

.button--outline {
  background: transparent;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
}

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

/* Breadcrumbs */
.breadcrumbs {
  padding: 20px 0;
  background: #fff;
}

.breadcrumbs__container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__link {
  font-family: Raleway, Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  color: var(--color-muted);
  text-decoration: none;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__current {
  font-family: Raleway, Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
}

.breadcrumbs__arrow {
  color: var(--color-muted);
  user-select: none;
}

/* Hero */
.hero {

  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("/local/templates/medStandart/images/library/block-1-background.png") no-repeat;

  pointer-events: none;

}
.why__story-- {
    border: 2px solid #4DB45E;
    border-radius: 12px;
    background: rgb(155 206 141 / 30%);
    margin-bottom: 30px;
}

.why--text--bottom--svg {
    display: flex;
    justify-content: center;
}
.why__story--items {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    gap: 30px;
    padding-right: 0;
}
div .why__subtitle {
    font-family: "OpenSansCondensed-Bold";
    margin-top: 20px;
    font-size: 34px;
    margin-bottom: 30px;
}
.hero__container {
    display: grid;
    grid-template-columns: 1fr 591px;
    gap: 0;
    align-items: end;
    position: relative;
    z-index: 1;
    background: url(/local/templates/medStandart/images/library/background-3.png) no-repeat;
    background-size: cover;

}
.why--text--bottom {
    font-family: "OpenSansCondensed-Light";
    font-size: 34px;

    line-height: 40px;
    margin-bottom: 30px;
}
.page-library .page-uslugi--block--title {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-library .color--black.color--orange:after {
    background: #FFB956;
}
.page-library .color--black:after {
    width: 104%;
    margin-left: -13px;
    content: '';
    height: 23px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 0;
    background: rgba(191, 217, 255, 1);
}

.hero__content {
  max-width: 800px;
    padding-bottom: 40px;
}

.hero__title {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.17;
  color: var(--color-dark);
    font-family: "OpenSansCondensed-Bold";
    padding-top: 25px;
}

.hero__text strong{
    font-family: "OpenSansCondensed-Bold";
}
.hero__text {
  margin-bottom: 45px;
    font-family: "OpenSansCondensed-Light";
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.hero--br {
    display: flex;
    margin-bottom: 15px;
}
.hero__image {
  position: relative;
  z-index: 1;
}

.hero__image img {
  width: 100%;
  height: auto;
}

/* Why */
.why {
  padding: 80px 0;
    padding-bottom: 0;
  background: #fff;
}

.why__title {
  margin-bottom: 20px;
  font-family: "Open Sans", Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.why__subtitle {
  margin-bottom: 60px;
    font-family: "OpenSansCondensed-Light";
    font-size: 36px;


  line-height: 1.06;
}

.why__story {
  display: grid;
  gap: 20px;
  margin-bottom: 80px;
}

.why__story-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
}

.why__story-item:nth-child(2) {
  grid-template-columns: 1fr auto;
}
.why__story-img {
    position: relative;
    z-index: 2;
}
.why__story-item:nth-child(1):after {

}
.why__story-item:nth-child(3) .why__story-img {
     content: '';
    background: url("/local/templates/medStandart/images/library/why3.png") no-repeat;
    background-size: auto 386px;

}.why__story-item:nth-child(2):after{

 background: url("/local/templates/medStandart/images/library/why2.png") no-repeat;
     content: '';

     background-size: 90%;
     position: absolute;
     width: 481px;
     height: 300px;
     z-index: 1;
     right: -35px;
     bottom: -32px;
}
.why__problem-img{
    z-index: 2;
}
.why__problem-col.why__problem-col--left {
    border: 4px dashed #FFB956;
    border-radius: 10px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.why__problem-col.why__problem-col--right {
    border: 2px solid #2D4275;
    border-radius: 10px;
}
.why__story-text {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.why__story-arrow {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 200px;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
}

.why__story-arrow--right {
  left: auto;
  right: 0;
}

.why__problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.why__problem-col {
  position: relative;
    padding: 46px 38px;
}
.why__problem-text__title {
    border-bottom: 1px solid;
    margin-bottom:-4px;
    display: inline-flex;
}
.why__problem-text br {
    padding-bottom: 10px;
}
.why__problem-text span {
    display: flex;
    padding-bottom: 6px;
}
.why__problem-col.why__problem-col--right .why__problem-text span {
    display: flex;
    padding-bottom: 4px;
    line-height: 30px;
}
.why__problem-col.why__problem-col--right {
    padding: 39px 35px;
}
.why__problem-col.why__problem-col--left {
    align-self: baseline;
}
.why__problem-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.why__problem-content {
  position: relative;
  z-index: 1;
}

.why__problem-text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.why__problem-img {/*
  display: block;
  max-width: 100%;
  height: auto;
    background: url("/local/templates/medStandart/images/library/why2.png") no-repeat;
    background-size: 98%;*/
}

/* Solution */
.solution {
  padding: 80px 0;
    padding-top: 34px;
  background: #fff;
}

.solution__title {
  margin-bottom: 20px;
  font-family: "Open Sans", Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.solution__subtitle {
  margin-bottom: 82px;
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

.solution__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 24px;
}

.solution-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.15);
    border: 2px solid #2D4275;
}

.solution-card__header {
  padding: 30px;
  background: #2D4275;
  color: #fff;
}

.solution-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.solution-card__content {
  padding: 40px 30px;
  position: relative;
}
.solution-card__text span {
display: block;
    margin-bottom: 10px;
}
.solution-card__icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 65px solid var(--color-yellow);
  opacity: 0.8;
}

.solution-card__text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.solution__bottom {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.15);
    border: 2px solid #2D4275;
}

.solution__bottom-header img{
    margin-left: -9px;
}
.solution__bottom-header span{
    padding: 22px 0 22px 27px;
}
.solution__bottom-header {

  background: #2D4275;
  color: #fff;
}
h3.solution__bottom-title {
    display: flex;
}
.solution__bottom-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.solution__bottom-content {
  padding: 25px 29px;
}

.solution__bottom-text {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Audience */
.audience {
  padding: 30px 0;
  background: #fff;
}

.audience__title {
  margin-bottom: 20px;
  font-family: "Open Sans", Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.audience__subtitle {
  margin-bottom: 60px;
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

.audience__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.audience-card {
  background: #fff;
  border: 1px solid #EEEEEE;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.15);
  position: relative;
}
.audience-card__text span{
    padding-bottom: 10px;
    display: block;
}
.audience-card:nth-child(3) .audience-card__badge {
    width: 137px;
}
.audience-card:nth-child(4) .audience-card__badge ,
.audience-card:nth-child(5) .audience-card__badge {
    width: 140px;
}
.audience-card__badge {
  position: RELATIVE;

  width: 122px;
}
    .audience__grid.audience__grid- .audience-card:nth-child(1) .audience-card__badge ,
.audience__grid.audience__grid- .audience-card:nth-child(2) .audience-card__badge {
    width: 140px;
}
.audience__grid.audience__grid- {
    grid-template-columns: repeat(2, 1fr);
}
.audience-card:nth-child(1),
.audience-card:nth-child(2),
.audience-card:nth-child(3) {
    grid-row: 1;
}
/* 4-й элемент — вторая строка, первая колонка */
.audience-card:nth-child(4) {
    grid-column: 1 / span 2; /* занимает две колонки */
    grid-row: 2;
}

/* 5-й элемент — вторая строка, вторая колонка */
.audience-card:nth-child(5) {
    grid-column: 3; /* или 2 / span 2 */
    grid-row: 2;
}
.audience-card__badges {
    display: grid;
    align-items: center;
    grid-template-columns: 122px 1fr;
    background: #FFB956;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0 20px;
    height: 123px;
    gap: 27px;
}
.audience-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    margin-top: -44px;
}

.audience-card__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
    padding-top: 24px;
}

.audience-card__text {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding: 15px 27px;
}

.audience__button {
  display: block;
  margin: 0 auto;
  min-width: 418px;
}

/* Inside */
.inside {
  padding: 38px 0;
  background: #fff;
}

.inside__title {
  margin-bottom: 40px;
  font-family: "Open Sans", Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.inside__lead span{
    display: block;
    padding-bottom: 10px;
}
.inside__lead {
  margin-bottom: 60px;
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

.inside__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  margin-bottom: 60px;
}
.inside-card__title span{
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
}
.inside-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 44px rgba(0, 0, 0, 0.15);
    border: 2px solid #2D4275;
}

.inside-card--highlight {
    background: rgba(191, 217, 255,0.3);
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.inside-card__header {
  padding: 21px 26px;
    height: 140px;
  background: var(--color-blue-light);
}
.inside-card__text--ul {
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
}
.inside-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}
.inside-card__body span {
    padding-bottom: 10px;
    display: block;
}
.inside-card__body {
  padding: 20px 27px;
    padding-bottom: 5px;
}
.inside-card__highlight-title__br {
    border-bottom: 1px solid;
}
.inside-card__highlight.inside-card__highlight-- {
    display: flex;
    flex-direction: column;
}
.inside-card__text {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.inside-card__list {
  padding-left: 20px;
  margin-bottom: 24px;
}

.inside-card__list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.inside-card__list li::before {
  content: "";
    position: absolute;
    left: -17px;
    color: var(--color-blue);
    font-weight: 700;
    background: url(/local/templates/medStandart/images/library/Checkbox-active.svg) no-repeat;
    width: 17px;
    height: 17px;
    margin-top: 5px;
}

.inside-card__img {
  float: right;
  margin: 0 0 20px 20px;
  border-radius: 8px;
}

.inside-card__highlight {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 6px;
  align-items: start;
}

.inside-card__gift {
    width: 251px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    padding-top: 18px;
}

.inside-card__highlight-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inside-card__highlight-title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.inside-card__highlight-text {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
}

.inside-card__highlight-footer {

  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.inside-card__highlight-footer span {
    padding-bottom: 10px;
    display: inline-block;
}
.inside-card__note {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-text);
}
article.inside-card.inside-card--highlight .button{
    font-size: 17px;    margin-top: 40px;
}
.inside__button {
  display: block;
  margin: 0 auto;
  min-width: 418px;
}

/* Workflow */
.workflow {
  padding: 20px 0;
  background: #fff;
}
.page-library .color--black.color--green:after {
    background: #9BCE8D;
}
.workflow__title {
  margin-bottom: 20px;
  font-family: "Open Sans", Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.workflow__subtitle {
  margin-bottom: 49px;
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

.workflow__circle {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 700px;
  margin: 0 auto 220px;
}
.workflow__after {
    border: 1px solid #9BCE8D;
}
.workflow__problem {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 210px;
}.faq {

     margin-bottom: 30px;
 }

.workflow__problem--1 {     top: 257px;
    left: -164px; }
.workflow__problem--2 {     top: 69px;
    left: 95px; }
.workflow__problem--3 { top: 0; left: 50%; transform: translateX(-50%); }
.workflow__problem--4 {    top: 62px;
    right: 95px;
    max-width: 240px; }
.workflow__problem--5 {    top: 256px;
    right: -162px; }
.workflow__problem--6 {    bottom: 89px;
    right: -120px; }
.workflow__problem--7 {     bottom: -44px;
    right: 88px;
    max-width: 265px; }
.workflow__problem--8 {     bottom: -101px;
    left: 47%;
    transform: translateX(-50%);
    max-width: 255px; }
.workflow__problem--9 {    bottom: -45px;
    left: 106px; }
.workflow__problem--10 {    bottom: 89px;
    left: -149px;
    max-width: 255px; }

.workflow__problem-number {
  width: 60px;
  height: 60px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2D4275;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  border-radius: 50%;
  border: 3px solid #2D4275;
}

.workflow__problem-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.workflow__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    gap: 0px;
    margin-top: 33px;
}

.workflow__squirrel {
}

.workflow__center-text {
  max-width: 420px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: center;
}

.workflow__center-highlight {
  color: #E41E1D;    border-bottom: 1px solid;
    margin-bottom: 7px;
    display: inline-block;
}

.workflow__arrow {
  position: absolute;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}

/* 1→2 (слева снизу вверх влево) */
.workflow__arrow--1 {
    top: 165px;
    left: -30px;
    /* width: 100px; */
    /* height: auto; */
    transform: rotate(1deg);
}

/* 2→3 (от 2 к 3, верхняя дуга слева) */
.workflow__arrow--2 {
    top: 19px;
    left: 238px;
    /* width: 265px; */
    /* height: auto; */
    transform: rotate(0deg);
}

/* 3→4 (от 3 к 4, верхняя дуга справа) */
.workflow__arrow--3 {
    top: 30px;
    right: 249px;
    /* width: 255px; */
    /* height: auto; */
    transform: rotate(-2deg);
}

/* 4→5 (справа вниз) */
.workflow__arrow--4 {
    top: 113px;
    right: -41px;
    /* width: 85px; */
    /* height: auto; */
    transform: rotate(0deg);
}

/* 5→6 (справа вниз) */
.workflow__arrow--5 {
    top: 405px;
    right: -92px;
    /* width: 55px; */
    /* height: auto; */
    transform: rotate(-3deg);
}

/* 6→7 (справа вниз) */
.workflow__arrow--6 {
    bottom: 41px;
    right: 39px;
    /* width: 115px; */
    /* height: auto; */
    transform: rotate(0deg);
}

/* 6→7 (низ справа налево) */
.workflow__arrow--7 {
    bottom: -25px;
    right: 250px;
    /* width: 275px; */
    /* height: auto; */
    transform: rotate(0deg);
}

/* 7→8 (низ продолжение влево) */
.workflow__arrow--8 {
    bottom: -17px;
    left: 237px;
    /* width: 235px; */
    /* height: auto; */
    transform: rotate(-1deg);
}

/* 8→9 (слева снизу вверх) */
.workflow__arrow--9 {
    bottom: 57px;
    left: 77px;
    /* width: 52px; */
    /* height: auto; */
    transform: rotate(1deg);
}

/* 9→10 (слева вверх) */
.workflow__arrow--10 {
    bottom: 205px;
    left: -99px;
    /* width: 65px; */
    /* height: auto; */
    transform: rotate(-1deg);
}

.workflow__after {
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.workflow__after-title {
  margin-bottom: 10px;
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

.workflow__after-subtitle {
  margin-bottom: 32px;
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

.workflow__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
  margin-bottom: 30px;
}

.workflow__benefits-col {
  padding-left: 20px;
}

.workflow__benefits-col li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.workflow__benefits-col li::before {
  content: "";
    background: url("/local/templates/medStandart/images/library/Checkbox-active-green.svg") no-repeat;
  position: absolute;
  left: -17px;
  color: var(--color-blue);
  font-weight: 700;
    width: 24px;
    height: 24px;
}

.workflow__after-footer {
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

/* Reasons */
.reasons {
  padding: 80px 0;
  background: #fff;
    padding-bottom: 40px;
}
.reasons__grid .reason:nth-child(1) .reason__header,
.reasons__grid .reason:nth-child(2) .reason__header{
    background: rgba(45, 66, 117, 1);
;
}
.reasons__title {
  margin-bottom: 60px;
  font-family: "Open Sans", Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
    margin-top: 80px;
    border: 1px solid rgba(45, 66, 117, 1);
    border-radius: 12px;
}

.reason {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  overflow: hidden;

}

.reason__header {
    padding: 15px;
    background: #9BCE8D;
    height: 82px;
    text-align: center;

}
.reason:nth-child(2) {

}
.reason:nth-child(1) {
    border-top-right-radius: 0;
    border-right: 1px solid;
    border-bottom-right-radius: 0;
}
.reason:nth-child(2) .reason__header{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.reason:nth-child(2) {
    border-radius: 0;
}
.reason:nth-child(3) {
    border-top-left-radius: 0;
}
.reason__text span {
    display: inline-block;
    padding-bottom: 10px;
}
.reason:nth-child(1) .reason__title ,
.reason:nth-child(2) .reason__title {

    color: #fff;
}
.reason__title {
    font-family: "OpenSansCondensed-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.06;
    text-transform: uppercase;
}

.reason__body {
}

.reason__text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    border-style: solid;
    border-color: rgba(45, 66, 117, 1);
    border-left: 0;
    border-bottom: 0;
    height: 69.2px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-weight: 600;
    border-right: 0;
    border-top: 1px solid rgba(45, 66, 117, 1);
}
.reason--text--bottom {
    margin-bottom: 49px;
    font-family: "OpenSansCondensed-Light";
    font-size: 34px;
    font-weight: 400;
    line-height: 1.06;
    margin-top: 40px;
    margin-left: 40px;
}
.reason:nth-child(3) p {

    border-bottom: 1px solid rgba(45, 66, 117, 1);
}
.reason:nth-child(2)  {
    border-right: 1px solid rgba(45, 66, 117, 1);
}
.reason:nth-child(2) p:last-child ,.reason:nth-child(3) p:last-child{
    border-bottom: 0;
}
.reason:nth-child(2) p {

    border-bottom: 1px solid rgba(45, 66, 117, 1);

}
.reason:first-child .reason__header {
    height: 80px;
}
.reason:nth-child(2) p,
.reason:nth-child(3) p{
    font-size: 16px;
    height: 69px;
    display: flex;
    padding: 10px;
    flex-direction: column;
}
.reason:nth-child(2) p span,
.reason:nth-child(3) p span{
    font-size: 16px;
}

.reason__text--strong span{
  font-weight: 600;
  color: var(--color-text);
}
p.price-card__subtitle {
    font-size: 30px;
    font-family: "OpenSansCondensed-Light";
    font-weight: 600;
    text-align: center;
}
.price-card .price-card__block{
    background: rgba(227, 239, 255, 1);


}.price-card__block {
     height: 567px;
 }
.price-card .price-card__block .button{
    cursor: pointer;
}
.price--bottom {
    height: 175px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}
.inside__container .workflow__benefits-col li::before {
    margin-top: 7px;
}
.inside__container .workflow__benefits-col li {
    font-size: 30px;
}
.inside__container .inside__lead  {
    margin-left: 70px;
    padding-top: 15px;
}
.audience-card__badges-- {
    grid-template-columns: 1fr;
    text-align: center;
}
.inside__container .inside__lead li{
    list-style-type: disc;
}
.inside__container .workflow__benefits-col {

    font-family: "OpenSansCondensed-Light";
    font-size: 30px;
    margin-top: 20px;
}
.price-card:nth-child(2) .price-card__block .button:hover{
    color: rgba(77, 180, 94, 1);
    border-color: rgba(77, 180, 94, 1);
    background: #fff;
}
.price-card:nth-child(2) .price-card__block .button{
    background:  rgba(77, 180, 94, 1);
    border-color: rgba(77, 180, 94, 1);
}
.price-card:nth-child(2) .price-card__block{

    border-color: rgba(77, 180, 94, 1);

}
.price-card .price-card__block {
    position: relative;
}
.price-card:nth-child(1) p.price-card__subtitle{
    color: rgba(45, 66, 117, 1);

}
.price-card__block .button {
    width: 310px;
    margin: 0 auto;
}
.price-card .price-card__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-card__block .button {

}
.reason__list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.reason__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.reason__list li::before {
  content: "";
  position: absolute;
  left: -17px;
  color: var(--color-green);
  font-weight: 700;

    background: url(/local/templates/medStandart/images/library/Checkbox-active-green.svg) no-repeat;
    width: 24px;
    height: 24px;
}
.reason__text--title {
    font-weight: 600;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 15px;
}
.reason__list.reason__list-- li::before {
  content: "";
  position: absolute;
  left: -17px;
  color: var(--color-green);
  font-weight: 700;

    background: url(/local/templates/medStandart/images/library/delete.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-top: 6px;
}
.reason__list.reason__list-- li{
    padding-left: 15px;
}
/* Pricing */
.pricing {
  padding: 80px 0;
    background: url(/local/templates/medStandart/images/library/pricing.png) repeat;
  position: relative;
  overflow: hidden;
    padding-bottom: 0;
}

.pricing__button{
    background: #00B51E;
    border: 1px solid #00B51E;
}

.pricing__title {
  margin-bottom: 30px;
    font-family: "OpenSansCondensed-Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
    color: #0066FF;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.pricing__container {
  position: relative;
  z-index: 1;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); ;
  gap: 30px;
  margin-bottom: 60px;

    justify-content: center;
}
.pricing__arrow {
    margin-top: 250px;
}
.pricing__arrow {
  font-size: 60px;
  color: var(--color-yellow);
  text-align: center;
  font-weight: 300;
}

.price-card {

}
.price-card__block {
    padding: 30px;
    background: #fff;
    border:2px solid #2D4275;
    border-radius: 12px;
    box-shadow: 0 4px 44px rgba(0, 0, 0, 0.15);
}
.price-card__title {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "OpenSansCondensed-Bold"
}

.price-card__price {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #0066FF;
    /* font-family: "OpenSansCondensed-Bold"; */
    text-align: center;
}
p.price-card__price--red {
    text-align: center;
    font-size: 18px;
    color: rgba(228, 30, 29, 1);
}
.price-card .span-strong {
    font-weight: 600;
}
.price-card__desc {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.01em;
    text-align: center;
}

.price-card__features {
  padding-left: 20px;
  margin-bottom: 24px;
}

.price-card__features li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.price-card__features li::before {
  content: "";
  position: absolute;
  left: -17px;
  color: var(--color-blue);
  font-weight: 700;

    background: url(/local/templates/medStandart/images/library/Checkbox-active-green.svg) no-repeat;
    width: 24px;
    height: 24px;

}.price-card__title {
     text-align: center;
 }

.price-card__features li {
    padding-left: 20px;
}
.price-card__note {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.price-card__why {
  margin-top: 30px;
  padding-top: 30px;
}

.price-card__why-title {
  margin-bottom: 16px;
    font-family: "OpenSansCondensed-Light";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.price-card__why-text {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.price-card__why-list {
  list-style: none;
  padding: 0;
}

.price-card__why-list li {
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  position: relative;
}

.price-card__why-list li::before {
  content: '';
  position: absolute;
  left: 0;
  color: var(--color-blue);
  font-weight: 700;
    background: url(/local/templates/medStandart/images/library/Checkbox-active-blue.svg) no-repeat;
    width: 17px;
    height: 17px;
    margin-top: 5px;
}
.price-card__what-title {
    font-family: "OpenSansCondensed-Light";
    margin-top: 90px;
}
.price-card:last-child{

}
.price-card__why-list li {
    padding-left: 30px;
}
.price-card__info {

}

.price-card__info-text {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;

}
.span-strong:first-child{
    display: block;
    margin-bottom: 10px;
}
.price-card__what {
  margin-top: 30px;
}

.price-card__what-title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
}

.price-card__what-list {
  padding-left: 20px;
}

.price-card__what-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.price-card__what-list li {
    padding-left: 15px;
}
.price-card__desc span:last-child{
    margin-top: 30px;
}
.price-card__desc span{
    display: block;
    margin-bottom: 10px;
}
.price-card__what-list li::before {
  content: "";
  position: absolute;
  left: -17px;
  color: var(--color-blue);
  font-weight: 700;
    background: url(/local/templates/medStandart/images/library/Checkbox-active-blue.svg) no-repeat;
    width: 17px;
    height: 17px;
    margin-top: 5px;
}

.pricing__why {
  margin-bottom: 60px;
  padding: 40px;
  background: var(--color-gray-surface);
  border-radius: 12px;
}

.pricing__why-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.pricing__why-text {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.pricing__why-list {
  padding-left: 20px;
}

.pricing__why-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.pricing__why-list li::before {
  content: "✓";
  position: absolute;
  left: -17px;
  color: var(--color-blue);
  font-weight: 700;
}

.pricing__button {
  display: block;
  margin: 0 auto 60px;
  min-width: 418px;
}

.pricing__legal {
  padding: 60px 80px;
  background: #BFD9FF;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.pricing__legal--container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing__legal-content {
  flex: 1;
}

.pricing__legal-title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
    font-family: "OpenSansCondensed-Bold";
}

.pricing__legal-text {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: left;
}

.pricing__legal-button {
  flex-shrink: 0;
  min-width: 310px;
}

/* FAQ */
.faq {
  padding: 80px 0;
  background: #fff;
}

.faq__title {
  margin-bottom: 60px;
  font-family: "Open Sans", Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.faq__list {
  display: grid;
  gap: 30px;
}
.page-library .faq .page-uslugi--block--title{
    margin-bottom: 55px;
    margin-left: 60px;
}
.faq-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.15);
}

.faq-item__question {
  width: 100%;
  padding: 24px 80px 24px 32px;
  text-align: left;
  background: none;
  border: none;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.64;
  color: var(--color-text);
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease;
}

.faq-item__icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  color: #2D4275;
  transition: transform 0.3s ease;
}

.faq-item.is-active .faq-item__icon {
  transform: translateY(-50%) rotate(180deg);
}

.faq-item__question:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 32px;
}

.faq-item.is-active .faq-item__answer {
  max-height: 500px;
  padding: 0 32px 24px 32px;
}

.faq-item__answer p {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

/* Support */
.support {
  padding: 80px 0;
  background: var(--color-blue-light);
}
section.support {
    position: relative;
}

img.support-image--left {
    position: absolute;
    top: 15px;
}
img.support-image--right {
    position: absolute;
    top: 15px;
    right: 0;
}
.support__title {
  margin-bottom: 32px;
    font-family: "OpenSansCondensed-Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  color: var(--color-dark);
  text-transform: uppercase;
}

.support__text {
  margin-bottom: 60px;
    font-family: "OpenSansCondensed-Light";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.29;
}

.support__button {
  display: block;
  margin: 0 auto;
  min-width: 310px;
}
button.button.scroll-btn.workflow__after-btn:hover {
    color: #fff;
    opacity: 0.8;
}
button.button.scroll-btn.workflow__after-btn {
    width: 418px;
    border-radius: 12px;
    background: rgba(0, 181, 30, 1);
    border-color: rgba(0, 181, 30, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px;
}
/* Responsive */
@media (max-width: 1430px) {
    .workflow {

        width: 77%;
        margin: 0 auto;
    }
    .workflow__problem--1 {

        left: -125px;
    }
    .workflow__arrow--1 {

        left: -14px;

    }
    .workflow__arrow--10 {

        left: -63px;
        transform: rotate(18deg);
    }
    .workflow__problem--5 {
        right: -118px;
    }
    .workflow__arrow--5 {

        right: -54px;
    }
    .workflow__arrow--2 {

        width: 198px; }
    .workflow__arrow--3 {

        width: 189px;}
    .workflow__arrow--8 {

        width: 166px;}
    .workflow__arrow--7 {
        bottom: -13px;

        width: 212px;
    }
    .workflow__arrow--1 {

        width: 83px; }
    .workflow__arrow--4 {

        right: -41px;
        width: 185px;

        transform: rotate(5deg);
    }
    .workflow__arrow--10 {
        bottom: 214px;
        width: 34px;

    }
}
@media (max-width: 1400px) {
  .inside__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow__problems {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1289px) {
    .reason:nth-child(2) p span, .reason:nth-child(3) p span {
        font-size: 14px;
    }
    .reason:nth-child(2) p, .reason:nth-child(3) p {
        font-size: 14px;
    }
}
@media (max-width: 853px) {
    .reason:nth-child(2) p span, .reason:nth-child(3) p span {
        font-size: 12px;
    }
    .reason:nth-child(2) p, .reason:nth-child(3) p {
        font-size: 12px;
    }
}
@media (max-width: 1200px) {

    .audience__grid {
        display: flex;
        flex-direction: column;
        gap: 75px;
    }

  .container {
    max-width: 960px;
  }

  .hero__container {
      /* grid-template-columns: 1fr; */
      /* gap: 40px; */
      background-size: cover;
      padding-bottom: 35px;
  }
    .why__story-item:nth-child(2):after {
top: 56px;
        /*bottom: 48px;*/
    }
    .hero__image {
        max-width: 495px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: 0;
    }

  .solution__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .audience__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .inside__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
    .pricing__legal-text {

        text-align: center;
        margin-bottom: 25px;
    }
    .pricing__legal-title {

        text-align: center;
    }
    .pricing__legal--container {

        flex-direction: column;
        text-align: center;
    }
  .reasons__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
  }

  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pricing__arrow {
    display: none;
  }

  .workflow__problems {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow__center {
    flex-direction: column;
  }

  .workflow__benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why__story-grid {
    gap: 20px;
  }

  .why__problem {
    flex-direction: column;
    gap: 20px;
  }

  .why__problem-column {
    width: 100%;
  }

  .support__container {
    gap: 30px;
  }
}
.workflow__circle-image{
    display: none;
}
.workflow__circle-image-desctop {
    width: 100%;
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    button.button.scroll-btn.workflow__after-btn {
        width: 100%;
    }
   #overlay-modal-library-2 .modal__cross ,
   #overlay-modal-library-1 .modal__cross {
        top: 9px;
        right: 17px;
    }
}
@media (max-width: 992px) {
  /* Workflow - скрываем круговую схему на средних экранах */
  .workflow__circle {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }


    .workflow__problem--1 {            top: 0;
        left: 7px; }
    .workflow__problem--2 {                   top: 42px;
        left: auto;
        right: 0; }
    .workflow__problem--3 { top: 142px;
        left: 122px; transform: translateX(-50%); }
    .workflow__problem--4 {           top: 197px;
        right: -6px;
        max-width: 240px; }
    .workflow__problem--5 {         top: 274px;
        right: auto;
        left: 8px; }
    .workflow__problem--6 {            bottom: auto;
        right: 25px;
        top: 352px; }
    .workflow__problem--7 {            bottom: auto;
        right: auto;
        max-width: 265px;
        top: 423px;
        left: 19px; }
    .workflow__problem--8 {     bottom: auto;
        left: auto;
        transform: none;
        max-width: 255px;
        top: 479px;
        right: -9px;}
    .workflow__problem--9 {           top: 563px;
        left: 33px; }
    .workflow__problem--10 {           bottom: auto;
        left: auto;
        max-width: 255px;
        right: 4px;
        top: 620px; }
    .workflow__circle {

        height: 880px;
    }
  .workflow__problem-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .workflow__arrow {
    display: none;
  }
    .workflow__circle {
        display: none;
    }
    .workflow__circle-image{
        text-align: center;
        justify-content: center;
width: 100%;
      display: flex;
    }
    .workflow__circle-image-desctop {
        display: none;
    }
  .workflow__center {
      top: 83%;        flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 0px;
      margin-top: 0;
      left: 0;
      transform: none;
      background: url("/local/templates/medStandart/images/library/workflow.png") no-repeat;        background-size: cover;
  }p.workflow__center-text {
       color: #fff;
       text-align: left;font-size: 14px;        padding-left: 24px;
   }.workflow__center-highlight {
        color: #ffffff;  }
  div .workflow__squirrel {
      max-width: 96px;
  }
    /*.why__story-item:nth-child(2):after {
        bottom: 100px;
    }*/
  .workflow__squirrel {
    max-width: 200px;
  }

  /* Pricing */
  .pricing__legal {
    flex-direction: column;
    gap: 30px;
    padding: 40px;
    text-align: center;
  }

  .pricing__legal-button {
    min-width: 100%;
  }
}/*
@media (max-width: 925px) {
    .why__story-item:nth-child(2):after {
        bottom: 127px;
    }
}@media (max-width: 869px) {
    .why__story-item:nth-child(2):after {
        bottom: 204px
    }
}@media (max-width: 800px) {
    .why__story-item:nth-child(2):after {
        bottom: 304px
    }
}*/ .why__story-img--{
         display: none;
     }
@media (max-width: 768px) {
    .hero__image {
        max-width: 251px;
        margin: 0 auto;
        position: absolute;
        right: -14px;
        bottom: auto;
        top: 49px;
    }
    .hero__content {
        max-width: 100%;
    }
    div .hero__container {

        padding: 0;
    }
    section.hero {
        margin-top: 20px;
        padding-bottom: 16px;
    }
    .hero::before  {
        display: none;
    }
    .hero__container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;  }
    div .hero__title span{
        font-size: 22px;
        display: block;
        padding-bottom: 3px;
    }
    div .hero__title span.hero__title-span {
        font-size: 22px;
        margin-top: 3px;
    }
    .hero__container{
        background: none;
    }
    p.why__subtitle {
        text-align: center;
        margin-top: 3px;
        font-size: 17px;
    }
    div .page-library .page-uslugi--block--title {
        text-align: center;
    }
    .why__story-item {
        grid-template-columns: 1fr;
    }
    .why__story-item:nth-child(1):after {

    }
    .why__story-img {
        position: relative;
        z-index: 2;
        height: 182px;
        margin-top: -15px;
        margin-left: -23px;
    }
    .why__story-text {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: -0.01em;
        margin-top: 24px;
    }
    p.why__subtitle {
        margin-bottom: 36px;
    }
    .why__story-item:nth-child(2) .why__problem-img{
        margin-top: 13px;
    }
    .why__story-item {
        gap: 6px;

    }
    .why__story-item:nth-child(2) {
        gap: 26px;
    }
    .why__story-item:nth-child(2):after {
        bottom: auto;
        width: 313px;
        right: auto;
        top: 51px;
    }
    .why__story {
        gap: 20px;
    }
    .why__story-item:nth-child(3) .why__story-img{
        height: 260px;
    }
    div .why__problem-col.why__problem-col--left {
        border: 2px dashed #FFB956;
        border-radius: 10px;
        padding: 30px 21px;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    div .why__problem {
        padding: 0;
        padding-top: 17px;
    }
    div .why__problem {
        margin-bottom: 0;
        gap: 0;
    }
    p.solution__subtitle {
        margin-top: 12px;
        text-align: center;
        margin-bottom: 42px;
    }
    article.solution-card {
        padding: 0;
    }
    .solution-card__title {
        font-size: 16px;
        text-align: center;
    }
    .solution-card__header {
        padding: 9px 22px;

    }
    .solution__bottom-title {
        font-size: 16px;
    }
    .solution__bottom-header img {
        margin-left: 0;
        order: 1;
        width: 80px;
    }
    .solution__bottom-header span {
        padding: 11px 0 14px 3px;
        order: 2;
    }
    .solution__bottom-text {
        font-size: 14px;
    }
    .solution__bottom-content {
        padding: 13px 23px;
    }
    p.audience__subtitle {
        padding-top: 16px;
        text-align: center;
    }
    .audience__grid {
        margin-top: 0;
    }
    div     .audience-card {
        padding: 0;
    }
    div     .audience-card__badge {
        width: 76px;
        height: 95px;
        margin-bottom: 0px;
    }
    div .audience-card__title {
        font-size: 16px;
        margin-bottom: 0;
        padding-top: 0;
    }
    .audience-card__badges {

        grid-template-columns: 74px 1fr;

        padding: 0 20px;
        height: 88px;
        gap: 27px;
    }
    .audience__grid.audience__grid- .audience-card:nth-child(1) .audience-card__badge, .audience__grid.audience__grid- .audience-card:nth-child(2) .audience-card__badge {
        width: 76px;
    }
    .audience__grid.audience__grid- {
        margin-bottom: 39px;
    }
    .audience__button {
        min-width: auto;
    }
    section.audience {
        padding-bottom: 23px;
    }
    p.inside__lead {
        margin-top: 22px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 0px;
    }
    article.inside-card {
        padding: 0;
    }
    .inside-card__header {
        height: auto;
    }
    .inside-card__text {
        margin-bottom: 16px;    }
    .inside-card__note {
        font-size: 14px;}

    .inside-card__list li::before {

        margin-top: 1px;
    }
    p.inside-card__text-- {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .inside-card__gift
{
    width: 178px;
    padding-top: 0;
}
    .inside-card__highlight.inside-card__highlight-- {
        padding: 0 19px;
    }
    .inside-card__highlight-title {

        font-size: 16px;
    }
    .inside-card__highlight-text {
        margin-bottom: 0;
        font-size: 14px;
    }
    .inside-card__highlight-footer {
        font-size: 14px;

    }
    .inside__grid {
        margin-bottom: 0;
    }
    section.workflow {
        padding-top: 8px;
    }
    h3.workflow__subtitle {
        text-align: center;
        padding-top: 6px;        margin-bottom: 33px;
    }    .workflow__problem-number {
             width: 30px;
             height: 30px;
             font-size: 20px;
         }
         div     .workflow__problem-text {
             font-size: 14px;
         }
    .workflow {
        width: 100%;
        margin: 0 auto;
    }
    .workflow__after-title {
        font-weight: 600;
        font-size: 18px;
    }.reason--text--bottom {
         text-align: center;
         font-size: 18px;
         font-weight: bold;
     }
    .workflow__after-subtitle {
        font-weight: 600;
        font-size: 18px;

    }
    .workflow__benefits-col li {

        font-size: 14px;

    }
    .workflow__benefits-col li {

        font-size: 14px;
    }
    .workflow__after-footer {
        font-size: 18px; font-weight: 600;
    }
    .reasons__grid {
        margin-top: 39px;
    }
    .reason__title {
     ;
        font-size: 14px;

    }.price-card__block {
         height: 332px;
     }
    .inside__lead span {
        display: block;
        padding-bottom: 10px;
        text-align: left;
        font-weight: bold;
    }
    .reason__header {
        padding: 20px 5px;
    }    .reason__text {
                 font-size: 13px;
                 text-align: left !important;
                 justify-content: left;
                 padding-left: 4px;
                 height: 122.3px;
         }
    .reason__body {

    }
    .reason__text {

        font-size: 13px;

    }
    .reason__text {

        border-top: 1px solid;
    }
    .reason:nth-child(2) p, .reason:nth-child(3) p {
        font-size: 13px;height: 122px  }
    .reason:nth-child(2) p span, .reason:nth-child(3) p span {
        font-size: 13px;
    }
    h2.pricing__title {
        text-align: center;
        margin-bottom: 16px;
    }
    .price-card__title {
        font-size: 28px!important;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .audience__grid.audience__grid- .audience-card__badges {
        grid-template-columns: 1fr;

    }div .audience__grid {
         margin-bottom: 20px;
     }
    .solution     .workflow__benefits-col li {
        margin-left: 13px;
    }
    .why--text--bottom {
        font-family: "OpenSansCondensed-Light";
        font-size: 16px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .solution .workflow__benefits-col li::before {

        width: 12px;
        height: 12px;
        background-size: contain;
        margin-top: 3px;
        left: -14px;
    }

    .inside__container .workflow__benefits-col li::before{
        display: none;
    }.workflow__benefits-col {
         padding-left: 0;
     }
    .workflow__benefits-col li {
        padding-left: 0;   }
    .pricing__grid {
        gap: 20px;
    }.inside__container .workflow__benefits-col li {
         font-size: 16px;
     }
     div .inside__container .inside__lead {
         margin-left: 18px;
     }
    .inside__container .inside__lead span{
        text-align: center;
    }
    .inside__container .inside__lead {
        margin-left: 0;

    }
    .price-card__price {
        font-size: 30px;
    }
    .price-card__desc {

        margin-bottom: 0;
    }
    .price--bottom {
        height: 175px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: space-between;
        margin-top: 20px;
    }
    .price-card__features li {

        font-size: 16px;
    }
    .price-card__note {
        font-size: 16px;

    }
    div     .price-card__why-text {
        font-size: 16px;
        margin-top: 17px;
    }
    .price-card__why-list li {

        font-size: 16px;

    }
    .price-card:last-child {
        padding-top: 0;
    }
    .price-card:last-child {
        padding-top: 0;
    }
    .price-card__price {
        font-size: 30px;
    }
    .price-card__info-text {
        font-size: 16px;
    }
    .price-card__what-list li {
        font-size: 16px;
    }
    .pricing__grid {
        margin-bottom: 0;
    }
    div     .pricing__legal-title {
        font-size: 22px;
    }
    div     .pricing__legal {
        padding: 30px 15px;
    }
    section.faq {
        padding-top: 15px;
    }
    .page-library .faq .page-uslugi--block--title {
        margin-bottom: 40px;
        margin-left: 0;
    }
    div     .faq-item__question {
        padding: 15px 65px 15px 15px;
        font-size: 16px;
    }
    .faq-item {
        border-radius: 15px;
    }
    img.support-image--left {
        display: none;
    }
    .container.support__container {
        z-index: 9;
        position: relative;
    }
    img.support-image--right {

        z-index:1;
    }
    p.support__text {
        line-height: 24px;
        margin-bottom: 40px;
    }
    img.support-image--right {

        width: 131px;
    }

    .faq__list {

        gap: 20px;
    }
    div .pricing__legal-text,
    div .pricing__legal-button {
        font-size: 16px;
    }
    .pricing .pricing__button {
        margin-bottom: 35px;
        min-width: auto;
    }
    div .price-card__what-title {
        margin-top: 40px;
font-size: 18px;
        text-align: center;
    }
    div     .price-card__why-title {
        font-size: 22px;
        margin-bottom: 10px;
        text-align: center;
    }
    .price-card__desc {

        font-size: 16px;
    }
    p.reason__text--title {
        font-size: 16px;
    }
    .reason__list li {
        font-size: 14px;
    }
    article.inside-card.inside-card--highlight .button {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 23px;
    }
    article.inside-card.inside-card--highlight .inside-card__list {
        margin-bottom: 5px;
    }
    .inside-card__text--ul {

        font-size: 14px;
    }
    .inside-card__list li {

        font-size: 14px; }
    div .inside-card__text,div .reason-card__text {
        font-size: 14px;
    }
    div     .inside-card__title,
    div .reason-card__title {
        font-size: 16px;
    }
    .audience-card:nth-child(3) .audience-card__badge

{
    width: 76px;
}
    div .audience-card__badge img {

        margin-top: -17px;
    }
    section.solution {

        padding-bottom: 24px;
    }
    .solution-card__content {
        padding: 15px 20px;
    }
    .solution-card__text {
        font-size: 14px;
    }
    .solution__grid {
        gap: 28px;
    }
    section.solution {
        padding-top: 20px;
    }
    .page-library .color--black:after  {
        display: none;
    }
    .why__problem-col.why__problem-col--right {
        padding: 30px 22px;
    }
    .why__problem-text {
        font-size: 14px;

    }
    .why__story-img--{
        display: flex;
    }
    .why__story-img  {
        display: none;
    }
    .mobile--hidden {
        display: none!important;
    }
    .new--stroke {
        display: block!important;
    }
    .new--weight {
        font-size: 26px!important;
    }
    .why__story--items {
        flex-direction: column;
        justify-content: center;
        padding: 15px;gap: 0;
    }
    .why__story--item strong{
        font-size: 18px;
    }.why__story--item-svg {
         transform: rotate(90deg);
     }
    .why__story--item {
         text-align: center;    font-size: 16px;
     }
    .why__problem {
        grid-template-columns: 1fr;
    }
    .why__story {
        margin-bottom: 6px;
    }
    .why__story-item:nth-child(3) .why__story-img {
        content: '';
        background: url(/local/templates/medStandart/images/library/why3.png) no-repeat;
        background-size: auto 255px;
        padding-left: 102px;
        background-position-x: 88px;
    }
    .why__story-item:nth-child(2) .why__problem-img{
        width: 315px;
    }
    .why__story-item:last-child{
        margin-top: 22px;
    }
    .why__story-item:nth-child(2) .why__story-text{
        order: 2;
    }
    .why__story-item:nth-child(2) {
        grid-template-columns: 1fr;
    }
   div .hero__title {
        font-size: 22px;
       background: url(/local/templates/medStandart/images/library/hero-mobile-.png);
       height: 300px;
       background-size: cover;
       padding: 15px 16px;
       margin-bottom: 0;
    }
    p.hero__text br:nth-child(3),
    p.hero__text br:nth-child(2){
        display: none;
    }
    p.hero__text {
        background: #2D4275;
        color: #fff;
        padding: 0 13px;
        line-height: 20px;
        padding-top: 3px;
        letter-spacing: 0.5px;
        padding-bottom: 4px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        padding: 15px;
     }.hero__content {
          padding-bottom: 0;    background: #2d4275;
              padding-bottom: 20px;
      }
    div .button {
        padding: 1px 24px;
        font-size: 14px;
        width: 100%;
        min-height: 48px;
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        font-size: 16px;
    }
  .container {
    padding: 0 20px;
  }

  .hero__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero__text {
    font-size: 18px;
  }

  .button {
    padding: 15px 30px;
    font-size: 16px;
  }

  .why__title,
  .solution__title,
  .audience__title,
  .inside__title,
  .workflow__title,
  .reasons__title,
  .pricing__title,
  .faq__title,
  .support__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .why__subtitle,
  .solution__subtitle,
  .audience__subtitle,
  .inside__lead,
  .workflow__subtitle,
  .support__text {
    font-size: 18px;
  }

  .workflow__problems {
    grid-template-columns: 1fr;
  }

  .audience__grid {
    grid-template-columns: 1fr;
  }

  .why__story-grid {
    grid-template-columns: 1fr;
  }

  .why__problem {
    padding: 30px 20px;
  }

  .solution-card,
  .inside-card,
  .reason-card {
    padding: 30px 20px;
  }

  .workflow__center-text {
    font-size: 18px;
  }

  .workflow__after {
    padding: 40px 20px;
  }

  .workflow__benefits {
    gap: 10px;
  }

  .price-card {
    padding: 30px 20px;
  }

  .pricing__legal {
    padding: 30px 20px;
  }

  .pricing__legal-title {
    font-size: 22px;
  }

  .pricing__legal-text {
    font-size: 16px;
  }

  .faq-item__question {
    padding: 20px 50px 20px 20px;
    font-size: 18px;
  }

  .faq-item__icon {
    right: 20px;
    font-size: 24px;
  }

  .faq-item.is-active .faq-item__answer {
    padding: 0 20px 20px 20px;
  }

  .faq-item__answer p {
    font-size: 16px;
  }

  .support__container {
    flex-direction: column;
    gap: 30px;
  }

  .why__story-arrow {
    display: none;
  }

  .hero__image img {
    width: 100%;
    height: auto;
  }

  .inside-card__image,
  .solution-card__image,
  .reason-card__image {
    max-height: 200px;
    object-fit: contain;
  }

  .audience-card {
    padding: 20px;
  }

  .audience-card__badge {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 24px;
  }

  .hero__text {
    font-size: 16px;
  }

  .button {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
  }

  .why__title,
  .solution__title,
  .audience__title,
  .inside__title,
  .workflow__title,
  .reasons__title,
  .pricing__title,
  .faq__title,
  .support__title {
    font-size: 22px;
  }

  .why__subtitle,
  .solution__subtitle,
  .audience__subtitle,
  .inside__lead,
  .workflow__subtitle,
  .support__text {
    font-size: 16px;
  }

  .solution-card,
  .inside-card,
  .reason-card {
    padding: 20px 15px;
  }

  .inside-card__title,
  .reason-card__title {
    font-size: 18px;
  }

  .inside-card__text,
  .reason-card__text {
    font-size: 16px;
  }

  .workflow__problem-text {
    font-size: 16px;
  }

  .workflow__center-text {
    font-size: 16px;
  }

  .workflow__squirrel {
    max-width: 150px;
  }

  .price-card {
    padding: 20px 15px;
  }

  .price-card__title {
    font-size: 24px;
  }

  .price-card__price {
    font-size: 32px;
  }

  .pricing__legal {
    padding: 20px 15px;
  }

  .pricing__legal-title {
    font-size: 18px;
  }

  .pricing__legal-text,
  .pricing__legal-button {
    font-size: 14px;
  }

  .faq-item__question {
    padding: 15px 40px 15px 15px;
    font-size: 16px;
  }

  .faq-item__icon {
    right: 15px;
    font-size: 20px;
  }

  .faq-item.is-active .faq-item__answer {
    padding: 0 15px 15px 15px;
  }

  .faq-item__answer p {
    font-size: 14px;
  }

  .hero {
    padding: 40px 0;
  }

  .hero__container {
    gap: 30px;
  }

  .why,
  .solution,
  .audience,
  .inside,
  .workflow,
  .reasons,
  .pricing,
  .faq,
  .support {
    padding: 40px 0;
  }

  .why__story-grid {
    gap: 15px;
  }

  .why__problem {
    padding: 20px 15px;
  }

  .why__problem-img {
    max-width: 100%;
    height: auto;
  }

  .inside-card__image,
  .solution-card__image,
  .reason-card__image {
    max-height: 150px;
  }

  .inside-card--highlight {
    padding: 20px 15px;
  }

  .inside-card__highlight-image {
    max-width: 100px;
  }

  .audience-card {
    padding: 15px;
  }

  .audience-card__badge {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .audience-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .audience-card__text {
    font-size: 14px;
  }

  .workflow__after {
    padding: 30px 15px;
  }

  .workflow__benefit {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }

  .workflow__benefit-icon {
    width: 15px;
    height: 15px;
  }

  .workflow__benefit-text {
    font-size: 14px;
  }

  .price-card__list {
    gap: 10px;
  }

  .price-card__list-item {
    font-size: 14px;
  }

  .price-card__why {
    padding: 15px;
    margin-top: 15px;
  }

  .price-card__why-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .price-card__why-text {
    font-size: 14px;
  }
}
