

/* Start:/bitrix/templates/stroynee/css/style.css?1750666323152751*/
* {
  box-sizing: border-box;
  font-family: Unbounded, sans-serif;
}

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

body {
  background: #f8fafc;
}

body.fixed {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt64 {
  margin-top: 64px;
}

.mt48 {
  margin-top: 48px;
}

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

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

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

.mb56 {
  margin-bottom: 56px;
}

.mtb0 {
  margin: auto 0 !important;
}

.pt8 {
  padding-top: 8px;
}

.pb100 {
  padding-bottom: 100px;
}

.slim {
  background: #f8fafc;
}

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

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

.header__burger {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.ask-btn {
  width: 252px;
  margin: 24px 24px 0;
}

.theme-color {
  color: #4aaeba;
}

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

@media (max-width: 1124px) {
  .ask-btn {
    height: 48px;
    line-height: 120% !important;
  }
}

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

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

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

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

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

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

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

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

.header__auth {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #0f8d9c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.header__text {
  margin-right: 21px;
}

.header__auth-btn {
  height: 48px;
  padding: 5px 28px 5px 23px;
  border-radius: 24px;
}

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

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

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

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

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

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

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

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

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

.test-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

@media (max-width: 1124px) {
  .test-section__btn {
    width: 470px;
    text-transform: none;
  }
}

@media (max-width: 600px) {
  .test-section__btn {
    width: 300px;
    border-radius: 14px;
  }
}

.steps-section {
  width: 100%;
  margin: 100px auto;
  padding: 0 79px;
}

.steps-align > .steps-section {
  margin: 0 auto 100px;
}

.steps-align > .steps-section > .steps-section__container {
  border-radius: 0 0 48px 48px;
}

.steps-section__container {
  margin: 0 auto;
  max-width: 1084px;
  width: 100%;
  padding: 58px 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #e4f3f5 47.97%, #d8ffc6 100%);
  border-radius: 48px;
}

.steps-section__title {
  color: #505050;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}

.steps-section__text {
  width: 550px;
  color: #5e7d81;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: Unbounded, sans-serif;
}

.steps-section__btn {
  width: 400px;
  height: 56px;
  max-width: 506px;
  border: 1px solid rgba(15, 141, 156, 0.5);
  box-shadow: 0px 10px 31px -6px rgba(74, 174, 186, 0.7);
  border-radius: 12px;
  display: flex;
  gap: 14px;
  background-image: linear-gradient(#2ac5c0, #1895a4);
}

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

.steps-section__left {
  display: flex;
  flex-direction: column;
}

.steps-section__right {
  width: 506px;
  height: 356px;
  max-width: 506px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  flex-direction: column;
  gap: 34px;
  padding: 55px 70px;
  border-radius: 24px;
}

.steps-section__item {
  display: flex;
  align-items: center;
}

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

.steps-section__subtitle {
  color: #0f8d9c;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 1124px) {
  .steps-section {
    margin: 72px auto;
  }
  .steps-align > .steps-section {
    margin: 0 auto 72px;
  }

  .steps-section__container {
    padding: 52px;
    gap: 30px;
    flex-direction: column;
    background: linear-gradient(180deg, #e4f3f5 33.91%, #d8ffc6 100%);
  }
  .steps-section__btn {
    width: 100%;
    text-transform: none;
    max-width: 506px;
  }
  .steps-section__text {
    width: 100%;
  }
  .steps-section__right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .steps-section {
    margin: 48px auto;
    padding: 0;
  }
  .steps-align > .steps-section {
    margin: 0 auto 48px;
  }

  .steps-section__container {
    padding: 40px 38px;
    gap: 25px;
    align-items: flex-start;
  }
  .steps-section__btn {
    border-radius: 14px;
    max-width: 470px;
    margin: 0 auto;
  }
  .steps-section__right {
    padding: 45px 38px;
  }
  .steps-section__title {
    font-size: 24px;
  }
  .steps-section__text {
    font-size: 16px;
  }
  .steps-section__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .steps-section__container {
    border-radius: 0;
  }
  .steps-section__right {
    border-radius: 0;
  }
}

.image-container {
  margin-top: 100px;
  height: 606px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
}

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

.article-item__remark {
  color: #4aaeba;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 67px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-item__link:last-child {
  margin-bottom: 0;
}

sup {
  color: #ef1bb4;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.user-form__step-text sup {
  color: #4f4f4f;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 0;
}

.user-form__question {
  margin-bottom: 32px;
}

.user-form__question-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px 8px 8px;
  border-radius: 12px;
  background: #d5eaed;
  cursor: pointer;
  outline: none;
  min-height: 45px;
  position: relative;
}

.user-form__question-arrow {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.5s;
  position: absolute;
  right: 16px;
}

.user-form__question-text {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #0f8d9c;
  text-align: center;
}

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

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

.user-form__question-top.is-open + .user-form__answer {
  animation-name: expand-anim;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  padding-top: 22px;
  margin-bottom: 36px;
  transition: padding-top 0.2s linear, margin-bottom 0.2s linear;
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

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

.user-form__picture {
  width: 100%;
}

.user-form__picture-subtitle {
  color: #4a4a4a;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.user-form__link {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #1e8995;
}

.user-form__item {
  display: flex;
  align-items: flex-start;
}

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

.user-form__text {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

@keyframes expand-anim {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 3000px;
  }
}

@media (max-width: 1124px) {
  .user-form__step-text sup {
    font-size: 10px;
    line-height: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.article-item__block-conclusion--with-photo {
  padding: 33px 0 0;
}

.article-item__block-conclusion--outside {
  margin: 28px auto 54px;
  max-width: calc(100% - 144px);
}

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

.block-conclusion__body {
  display: flex;
  gap: 16px;
  position: relative;
}
.block-conclusion__logo-tvoi-doc {
  width: 98px;
  position: absolute;
  top: 4px;
  left: 24px;
  z-index: 1;
}
.block-conclusion__logo-tvoi-doc img {
  width: 100%;
  height: auto;
}
.block-conclusion__doc-img {
  width: 100%;
  height: 100%;
  max-width: 276px;
  margin: auto auto 0;
}
.block-conclusion__text {
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 38px 26px 0;
}

@media (max-width: 1124px) {
  .block-conclusion__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .block-conclusion__body {
    flex-direction: column;
    gap: 32px;
  }
  .block-conclusion__logo-tvoi-doc {
    top: 14px;
    left: unset;
  }
  .block-conclusion__text {
    font-size: 16px;
    padding: 0;
  }
}

.callback-form {
  margin-top: 100px;
  border-radius: 35px;
  background: #e4f3f5;
  padding: 56px 88px 51px 88px;
}

.callback-form__title {
  color: #505050;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 23px;
}

.callback-form__form-text--mobile {
  display: none;
}

.callback-form__form-row {
  display: flex;
  gap: 20px;
}

.callback-form__inputs-row {
  display: flex;
  gap: 20px;
}

.callback-form__name-input {
  width: 264px;
  height: 56px;
  min-width: 264px;
}

.callback-form__phone-input {
  width: 267px;
  height: 56px;
  min-width: 267px;
}

.callback-form__submit {
  width: 334px;
  min-width: 334px;
}

.callback-form__form-text {
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  margin-top: 20px;
}

.callback-form__form-text span {
  text-decoration: underline;
  font-family: Circe, sans-serif;
}

.history {
  margin-top: 100px;
  width: 100%;
}

.history__container {
  margin: 0 auto;
  max-width: 1084px;
  padding-bottom: 100px;
  display: flex;
  gap: 20px;
}

.history__item {
  width: 100%;
  border-radius: 35px;
  background: #e4f3f5;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding: 32px;
  align-items: center;
  justify-content: center;
}

.history__icon {
  height: 260px;
  width: auto;
}

.history__title {
  color: #505050;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
}

.history__slides-row {
  display: flex;
  align-items: stretch;
  padding: 0 40px;
}

swiper-container {
  width: 100%;
  height: 100%;
  align-items: stretch;
}

swiper-slide {
  height: 100%;
  width: fit-content;
}

.history__slide {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px #bfdfe2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 38px 24px 44px;
  width: 420px;
  min-width: 420px;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.history__slide-title {
  color: #0f8d9c;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;

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

.history__slide-text {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  padding-right: 15px;

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

.history__slide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* margin-top: 24px; */
}

.history__slide-tags .tag-item-wrap {
  padding: 13px;
  min-width: 160px;
}

.history__slide-tags span {
  display: none;
}

.history__link {
  display: flex;
  justify-content: center;
  width: 100%;
}

.history__link a {
  text-transform: none;
  width: 100%;
}

.history__slide-btn {
  width: 300px;
}

.articles-list {
  margin-top: 89px;
}

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

.articles-list__container {
  margin: 0 auto 60px;
  max-width: 1084px;
  width: 100%;
}

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

.articles-list__title {
  color: #505050;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 40px;
}

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

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

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

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

.articles-list__item {
  width: 100%;
  height: 442px;
  border-radius: 35px;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}

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

.logo-sm {
  width: 32px;
  height: 32px;
  margin-top: auto;
}

.logo-med {
  position: absolute;
  top: 32px;
  right: 32px;
}

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

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

.articles-list__content-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;

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

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

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

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

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

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

.articles-list__content-desc {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  max-width: 278px;
  margin-bottom: 32px;

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

.articles-list__content-link {
  border-radius: 14px;
  border: 1px solid #fff;
  box-shadow: 0px 10px 31px -6px rgba(74, 174, 186, 0.7);
  width: 265px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.articles-list__content-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.articles-list__more-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 40px;
  margin-top: 64px;
}

.articles-list__btn {
  text-transform: none;
  text-align: center;
  width: 420px;
}

.animate-line {
  animation-name: line-animation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.animate-step > .steps-section__step {
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.animate-step > .steps-section__step > .steps-section__number-bg {
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.animate-step > .steps-section__step:nth-child(1) {
  animation-name: step-animation-one;
}
.animate-step > .steps-section__step:nth-child(1) > .steps-section__number-bg {
  animation-name: number-animation-one;
}

.animate-step > .steps-section__step:nth-child(2) {
  animation-name: step-animation-two;
}
.animate-step > .steps-section__step:nth-child(2) > .steps-section__number-bg {
  animation-name: number-animation-two;
}

.animate-step > .steps-section__step:nth-child(3) {
  animation-name: step-animation-three;
}
.animate-step > .steps-section__step:nth-child(3) > .steps-section__number-bg {
  animation-name: number-animation-three;
}

.form-section {
  width: 100%;
  border-radius: 48px;
  border: 1px solid #e4f3f5;
  background: #e4f3f5;
  overflow-y: visible;
  margin-top: 100px;
  padding: 0 16px 16px 16px;
  position: relative;
}

.form-section__top {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 0;
  padding: 0px 68px 0px 0;
}

.form-section__doctor-photo {
  position: absolute;
  /* height: 431px;
  width: 470px; */
  /* top: 0; */
  /* width: 497px;
  height: 451px; */
  /* top: -39px; */
  width: 500px;
  height: 417px;
  /* top: 72px; */
  top: 109px;
  left: 24px;
}

.form-section__doctor-info {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px #bfdfe2;
  width: 460px;
  padding: 32px;
  position: relative;
  top: -34px;
  margin-bottom: 38px;
}

.form-section__doctor-text {
  color: #626262;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.form-section__doctor-text span {
  color: #007785;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.form-section__doctor-text strong {
  color: #007785;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.form-section__doctor-name {
  border-radius: 10px 68px 68px 10px;
  background: #ddf6d2;
  height: 74px;
  padding: 3px 11px 4px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-section__name {
  color: #007785;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.form-section__smile {
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.form-section__form {
  border-radius: 35px;
  max-width: 1084px;
  margin: 0 auto 100px;
  background: #e4f3f5;
  width: 100%;
  padding: 72px 92px;
  position: relative;
  z-index: 2;
}

.form-section .form-section__form {
  background: #fff;
}

.form-section__form-title {
  color: #505050;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
}

.form-section .form-section__form-title {
  text-align: center;
}

.form-section__form-row {
  display: flex;
  gap: 32px;
  margin-bottom: 20px;
}

.form-section__inputs-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.form-section__name-input-modal {
  width: 264px;
  height: 56px;
  min-width: 264px;
}

.form-section__phone-input {
  width: 264px;
  height: 56px;
  min-width: 264px;
}

.form-section__phone-input-modal {
  width: 264px;
  height: 56px;
  min-width: 264px;
}

.form-section__submit {
  width: 294px;
  min-width: 294px;
  margin: 0 auto;
}

.form-section__submit-modal {
  width: 294px;
  min-width: 294px;
}

.form-section__name-input,
.form-section__email-input,
.form-section__specialty-input,
.form-section__phone-input {
  width: 100%;
  height: 56px;
  min-width: 264px;
}

.input-field__name-input,
.input-field__phone-input,
.input-field__email-input,
.input-field__specialty-input {
  width: 100%;
  min-width: 264px;
}

.form-section__form-text {
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  margin-top: 20px;
}

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

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

.form-section__link {
  position: absolute;
  bottom: 16px;
  right: 188px;
  padding: 5px 22px 0;
}

@media (max-width: 1124px) {
  .form-section__link {
    font-size: 16px;
    line-height: 19.2px;
    bottom: -72px;
    right: unset;
    left: calc(50% - 96px);
    padding: 0 12px;
    height: 48px;
  }
}

.on-site {
  width: 100%;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  padding: 81px 92px 92px 92px;
  position: relative;
  margin-top: 100px;
}

.on-site__woman-img {
  height: 864px;
  width: 409px;
  position: absolute;
  right: 73px;
  bottom: 68px;
}

.on-site__content {
  position: relative;
  z-index: 2;
}

.on-site__title {
  color: #505050;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 66px;
}

.on-site__point {
  border-radius: 34px;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 15px 31px -12px rgba(0, 0, 0, 0.08);
  padding: 42px 0px 41px 106px;
  max-width: 533px;
  color: #838383;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 32px;
}

.on-site__point:last-child {
  margin-bottom: 0;
}

.on-site__point span {
  color: #459aa4;
  font-weight: 600;
}

.what-can-do {
  margin-top: 100px;
  width: 100%;
}

.what-can-do__title {
  color: #505050;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 56px;
  text-align: center;
  width: 100%;
}

.what-can-do__points-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}

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

.what-can-do__point:last-child {
  padding-bottom: 21px;
}

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

.what-can-do__point-desc {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.what-can-do__point-desc strong {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.what-can-do__point-desc span {
  font-weight: 700;
  font-family: Circe, sans-serif;
}

.what-can-do__point-bottom {
  margin-top: 24px;
}

.what-can-do__point-icon-block {
  width: fit-content;
  margin: 0 auto;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-can-do__point-action {
  display: flex;
  align-items: center;
  color: #0f8d9c;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  justify-content: space-between;
  padding-left: 58px;
  margin-top: 31px;
}

.what-can-do__action-btn {
  height: 58px;
  width: 58px;
  min-width: 58px;
  border-radius: 50%;
  padding: 0;
}

.what-can-do__input {
  height: 56px;
}

.what-can-do__form-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 17px;
}

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

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

.bottom-slim {
  width: 100%;
  background: #e4f3f5;
  padding-top: 100px;
  padding-bottom: 184px;
  margin-top: 100px;
}

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

.slim-numbers__text-block {
  max-width: 412px;
}

.slim-numbers__title {
  color: #505050;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 24px;
}

.slim-numbers__desc {
  color: #4f4f4f;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

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

.diagram {
  display: flex;
  margin-top: 40px;
  padding: 40px 53px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px #cadee0;
  position: relative;
}

.diagram__round {
  width: 527px;
  height: 522px;
}

.diagram__values {
  width: 209px;
  height: 522px;
  margin: 0 30px 0 7px;
}

.diagram__numbers {
  padding-top: 52px;
}

.diagram__number-item {
  margin-bottom: 41px;
}

.diagram__number-item:nth-child(2) {
  margin-bottom: 43px;
}

.diagram__number-item:nth-child(3) {
  margin-bottom: 52px;
}

.diagram__item-num {
  color: #0f8d9c;
  font-size: 28px;
  font-weight: 600;
}

.diagram__item-name {
  color: #4aaeba;
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
}

.diagram__source {
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  position: absolute;
  bottom: 32px;
  right: 48px;
}

.slim-farma {
  height: 198px;
  border-radius: 35px;
  background: #d5eaed;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 56px;
  margin-top: 100px;
}

.slim-farma__desc {
  max-width: 490px;
  color: #4f4f4f;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.slim-farma__image {
  width: 371px;
  height: 231px;
  position: relative;
  top: -6px;
  right: -28px;
}

.slim-farma-source {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px #cadee0;
  margin-top: 40px;
  padding: 64px 91px 96px 92px;
  position: relative;
}

.slim-farma-source__title {
  color: #505050;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 56px;
}

.slim-farma-source__item {
  border-radius: 12px 100px 100px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slim-farma-source__item:nth-child(3) {
  background: #f9ddf3;
  padding: 23px 32px 22px 30px;
  gap: 77px;
  width: 468px;
}

.slim-farma-source__item:nth-child(6) {
  background: #b7efb6;
  padding: 23px 32px 22px 30px;
  gap: 248px;
  width: 569px;
}

.slim-farma-source__item:nth-child(9) {
  background: #d7deff;
  padding: 28px 32px 28px 30px;
  gap: 60px;
  width: 661px;
}

.slim-farma-source__item:nth-child(12) {
  background: #f3f0a3;
  padding: 28px 40px 28px 30px;
  gap: 231px;
  width: 738px;
}

.slim-farma-source__item:nth-child(15) {
  background: #caf0f5;
  padding: 28px 48px 28px 30px;
  gap: 222px;
  width: 100%;
}

.slim-farma-source__item-text {
  color: #4f4f4f;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

.slim-farma-source__item-text--mobile {
  display: none;
}

.slim-farma-source__item-num {
  min-width: fit-content;
  white-space: nowrap;
  color: #0f8d9c;
  font-size: 28px;
  font-weight: 600;
}

.slim-farma-source__devider {
  margin: 15px 0;
  width: 100%;
  height: 2px;
}

.slim-farma-source__source {
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
  position: absolute;
  bottom: 32px;
  right: 48px;
}

@media (max-width: 1124px) {
  .button {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    box-shadow: 0px 9px 14px -8px rgba(74, 174, 186, 0.7);
  }

  .input {
    font-size: 16px;
  }

  .input-error {
    font-size: 14px;
    margin-top: 5px;
    line-height: 16.8px;
    width: 100%;
  }

  .input-error-number-input {
    width: unset;
  }

  .header {
    padding: 0 68px;
  }

  .container {
    width: 100%;
    padding: 0 79px;
  }

  .mt64 {
    margin-top: 48px;
  }

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

  .mb56 {
    margin-bottom: 40px;
  }

  .pb100 {
    padding-bottom: 80px;
  }

  .pt8 {
    padding-top: 7px;
  }

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

  .title-section__video-block {
    width: calc(100% - 182px);
    height: 32.8vw;
  }

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

  .title-section__description {
    font-size: 14px;
    line-height: 21px;
  }

  .title-section__text {
    width: 236px;
    height: unset;
    padding: 24px 35px 24px 24px;
    top: calc(50% - 106px);
  }

  .title-section {
    margin-bottom: 72px;
  }

  .image-container {
    margin-top: 72px;
    height: 322px;
    border-radius: 14px;
    margin-bottom: 24px;
    padding: 0 79px;
  }

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

  .article-item__remark {
    font-size: 16px;
    margin-bottom: 61px;
  }

  .article-item {
    margin-top: 64px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .article-item__block-conclusion--with-photo {
    padding: 33px 0 0;
  }

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

  .callback-form {
    margin-top: 64px;
    border-radius: 30px;
    background: #e4f3f5;
    padding: 40px;
  }

  .callback-form__title {
    font-size: 16px;
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
  }

  .callback-form__form-row {
    display: block;
  }

  .callback-form__inputs-row {
    margin-bottom: 20px;
  }

  .input-field__phone-input,
  .input-field__name-input {
    width: 100%;
  }

  .callback-form__name-input,
  .callback-form__phone-input {
    width: 100%;
    height: 48px;
    min-width: unset;
  }

  .callback-form__submit {
    width: 100%;
    height: 48px;
    min-width: unset;
  }

  .articles-list {
    margin-top: 56px;
  }

  .articles-list__container {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

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

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

  .articles-list__title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 79px;
    margin-bottom: 32px;
  }

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

  .articles-list__row {
    display: flex;
    min-width: unset;
    overflow-x: auto;
  }

  .articles-list__item {
    min-width: 400px;
    width: 400px;
  }

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

  .logo-med {
    top: 24px;
    right: 24px;
  }

  .articles-list__item:first-child {
    margin-left: 79px;
  }

  .articles-list__item:last-child {
    margin-right: 79px;
  }

  .articles-list__more-btn {
    margin-top: 56px;
    padding: 0 79px;
  }

  .articles-list__btn {
    width: 100%;
  }

  .history {
    margin-top: 64px;
    padding: 0 79px;
  }

  .history__container {
    border-radius: 30px;
    padding-bottom: 75px;
    flex-direction: column;
  }

  .history__header {
    padding: 26px 30px 0 88px;
    margin-bottom: 25px;
  }

  .history__icon {
    height: 260px;
    width: auto;
  }

  .history__slides-row {
    display: flex;
    align-items: stretch;
    padding: 0 40px;
  }

  .history__slide {
    border-radius: 30px;
    padding: 40px 49px 16px 48px;
  }

  .history__slide-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px;
  }

  .history__slide-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }

  .history__link {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .form-section__doctor-photo {
    /* width: 314px;
    height: 297px; */
    bottom: -24px;
    left: 2px;
    /* top: 37px; */
    z-index: 1;
    width: 337px;
    height: 282px;
    top: 161px;
  }

  .form-section__form-row {
    display: block;
  }

  .form-section__form {
    padding: 40px 78px;
    border-radius: 20px;
  }

  .form-section__name-input,
  .form-section__email-input,
  .form-section__specialty-input,
  .form-section__phone-input {
    width: 100%;
    height: 48px;
    min-width: unset;
  }

  .form-section__name-input-modal,
  .form-section__phone-input-modal {
    width: 100%;
    height: 48px;
    min-width: unset;
  }

  .input-field__phone-input,
  .input-field__name-input {
    width: 100%;
  }

  .form-section__submit {
    margin-top: 31px;
    width: 100%;
    height: 48px;
  }

  .form-section__submit-modal {
    margin-top: 31px;
    width: 100%;
    height: 48px;
  }

  .form-section__form-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 17px;
  }

  .form-section {
    border-radius: 32px;
  }

  .form-section__top {
    /* top: -24px; */
    /* padding: 0px 0px 93px 0; */
    padding: 0;
    max-width: 750px;
    margin: 0 auto;
  }

  .form-section__doctor-info {
    /* padding: 24px; */
    padding: 22px;
    border-radius: 20px;
    width: 338px;
    top: -26px;
    margin-bottom: 25px;
  }

  .form-section__doctor-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }

  .form-section__doctor-text span,
  .form-section__doctor-text strong {
    font-size: 17px;
    line-height: 100%;
  }

  .form-section__doctor-name {
    height: 59px;
    border-radius: 7.95px 54.058px 54.058px 7.95px;
    padding: 5px 12px 5px 17px;
  }

  .form-section__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
  }

  .form-section__smile {
    width: 41px;
    height: 41px;
    min-width: 41px;
  }

  .on-site {
    border-radius: 32px;
    padding: 48px;
    position: relative;
    /* margin-top: 72px; */
    margin-top: 112px;
  }

  .on-site__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .on-site__woman-img {
    width: 273px;
    height: 522px;
    right: 0px;
    bottom: 164px;
  }

  .on-site__point {
    padding: 46px 19px 46px 44px;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 6px 21px -6px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(20.5px);
    font-size: 16px;
    line-height: 24px;
    max-width: 75.4%;
    margin-bottom: 20px;
  }

  .what-can-do {
    margin-top: 72px;
  }

  .what-can-do__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .what-can-do__points-row {
    display: block;
  }

  .what-can-do__point {
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
  }

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

  .what-can-do__point-title {
    padding: 15px;
    text-align: center;
    height: fit-content;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .what-can-do__point:nth-child(3) .what-can-do__point-title {
    margin-bottom: 21px;
  }

  .what-can-do__point-desc {
    font-size: 16px;
    line-height: 19.2px;
  }

  .what-can-do__point-desc strong {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
  }

  .what-can-do__point-desc-br {
    display: none;
  }

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

  .what-can-do__action-btn {
    height: 48px;
    width: 48px;
    min-width: 48px;
  }

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

  .what-can-do__point-icon-block {
    margin: 0;
  }

  .what-can-do__point:nth-child(1) .what-can-do__point-icon {
    height: 118px;
    width: 171px;
  }

  .what-can-do__point:nth-child(2) .what-can-do__point-icon {
    height: 118px;
    width: 171px;
  }

  .what-can-do__point-action {
    justify-content: flex-end;
  }

  .what-can-do__action-btn {
    margin-left: 24px;
  }

  .what-can-do__input {
    height: 48px;
    font-size: 16px;
  }

  .what-can-do__form-btn {
    height: 48px;
  }

  .what-can-do__point:nth-child(3) .what-can-do__point-bottom {
    justify-content: center;
  }

  .bottom-slim {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 40px;
  }

  .slim-numbers {
    border-radius: 35px;
    padding: 26px 0px 25px 40px;
    height: 248px;
  }

  .slim-numbers__image {
    width: 220px;
    height: auto;
    position: relative;
    right: -25px;
  }

  .slim-numbers__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .slim-numbers__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }

  .diagram {
    border-radius: 32px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 51px 62px 52px;
    margin-top: 20px;
  }

  .diagram__round {
    width: 252px;
    height: 255px;
  }

  .diagram__values {
    width: 112px;
    height: 279px;
    margin: 0 13px 0 auto;
  }

  .diagram__numbers {
    padding-top: 0;
  }

  .diagram__number-item {
    margin-bottom: 21px;
  }

  .diagram__number-item:nth-child(2) {
    margin-bottom: 21px;
  }

  .diagram__number-item:nth-child(3) {
    margin-bottom: 21px;
  }

  .diagram__number-item:nth-child(4) {
    margin-bottom: 0px;
  }

  .diagram__item-num {
    font-size: 18px;
    font-weight: 600;
  }

  .diagram__item-name {
    font-size: 14px;
    font-weight: 400;
  }

  .slim-farma {
    border-radius: 35px;
    height: 212px;
    margin-top: 40px;
  }

  .slim-farma__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }

  /* .slim-farma__desc br {
    display: none;
  } */

  .slim-farma__image {
    width: 286px;
    height: 201px;
    top: -28px;
    right: -28px;
  }

  .slim-farma-source {
    border-radius: 32px;
    padding: 40px 40px 91px 40px;
    margin-top: 20px;
  }

  .slim-farma-source__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .slim-farma-source__item:nth-child(3) {
    background: #f9ddf3;
    padding: 16px 32px 16px 30px;
    gap: 24px;
    width: 58.3%;
  }

  .slim-farma-source__item:nth-child(6) {
    background: #b7efb6;
    padding: 24px 32px 24px 30px;
    gap: 24px;
    width: 66.2%;
  }

  .slim-farma-source__item:nth-child(9) {
    background: #d7deff;
    padding: 20px 32px 20px 30px;
    height: 97px;
    gap: 24px;
    width: 77.9%;
  }

  .slim-farma-source__item:nth-child(12) {
    background: #f3f0a3;
    padding: 28px 32px 28px 30px;
    gap: 24px;
    height: 110px;
    width: 87.7%;
  }

  .slim-farma-source__item:nth-child(15) {
    background: #caf0f5;
    padding: 28px 40px 28px 30px;
    gap: 24px;
    width: 100%;
  }

  .slim-farma-source__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }

  .slim-farma-source__item-text br {
    display: none;
  }

  .slim-farma-source__item-num {
    font-size: 18px;
    font-weight: 600;
  }

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

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

  .articles__row {
    row-gap: 40px;
  }

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

@media (max-width: 767px) {
  .button {
    border-radius: 10px;
  }
  .input-error {
    font-size: 12px;
    margin-top: 5px;
    line-height: 14.4px;
    width: 100%;
  }
  .input-error-number-input {
    top: 65px;
    margin-right: 32px;
  }
  .header__text {
    display: none;
  }
  .header {
    padding: 0 27px;
    height: 80px;
  }

  .header__container {
    max-width: 500px;
  }

  .header__auth-btn {
    height: 40px;
    padding: 5px 26px 5px 21px;
  }

  .header__auth-btn-icon {
    height: 26px;
    width: 26px;
  }

  .container {
    width: 100%;
    padding: 0 37px;
    overflow: hidden;
  }

  .mt64 {
    margin-top: 32px;
  }

  .mt48 {
    margin-top: 32px;
  }

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

  .mb56 {
    margin-bottom: 32px;
  }

  .pb100 {
    padding-bottom: 60px;
  }

  .article {
    padding: 48px 0 86px 0;
  }

  .articles__subtitle {
    font-size: 16px;
  }

  .title-section__video-block {
    width: 100%;
    height: 120vw;
    max-height: 451px;
    overflow: visible;
    justify-content: center;
  }

  .title-section__video-block::before {
    right: 0;
    top: unset;
    bottom: 0;
    left: -37px;
    width: 100vw;
    height: 113px;
    background: linear-gradient(0deg, #f8fafc 0%, rgba(248, 250, 252, 0) 100%);
  }

  .title-section__video-block video {
    height: 100%;
    top: 0;
  }

  .title-section__title {
    margin-bottom: 24px;
    max-width: 177px;
  }

  .title-section__text {
    width: 100%;
    height: unset;
    padding: 24px 35px 24px 24px;
    bottom: -120px;
    top: unset;
  }

  .title-section {
    margin-bottom: 178px;
  }

  .image-container {
    margin-top: 48px;
    /* height: 322px; */
    height: unset;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    padding: 0;
  }

  .image-container img {
    /* height: 100%; */
    height: auto;
    overflow: visible;
    background-position: center;
    /* width: auto; */
    width: 100%;
    /* max-height: 322px; */
    max-height: unset;
  }

  .article-item__remark {
    margin-bottom: 25px;
  }

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

  .article-item {
    margin-top: 48px;
  }

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

  .article-item__section {
    padding: 32px 37px;
    margin-top: 48px;
  }

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

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

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

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

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

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

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

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

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

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

  .user-form__question {
    margin-bottom: 20px;
  }

  .user-form__question-text {
    font-size: 16px;
    max-width: 220px;
    margin: 0 auto;
  }

  .user-form__question-top {
    min-height: 65px;
  }

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

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

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

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

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

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

  .article-item__block-conclusion--outside {
    max-width: calc(100% - 144px);
  }

  .article-item__blocks {
    gap: 10px;
  }

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

  .callback-form {
    margin-top: 48px;
    border-radius: 20px;
    padding: 32px 20px 20px 20px;
  }

  .callback-form__title {
    margin-bottom: 24px;
    width: 100%;
    text-align: start;
  }

  .callback-form__form-row {
    display: block;
  }

  .callback-form__inputs-row {
    margin-bottom: 20px;
    display: block;
  }

  .input-field__name-input,
  .input-field__email-input {
    margin-bottom: 18px;
  }

  .input-field__phone-input,
  .input-field__name-input {
    width: 100%;
  }

  .callback-form__name-input,
  .callback-form__phone-input {
    width: 100%;
    height: 48px;
    min-width: unset;
  }

  .callback-form__submit {
    width: 100%;
    height: 48px;
    min-width: unset;
  }

  .articles-list {
    margin-top: 40px;
  }

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

  .articles-list__container {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .articles__container {
    padding: 0 38px;
  }

  .articles-list__title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 37px;
    margin-bottom: 24px;
  }

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

  .articles-list__row {
    display: flex;
    min-width: unset;
    overflow-x: auto;
  }

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

  .articles-list__content-title {
    max-height: 120px;
    -webkit-line-clamp: 4;
  }

  .articles-list__item {
    min-width: calc(100vw - 74px);
    width: calc(100vw - 74px);
    height: 320px;
    border-radius: 22px;
  }

  .articles__item {
    height: 400px;
  }

  .articles-list__item:first-child {
    margin-left: 37px;
  }

  .articles-list__item:last-child {
    margin-right: 37px;
  }

  .articles-list__item-content {
    padding: 24px;
  }

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

  .articles-list__content-desc {
    margin-bottom: 20px;
  }

  .articles-list__content-link {
    border-radius: 10px;
    max-width: 265px;
    width: 100%;
  }

  .articles-list__more-btn {
    margin-top: 24px;
    padding: 0 37px;
    flex-direction: column;
    gap: 32px;
  }

  .articles-list__btn {
    width: 100%;
  }

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

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

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

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

  .history {
    margin-top: 48px;
    padding: 0;
  }

  .history__container {
    border-radius: 0;
    padding-bottom: 62px;
  }

  .history__header {
    padding: 32px 38px 0 38px;
    margin-bottom: 24px;
  }

  .history__icon {
    height: 200px;
    width: auto;
  }

  .history__slides-row {
    display: flex;
    align-items: stretch;
    padding: 0 38px;
  }

  .history__slide {
    border-radius: 24px;
    padding: 32px 24px 24px 24px;
    min-width: unset;
    max-width: 304px;
    width: 304px;
  }

  .history__slide-title {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .history__slide-text {
    font-size: 18px;
    line-height: 21.6px;
  }

  .history__link {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  /* .history__slide-tags {
    margin-top: 20px;
  } */

  .history__slide-tags .tag-item-wrap {
    min-width: 120px;
  }

  .history__slide-btn {
    width: 100%;
    margin: 0 38px;
  }

  .animate-step {
    animation-name: steps-animation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
  }

  .form-section__doctor-photo {
    /* width: 256px;
    height: 235px; */
    bottom: -13px;
    left: calc(50% - 128px);
    top: unset;
    width: 253px;
    height: 220px;
  }

  .form-section__doctor-info {
    margin: 0;
    padding: 22px 16px;
  }

  .form-section__form {
    padding: 40px 38px;
  }

  .form-section__phone-input-modal {
    margin-top: 16px;
  }

  .form-section__submit {
    margin-top: 17px;
    min-width: unset;
  }

  .form-section__submit-modal {
    margin-top: 17px;
    min-width: unset;
  }

  .form-section__form-title {
    margin-bottom: 24px;
  }

  .form-section {
    padding: 0 12px 12px 12px;
  }

  .form-section__top {
    /* padding: 0px 0px 166px 0; */
    padding: 0px 0px 148px 0;
  }

  .form-section__inputs-row {
    display: block;
  }

  .on-site {
    border-radius: 24px;
    padding: 24px 12px 12px 12px;
    /* margin-top: 56px; */
    margin-top: 100px;
  }

  .on-site__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 56px;
    padding: 12px;
  }

  .on-site__woman-img {
    width: 105px;
    height: 195px;
    right: 12px;
    bottom: unset;
    top: 17px;
  }

  .on-site__point {
    padding: 34px 35px 33px 24px;
    border-radius: 14px;
    box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.15);
    backdrop-filter: blur(20.5px);
    font-size: 16px;
    max-width: 430px;
    width: 100%;
    font-family: Circe, sans-serif;
    line-height: 120%;
    margin-bottom: 12px;
  }

  .on-site__point span {
    font-family: Circe, sans-serif;
    line-height: 120%;
  }

  .what-can-do {
    margin-top: 56px;
  }

  .what-can-do__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  .what-can-do__points-row {
    display: block;
  }

  .what-can-do__point {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 12px 12px 24px 12px;
    border-radius: 24px;
  }

  .what-can-do__point-top {
    min-width: unset;
    width: unset;
    margin-right: 0;
  }

  .what-can-do__point-title {
    padding: 15px;
    text-align: center;
    height: 98px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .what-can-do__point:nth-child(3) .what-can-do__point-title {
    margin-bottom: 30px;
  }

  .what-can-do__point-desc {
    font-size: 18px;
    line-height: 21.6px;
    padding: 0 13px;
  }

  .what-can-do__point-desc strong {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 700;
  }

  .what-can-do__point-desc-br {
    display: none;
  }

  .what-can-do__point-bottom {
    display: block;
    width: unset;
    margin-top: 30px;
  }

  .what-can-do__action-btn {
    height: 48px;
    width: 48px;
    min-width: 48px;
  }

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

  .what-can-do__point-icon-block {
    margin: 0 auto;
  }

  .what-can-do__point:nth-child(1) .what-can-do__point-icon {
    height: 118px;
    width: 171px;
  }

  .what-can-do__point:nth-child(2) .what-can-do__point-icon {
    height: 118px;
    width: 171px;
  }

  .what-can-do__point-action {
    justify-content: space-between;
    padding: 0 12px;
  }

  .what-can-do__action-btn {
    margin-left: 24px;
  }

  .what-can-do__input {
    height: 48px;
    font-size: 16px;
  }

  .what-can-do__form-btn {
    height: 48px;
  }

  .what-can-do__point:nth-child(3) .what-can-do__point-bottom {
    justify-content: center;
    padding: 0 8px;
  }

  .bottom-slim {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 40px;
  }

  .slim-numbers {
    border-radius: 24px;
    padding: 24px;
    padding-bottom: 0;
    height: fit-content;
    display: block;
  }

  .slim-numbers__image {
    width: 200px;
    height: auto;
    position: relative;
    right: unset;
    top: unset;
    margin: 0 0 0 auto;
    display: block;
    bottom: -37px;
  }

  .slim-numbers__title {
    margin-bottom: 32px;
  }

  .diagram {
    border-radius: 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 26px 53px 23px;
    margin-top: 20px;
  }

  .diagram__round {
    width: 100%;
    height: 248px;
    background-size: contain;
  }

  .diagram__numbers {
    margin: 0 auto 0 0;
  }

  .diagram__item-num {
    font-size: 16px;
    font-weight: 600;
  }

  .diagram__source {
    left: 29px;
  }

  .slim-farma {
    border-radius: 24px;
    height: unset;
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 24px 38px 24px;
  }

  .slim-farma__text-block {
    margin-top: 37px;
  }

  .slim-farma__desc {
    font-size: 18px;
    line-height: 120%;
  }

  .slim-numbers__desc {
    font-size: 18px;
    line-height: 120%;
  }

  .slim-farma-source {
    border-radius: 24px;
    padding: 24px 24px 86px 24px;
  }

  .slim-farma-source__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    display: none;
  }

  .slim-farma-source__item-text--mobile {
    display: block;
    margin-bottom: 10px;
    width: 95%;
  }

  .slim-farma-source__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  .slim-farma-source__item {
    align-items: center;
  }

  .slim-farma-source__item:nth-child(3) {
    background: #f9ddf3;
    padding: 0 32px 0 28px;
    gap: 0;
    height: 50px;
    width: 58.3%;
  }

  .slim-farma-source__item:nth-child(6) {
    background: #b7efb6;
    padding: 0 32px 0 28px;
    gap: 0;
    height: 50px;
    width: 66.2%;
  }

  .slim-farma-source__item:nth-child(9) {
    background: #d7deff;
    padding: 0 32px 0 28px;
    gap: 0;
    height: 50px;
    width: 77.9%;
  }

  .slim-farma-source__item:nth-child(12) {
    background: #f3f0a3;
    padding: 0 32px 0 28px;
    gap: 0;
    height: 60px;
    width: 87.7%;
  }

  .slim-farma-source__item:nth-child(15) {
    background: #caf0f5;
    padding: 0 40px 0 28px;
    gap: 0;
    height: 70px;
    width: 100%;
  }

  .slim-farma-source__item-num {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .slim-farma-source__devider {
    height: 1px;
    background-color: #d5eaed;
  }

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

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

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

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

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

  .history__title {
    font-size: 18px;
  }

  .history__item {
    border-radius: 20px;
    padding: 32px 40px;
  }

  .article-item__block-conclusion--outside {
    max-width: calc(100% - 76px);
  }
}

@media (max-width: 374px) {
  .button {
    font-size: 15px;
  }
  .article-item__short-guide-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 0 8px;
  }
  .user-form__save-result {
    width: 100%;
  }
  .form-section__form-title {
    font-size: 13px;
    line-height: 19px;
  }
  .on-site__title {
    font-size: 11px;
    line-height: 18px;
  }
  .diagram__values {
    width: 80px;
    height: 240px;
  }
  .diagram__item-num {
    font-size: 14px;
  }
  .diagram__item-name {
    font-size: 11px;
    margin-top: 6px;
  }
  .slim-farma-source__source {
    right: unset;
  }
  .slim-numbers__desc {
    font-size: 16px;
  }
  .what-can-do__point-desc {
    font-size: 16px;
  }
  .what-can-do__point-desc strong {
    font-size: 16px;
  }
  .what-can-do__point-desc {
    font-size: 15px;
  }
  .steps-section__step-text {
    font-size: 15px;
  }
  .conditions__title {
    font-size: 17px;
  }
  /* .container {
    padding: 0 calc((100vw - 300px) / 2);
  }

  .header {
    padding: 0 calc((100vw - 300px) / 2);
  }

  .title-section__video-block::before {
    width: calc(100vw + 37px);
  }

  .article-item__container {
    padding: 0 calc((100vw - 300px) / 2);
  }

  .header {
    padding: 0 calc((100vw - 300px) / 2);
  }

  .history__slides-row {
    padding: 0 10px;
  } */
}

@keyframes expand-animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: calc(100vh - 1px);
  }
}

@keyframes number-animation-one {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-300px);
  }
  80% {
    opacity: 1;
    transform: translateX(-300px);
  }
  85% {
    opacity: 1;
    transform: translateX(-300px);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}

@keyframes number-animation-two {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  30% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-300px);
  }
  80% {
    opacity: 1;
    transform: translateX(-300px);
  }
  85% {
    opacity: 1;
    transform: translateX(-300px);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}

@keyframes number-animation-three {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(-300px);
  }
  85% {
    opacity: 1;
    transform: translateX(-300px);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}

@keyframes steps-animation {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc((100vw - 57px) * -1));
  }
  60% {
    transform: translateX(calc((100vw - 57px) * -1));
  }
  80% {
    transform: translateX(calc((100vw - 57px) * -2));
  }
  85% {
    transform: translateX(calc((100vw - 57px) * -2));
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes step-animation-one {
  0% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
  20% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  80% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  85% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  100% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
}

@keyframes step-animation-two {
  0% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
  30% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
  50% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  80% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  85% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  100% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
}

@keyframes step-animation-three {
  0% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
  60% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
  80% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  85% {
    border: 1px solid #cdf2bc;
    background: #d8ffc6;
    box-shadow: 0px 25px 49px -12px #84cc8b;
  }
  100% {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  }
}

@keyframes line-animation {
  0% {
    width: 0;
  }
  20% {
    width: calc(100% / 3 - 10px);
  }
  30% {
    width: calc(100% / 3 - 10px);
  }
  50% {
    width: calc(100% / 3 * 2 - 10px);
  }
  60% {
    width: calc(100% / 3 * 2 - 10px);
  }
  80% {
    width: 100%;
  }
  85% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.insul-scheme {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 48px auto 70px;
}

.insul-scheme__top-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.insul-scheme__mid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 15px;
  background: #0f8d9c;
  padding: 20px 0;
}

.insul-scheme__bottom-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.insul-scheme__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.insul-scheme__item img {
  width: 100%;
  max-width: 68px;
}

.insul-scheme__blob {
  width: 100%;
  max-width: 224px;
  height: 82px;
  border-radius: 15px;
  background: #e4f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;

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

.insul-scheme__mid > .title {
  color: #fff;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.insul-scheme__mid > .text {
  color: #fff;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.desktop {
  display: block;
}

.desktop-tablet {
  display: block;
}

.desktop-mobile {
  display: block;
}

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

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.mobile-sm {
  display: none;
}

.mobile-low {
  display: none;
}

@media (max-width: 1124px) {
  .insul-scheme {
    gap: 10px;
    margin: 40px auto 54px;
  }

  .insul-scheme__top-row {
    gap: 10px;
  }

  .insul-scheme__bottom-row {
    gap: 10px;
  }

  .insul-scheme__item {
    gap: 10px;
  }

  .insul-scheme__blob {
    max-width: 145px;
    height: 82px;
    font-size: 14px;
  }

  .insul-scheme__item img {
    max-width: 55px;
  }

  .insul-scheme__mid > .title,
  .insul-scheme__mid > .text {
    font-size: 14px;
  }

  .insul-scheme__mid > .text {
    max-width: 442px;
    margin: 0 auto;
  }

  .desktop {
    display: none !important;
  }

  .desktop-mobile {
    display: none;
  }

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

  .tablet {
    display: block;
  }
}

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

  .desktop-mobile {
    display: block;
  }

  .tablet {
    display: none;
  }

  .mobile {
    display: block;
  }

  .insul-scheme {
    margin: 32px auto 28px;
  }

  .insul-scheme__top-row {
    flex-wrap: wrap;
  }

  .insul-scheme__bottom-row {
    flex-wrap: wrap;
  }

  .insul-scheme__item {
    width: 48%;
  }

  .insul-scheme__blob {
    padding: 0 6px;
  }

  .insul-scheme__mid > .title,
  .insul-scheme__mid > .text {
    font-size: 13px;
  }

  .insul-scheme__mid > .text {
    max-width: 228px;
  }
}

@media (max-width: 395px) {
  .mobile-sm {
    display: block;
  }
}

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

.story-item {
  max-width: 1084px;
  width: 100%;
  margin: 72px auto 100px;
  position: relative;
}

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

.story-item__text-block {
  padding: 56px 72px 104px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
}

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

.story-item__comment-title {
  border-radius: 120px 120px 120px 6px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 14px 34px;
  color: #0f8d9c;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  width: fit-content;
}

.story-item__what-i-do {
  margin-bottom: 20px;
  width: 100%;
}

.story-item__points-title {
  color: #5c5c5c;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 20px;
}

.story-item__point {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.story-item__point:last-child {
  margin-bottom: 0;
}

.story-item__point-num {
  border-radius: 8px;
  background: #e4f3f5;
  width: 32px;
  height: 32px;
  min-width: 32px;
  text-align: center;
  color: #4aaeba;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.story-item__point-text {
  color: #5c5c5c;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  padding-top: 3px;
}

.story-item__next-story {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 56px;
  width: 100%;
  padding: 0 79px;
}

.story-item__next-story-btn {
  width: 416px;
}

@media (max-width: 1124px) {
  .story-item {
    max-width: unset;
    margin: 48px auto 64px;
  }

  .story-item__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
    padding: 0px 79px;
  }

  .story-item__text-block {
    padding: 48px 79px 88px;
    border-radius: 0;
  }

  .story-item__user-text {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 32px;
  }

  .story-item__comment-title {
    margin-bottom: 16px;
  }

  .story-item__points-title {
    font-size: 18px;
    line-height: 19.2px;
  }

  .story-item__point:last-child {
    margin-bottom: 0;
  }

  .story-item__point-text {
    font-size: 16px;
    line-height: 19.2px;
    padding-top: 3px;
  }

  .story-item__next-story {
    bottom: 40px;
  }

  .story-item__next-story-btn {
    width: 100%;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .story-item {
    margin: 40px auto 48px;
  }

  .story-item__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    padding: 0 37px;
  }

  .story-item__text-block {
    padding: 32px 37px 105px;
  }

  .story-item__user-text {
    margin-bottom: 24px;
  }

  .story-item__comment-title {
    padding: 17px 25px;
    font-size: 13px;
    font-weight: 500;
  }

  .story-item__point-text {
    font-size: 16px;
    line-height: 19.2px;
    padding-top: 3px;
  }

  .story-item__next-story {
    padding: 0 37px;
    bottom: 33px;
  }

  .story-item__next-story-btn {
    width: 100%;
    height: fit-content;
    padding: 12px 15px;
    text-align: center;
  }
}

/* @media (max-width: 374px) {
  .story-item__title {
    padding: 0 calc((100vw - 300px) / 2);
  }

  .story-item__text-block {
    padding: 32px calc((100vw - 300px) / 2);
  }
} */

/* swiper */
:host .swiper-horizontal {
  overflow: visible;
}

:host .swiper-wrapper slot {
  display: flex;
}

:host .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: unset;
  bottom: -70px;
}

:host .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #a4c6cb;
  cursor: pointer;
  background: transparent;
  opacity: 1;
}

:host .swiper-pagination-bullet-active {
  background: #4aaeba;
  border-color: #4aaeba;
}

@media (max-width: 1124px) {
  :host .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: unset;
    bottom: -46px;
  }
  :host .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 2px solid #a4c6cb;
    cursor: pointer;
    background: transparent;
    opacity: 1;
  }

  :host .swiper-pagination-bullet-active {
    background: #4aaeba;
    border-color: #4aaeba;
  }
}

@media (max-width: 767px) {
  :host .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: unset;
    bottom: -38px;
  }

  :host .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #a4c6cb;
    cursor: pointer;
    background: transparent;
    opacity: 1;
  }

  :host .swiper-pagination-bullet-active {
    background: #4aaeba;
    border-color: #4aaeba;
  }
}

.swiper-horizontal {
  overflow: visible;
}

.swiper-wrapper slot {
  display: flex;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: unset;
  bottom: -70px;
}

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #a4c6cb;
  cursor: pointer;
  background: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #4aaeba;
  border-color: #4aaeba;
}

@media (max-width: 1124px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: unset;
    bottom: -46px;
  }
  .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 2px solid #a4c6cb;
    cursor: pointer;
    background: transparent;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #4aaeba;
    border-color: #4aaeba;
  }
}

@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: unset;
    bottom: -38px;
  }

  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #a4c6cb;
    cursor: pointer;
    background: transparent;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #4aaeba;
    border-color: #4aaeba;
  }
}
/* swiper end */

