@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
    url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.woff2') format('woff2'),
    url('../fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Thin.woff2') format('woff2'),
    url('../fonts/Manrope-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
    url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Semibold.woff2') format('woff2'),
    url('../fonts/Manrope-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
    url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
    url('../fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

:root {
  --new-accent: #5266ff;
  --new-accent-hover: #2d40cf;
  --new-light-text: #566a97;
  --new-white-100: #fff;
  --new-accent-secondary: #1f2f53;
  --new-bg: #eaf1ff;
  --old-cc: #83a9ff;
}

.fancybox-container {
  --accent-color: #5266ff;
  --accent-hover-color: #2d40cf;
  --bg-color: #eaf1ff;
  --secondary-color: #1f2f53;
  --dark-color: #162443;
  --light-color: #566a97;
}

.fancybox-container .fancybox-slide--html .fancybox-close-small:hover {
  color: var(--accent-color);
}

.fancybox-container .form-input-2 {
  color: var(--accent-color);
}

.fancybox-container .form-input-2:focus:-moz-placeholder,
.fancybox-container .form-input-2:focus::-moz-placeholder {
  color: var(--accent-color);
}

.fancybox-container .form-input-2:focus::-webkit-input-placeholder {
  color: var(--accent-color);
}

.fancybox-container .form div.error {
  color: var(--accent-color);
}

.fancybox-container .form-text a {
  color: var(--accent-color);
}

.fancybox-container .form-text a:hover {
  color: var(--accent-hover-color);
}

main.content {
  --accent-color: #5266ff;
  --accent-hover-color: #2d40cf;
  --bg-color: #eaf1ff;
  --secondary-color: #1f2f53;
  --dark-color: #162443;
  --light-color: #566a97;

  font-family: 'Manrope';
  color: var(--dark-color);
}

.section {
  padding: 120px 0;
}

.section_p160{
    padding-top: 180px;
}
.breadcrumbs_dark_new{
	margin-top:30px;
	margin-bottom:10px;
}
@media screen and (max-width: 1439px) {
  .section {
    padding: 100px 0;
  }
.section_p160{
    padding-top: 140px;
}

}

@media screen and (max-width: 1199px) {
  .section {
    padding: 80px 0;
  }
.section_p160{
    padding-top: 100px;
}

}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
.section_p160{
    padding-top: 80px;
}
br.hide_sm{
display:none;
content: "";
}
}

.section-no-padding {
  padding: 0;
}

.section-bg-accent {
  color: #fff;
  background-color: var(--accent-color);
}

.section-bg-light {
  background-color: var(--bg-color);
}

.section-bg-dark {
  color: #fff;
  background-color: var(--secondary-color);
}

.h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1439px) {
  .h1 {
    font-size: calc(1.375rem + 1vw);
  }
}

.h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 1439px) {
  .h2 {
    font-size: calc(1.125rem + 1vw);
  }
}

.h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .h3 {
    font-size: calc(1rem + 0.7vw);
  }
}

.h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .h4 {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.btn.modern-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 58px;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: var(--accent-color);
  box-shadow: none;
  border-radius: 600px;
  padding: 18px 38px;
}

@media screen and (max-width: 1439px) {
  .btn.modern-btn {
    height: 55px;
    font-size: calc(0.6rem + 0.5vw);
    padding: 18px 38px;
  }
}

@media screen and (max-width: 991px) {
  .btn.modern-btn {
    height: 50px;
    padding: 15px 30px;
  }
}

.btn.modern-btn:before,
.btn.modern-btn:after {
  display: none;
}

.btn.modern-btn:hover {
  background-color: var(--accent-hover-color);
}

.btn.modern-btn.modern-btn--shadow {
  box-shadow: 0px 8px 12px 0px #91c1ee33;
}

.btn.modern-btn.modern-btn--outline {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn.modern-btn.modern-btn--outline:hover {
  color: var(--accent-color);
  background-color: #fff;
}

.btn.modern-btn.modern-btn--light {
  color: var(--accent-color);
  background-color: #fff;
}

.btn.modern-btn.modern-btn--light:hover {
  color: #fff;
  background-color: var(--accent-hover-color);
}

.diagnostic-slider-arrows {
  position: relative;
  width: 101px;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .diagnostic-slider-arrows {
    width: 100%;
    height: 36px;
  }

  .diagnostic-slider-arrows .slick-prev,
  .diagnostic-slider-arrows .slick-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
  }

  .diagnostic-slider-arrows .slick-prev svg,
  .diagnostic-slider-arrows .slick-next svg {
    width: 5px;
    height: 8px;
  }
}

.diagnostic-slider-arrows .slick-prev:hover,
.diagnostic-slider-arrows .slick-next:hover {
  color: var(--accent-color);
  box-shadow: 0px 3px 12px rgba(82, 102, 255, 0.44);
}