.consult-form-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.consult-form-modal__body {
  position: relative;
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
}

.consult-form-modal__body .form-section__form {
  max-width: 982px;
  padding: 53px 54px 35px;
}

.consult-form-modal__body .form-section__form-title {
  text-align: center;
}

.consult-form-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-form-modal__close img {
  width: 12px;
  z-index: 3;
}

.subscribe-success-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.subscribe-success-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 460px;
  height: fit-content;
  min-height: 177px;
  padding: 24px;
  border-radius: 35px;
  margin: 0 auto;
  background: #e4f3f5;
  position: relative;
}

.subscribe-success-modal__title {
  color: #4aaeba;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.subscribe-success-modal__text {
  color: #505050;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.subscribe-success-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-success-modal__close img {
  width: 12px;
}

.application-success-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.application-success-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 460px;
  height: fit-content;
  min-height: 177px;
  padding: 24px;
  border-radius: 35px;
  margin: 0 auto;
  background: #e4f3f5;
  position: relative;
}

.application-success-modal__title {
  color: #4aaeba;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.application-success-modal__text {
  color: #505050;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.application-success-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-success-modal__close img {
  width: 12px;
}

.recall-success-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.recall-success-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 460px;
  height: fit-content;
  min-height: 177px;
  padding: 24px;
  border-radius: 35px;
  margin: 0 auto;
  background: #e4f3f5;
  position: relative;
}

.recall-success-modal__title {
  color: #4aaeba;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.recall-success-modal__text {
  color: #505050;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.recall-success-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recall-success-modal__close img {
  width: 12px;
}

.email-subscription-success-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.email-subscription-success-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 460px;
  height: fit-content;
  min-height: 177px;
  padding: 24px;
  border-radius: 35px;
  margin: 0 auto;
  background: #e4f3f5;
  position: relative;
}

.email-subscription-success-modal__title {
  color: #4aaeba;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.email-subscription-success-modal__text {
  color: #505050;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.email-subscription-success-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-subscription-success-modal__close img {
  width: 12px;
}

.already-saved-test-result-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.already-saved-test-result-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 460px;
  height: fit-content;
  min-height: 177px;
  padding: 24px;
  border-radius: 35px;
  margin: 0 auto;
  background: #e4f3f5;
  position: relative;
}

.already-saved-test-result-modal__title {
  color: #4aaeba;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.already-saved-test-result-modal__text {
  color: #505050;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.already-saved-test-result-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.already-saved-test-result-modal__close img {
  width: 12px;
}

.wrong-test-condition-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.wrong-test-condition-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 460px;
  height: fit-content;
  min-height: 177px;
  padding: 24px;
  border-radius: 35px;
  margin: 0 auto;
  background: #e4f3f5;
  position: relative;
}