.diagnostic-hero {
  display: flex;
  gap: 2px;
  padding: 60px 0 40px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-hero {
    gap: 40px 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-hero {
    flex-direction: column;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-hero {
    row-gap: 30px;
    padding-top: 40px;
  }
}

.diagnostic-hero__content {
  display: flex;
  flex-direction: column;
  gap: 81px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-hero__content {
    gap: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-hero__content {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__content {
    gap: 30px;
  }
}

.diagnostic-hero__head {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-hero__head {
    gap: 20px;
  }
}

.diagnostic-hero__subtitle {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-hero__subtitle {
    gap: 10px;
  }
}

.diagnostic-hero__subtitle p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-hero__subtitle {
    gap: 8px;
  }

  .diagnostic-hero__subtitle p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-hero__bot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.diagnostic-hero__bot-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent-color);
  padding: 4px 16px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-hero__bot-tag {
    font-size: calc(0.6rem + 0.5vw);
    padding: 4px 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__bot-tag {
    min-height: auto;
    padding: 0;
  }
}

.diagnostic-hero__bot-tag svg {
  position: absolute;
  top: -22px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__bot-tag svg {
    display: none;
  }
}

.diagnostic-hero__bot-info {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__bot-info {
    flex-wrap: wrap;
  }
}

.diagnostic-hero__bot-info h4 {
  max-width: 474px;
}

.diagnostic-hero__bot-info .h4 {
  max-width: 474px;
}

.diagnostic-hero__bot-info .modern-btn {
  width: 100%;
  max-width: 277px;
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__bot-info .modern-btn {
    width: auto;
    max-width: auto;
  }
}

.diagnostic-hero__bot-finish {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 609px;
  border-top: 1px solid #fff;
  padding-top: 12px;
  margin-top: 16px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-hero__bot-finish {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__bot-finish {
    padding-top: 15px;
    margin-top: 10px;
  }
}

.diagnostic-hero__bot-finish p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-hero__bot-finish p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-hero__bot-images {
  display: flex;
  align-items: center;
}

.diagnostic-hero__bot-images img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.diagnostic-hero__bot-images img:not(:first-child) {
  margin-left: -12px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-hero__bot-images img {
    width: 46px;
    height: 46px;
  }

  .diagnostic-hero__bot-images img:not(:first-child) {
    margin-left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__bot-images img {
    width: 40px;
    height: 40px;
  }

  .diagnostic-hero__bot-images img:not(:first-child) {
    margin-left: -8px;
  }
}

.diagnostic-hero__result {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 406px;
}

.diagnostic-hero__result-image {
  position: absolute;
  top: -60px;
  left: 4px;
  z-index: 0;
}

.diagnostic-hero__result-info {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 32px;
  padding-top: 60px;
  margin-top: auto;
  margin-bottom: 2px;
  z-index: 1;
}

.diagnostic-hero__result-info svg {
  position: absolute;
  top: -25px;
  left: 32px;
  width: 68px;
  height: 73px;
  color: var(--accent-color);
  z-index: 1;
}

.diagnostic-hero__result-info span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--accent-color);
}

.diagnostic-hero__result-info h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.diagnostic-hero__result-info .h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.diagnostic-hero__result-info p {
  margin-top: 4px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-hero__result {
    max-width: 340px;
  }

  .diagnostic-hero__result-image {
    top: 0;
    left: 0;
    width: 100%;
  }

  .diagnostic-hero__result-image img {
    width: 100%;
  }

  .diagnostic-hero__result-info {
    padding: 20px;
    padding-top: 40px;
  }

  .diagnostic-hero__result-info svg {
    top: -20px;
    left: 20px;
    width: 50px;
    height: 54px;
  }

  .diagnostic-hero__result-info span {
    font-size: 12px;
  }

  .diagnostic-hero__result-info h4 {
    font-size: calc(0.7rem + 0.5vw);
  }
  .diagnostic-hero__result-info .h4 {
    font-size: calc(0.7rem + 0.5vw);
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-hero__result {
    max-width: 100%;
  }

  .diagnostic-hero__result-image {
    display: none;
  }

  .diagnostic-hero__result-info {
    gap: 5px;
    padding-top: 20px;
  }

  .diagnostic-hero__result-info svg {
    display: none;
  }

  .diagnostic-hero__result-info p {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-hero__result-info {
    gap: 4px;
    padding: 15px;
  }
}

.diagnostic-steps {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: -80px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-steps {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-steps {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-steps {
    flex-direction: column;
    margin-top: -20px;
  }
}

.diagnostic-steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(100% / 3 - 24px / 3);
  min-height: 275px;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 12px;
  padding: 60px 25px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-steps__item {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-steps__item {
    min-height: 140px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-steps__item {
    gap: 10px;
    width: 100%;
    padding: 15px;
  }
}

.diagnostic-steps__item:last-child {
  background-color: var(--dark-color);
}

.diagnostic-steps__item p {
  color: #fff;
  opacity: 0.7;
}

.diagnostic-steps__item svg {
  position: absolute;
  right: 12px;
  bottom: 0;
  color: #fff;
  opacity: 0.15;
}

@media screen and (max-width: 1199px) {
  .diagnostic-steps__item svg {
    display: none;
  }
}

.diagnostic-steps__item-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.diagnostic-steps__item-head span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .diagnostic-steps__item-head span {
    font-size: calc(0.5rem + 0.5vw);
  }
}

.diagnostic-problem {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-problem {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-problem {
    gap: 30px;
  }
}

.diagnostic-problem__title {
  width: 100%;
  max-width: 690px;
}

.diagnostic-problem__title h2 {
  color: var(--accent-color);
}

.diagnostic-problem__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 120px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-problem__grid {
    gap: 40px 60px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-problem__grid {
    flex-direction: column;
    gap: 20px;
  }
}

.diagnostic-problem__item {
  display: flex;
  gap: 16px;
  width: calc(50% - 120px / 2);
}

@media screen and (max-width: 1199px) {
  .diagnostic-problem__item {
    gap: 12px;
    width: calc(50% - 60px / 2);
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-problem__item {
    gap: 8px;
    width: 100%;
  }
}

.diagnostic-problem__item-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  color: var(--accent-color);
}

@media screen and (max-width: 1199px) {
  .diagnostic-problem__item-icon {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-problem__item-icon {
    width: 30px;
    height: 30px;
  }
}

.diagnostic-problem__item-icon svg {
  width: 100%;
  height: 100%;
}

.diagnostic-problem__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.diagnostic-expert {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-expert {
    gap: 30px;
  }
}

.diagnostic-expert__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__content {
    gap: 26px;
  }
}

.diagnostic-expert__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__head {
    gap: 16px;
  }
}

.diagnostic-expert__questions {
  display: flex;
  flex-direction: column;
  gap: 20px;

}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__questions {

  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__questions {
    margin-top: 0;
  }
}

.diagnostic-expert__questions-label {
  color: #fff;
}

.diagnostic-expert__questions-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__questions-list {
    gap: 10px;
  }
}

.diagnostic-expert__questions-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.11);
  border-radius: 600px;
  padding: 12px;
  padding-right: 32px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__questions-item {
    gap: 8px;
    padding: 10px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-expert__questions-item {
    padding: 8px 16px;
  }
}

.diagnostic-expert__questions-item svg {
  flex-shrink: 0;
  width: 32px;
  height: 24px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__questions-item svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__questions-item svg {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-expert__questions-item svg {
    display: none;
  }
}

.diagnostic-expert__questions p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__questions p {
    font-size: calc(0.65rem + 0.5vw);
  }
}

.diagnostic-expert__foot {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__foot {
    font-size: calc(0.65rem + 0.5vw);
  }
}

.diagnostic-expert__aside {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 64px;
  width: 100%;
  max-width: 419px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__aside {
    gap: 50px;
    max-width: 360px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__aside {
    gap: 40px;
    max-width: 100%;
  }
}

.diagnostic-expert__stat {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  padding-bottom: 16px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__stat {
    flex-direction: column;
    gap: 4px;
  }
}

.diagnostic-expert__stat p {
  display: flex;
  gap: 16px;
}

.diagnostic-expert__stat-percent {
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__stat-percent {
    font-size: calc(3rem + 1vw);
  }
}

.diagnostic-expert__stat-info {
  display: flex;
  flex-direction: column;
}

.diagnostic-expert__stat-info p {
  color: #fff;
}

.diagnostic-expert__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 40px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__card {
    gap: 20px;
    padding: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__card {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-expert__card {
    padding: 15px;
  }
}

.diagnostic-expert__card-quote {
  position: absolute;
  top: -32px;
  right: 0;
  width: 137px;
  color: #7081ff;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__card-quote {
    top: -30px;
    right: 15px;
    width: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__card-quote {
    top: -40px;
    right: 20px;
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-expert__card-quote {
    right: 15px;
    width: 60px;
  }
}

.diagnostic-expert__card-quote svg {
  width: 100%;
}

.diagnostic-expert__card-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__card-photo {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__card-photo {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-expert__card-photo {
    width: 80px;
    height: 80px;
  }
}

.diagnostic-expert__card-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.diagnostic-expert__card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.diagnostic-expert__card-info h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__card-info h4 {
    font-size: calc(0.75rem + 0.5vw);
    line-height: 1.3;
  }
}

.diagnostic-expert__card-info p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.66);
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__card-info p {
    font-size: calc(0.5rem + 0.5vw);
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-expert__card-info p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-expert__card .modern-btn {
  font-size: 14px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-expert__card .modern-btn {
    font-size: calc(0.5rem + 0.5vw);
  }
}

.diagnostic-diff {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff {
    gap: 30px;
  }
}

.diagnostic-diff__title {
  margin-bottom: 32px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__title {
    margin-bottom: 0;
  }
}

.diagnostic-diff__table {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dee9ff;
}

@media screen and (max-width: 1199px) {
  .diagnostic-diff__table {
    overflow: auto;
    margin: 0 -15px;
  }
}

.diagnostic-diff__table-head {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px 32px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-diff__table-head {
    gap: 20px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-diff__table-head {
    padding: 12px 15px;
  }
}

.diagnostic-diff__table-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 32px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-diff__table-row {
    width: max-content;
    gap: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-diff__table-row {
    padding: 15px;
  }
}

.diagnostic-diff__table-row:nth-child(even) {
  background-color: var(--bg-color);
  border-radius: 6px;
}

.diagnostic-diff__table-title {
  flex-shrink: 0;
  width: 300px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__table-title {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.diagnostic-diff__table-title:last-child {
  flex-shrink: unset;
  width: auto;
}

@media screen and (max-width: 1199px) {
  .diagnostic-diff__table-title:last-child {
    flex-shrink: 0;
    width: 300px;
  }
}

.diagnostic-diff__table-cell {
  flex-shrink: 0;
  width: 300px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__table-cell {
    font-size: calc(0.6rem + 0.5vw);
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-diff__table-cell {
    width: 220px;
  }
}

.diagnostic-diff__table-text {
  flex-shrink: 0;
  display: flex;
  gap: 16px;
  width: 300px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__table-text {
    align-items: center;
    gap: 12px;
  }
}

.diagnostic-diff__table-text:last-child {
  flex-shrink: unset;
  width: auto;
}

@media screen and (max-width: 1199px) {
  .diagnostic-diff__table-text:last-child {
    flex-shrink: 0;
    width: 300px;
  }
}

.diagnostic-diff__table-text p {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: var(--dark-color);
}

.diagnostic-diff__table-minus {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--accent-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__table-minus {
    width: 24px;
    height: 24px;
  }
}

.diagnostic-diff__table-minus svg {
  width: 100%;
  height: 100%;
}

.diagnostic-diff__table-plus {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 50%;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__table-plus {
    width: 32px;
    height: 32px;
  }
}

.diagnostic-diff__table-plus svg {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__table-plus svg {
    width: 16px;
    height: 16px;
  }
}

.diagnostic-diff__note {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__note {
    gap: 12px;
  }
}

.diagnostic-diff__note svg {
  width: 20px;
  height: 23px;
  color: var(--accent-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__note svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-diff__note svg {
    display: none;
  }
}

.diagnostic-diff__note p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1439px) {
  .diagnostic-diff__note p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-promo {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
}

.diagnostic-promo + svg {
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo {
    gap: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-promo {
    gap: 30px;
    padding-bottom: 30px;
  }
}

.diagnostic-promo__head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .diagnostic-promo__head {
    gap: 16px;
  }
}

.diagnostic-promo__head h2 {
  width: 100%;
  max-width: 910px;
}

.diagnostic-promo__head h2 span {
  color: var(--accent-color);
}

.diagnostic-promo__head p {
  width: 100%;
  max-width: 910px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__head p {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.diagnostic-promo__image {
  position: absolute;
  right: -30px;
  bottom: -76px;
  width: 301px;
  height: 301px;
  z-index: 1;
}

.diagnostic-promo__head img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__image {
    display: none;
  }
}

.diagnostic-promo__audit {
  display: flex;
  gap: 15px 12px;
}

@media screen and (max-width: 767px) {
  .diagnostic-promo__audit {
    flex-direction: column;
  }
}

.diagnostic-promo__audit-block {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 24px / 3);
}

@media screen and (max-width: 767px) {
  .diagnostic-promo__audit-block {
    width: 100%;
  }
}

.diagnostic-promo__audit-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 6px 6px 0 0;
  padding: 24px 32px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__audit-title {
    font-size: calc(0.75rem + 0.5vw);
    padding: 16px 20px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-promo__audit-title {
    padding: 15px;
    padding-bottom: 20px;
  }
}

.diagnostic-promo__audit-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: -6px;
}

.diagnostic-promo__audit-item {
  display: flex;
  gap: 12px;
  background-color: #fff;
  border-radius: 6px;
  padding: 24px 32px;
  padding-bottom: 46px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__audit-item {
    gap: 10px;
    padding: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-promo__audit-item {
    gap: 8px;
    padding: 15px;
  }
}

.diagnostic-promo__audit-item--last {
  background-color: rgba(255, 255, 255, 0.3);
  padding-bottom: 24px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__audit-item--last {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-promo__audit-item--last {
    padding-bottom: 15px;
  }
}

.diagnostic-promo__audit-item-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--accent-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__audit-item-icon {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-promo__audit-item-icon {
    width: 15px;
    height: 15px;
  }
}

.diagnostic-promo__audit-item-icon svg {
  width: 100%;
  height: 100%;
}

.diagnostic-promo__audit-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.diagnostic-promo__audit-item-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.diagnostic-promo__audit-item-content .h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__audit-item-content h4 {
    font-size: calc(0.675rem + 0.5vw);
  }
  .diagnostic-promo__audit-item-content .h4 {
    font-size: calc(0.675rem + 0.5vw);
  }
}

.diagnostic-promo__audit-item-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__audit-item-content p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-promo__audit-item-number {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--accent-color);
  margin-left: auto;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__audit-item-number {
    font-size: calc(0.5rem + 0.5vw);
  }
}

.diagnostic-benefit {
  display: flex;
  gap: 60px;
  padding: 60px 0 40px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-benefit {
    gap: 40px;
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-benefit {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-benefit {
    gap: 30px;
    padding: 30px 0 0;
  }
}

.diagnostic-benefit__promo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 422px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-benefit__promo {
    gap: 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-benefit__promo {
    gap: 16px;
  }
}

.diagnostic-benefit__promo .modern-btn {
  height: 66px;
  margin-top: 36px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-benefit__promo .modern-btn {
    height: 55px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-benefit__promo .modern-btn {
    height: 50px;
    margin-top: 0;
  }
}

.diagnostic-benefit__subtitle {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.diagnostic-benefit__subtitle h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--accent-color);
}
.diagnostic-benefit__subtitle .h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--accent-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-benefit__subtitle h4 {
    font-size: calc(0.75rem + 0.5vw);
  }
  .diagnostic-benefit__subtitle h4 {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.diagnostic-benefit__subtitle svg {
  position: absolute;
  left: -40px;
  bottom: -62px;
  width: 17px;
  color: var(--accent-color);
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .diagnostic-benefit__subtitle svg {
    display: none;
  }
}

.diagnostic-benefit__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-benefit__grid {
    gap: 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-benefit__grid {
    flex-direction: column;
    gap: 20px;
  }
}

.diagnostic-benefit__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(50% - 40px / 2);
}

@media screen and (max-width: 767px) {
  .diagnostic-benefit__item {
    width: 100%;
  }
}

.diagnostic-benefit__item svg {
  width: 42px;
  height: 42px;
  color: var(--accent-color);
  margin-bottom: 16px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-benefit__item svg {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-benefit__item svg {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-benefit__item svg {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }
}

.diagnostic-benefit__item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .diagnostic-benefit__item h4 {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.diagnostic-keys {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys {
    gap: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-keys {
    gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-keys {
    gap: 30px;
  }
}

.diagnostic-keys__head {
  display: flex;
  align-items: center;
  gap: 130px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__head {
    align-items: flex-start;
    gap: 20px 60px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-keys__head {
    flex-direction: column;
  }
}

.diagnostic-keys__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 658px;
}

.diagnostic-keys__title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__title p {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.diagnostic-keys__cash {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__cash {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.diagnostic-keys__cash .h1 {
  flex-shrink: 0;
  line-height: 1;
}

.diagnostic-keys__slider {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-keys__slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__slider {
    position: relative;
  }
}

.diagnostic-keys__slider .diagnostic-slider-arrows {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__slider .diagnostic-slider-arrows {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 -15px;
  }
}

.diagnostic-keys__slider .slick-list {
  display: flex;
  margin: 0 -16px;
}

.diagnostic-keys__slider .slick-track {
  display: flex;
}

.diagnostic-keys__slider .item {
  height: inherit;
  padding: 0 16px;
}

.diagnostic-keys__item {
  display: flex;
  height: 100%;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 12px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-keys__item {
    flex-direction: column;
  }
}

.diagnostic-keys__item .modern-btn {
  margin-top: auto;
}

.diagnostic-keys__item-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 52px 60px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__item-content {
    gap: 24px;
    padding: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-keys__item-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-content {
    position: relative;
    gap: 20px;
    padding: 20px 15px;
  }
}

.diagnostic-keys__item-half {
  display: flex;
  gap: 20px 40px;
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-half {
    flex-direction: column;
  }
}

.diagnostic-keys__item-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-block {
    position: static;
  }
}

.diagnostic-keys__item-block:before {
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-block:before {
    display: none;
  }
}

.diagnostic-keys__item-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__item-block p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-keys__item-label {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background-color: var(--accent-color);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 60px;
  padding: 4px 12px;
  z-index: 1;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__item-label {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-keys__item-result {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-result {
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
  }
}

.diagnostic-keys__item-result-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-result-grid {
    gap: 16px;
  }
}

.diagnostic-keys__item-result-item {
  display: flex;
  gap: 12px;
  width: calc(50% - 24px / 2);
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-result-item {
    gap: 8px;
    width: calc(50% - 16px / 2);
  }
}

.diagnostic-keys__item-result-item svg {
  flex-shrink: 0;
  width: 14px;
  height: 15px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-result-item svg {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
}

.diagnostic-keys__item-result-item p {
  color: #fff;
}

.diagnostic-keys__item-result-roi {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
  width: 150px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding: 16px 0;
  padding-left: 32px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__item-result-roi {
    width: auto;
    font-size: calc(0.8rem + 1vw);
    padding: 12px 0;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-result-roi {
    position: absolute;
    right: 15px;
    bottom: 20px;
    padding: 0;
    padding-left: 15px;
  }
}

.diagnostic-keys__item-result-roi span {
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__item-result-roi span {
    font-size: calc(1.125rem + 1vw);
  }
}

.diagnostic-keys__item-image {
  flex-shrink: 0;
  width: 504px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-keys__item-image {
    width: 460px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-keys__item-image {
    order: -1;
    width: 100%;
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-keys__item-image {
    height: 180px;
  }
}

.diagnostic-keys__item-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .diagnostic-keys__item-image img {
    border-radius: 12px 12px 0 0;
  }
}

.diagnostic-process {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: -120px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-process {
    gap: 40px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-process {
    margin-top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-process {
    position: relative;
    margin-top: -60px;
  }

  .diagnostic-process .diagnostic-slider-arrows {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 -15px;
  }
}

.diagnostic-process__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.diagnostic-process__slider .slick-list {
  margin: 0 -15px;
}

.diagnostic-process__slider .slick-track {
  display: flex;
}

.diagnostic-process__slider .item {
  height: inherit;
  padding: 0 15px;
}

.diagnostic-process__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  height: 100%;
  background-color: #f6f9ff;
  border-radius: 12px;
  padding: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-process__item {
    gap: 30px;
    padding: 30px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-process__item {
    padding: 20px;
  }
}

.diagnostic-process__item-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.diagnostic-process__item-head h4 {
  color: var(--accent-color);
}

.diagnostic-process__item-head .h3 {
  color: var(--accent-color);
}
.diagnostic-process__item-head span {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .diagnostic-process__item-head span {
    font-size: calc(1.125rem + 1vw);
  }
}

.diagnostic-process__item-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-process__item-list {
    gap: 20px;
  }
}

.diagnostic-process__item-list li {
  display: flex;
  gap: 12px;
}

.diagnostic-process__item-list li svg {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: var(--accent-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-process__item-list li svg {
    width: 24px;
    height: 24px;
  }
}

.diagnostic-cta-bg {
  overflow: hidden;
  padding: 0;
}

.diagnostic-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  text-align: center;
  padding: 160px 0 273px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-cta {
    gap: 40px;
    padding: 120px 0 240px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-cta {
    padding: 60px 0;
  }
}

.diagnostic-cta h2 {
  position: relative;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  color: #8694ff;
  z-index: 1;
}

@media screen and (max-width: 1439px) {
  .diagnostic-cta h2 {
    font-size: calc(3rem + 1vw);
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-cta h2 {
    font-size: calc(1.25rem + 1vw);
    color: #fff;
  }
}

.diagnostic-cta .modern-btn {
  position: relative;
  z-index: 1;
}

.diagnostic-cta__arrow {
  position: absolute;
  bottom: 75px;
  left: 59%;
  width: 222px;
  height: 222px;
  z-index: 2;
}

@media screen and (max-width: 1439px) {
  .diagnostic-cta__arrow {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-cta__arrow {
    display: none;
  }
}

.diagnostic-cta__arrow img {
  width: 100%;
  height: 100%;
}

.diagnostic-cta__image {
  position: absolute;
  top: 80px;
  left: -346px;
  z-index: 0;
}

@media screen and (max-width: 1199px) {
  .diagnostic-cta__image {
    display: none;
  }
}

.diagnostic-faq {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 95px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-faq {
    gap: 40px;
    padding: 0 70px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-faq {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-faq {
    gap: 30px;
  }
}

.diagnostic-faq .modern-btn {
  margin: 0 auto;
}

.diagnostic-faq__title {
  text-align: center;
}

.diagnostic-faq__list {
  display: flex;
  flex-direction: column;
}

.diagnostic-faq__item {
  user-select: none;
  border-bottom: 1px solid #ddddeb99;
  padding: 30px 0;
}

@media screen and (max-width: 1199px) {
  .diagnostic-faq__item {
    padding: 20px 0;
  }
}

.diagnostic-faq__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
}

.diagnostic-faq__item-head:hover h4 {
  color: var(--accent-color);
}
.diagnostic-faq__item-head:hover .h4 {
  color: var(--accent-color);
}


.diagnostic-faq__item-head h4 {
  transition: color 0.3s ease-in-out;
}
.diagnostic-faq__item-head .h4 {
  transition: color 0.3s ease-in-out;
}

.diagnostic-faq__item:first-child {
  border-top: 1px solid #ddddeb99;
}

.diagnostic-faq__item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: var(--accent-color);
}

.diagnostic-faq__item-icon svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1439px) {
  .diagnostic-faq__item-icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-faq__item-icon {
    width: 20px;
    height: 20px;
  }
}

.diagnostic-faq__item-plus,
.diagnostic-faq__item-minus {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.diagnostic-faq__item-minus {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: rotate(360deg);
}

.diagnostic-faq__item-body {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.diagnostic-faq__item-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-faq__item-body p {
    font-size: calc(0.65rem + 0.5vw);
  }
}

.diagnostic-faq__item.isActive .diagnostic-faq__item-head h4 {
  color: var(--accent-color);
}
.diagnostic-faq__item.isActive .diagnostic-faq__item-head .h4 {
  color: var(--accent-color);
}

.diagnostic-faq__item.isActive .diagnostic-faq__item-plus {
  opacity: 0;
  transform: rotate(-360deg);
}

.diagnostic-faq__item.isActive .diagnostic-faq__item-minus {
  opacity: 1;
  transform: rotate(0deg);
}

.diagnostic-faq__item.isActive .diagnostic-faq__item-body {
  padding-top: 16px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-faq__item.isActive .diagnostic-faq__item-body {
    padding-top: 10px;
  }
}

.diagnostic-about {
  font-family: 'Manrope';
  background-color: #1f2b45;
  padding: 0;
}

.diagnostic-about .block-about__bg,
.diagnostic-about .watch-sert {
  display: none;
}

.diagnostic-about .block-about-arrow {
  background-color: var(--accent-color);
}

.diagnostic-about .block-about-arrow_prev:hover {
  color: var(--dark-color);
}

.diagnostic-about .block-about-arrow_next {
  background-color: #172033;
}

.diagnostic-about .block-about-arrow_next:hover {
  color: var(--accent-color);
}

.diagnostic-about .block-about__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: var(--accent-color);
  padding: 80px 46px 72px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .block-about__left {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-about .block-about__left {
    gap: 30px;
    padding: 40px 20px;
    padding-bottom: 0;
  }
}

.diagnostic-about .block-about__left::after {
  display: none;
}

.diagnostic-about .block-about__title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .block-about__title {
    font-size: calc(1rem + 0.7vw);
  }
}

.diagnostic-about .block-about__title b {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .block-about__title b {
    font-size: calc(1.375rem + 1vw);
  }
}

.diagnostic-about .block-about-tabs-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .block-about-tabs-nav {
    gap: 20px;
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-about .block-about-tabs-nav {
    flex-direction: row;
    margin: 0 -20px;
  }
}

.diagnostic-about .block-about-tabs-nav__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.61);
  margin: 0;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .block-about-tabs-nav__item {
    font-size: calc(0.6rem + 0.5vw);
    line-height: 1.4;
  }
}

.diagnostic-about .block-about-tabs-nav__item.active {
  color: #fff;
}

.diagnostic-about .block-about-tabs-nav__item span {
  line-height: 1.3;
}

.diagnostic-about .block-about-tabs-nav__item span::after {
  bottom: -4px;
  background: none;
  background-color: #fff;
}

.diagnostic-about .mincifra_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-about .mincifra_wrap {
    display: none;
  }
}

.diagnostic-about .mincifra_wrap span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .mincifra_wrap span {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-about .mincifra_wrap img {
  width: 187px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .mincifra_wrap img {
    width: 170px;
  }
}

.diagnostic-about .block-about__right {
  padding: 115px 60px;
  padding-right: 0;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .block-about__right {
    padding: 60px 40px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-about .block-about__right {
    padding: 40px 20px;
  }
}

.diagnostic-about .about-numbers-item {
  display: flex;
  gap: 8px;
  padding: 0;
}

.diagnostic-about .about-numbers-item::before {
  display: none;
}

.diagnostic-about .about-numbers-item svg {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-about .about-numbers-item svg {
    width: 36px;
    height: 36px;
  }
}

.diagnostic-about .about-numbers-item_number {
  flex-direction: column;
  gap: 0;
}

.diagnostic-about .about-numbers-item__number {
  color: #8997ff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.diagnostic-about .tabs-nav__item.active {
  color: #fff !important;
}

.diagnostic-about .tabs-nav__item:hover {
  color: var(--accent-color);
}

.diagnostic-about .tabs-nav__item:before {
  background: none;
  background-color: var(--accent-color);
}

.diagnostic-about .tabs-nav__item:after {
  border-color: currentColor;
  bottom: 0;
}

.diagnostic-about .images-sertificates .slick-prev:hover,
.diagnostic-about .images-sertificates .slick-next:hover {
  color: var(--accent-color);
  box-shadow: 0px 3px 12px rgba(82, 102, 255, 0.44);
}

.diagnostic-about .block-about-education__item a {
  color: var(--accent-color);
}

.diagnostic-about .block-about-education__item a:hover {
  border-color: var(--accent-color);
}

.diagnostic-reviews {
  padding-bottom: 120px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-reviews {
    padding-bottom: 0;
  }
}

.diagnostic-reviews .diagnostic-slider-arrows {
  position: absolute;
}

.diagnostic-reviews .slick-dots li button {
  background-color: var(--bg-color);
}

.diagnostic-reviews .slick-dots li.slick-active button {
  background-color: var(--accent-color);
}

.diagnostic-reviews .title-box {
  margin-bottom: 32px;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .diagnostic-reviews .title-box {
    margin-bottom: 20px;
  }
}

.diagnostic-reviews .title {
  position: static;
  color: var(--dark-color);
  transform: none;
}

.diagnostic-reviews .tabs-reviews-nav {
  margin-bottom: 32px;
}

.diagnostic-reviews .tabs-reviews-nav__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  color: var(--light-color);
  border-radius: 0;
  padding: 0;
  margin-right: 24px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-reviews .tabs-reviews-nav__item {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.diagnostic-reviews .tabs-reviews-nav__item:hover {
  color: var(--accent-color);
}

.diagnostic-reviews .tabs-reviews-nav__item.active {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  box-shadow: none;
}

.diagnostic-reviews .tabs-reviews-nav__item span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: var(--accent-color);
  margin-top: 4px;
}

.diagnostic-reviews .reviews-letters-item {
  background-color: #eaf1ff4d;
  box-shadow: none;
  border-radius: 12px;
}

.diagnostic-reviews .reviews-item {
  background-color: var(--dark-color);
  box-shadow: none;
  border-radius: 12px;
}

.diagnostic-reviews .reviews-item__company span {
  color: var(--accent-color);
}

.diagnostic-reviews .reviews-item__link {
  color: var(--accent-color);
}

.diagnostic-reviews .reviews-item__link:hover {
  color: #fff;
}

.diagnostic-team {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (max-width: 1199px) {
  .diagnostic-team {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-team {
    position: relative;
    gap: 30px;
  }
}

.diagnostic-team__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.diagnostic-team__head .diagnostic-slider-arrows {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .diagnostic-team__head .diagnostic-slider-arrows {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 -15px;
  }
}

.diagnostic-team__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 680px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-team__title {
    gap: 12px;
  }
}

.diagnostic-team__title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-team__title p {
    font-size: calc(0.75rem + 0.5vw);
  }
}

.diagnostic-team__slider .slick-list {
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .diagnostic-team__slider .slick-list {
    margin: 0 -5px;
  }
}

.diagnostic-team__slider .slick-track {
  display: flex;
}

.diagnostic-team__slider .item {
  height: inherit;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .diagnostic-team__slider .item {
    padding: 0 5px;
  }
}

.diagnostic-team__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--bg-color);
  padding: 40px 35.5px 60px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-team__item {
    gap: 20px;
    padding: 30px 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-team__item {
    padding: 20px;
  }
}

.diagnostic-team__item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 191px;
  height: 191px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .diagnostic-team__item-photo {
    width: 170px;
    height: 170px;
  }
}

@media screen and (max-width: 1199px) {
  .diagnostic-team__item-photo {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-team__item-photo {
    width: 120px;
    height: 120px;
  }
}

.diagnostic-team__item-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.diagnostic-team__item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.diagnostic-team__item-info h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.diagnostic-team__item-info .h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-team__item-info h4 {
    font-size: calc(0.675rem + 0.5vw);
  }
  .diagnostic-team__item-info .h4 {
    font-size: calc(0.675rem + 0.5vw);
  }
}
}

.diagnostic-team__item-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}

@media screen and (max-width: 1439px) {
  .diagnostic-team__item-info p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-self {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 60px;
}

@media screen and (max-width: 1439px) {
  .diagnostic-self {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .diagnostic-self {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.diagnostic-self__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.diagnostic-self__title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 1439px) {
  .diagnostic-self__title h2 {
    font-size: calc(1.375rem + 1vw);
  }
}

.diagnostic-self__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4%;
  text-transform: uppercase;
}

@media screen and (max-width: 1439px) {
  .diagnostic-self__title p {
    font-size: calc(0.6rem + 0.5vw);
  }
}

.diagnostic-hero__subtitle p span {

  color: var(--new-accent);
}


.diagnostic-hero__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;

  padding: 0;
  list-style: none;
  margin: 0 0 40px;
}

.diagnostic-hero__item {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 407px;
}

.diagnostic-hero__icon {
  flex-shrink: 0;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--new-white-100);
}

.diagnostic-hero__text {
  font-weight: 400;
  color: var(--new-light-text);

  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.4;
}

.diagnostic-hero__text p {
  font-weight: 400;
  color: var(--new-light-text);

  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.4;
}

.diagnostic-hero__text span {
  font-weight: 600;
  color: #162443;
}

@media (max-width: 768px) {
  .diagnostic-hero__items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.seo-info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1070px;
}

.seo-info_list li {
  border-radius: 600px;
  padding: 12px 24px;
  background: var(--new-bg);

  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.3;

  color: #1f2b45;

  display: flex;
  align-items: center;
  gap: 16px;
}

.seo-info__text {
  max-width: 736px;
  font-weight: 400;

  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.4;

  color: var(--new-light-text);
}

.seo-info__text span {
  font-weight: 600;
  color: #162443;
}

.seo-info_wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}

@media (max-width: 768px) {
  .seo-info_wrap {
    gap: 16px;
  }
  .seo-info_icon svg {
    width: 23px;
    height: 23px;
    display: none;
  }
  .no-d {
    display: none;
  }
}

.seo-info-problem {
  position: relative;
}

.seo-info__image {
  position: absolute;
  right: clamp(8px, 5%, 40px);
  bottom: 0;
  width: clamp(90px, 18vw, 145px);
  height: clamp(90px, 18vw, 145px);
}
@media (max-width: 768px) {
  .seo-info__image {
    display: none;
  }
}

.seo-info__image img {
  width: 100%;
  height: auto;
}

.diagnostic-expert__card-info span {

  font-weight: 300;

  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.4;

  color: rgba(255, 255, 255, 0.66);
}

.diagnostic-process__wrap svg {
  margin-bottom: 20px;
}

.block-about-p-t section {
  padding-top: 0;
}

.seo-promo__audit-block {
  background: var(--new-bg);
  border-radius: 12px!important;

}

.seo-promo-title {
  border-radius: 12px 12px 0 0;
  padding: 24px 32px;
  height: 157px;
  background: var(--new-bg);
}

.seo-promo-title h2 {
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 130%;
  color: var(--new-accent);
  padding-bottom: clamp(8px, 1vw, 12px);
}

.seo-promo-title p {
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 140%;
  color: var(--new-light-text);
}



.seo-promo__audit-list {
  list-style: none;
  margin: 4px;
  border-radius: 6px;
  padding: clamp(16px, 3vw, 24px) clamp(16px, 4vw, 32px);
  background: var(--new-white-100);
}

.seo-promo__audit-list li {
  position: relative;
  padding-left: clamp(20px, 2vw, 24px);
  margin-bottom: clamp(8px, 1.2vw, 12px);
}

/* крестик */
.seo-promo__audit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;

  width: clamp(10px, 1.2vw, 13px);
  height: clamp(10px, 1.2vw, 13px);

  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 11.9167V7.33333H0.916667C0.410406 7.33333 0 6.92293 0 6.41667C0 5.91041 0.410406 5.5 0.916667 5.5H5.5V0.916667C5.5 0.410406 5.91041 0 6.41667 0C6.92293 0 7.33333 0.410406 7.33333 0.916667V5.5H11.9167C12.4229 5.5 12.8333 5.91041 12.8333 6.41667C12.8333 6.92293 12.4229 7.33333 11.9167 7.33333H7.33333V11.9167C7.33333 12.4229 6.92293 12.8333 6.41667 12.8333C5.91041 12.8333 5.5 12.4229 5.5 11.9167Z' fill='%235266FF'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* основной текст */
.seo-promo__audit-list li div {
  font-weight: 600;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 120%;
  color: #162443;
}

/* "От" / вводная часть */
.seo-promo__audit-list li span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(12px, 1.5vw, 14px);
  color: var(--new-light-text);
  margin-right: 4px;
}

.seo-promo__audit-wrap {
  margin: 4px;
  border-radius: 6px;
  padding: clamp(16px, 3vw, 24px) clamp(16px, 4vw, 32px);
  background: var(--new-white-100);
}

.seo-promo__audit-wrap img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-bottom: clamp(8px, 1.5vw, 16px);
  object-fit: cover;
}

/* аватарки команды — лёгкое наложение друг на друга */
.seo-promo__audit-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: clamp(8px, 1.5vw, 16px);
}

.seo-promo__audit-wrap .seo-promo__audit-img img {
  margin-bottom: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.seo-promo__audit-wrap .seo-promo__audit-img img + img {
  margin-left: -5px;
}

/* заголовок */
.seo-promo__audit-wrap h3 {

  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 120%;
  color: #162443;
  margin-bottom: clamp(6px, 1vw, 10px);
}

/* описание */
.seo-promo__audit-wrap p {

  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 140%;
  color: var(--new-light-text);
}

.seo-promo__audit-wrap span {
  font-weight: 600;
  color: #162443;
}

/* цена */
.seo-promo__price {

  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 130%;
  color: #162443;
  margin-bottom: clamp(6px, 1vw, 8px);
}


.seo-promo__price span {

  font-weight: 500;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 130%;
  color: var(--new-light-text);
  margin-right: 4px;
}

.seo-promo__price-wrap {
  border-radius: clamp(8px, 1.5vw, 12px);
  padding: clamp(16px, 3vw, 24px) clamp(16px, 4vw, 32px);
}

.seo-promo-audit {
  align-items: baseline;
}

.seo-promo__audit-bg .seo-promo-title {
  background: var(--new-accent);
}

.seo-promo__audit-bg h2 {
  color: var(--new-white-100);
}
.seo-promo__audit-bg .seo-promo-title p {
  color: var(--new-white-100);
}

a.seo-modern-btn {
  color: var(--new-accent) ;
  border: 1px solid var(--new-accent) ;
  background-color: var(--new-accent)!important;
  transition: all 0.25s ease;
}

a.seo-modern-btn:hover {
  color: var(--new-accent) !important;
  background-color: transparent !important;
  border: 1px solid var(--new-accent) !important;
}

.seo-production-price {
  background: var(--new-bg);
}
/* основной текст */
.seo-production-price-text {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 130%;
  color: #162443;
}

/* заголовок */
.seo-production-price-info h3 {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 140%;
  color: var(--new-light-text);
}

/* описание */
.seo-production-price-info p {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 140%;
  color: var(--new-light-text);
}

/* картинка */
.seo-production-price-img {
  max-width: clamp(260px, 35vw, 476px);
  max-height: clamp(300px, 40vw, 539px);
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .seo-production-price-img {
    display: none;
  }

  .seo-production-price-wrapper {
    flex-direction: column;
  }
}

/* обертка */
.seo-production-price-wrapper {
  display: flex;
  gap: clamp(16px, 4vw, 55px);
  margin-top: clamp(24px, 5vw, 60px);

}

/* отступы */
.seo-production-price-info {
  margin-top: clamp(16px, 3vw, 32px);
}

.seo-production-price-wrapper .diagnostic-hero__list {
  margin-top: clamp(16px, 3vw, 32px);
}

.seo-production-price-inner .diagnostic-hero__list {
  gap: clamp(12px, 2vw, 20px) clamp(16px, 3vw, 40px);
}

.diagnostic-process__wrap .h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* максимум 2 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;

  line-height: 120%;
  min-height: calc(1.2em * 2); /* фиксируем высоту под 2 строки */
}

.diagnostic-problem__title p {
  margin-top: 12px;
}

.diagnostic-process__item-head {
  position: relative;
}

.diagnostic-process__item-head span {
  position: absolute;
  right: 0;
}

.diagnostic-steps__item .p {
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 17px);
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7) !important;
}

.diagnostic-team-wrapper {
  padding-bottom: 0;
}

section.section-reviews.diagnostic-reviews {
  padding-bottom: clamp(60px, 6vw, 120px) !important;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

  }

  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs-item {
    white-space: nowrap;
    overflow: visible;
  }

  .breadcrumbs-item span {
    white-space: nowrap;
  }
}

.btn.modern-btn.modern-btn-no-yes {
  display: none;
}

@media (max-width: 768px) {
  .diagnostic-benefit__subtitle .h4 {
    font-weight: 400;
    line-height: 1.4;
    font-size: calc(0.6rem + 0.5vw);
  }
  .btn.modern-btn.modern-btn-no-d {
    display: none;
  }
  .btn.modern-btn.modern-btn-no-yes {
    display: flex;
  }
  .diagnostic-benefit__subtitle {
    display: block;
  }
  .diagnostic-benefit__subtitle .h4 {
    display: inline;
  }
  .diagnostic-benefit__subtitle .p {
    display: inline;
  }
}

.diagnostic-promo__head .h1 p {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1439px) {
  .diagnostic-promo__head .h1 p  {
    font-size: calc(1.375rem + 1vw);
  }
}

.seo-production-price-info ul li {
  font-weight: 400;
  color: var(--new-light-text);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.4;
  list-style: initial;
}

.seo-production-price-info ul {
  margin: clamp(15px, 3vw, 25px) 0;
  padding-left: 30px;
}

.diagnostic-keys__item-block {
  line-height: 1.2;
}