.wrong-test-condition-modal__title {
  color: #4aaeba;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.wrong-test-condition-modal__text {
  color: #505050;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.wrong-test-condition-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrong-test-condition-modal__close img {
  width: 12px;
}

.save-test-result-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 15vh;
}

.save-test-result-modal__body {
  width: 480px;
  height: fit-content;
  padding: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 24px;
  background: linear-gradient(180deg, #d8ffc6 0%, #fff 45.74%);
  box-shadow: 0px 22px 48.5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
}

.save-test-result-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.save-test-result-modal__close img {
  width: 12px;
}

.save-test-result-modal__form-title {
  color: #0f8d9c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

.save-test-result-modal__form-row {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.save-test-result-modal__form-row .input,
.save-test-result-modal__form-row .input-field {
  width: 100%;
  min-height: 56px;
}

.save-test-result-modal__form-row .input-error {
  color: #ce2828;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.input-error-name-save-test,
.input-error-phone-save-test,
.input-error-email-save-test {
  display: none;
}

.input-red {
  border: 1px solid #ce2828 !important;
}

.save-test-result-modal__form-text {
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  margin-top: 24px;
}

.save-test-result-modal__form-text a {
  color: #858585;
  font-family: Circe, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}

.save-test-result-modal__submit {
  width: 100%;
  margin-top: 24px;
}

.for-specialists-success-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 0px 6px;
  z-index: 10001;
  overflow: hidden;
  overflow-y: auto;
  padding: 30vh 0;
}

.for-specialists-success-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 460px;
  height: fit-content;
  min-height: 177px;
  padding: 24px;
  border-radius: 35px;
  margin: 0 auto;
  background: #e4f3f5;
  position: relative;
}

.for-specialists-success-modal__title {
  color: #4aaeba;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.for-specialists-success-modal__text {
  color: #505050;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.for-specialists-success-modal__close {
  background: #d5eaed;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.for-specialists-success-modal__close img {
  width: 12px;
}

@media (max-width: 1124px) {
  .consult-form-modal__body {
    max-width: 530px;
  }
  .consult-form-modal__body .form-section__form {
    max-width: 530px;
    padding: 47px 51px 55px;
    border-radius: 35px;
  }
  .consult-form-modal__close {
    background: transparent;
    width: 30px;
    height: 30px;
    top: -45px;
    right: 0px;
  }
  .subscribe-success-modal__close {
    background: transparent;
    width: 30px;
    height: 30px;
    top: -45px;
    right: 0px;
  }
  .application-success-modal__close {
    background: transparent;
    width: 30px;
    height: 30px;
    top: -45px;
    right: 0px;
  }
  .already-saved-test-result-modal__close {
    background: transparent;
    width: 30px;
    height: 30px;
    top: -45px;
    right: 0px;
  }
  .wrong-test-condition-modal__close {
    background: transparent;
    width: 30px;
    height: 30px;
    top: -45px;
    right: 0px;
  }
  .save-test-result-modal__close {
    background: transparent;
    width: 30px;
    height: 30px;
    top: -45px;
    right: 0px;
  }
  .consult-form-modal__close img {
    width: 30px;
    filter: brightness(2.2);
  }
  .subscribe-success-modal__close img {
    width: 30px;
    filter: brightness(2.2);
  }
  .application-success-modal__close img {
    width: 30px;
    filter: brightness(2.2);
  }
  .already-saved-test-result-modal__close img {
    width: 30px;
    filter: brightness(2.2);
  }
  .wrong-test-condition-modal__close img {
    width: 30px;
    filter: brightness(2.2);
  }
  .save-test-result-modal img {
    width: 30px;
    filter: brightness(2.2);
  }
  .save-test-result-modal__body {
    width: 375px;
    padding: 38px;
  }
  .save-test-result-modal__form-title {
    font-size: 16px;
  }
  .save-test-result-modal__form-row {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .consult-form-modal__body .form-section__form {
    padding: 47px 37px;
    border-radius: 35px;
  }
  .consult-form-modal__close {
    right: 37px;
  }
  .subscribe-success-modal__close {
    right: 37px;
  }
  .application-success-modal__close {
    right: 37px;
  }
  .recall-success-modal__close {
    right: 37px;
  }
  .email-subscription-success-modal__close {
    right: 37px;
  }
  .save-test-result-modal__close {
    right: 37px;
  }
}

@media (max-width: 500px) {
  .consult-form-modal__body {
    max-width: unset;
  }
  .consult-form-modal__body .form-section__form {
    max-width: unset;
    padding: 47px 37px;
  }
  .subscribe-success-modal__body {
    width: 100%;
  }
  .application-success-modal__body {
    width: 100%;
  }
  .recall-success-modal__body {
    width: 100%;
  }
  .email-subscription-success-modal__body {
    width: 100%;
  }
  .already-saved-test-result-modal__body {
    width: 100%;
  }
  .wrong-test-condition-modal__body {
    width: 100%;
  }
  .save-test-result-modal__body {
    width: 100%;
  }
  .for-specialists-success-modal__body {
    width: 100%;
  }
}

.guide-section {
  margin: 0 auto;
  max-width: 1084px;
  width: 100%;
  margin: 72px auto 96px;
}

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

.guide-section__body {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 15px 39px -12px rgba(0, 0, 0, 0.07);
  padding: 64px;
  display: flex;
  flex-direction: column;
}

.guide-section__section-title {
  color: #505050;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 32px;
}

.guide-section__section-title span {
  color: #0f8d9c;
}

.guide-section__section-text {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  align-self: center;
  line-height: 120%;
}

.guide-section__section-text strong {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  align-self: center;
  line-height: 120%;
}

.guide-section__section-text a {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: underline;
}

.guide-section__section-item {
  display: flex;
  margin-bottom: 22px;
}

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

.guide-section__btns-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.guide-section__btn {
  width: 300px;
  height: 160px;
  border-radius: 36px;
  background: #d5eaed;
  cursor: pointer;
  padding: 12px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.guide-section__btn span {
  border-radius: 200px;
  background: #4aaeba;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  z-index: 1;
  text-align: center;
}

.guide-section__btn .guide-section__section-text {
  margin: auto;
  text-align: center;
  z-index: 1;
  font-size: 16px;
}

.guide-section__btn-shine--first {
  width: 275px;
  height: 151px;
  border-radius: 275px;
  background: #d7ffdd;
  filter: blur(34.599998474121094px);
  position: absolute;
  top: 108px;
}

.guide-section__btn-shine--second {
  width: 275px;
  height: 151px;
  border-radius: 275px;
  background: #f1ffff;
  filter: blur(34.599998474121094px);
  position: absolute;
  top: 108px;
}

.guide-section__btn-shine--third {
  width: 275px;
  height: 151px;
  border-radius: 275px;
  background: #ffeeea;
  filter: blur(34.599998474121094px);
  position: absolute;
  top: 108px;
}

.guide-section__btn-shine--fourth {
  width: 275px;
  height: 151px;
  border-radius: 275px;
  background: #e1e9ff;
  filter: blur(34.599998474121094px);
  position: absolute;
  top: 108px;
}

.guide-section__btn-shine--fifth {
  width: 275px;
  height: 151px;
  border-radius: 275px;
  background: #fffede;
  filter: blur(34.599998474121094px);
  position: absolute;
  top: 108px;
}

.guide-section__btn-shine--sixth {
  width: 275px;
  height: 151px;
  border-radius: 275px;
  background: #fbebff;
  filter: blur(34.599998474121094px);
  position: absolute;
  top: 108px;
}

@media (max-width: 1124px) {
  .guide-section {
    margin: 48px auto;
  }
  .guide-section__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
    padding: 0 72px;
  }
  .guide-section__body {
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 15px 39px -12px rgba(0, 0, 0, 0.07);
    padding: 48px 79px;
  }
  .guide-section__section-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .guide-section__section-text {
    font-size: 16px;
    line-height: 19.2px;
  }
  .guide-section__section-text strong {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
  }
  .guide-section__section-item {
    margin-bottom: 20px;
  }
  .guide-section__number {
    font-size: 16px;
    min-width: 32px;
    margin-right: 20px;
    line-height: 34px;
    text-align: center;
  }
  .guide-section__btns-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
  }
  .guide-section__btn {
    width: 293px;
  }
  .guide-section__btn span {
    font-size: 13px;
  }
  .guide-section__btn .guide-section__section-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .guide-section__title {
    word-break: break-word;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    padding: 0 40px;
  }
  .guide-section__body {
    padding: 32px 37px;
  }
  .guide-section__section-title {
    word-break: break-word;
    margin-bottom: 24px;
  }
  .guide-section__section-item {
    margin-bottom: 32px;
    display: block;
  }
  .guide-section__number {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .guide-section__btns-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 32px;
  }
}

@media (max-width: 500px) {
  .guide-section__btn {
    width: 100%;
  }
}

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

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

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

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

.footer__logo-str {
  width: 163px;
  height: 32px;
  order: 1;
  cursor: pointer;
}

.footer__logo-gerofarm {
  width: 214px;
  /* height: auto; */
  order: 5;
  cursor: pointer;
  margin: auto 0 12px auto;
  overflow: hidden;
}

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

.footer__logo-tvoi-doc {
  order: 6;
  width: 120px;
  margin-top: 14px;
}
.footer__logo-tvoi-doc img {
  width: 100%;
  height: auto;
}

.footer__logo-varba-mayr {
  width: 158px;
  height: auto;
  cursor: pointer;
  order: 6;
  /* margin: 4px 0 auto 32px; */
  margin: 4px 0 auto 4px;
}

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

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

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

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

@media (max-width: 1124px) {
  .footer__container {
    padding: 56px 80px;
    flex-wrap: wrap;
  }
  .footer__body {
    height: 138px;
    justify-content: space-between;
  }
  .footer__center {
    order: 5;
    text-align: end;
    margin: 0;
    font-size: 16px;
    width: 334px;
  }
  .footer__logo-varba-mayr {
    width: 132px;
  }
  .footer__logo-tvoi-doc {
    order: 5;
    width: 100px;
    position: absolute;
    right: 350px;
    margin-top: 4px;
  }
  .footer__logo-gerofarm {
    width: 186px;
    order: 4;
    margin: auto 0 13px;
  }
  .footer__email {
    font-size: 16px;
    order: 2;
    text-align: start;
    margin: 46px 0 0 0;
  }
  .footer__policy {
    font-size: 14px;
    order: 3;
    width: 50%;
    margin-top: 20px;
  }
  .footer__logo-varba-mayr {
    position: absolute;
    /* right: 0; */
    margin: 0;
    right: -25px;
    bottom: 55px;
  }
  .footer__bottom {
    margin-top: 24px;
    font-size: 14px;
  }
  .footer__bottom img {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 780px) {
  .footer__logo-tvoi-doc {
    width: 86px;
    right: 308px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer__container {
    padding: 48px 37px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .footer__body {
    height: fit-content;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer__logo-str {
    width: 100%;
    display: flex;
  }
  .footer__logo-str img {
    margin: 0 auto;
  }
  .footer__center {
    order: 6;
    margin: 0 auto;
    text-align: center;
    margin-top: 36px;
  }
  .footer__logo-gerofarm {
    order: 4;
    display: flex;
    width: 210px;
    margin: auto 0 16px auto;
  }
  .footer__logo-gerofarm img {
    margin: 0 auto;
  }
  .footer__logo-tvoi-doc {
    margin: 0 auto;
    position: relative;
    right: unset;
    top: 18px;
  }
  .footer__logo-varba-mayr {
    /* order: 5;
    position: static;
    display: flex;
    width: 50%; */
    order: 5;
    position: relative;
    display: flex;
    width: 50%;
    right: -6px;
    top: unset;
    bottom: -2px;
    max-width: 150px;
    margin: 0 auto;
  }
  .footer__logo-varba-mayr img {
    margin: 0 auto;
  }
  .footer__email {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-top: 38px;
  }
  .footer__policy {
    width: 100%;
    text-align: center;
    margin: 18px auto 0;
  }
  .footer__bottom {
    margin-top: 21px;
  }
}

@media (max-width: 520px) {
  .footer__logo-tvoi-doc {
    top: 12px;
  }
}

@media (max-width: 500px) {
  .footer__logo-varba-mayr {
    flex-basis: 100%;
  }
}

@media (max-width: 450px) {
  .footer__logo-gerofarm {
    width: 147px;
    margin: auto 0 15px auto;
  }
  .footer__logo-gerofarm img {
    width: 100%;
  }
  .footer__logo-tvoi-doc {
    width: 72px;
    top: 12px;
  }
  .footer__logo-varba-mayr {
    width: 107px;
    bottom: 2.5px;
  }
  .footer__email {
    font-size: 14px;
  }
}

.test-result {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 72px 0;
}

.test-result-recomendations {
  width: 100%;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  padding: 52px 72px;
  z-index: 1;
}

.test-result-recomendations__title {
  color: #0f8d9c;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.test-result-recomendations__btns {
  display: flex;
  flex-direction: row;
  gap: 41px;
  justify-content: center;
  width: 100%;
  margin: 40px auto 64px;
}

.test-result-recomendations__btn {
  border-radius: 14px;
  border: 2px solid #4aaeba;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4aaeba;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  max-width: 384px;
  height: 55px;
  cursor: pointer;
  background: #fff;
}

.test-result-recomendations__btn:hover {
  border-radius: 14px;
  border: 2px solid #4aaeba;
  background: rgba(74, 174, 186, 0.25);
  color: #4aaeba;
}

.test-result-recomendations__btn--active {
  background: #4aaeba;
  box-shadow: 0px 10px 31px -6px rgba(74, 174, 186, 0.7);
  color: #fff;
}

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

.test-result-recomendations__img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  margin: 64px auto;
  display: flex;
  justify-content: center;
}

.test-result-recomendations__img img {
  height: auto;
  max-width: 100%;
}

.test-result-recomendations__section-item {
  display: flex;
  margin-bottom: 22px;
}

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

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

.test-result-recomendations__phys-load {
  display: none;
}

.test-result-text {
  border: none;
  position: relative;
  padding: 52px;
  background: #ffffff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}

.test-result-text__step-text-back {
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: -3px;
}

.test-result-articles {
  padding: 52px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.test-result-text__title {
  color: #0f8d9c;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

.test-result-text__text,
li {
  color: #4f4f4f;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 24px;
  position: relative;
}

.test-result-recomendations__section-text li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -26px;
  width: 13px;
  height: 13px;
  background: url("/bitrix/templates/stroynee/css/../img/icons/checkbox.svg");
  background-size: 13px 13px;
  background-repeat: no-repeat;
}

.test-result-recomendations__section-text ul {
  margin: 26px 0 0 26px;
  padding: 0;
  list-style-type: none;
}

.test-result-recomendations__link {
  margin-top: 40px;
}

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

.test-result-articles-list__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  margin-top: 48px;
}

.test-result-articles-list {
  width: 100%;
  height: 442px;
  border-radius: 35px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 299px;
}

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

.test-result-articles-list__content-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.test-result-articles-list__content-desc {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  max-width: 278px;
  margin-bottom: 32px;
}

.test-result-articles-list__content-link {
  border-radius: 14px;
  border: 1px solid #fff;
  box-shadow: 0px 10px 31px -6px rgba(74, 174, 186, 0.7);
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1124px) {
  .test-result {
    padding: 64px 78px;
  }
  .test-result-recomendations {
    border-radius: 32px;
    padding: 32px 24px;
  }
  .test-result-recomendations__title {
    font-size: 26px;
  }
  .test-result-recomendations__btn {
    border-radius: 12px;
    max-width: 233px;
    font-size: 16px;
  }
  .test-result-recomendations__btns:last-child {
    max-width: 305px;
  }
  .test-result-recomendations__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
  }
  .test-result-recomendations__img {
    height: 300px;
    margin: 48px auto;
    overflow: visible;
  }
  .test-result-recomendations__img img {
    max-width: 100vw;
    width: 100vw;
  }
  .test-result-recomendations__section-item {
    margin-bottom: 20px;
  }
  .test-result-recomendations__number {
    font-size: 16px;
    min-width: 32px;
    margin-right: 20px;
    line-height: 34px;
    text-align: center;
  }
  .test-result-recomendations__section-text {
    font-size: 16px;
    line-height: 19.2px;
  }
  .test-result-text {
    border-radius: 32px;
    padding: 32px 32px 40px 32px;
  }
  .test-result-text__step-text-back {
    font-size: 70px;
    line-height: 70px;
    bottom: -4px;
    right: -6px;
  }
  .test-result-text__title {
    font-size: 20px;
    line-height: 30px;
    text-align: start;
  }
  .test-result-text__text,
  li {
    font-size: 16px;
    line-height: 19.2px;
  }
  .test-result-recomendations__section-text ul {
    margin: 20px 0 0 20px;
  }
  .test-result-recomendations__link a {
    font-size: 16px;
    line-height: 19.2px;
  }
  .test-result-recomendations__link {
    margin-top: 32px;
  }
  .test-result-articles-list__item {
    min-width: 299px;
    width: 299px;
  }
  .test-result-articles-list__item:first-child {
    margin-left: 32px;
  }
  .test-result-articles-list__item:last-child {
    margin-right: 32px;
  }
  .test-result-articles {
    padding: 32px;
    border-radius: 32px;
    margin-top: 20px;
  }
  .test-result-articles-list__row {
    overflow: scroll;
    padding-bottom: 8px;
  }
  .test-result-recomendations__btns {
    margin: 32px auto 40px;
  }
}

@media (max-width: 767px) {
  .test-result {
    padding: 40px 0;
  }
  .test-result-recomendations {
    border-radius: 40px;
    padding: 32px 38px;
  }
  .test-result-recomendations__title {
    font-size: 20px;
  }
  .test-result-recomendations__btn {
    max-width: unset;
  }
  .test-result-recomendations__btns {
    flex-direction: column;
    gap: 20px;
    margin: 32px auto;
  }
  .test-result-recomendations__btns:last-child {
    max-width: unset;
    flex-direction: column;
  }
  .test-result-recomendations__img {
    height: auto;
    margin: 32px auto;
    overflow: visible;
  }
  .test-result-recomendations__section-item {
    margin-bottom: 32px;
  }
  .test-result-text {
    border-radius: 40px;
    padding: 38px 37px 24px 37px;
  }
  .test-result-text__step-text-back {
    font-size: 35px;
    line-height: 35px;
    bottom: -4px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .test-result-recomendations__link a {
    word-break: break-all;
  }
  .test-result-recomendations__link {
    margin-top: 24px;
  }
  .test-result-articles-list__item {
    min-width: 284px;
    width: 284px;
  }
  .test-result-articles-list__item:first-child {
    margin-left: 37px;
  }
  .test-result-articles-list__item:last-child {
    margin-right: 37px;
  }
  .test-result-articles {
    padding: 38px;
    border-radius: 40px;
  }
}

.test-link {
  color: #0f8d9c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
}

@media (max-width: 1124px) {
  .test-link {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.guide-link {
  color: #459aa4;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  align-self: center;
  text-decoration: none;
}

.guide-link:hover {
  color: #0f8d9c;
  transition: 0.2s;
}

@media (max-width: 1124px) {
  .guide-link {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.theme-color {
  color: #0f8d9c;
}

.grey-color {
  color: #5c5c5c;
}

.fw-400 {
  font-weight: 400;
}

.circe-font {
  font-family: Circe, sans-serif;
}

.no-margin {
  margin: 0 !important;
}

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

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

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

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

.stories__item {
  display: none;

  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  padding: 72px;
  margin-bottom: 56px;
}

.stories__item h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #505050;
}

.stories__item h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #505050;
}

.stories__avatar {
  border: 1px solid #a4c6cb;
  border-radius: 14px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.stories__item-title-block {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 30px;
}

.stories__item-title {
  margin: 17px 0;
}

.stories__endocrinologist-block {
  margin-top: 72px;
}

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

.story-item__comment-block {
  background: #d5eaed;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 28px -6px rgba(213, 234, 237, 0.5);
  border-radius: 6px 48px 48px 48px;
  position: relative;
  padding: 48px 156px;
  margin: 30px auto 56px;
}

.story-item__comment-block--with-photo {
  padding: 48px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.story-item__comment-block-logo {
  position: absolute;
  top: 24px;
  left: 44px;
}

.story-item__comment-block-img {
  width: 276px;
  max-width: 100%;
  height: auto;
  margin-top: 72px;
  border-radius: 12px;
}

.story-item__comma {
  color: rgba(15, 141, 156, 0.2);
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  position: absolute;
}

.story-item__comma:first-child {
  top: 48px;
  left: 88px;
}

.story-item__comment-block--with-photo .story-item__comma:first-child {
  top: -32px;
  left: -40px;
}

.story-item__comma:last-child {
  bottom: 12px;
  right: 88px;
}

.story-item__comment-block--with-photo .story-item__comma:last-child {
  bottom: -62px;
  right: 0;
}

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

.story-item__comment .guide-link {
  font-size: 18px;
  line-height: 21.6px;
}

.stories__item-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #1e8995;
  margin-bottom: 22px;
}

.stories__item-text,
.stories__item-preview,
.stories__item-number-text {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5c5c5c;
}

.stories__item-text .guide-link {
  font-size: 18px;
  line-height: 120%;
}

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

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

.stories__item-text li + li {
  margin-top: 20px;
}

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

.stories__item-text {
  display: none;
}

.stories__item-preview {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 48px;
}

.stories__collapse-btn {
  display: none;
  max-width: 334px;
  width: 100%;
  margin-left: auto;
}

.stories__read-btn {
  max-width: 334px;
  width: 100%;
  margin-left: auto;
}

.stories-item__section-part {
  display: flex;
  align-items: center;
  margin: 21px auto;
}

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

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  margin: 56px auto 72px;
}

.tags-list--story {
  margin: 72px auto 56px;
}

.tag-item-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  gap: 8px;
  min-width: 125px;
  width: fit-content;
  height: 48px;
  background: #d5eaed;
  border-radius: 14px;
  cursor: pointer;
}

.tag-item-wrap label {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #0f8d9c;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

.tag-item-wrap:hover {
  background: #0f8d9c;
}

.tag-item-wrap:hover > label {
  color: #d5eaed;
}

.tag-item-wrap--active {
  background: #0f8d9c;
}

.tag-item-wrap--active > label {
  color: #d5eaed;
}

.tag-item-wrap input[type="radio"] {
  display: none;
}

@media (max-width: 1124px) {
  .stories {
    margin: 40px auto 0 auto;
  }
  .stories__container {
    padding: 0 80px;
  }
  .stories__item {
    border-radius: 0;
    padding: 50px 80px;
  }
  .story-item__comment-block {
    border-radius: 6px 40px 40px 40px;
    padding: 48px 50px;
    margin-bottom: 32px;
  }
  .story-item__comma {
    font-size: 120px;
    line-height: 144px;
  }
  .story-item__comma:first-child {
    top: 0px;
    left: 24px;
  }
  .story-item__comma:last-child {
    bottom: -48px;
    right: 24px;
  }
  .stories-link {
    font-size: 16px;
    line-height: 19.2px;
  }
  .stories__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .tags-list {
    margin: 48px auto 72px;
  }
  .tags-list--story {
    margin: 32px auto;
  }
  .stories__item h2 {
    font-size: 20px;
  }
  .stories__item h4 {
    font-size: 16px;
  }
  .stories__endocrinologist-block {
    margin-top: 48px;
  }
  .stories-item__section-part {
    margin: 19px auto;
  }
  .stories-item__number {
    font-size: 16px;
    min-width: 32px;
    margin-right: 20px;
    line-height: 34px;
    text-align: center;
  }
  .stories__item-text ul {
    margin: 20px 0 0 20px;
  }
  .stories__item-text li {
    font-size: 16px;
    line-height: 19.2px;
  }
  .stories__item-text li::before {
    top: 4px;
    left: -20px;
    width: 10px;
    height: 10px;
  }
  .story-item__comment-block--with-photo {
    flex-direction: column;
    align-items: center;
  }
  .story-item__comment-block-img {
    margin-top: 0;
  }
  .story-item__comment-block--with-photo .story-item__comma:first-child {
    top: -72px;
    left: -30px;
  }
  .story-item__comment-block--with-photo .story-item__comma:last-child {
    bottom: -120px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .stories__container {
    padding: 0 40px;
  }
  .story-item__comment-block {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  .stories__title {
    word-break: break-word;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .stories__subtitle {
    font-size: 16px;
  }
  .tags-list {
    gap: 15px;
    margin: 30px auto 48px;
  }
  .tags-list--story {
    margin: 40px auto;
  }
  .stories__item h2 {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 20px;
  }
  .stories__item h4 {
    font-size: 14px;
  }
  .stories__item-preview,
  .stories__item-text {
    font-size: 16px;
  }
  .stories__item-text .guide-link {
    font-size: 16px;
  }
  .stories__item-subtitle {
    font-size: 16px;
  }
  .story-item__comment,
  .story-item__comment .guide-link,
  .stories__item-text li {
    font-size: 14px;
    line-height: 120%;
  }
  .tag-item-wrap {
    min-width: unset;
    padding: 13px 18px;
  }
  .stories__endocrinologist-block {
    margin-top: 30px;
  }
  .stories__avatar {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .stories__item {
    padding: 40px;
  }
  .stories__item-title-block {
    gap: 14px;
  }
  .stories-item__section-part {
    margin: 16px auto;
  }
  .stories__read-btn {
    max-width: 305px;
  }
  .story-item__comment-block-logo {
    left: unset;
  }
  .story-item__comment-block-img {
    margin-top: 62px;
  }
  .story-item__comment-block--with-photo .story-item__comma:first-child {
    top: -72px;
    left: -28px;
  }
  .story-item__comment-block--with-photo .story-item__comma:last-child {
    bottom: -112px;
    right: 0;
  }
}

.pen {
  pointer-events: none !important;
}

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

.specialists-section__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
  color: #0f8d9c;
}

.specialists-section__subtitle {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #0f8d9c;
  margin: 36px 0 18px;
}

.specialists-section__text {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5c5c5c;
}

.specialists-section__text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.specialists-section__blob-bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 72px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  margin-bottom: 72px;
}

.specialists-section__blob-sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 28px 28px 32px;
  width: 100%;
  background: #4aaeba;
  border-radius: 15px;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #ffffff;
  margin: 72px 0 38px;
}

.specialists-section__blob-bg .specialists-section__blob-sm:first-child {
  margin-top: 0;
}

.specialists-section__blob-bg .specialists-section__blob-sm:last-child {
  margin-bottom: 0;
}

.specialists-section__blob-list {
  margin: 0 0 28px 26px !important;
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 20px;
}

.specialists-section__blob-list li {
  width: 168px;
}

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

.specialists-section li {
  position: relative;
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 0;
}

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

@media (max-width: 1124px) {
  .specialists-section {
    margin: 40px auto 0;
  }
  .specialists-section__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
    padding: 0 72px;
  }
  .specialists-section__subtitle {
    font-size: 16px;
    line-height: 120%;
  }
  .specialists-section__blob-sm {
    font-size: 20px;
    line-height: 150%;
    padding: 20px 20px 20px 24px;
    margin: 64px 0 32px;
  }
  .specialists-section__blob-bg {
    padding: 40px 72px;
  }
  .specialists-section__blob-list {
    column-gap: 46px;
  }
  .specialists-section__blob-list li {
    width: 114px;
  }
  .specialists-section li {
    font-size: 16px;
    line-height: 120%;
  }
  .specialists-section__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .specialists-section__title {
    word-break: break-word;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    padding: 0 40px;
  }
  .specialists-section__blob-bg {
    padding: 40px 38px;
  }
  .specialists-section__blob-sm {
    font-size: 18px;
    padding: 18px 18px 18px 22px;
    margin: 64px 0 24px;
  }
  .specialists-section__blob-list {
    column-gap: 44px;
  }
}

.webinar-section {
  width: 100%;
  margin: 72px auto 100px;
  max-width: 1084px;
  z-index: 2;
  position: relative;
}

.webinar-section__title {
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #0f8d9c;
  margin-bottom: 15px;
}

.webinar-section__subtitle {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #505050;
  margin-bottom: 132px;
}

.webinar-section__background {
  background: #e4f3f5;
  border-radius: 48px;
}

.webinar-section__body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 16px;
  /* height: 686px; */
}

.webinar-section__doctor-photo {
  width: 481px;
  height: auto;
  position: absolute;
  bottom: 300px;
  left: 24px;
}

.webinar-section__blob-section {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  bottom: 60px;
}

.webinar-section__blob-sm ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.webinar-section__blob-sm li {
  position: relative;
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 0;
}

.webinar-section__blob-sm li strong {
  position: relative;
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin-top: 0;
}

.webinar-section__blob-sm li::before {
  content: "✓";
  width: unset;
  height: unset;
  top: 0px;
  left: -22px;
  color: #4aaeba;
  background: transparent;
}

.webinar-section__blob-bg ul {
  margin: 26px 0 26px 26px;
  padding: 0;
  list-style-type: none;
}

.webinar-section__blob-bg li {
  position: relative;
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 0;
}

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

.webinar-section__blob-sm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  background: #ffffff;
  border-radius: 35px;
  margin: 0;
  width: 100%;
  max-width: 516px;
  margin-right: 0;
}

.webinar-section__blob-bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  background: #ffffff;
  border-radius: 35px;
  margin: 0;
  width: 100%;
  position: relative;
  /* bottom: 76px; */
}

.webinar-section__blob-sm h3 {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #007785;
  margin-bottom: 24px;
}

.webinar-section__doc-text {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #007785;
}

.webinar-section__doc-text a {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #007785;
}

.webinar-section__doc-text strong {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #007785;
}

.webinar-section__text {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #626262;
}

.webinar-section__btn {
  width: 100%;
  margin: 20px 0;
}

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

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

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

.dp-adaptive {
  bottom: 332px;
}

@media (max-width: 1124px) {
  .webinar-section__background {
    border-radius: 32px;
    margin: 0 78px;
  }
  .webinar-section__body {
    height: unset;
    padding: 364px 16px 16px;
    gap: 16px;
  }
  .webinar-section__title {
    font-size: 32px;
    line-height: 48px;
    padding: 0 72px;
  }
  .webinar-section__subtitle {
    font-size: 20px;
    margin-bottom: 84px;
    padding: 0 72px;
  }
  .webinar-section__doctor-photo {
    width: 300px;
    height: auto;
    bottom: unset;
    top: 12px;
    left: unset;
    z-index: 1;
    position: absolute;
  }
  .webinar-section__blob-sm {
    z-index: 2;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: unset;
    padding: 24px;
  }
  .webinar-section__blob-section .webinar-section__blob-sm {
    max-width: 289px;
    padding: 24px;
    z-index: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .webinar-section__blob-sm li strong,
  .webinar-section__blob-sm li {
    font-size: 16px;
  }
  .webinar-section__form-text {
    font-size: 11px;
  }
  .webinar-section__form-text a {
    font-size: 11px;
  }
  .webinar-section__btn {
    width: 265px;
    margin: 0 0 16px auto;
  }
  .webinar-section__blob-sm h3 {
    font-size: 18px;
  }
  .webinar-section__doc-text strong,
  .webinar-section__doc-text,
  .webinar-section__doc-text a {
    font-size: 18px;
  }
  .webinar-section__text {
    font-size: 16px;
  }
  .webinar-section__blob-bg li {
    font-size: 16px;
  }
  .webinar-section__blob-bg {
    padding: 24px;
    max-width: unset;
    bottom: unset;
  }
  .webinar-section__blob-section {
    bottom: unset;
    position: absolute;
    right: 16px;
    top: -24px;
  }
  .dp-adaptive {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .webinar-section {
    margin: 40px auto 48px;
  }
  .webinar-section__background {
    margin: 0 38px;
  }
  .webinar-section__body {
    padding: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .webinar-section__title {
    word-break: break-word;
    font-size: 24px;
    line-height: 32px;
    padding: 0 40px;
  }
  .webinar-section__subtitle {
    font-size: 20px;
    margin-bottom: 82px;
    padding: 0 40px;
  }
  .webinar-section__blob-section {
    position: relative;
    right: unset;
    top: -58px;
    margin-bottom: 180px;
  }
  .webinar-section__blob-sm {
    max-width: unset;
  }
  .webinar-section__btn {
    width: 100%;
    margin: 10px 0 16px;
  }
  .webinar-section__form-text {
    font-size: 10px;
  }
  .webinar-section__form-text a {
    font-size: 10px;
  }
  .webinar-section__doctor-photo {
    width: 256px;
    height: auto;
    margin: 0 auto;
    bottom: unset;
    left: unset;
    top: 264px;
  }
  .webinar-section__blob-bg ul {
    margin: 16px 0 16px 26px;
  }
  .webinar-section__blob-sm h3 {
    font-size: 16px;
  }
  .webinar-section__doc-text strong,
  .webinar-section__doc-text {
    font-size: 16px;
  }
  .dp-adaptive {
    top: 200px;
  }
}

@media (max-width: 400px) {
  .webinar-section__doc-text strong,
  .webinar-section__doc-text {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .webinar-section__doc-text strong,
  .webinar-section__doc-text {
    font-size: 14px;
  }
}

.webinars {
  padding: 72px 0 100px;
  background: #e4f3f5;
}

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

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

.webinars__subtitle {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #0f8d9c;
  margin-bottom: 56px;
}

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

.webinars__item {
  width: 100%;
  height: unset;
  border-radius: 35px;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  position: relative;
}

.webinars__item:hover {
  box-shadow: 0px 15px 39px -12px rgba(0, 0, 0, 0.07);
}

.webinars__item-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 32px;
  background: #ffffff;
}

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

.webinars__content-text {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5c5c5c;
}

@media (max-width: 1124px) {
  .webinars__container {
    padding: 0 78px;
  }
  .webinars__heading {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .webinars__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .webinars__row {
    gap: 16px;
  }
  .webinars__item-content {
    padding: 24px;
    gap: 24px;
  }
  .webinars__content-heading {
    font-size: 20px;
  }
  .webinars__content-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .webinars {
    padding: 40px 0 48px;
    background: #e4f3f5;
  }
  .webinars__container {
    padding: 0 38px;
  }
  .webinars__row {
    display: flex;
    flex-direction: column;
  }
  .webinars__heading {
    word-break: break-word;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}

.imt-section {
  padding: 0 78px;
}

.imt-section__blob {
  width: 100%;
  max-width: 1084px;
  margin: 48px auto;
  padding: 52px 52px 160px;
  background: #ffffff;
  box-shadow: 0px 20px 39px -12px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  position: relative;
}

.imt-section__text-back {
  color: #d5eaed;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: -3px;
  text-decoration: none;
}

.imt-section__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: #0f8d9c;
  text-align: center;
  margin-bottom: 24px;
}

.imt-section__subtitle {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #0f8d9c;
  text-align: center;
  margin-bottom: 16px;
}

.imt-section__list-item {
  display: flex;
  margin-bottom: 22px;
}

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

.imt-section__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 72px 0 60px;
}

.imt-section__form-inputs {
  display: flex;
  flex-direction: row;
  gap: 48px;
}

.imt-section__form-result {
  margin-left: auto;
}

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

.imt-section__list-item-text strong {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 600;
  align-self: center;
}

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

.imt-section__form-field {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: fit-content;
  position: relative;
}

.imt-section__input-lable {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.imt-section__input {
  width: 112px;
}

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

.imt-result-input {
  background: #e4f3f5;
}

.imt-input:hover {
  border: 2px solid #95d6de;
}

.imt-input:focus {
  border: 2px solid #4aaeba;
}

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

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

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

.imt-section__result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-top: 60px;
}

.imt-section__img {
  width: 100%;
}

.imt-section__logo {
  width: 100%;
  max-width: 232px;
  height: auto;
  margin: 0 auto 42px;
  display: flex;
}

.imt-section__quote-block {
  background: #d5eaed;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 28px -6px rgba(213, 234, 237, 0.5);
  border-radius: 6px 48px 48px 48px;
  position: relative;
  padding: 48px 156px;
  margin-top: 30px;
}

.imt-section__quote,
.imt-section__quote a {
  color: #5c5c5c;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

@media (max-width: 1124px) {
  .imt-section__blob {
    padding: 40px 32px 114px;
    border-radius: 32px;
  }
  .imt-section__text-back {
    font-size: 70px;
    line-height: 70px;
    bottom: -1px;
    right: 8px;
  }
  .imt-section__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .imt-section__subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .imt-section__form {
    margin: 40px 0 32px;
  }
  .imt-section__result {
    gap: 20px;
    margin-top: 32px;
  }
  .imt-section__list-item {
    margin-bottom: 20px;
  }
  .imt-section__list-item-arrow {
    font-size: 16px;
    min-width: 32px;
    margin-right: 20px;
    line-height: 34px;
    text-align: center;
  }
  .imt-section__list-item-text,
  .imt-section__list-item-text strong {
    font-size: 16px;
    line-height: 19.2px;
  }
  .imt-section__form-field {
    gap: 14px;
  }
  .imt-section__input-lable {
    font-size: 16px;
    line-height: 19.2px;
  }
  .imt-section__input {
    width: 90px;
  }
  .imt-input {
    font-size: 16px;
  }
  .imt-input-error {
    width: unset;
  }
  .imt-section__form-inputs {
    gap: 30px;
  }
  .imt-section__img-qr {
    width: 113px;
    height: 113px;
  }
  .imt-section__quote-block {
    border-radius: 6px 40px 40px 40px;
    padding: 48px 50px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .imt-section {
    padding: 0 38px;
  }
  .imt-section__blob {
    padding: 24px 16px 44px;
    border-radius: 32px;
  }
  .imt-section__text-back {
    font-size: 35px;
    line-height: 35px;
    bottom: -4px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .imt-input-error {
    top: 50px;
    margin-left: 130px;
    text-align: left;
  }
  .imt-section__form {
    flex-direction: column;
    gap: 30px;
  }
  .imt-section__form-inputs {
    flex-direction: column;
  }
  .imt-section__result {
    gap: 0px;
    flex-direction: column;
  }
  .imt-section__form-result {
    margin: 0;
  }
  .imt-section__input-lable {
    width: 90px;
  }
  .imt-section__input {
    width: 160px;
  }
  .imt-section__quote-block {
    padding: 40px 30px;
    margin-top: 10px;
  }
  .imt-section__quote,
  .imt-section__quote a {
    font-size: 14px;
    line-height: 120%;
  }
}

.underline {
  text-decoration: underline;
}

/* End */


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

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

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


/* End */


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

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

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

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