.title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  color: #575757;
  max-width: 715px;
}
@media (max-width: 767px) {
  .title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
.title strong {
  color: #00a3c1;
  font-family: Playfair Display, serif;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 767px) {
  .title strong {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
.title-reserve {
  max-width: 585px;
}
.subtitle {
  font-size: 24px;
  line-height: 36px;
  margin: auto;
  margin-bottom: 38px;
  text-align: center;
}
.subtitle span {
  font-weight: 700;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  border: unset;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.11);
  font-weight: 800;
  background-image: linear-gradient(0, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5);
  box-shadow: inset 0 0 13px rgba(255, 255, 255, 0.31);
  border-bottom: 8px solid #159db8;
  border-radius: 10px;
  width: 380px;
  height: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .button {
    width: 290px;
    height: 55px;
    font-size: 18px;
    max-width: 100%;
  }
}
.button img {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.button:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 12px 21px 29px rgba(23, 185, 205, 0.25);
  z-index: 0;
}
.button:hover {
  box-shadow: unset;
}
.slick-dots {
  position: relative !important;
}
.smi-slider {
  text-align: center;
}
.smi-slider .video-slider__item {
  display: inline-block;
  opacity: 1;
  overflow: visible;
}
.smi-slider .video-slider__item video {
  width: 100%;
}
.docs-slider .video-slider__item {
  width: 235px;
}
.docs-slider .video-slider__item img {
  width: 100%;
}
input.error {
  color: red;
  border-color: red;
}
input.error::placeholder {
  color: red !important;
}
.agreement-field {
  padding-top: 20px;
}
.agreement-field a {
  color: #00a0b4;
  text-decoration: underline;
}
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  display: none;
}
.page-loader img {
  display: inline-block;
  width: 25%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.header-top__logo {
  max-width: 100px;
}
header.wrapper--header {
  padding-bottom: 50px !important;
}
.wrapper--header {
  padding-bottom: 0 !important;
}
.wrapper--header .header-top {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .header-top {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header-top a {
    display: block;
    padding: 5px;
  }
}
.title.video-title {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .header-bg .mobile {
    display: block;
    width: 100%;
    max-width: 500px;
    right: -135px;
    top: 325px !important;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 800;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 800;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  outline: 0;
}
a {
  text-decoration: none;
  color: #190b02;
}
*,
*:before,
*:after,
html {
  box-sizing: border-box;
}
ul {
  padding-left: 0;
  list-style-type: none;
}
h1,
h2,
h3 {
  margin-top: 0;
}
p {
  margin-top: 0;
}
.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: 'Gilroy';
  font-size: 18px;
  position: relative;
  padding-bottom: 120px;
  color: #575757;
}
@media (max-width: 1170px) {
  .wrapper {
    font-size: 14px;
    padding-bottom: 60px;
  }
}
.wrapper--header {
  padding-bottom: 160px;
}
@media (max-width: 1170px) {
  .wrapper--header {
    padding-bottom: 40px;
  }
}
.wrapper--video {
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1170px) {
  .wrapper--video {
    padding-top: 30px;
  }
}
@media (max-width: 1170px) {
  .wrapper--reputation {
    padding-bottom: 0;
  }
}
.wrapper--reserve {
  overflow: hidden;
}
.wrapper--sert {
  overflow: hidden;
}
.wrapper--news {
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}
.wrapper--comments {
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}
.wrapper--footer {
  background-color: #e8e8e8;
  padding-top: 64px;
  padding-bottom: 40px;
}
.ycont {
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
}
.ycont--header {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .ycont--header {
    padding-top: 10px;
  }
}
.ycont--clear {
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .ycont--catalog {
    padding-left: 0;
    padding-right: 0;
  }
}
.ycont--question {
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ycont--question {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ycont--delete {
  top: 90px;
}
@media (max-width: 767px) {
  .ycont--delete {
    top: 0;
  }
}
@media (max-width: 1170px) {
  .header-btn {
    margin: auto;
  }
}
.wrapper--header {
  padding-bottom: 60px !important;
}
.header-ball {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
  box-shadow: 12px 21px 29px rgba(23, 185, 205, 0.25);
  width: 233px;
  height: 233px;
  border-radius: 50%;
  position: absolute;
  bottom: 90px;
  right: 150px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1170px) {
  .header-ball {
    display: none;
  }
}

/* === Отдельно только для шарика с ценой (не трогает kurs-ball / reserve-ball) === */
.header-ball--price {
  width: 200px;
  height: 200px;
  top: 490px;
  right: 281px;
  bottom: auto;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  transform: rotate(-10deg);
  z-index: 1;
}
@media (max-width: 1170px) {
  .header-ball--price {
    display: none;
  }
}
.header-bg-mobile {
  display: none;
}
@media (max-width: 1170px) {
  .ycont--header {
    position: relative;
  }
  .header-bg {
    display: none;
  }
  .header-bg-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  .header-bg-mobile::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 100%);
  }
  .header-bg-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% center;
    display: block;
  }
  .header-top,
  .header-main {
    position: relative;
    z-index: 1;
  }
}
.header-bg {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.header-bg img {
  position: absolute;
  width: 1920px;
  top: -70px;
}
@media (max-width: 1640px) {
  .header-bg img {
    right: -20%;
  }
}
@media (max-width: 1302px) {
  .header-bg img {
    right: -30%;
  }
}
@media (max-width: 1170px) {
  .header-bg img {
    display: none;
  }
}
.header-bg .mobile {
  display: none;
}
@media (max-width: 1170px) {
  .header-bg .mobile {
    display: block;
    width: 100%;
    max-width: 500px;
    right: -135px;
    top: 260px;
  }
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1170px) {
  .header-top {
    margin-bottom: 60px;
  }
}
.header-top__left {
  display: flex;
  align-items: center;
}
@media (max-width: 1170px) {
  .header-top__left {
    width: 100%;
  }
}
.header-top__right {
  display: flex;
  align-items: center;
}
.header-top__txt {
  max-width: 300px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1170px) {
  .header-top__txt {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
.header-top__logo {
  margin-right: 24px;
}
@media (max-width: 1170px) {
  .header-top__logo {
    width: 72px;
    margin-right: 4.65vw;
  }
}
.header-top__phone {
  font-weight: 800;
  font-size: 19px;
  color: #575757;
  position: relative;
  margin-right: 24px;
}
@media (max-width: 1170px) {
  .header-top__phone {
    font-size: 4vw;
    margin-right: 12px;
  }
}
.header-top__phone:after {
  content: '';
  position: absolute;
  right: -11px;
  width: 1px;
  bottom: 0;
  height: 100%;
  background-color: #000;
}
.header-top__link {
  font-size: 16px;
  line-height: 24px;
  color: #575757;
  text-decoration: underline;
  margin-right: 73px;
}
@media (max-width: 1170px) {
  .header-top__link {
    font-size: 3.6vw;
    margin-right: 0;
  }
}
.header-top__link.bottom {
  margin-right: 0;
}
.header-top__menu {
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.header-top__menu span {
  z-index: 3;
  position: relative;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  width: 41px;
  height: 22px;
  position: relative;
}
@media (max-width: 1170px) {
  .header-top__menu span {
    margin-left: 0;
  }
}
.header-top__menu span span {
  position: absolute;
  background-color: #17a2be;
  height: 2px;
  left: 0;
}
.header-top__menu span span:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.header-top__menu span span:nth-of-type(2) {
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.header-top__menu span span:nth-of-type(3) {
  width: 16px;
  bottom: 0;
}
@media (max-width: 1170px) {
  .header-top__menu {
    display: block;
  }
}
.header--title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
  max-width: 620px;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .header--title {
    font-size: 26px !important;
    line-height: 34px !important;
    max-width: 100%;
  }
}
.header-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 670px;
  margin-bottom: 60px;
}
@media (max-width: 1170px) {
  .header-block {
    flex-direction: column;
  }
  .header-block .header-item:nth-of-type(1) {
    max-width: 180px;
  }
  .header-block .header-item:nth-of-type(2) {
    max-width: 190px;
  }
}
@media (min-width: 380px) {
  .header-block .header-item:nth-of-type(3) {
    max-width: 280px;
  }
}
@media (min-width: 630px) {
  .header-block .header-item:nth-of-type(3) {
    max-width: unset;
  }
}
.header-item {
  width: 50%;
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  color: #575757;
}
@media (max-width: 1170px) {
  .header-item {
    width: 100%;
  }
}
.header-item img {
  margin-right: 17px;
}
.header-menu {
  display: none;
  position: absolute;
  right: -30px;
  top: 100%;
  margin-top: 20px;
  max-width: 660px;
  background-color: #fff;
  padding-top: 30px;
  font-size: 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  line-height: 42px;
  text-align: right;
  padding-bottom: 20px;
  z-index: 2;
}
@media (max-width: 1170px) {
  .header-menu {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    width: 100%;
    right: unset;
    left: 0;
  }
}
.header-menu__item {
  display: block;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  padding-left: 50px;
  padding-right: 34px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.header-menu__item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(184, 184, 184, 0.26);
}
.header-menu__item:hover {
  color: #28a6c1;
  background-image: linear-gradient(to top, rgba(0, 160, 180, 0.21) 0, rgba(89, 211, 233, 0.21) 42%, rgba(255, 255, 255, 0.21) 100%);
}
.video-slider {
  width: 1920px;
}
@media (max-width: 1170px) {
  .video-slider {
    width: 100%;
  }
}
.video-slider.sert-slider .video-slider__item {
  display: inline-block;
  opacity: 1;
  width: 320px;
  height: auto;
}
.video-slider__item {
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden;
  width: 525px;
  height: 294px;
  opacity: 0.23;
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .video-slider__item {
    padding: 15px;
    box-shadow: none !important;
    text-align: center;
    margin-bottom: 0;
  }
  .video-slider__item a {
    display: inline-block;
  }
  .video-slider__item img {
    display: inline-block;
  }
}
@media (max-width: 1170px) {
  .video-slider__item {
    width: 80vw;
    height: 240px;
  }
}
.video-slider__item.slick-current.slick-active {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 10px 12px 10px rgba(0, 0, 0, 0.17);
}
.video-slider__item.slick-current.slick-active:before {
  display: none;
}
.video-slider__item iframe {
  width: 100%;
  height: 100%;
}
.video-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  width: 31px;
  height: 31px;
  margin-top: 5px;
  border-radius: 10px;
  z-index: 1;
  transition: 0.3s;
  border: 1px solid #000;
}
.video-slider__arrow:hover {
  border-color: #17a2be;
  color: #17a2be;
}
.video-slider__arrow:active {
  transform: scale(0.95);
}
.video-slider__count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
}
.video-slider__num {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}
.video-slider__num b {
  font-size: 48px;
  font-weight: 800;
}
.number-abs {
  position: absolute;
  left: 0;
  top: -580px;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 2100px;
}
.number-abs img {
  position: absolute;
  width: 2000px;
  left: 21%;
  top: 0;
  height: auto;
}
@media (max-width: 1730px) {
  .number-abs img {
    left: 11%;
  }
}
@media (max-width: 1430px) {
  .number-abs img {
    left: 0;
  }
}
.number-txt {
  max-width: 543px;
  line-height: 27px;
  color: #575757;
  margin-top: 30px;
  margin-bottom: 75px;
}
.number-txt b {
  font-weight: 700;
}
.number-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: italic;
  font-family: 'Playfair Display';
  margin-bottom: 25px;
  font-weight: 600;
}
@media (max-width: 1170px) {
  .number-item {
    font-size: 16px;
  }
}
.number-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  flex-shrink: 0;
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
  box-shadow: 12px 21px 29px rgba(23, 185, 205, 0.25);
}
@media (max-width: 1170px) {
  .number-item__img {
    width: 59px;
    height: 59px;
  }
  .number-item__img img {
    transform: scale(0.7);
  }
}
.number-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-top: 100px;
  padding: 60px;
}
@media (max-width: 1170px) {
  .number-form {
    flex-direction: column;
    padding: 15px;
  }
}
.number-form__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  .number-form__title {
    font-size: 18px;
    line-height: 27px;
  }
}
.number-form__title span {
  color: #17a2be;
}
.number-form__subtitle {
  font-style: italic;
  font-size: 20px;
  font-family: 'Playfair Display';
  margin-bottom: 35px;
}
@media (max-width: 1170px) {
  .number-form__subtitle {
    font-size: 16px;
  }
}
.number-form__item {
  line-height: 25px;
}
.number-form__right {
  display: flex;
  flex-direction: column;
}
.number-form__input {
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-appearance: none;
  height: 70px;
  padding-left: 20px;
}
@media (max-width: 1170px) {
  .number-form__input {
    max-width: 420px;
    height: 55px;
  }
}
.number-form__btn {
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 1170px) {
  .number-form__btn {
    font-size: 14px;
    width: 100%;
  }
}
.kurs-abs {
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (max-width: 1170px) {
  .kurs-abs {
    display: none;
  }
}
.kurs-ball {
  bottom: unset;
  top: 120px;
  right: 280px;
  z-index: 1;
  font-weight: 600;
  padding-top: 30px;
}
@media (max-width: 1170px) {
  .kurs-ball {
    display: flex;
    position: static;
    font-size: 16px;
    line-height: 24px;
    margin: auto;
  }
}
.kurs-subtitle {
  margin-top: 60px;
  font-weight: 700;
  color: #575757;
  font-size: 24px;
  max-width: 583px;
  margin-bottom: 60px;
}
@media (max-width: 1170px) {
  .kurs-subtitle {
    font-size: 18px;
  }
}
.kurs-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 58%;
}
@media (max-width: 1170px) {
  .kurs-block {
    max-width: 100%;
  }
}
.kurs-block.second {
  max-width: 100%;
}
.kurs-item {
  width: 50%;
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1170px) {
  .kurs-item {
    width: 100%;
    font-size: 14px;
  }
}
.kurs-item img {
  margin-right: 18px;
}
.kurs-second__item {
  width: 33%;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  font-size: 20px;
  font-family: 'Playfair Display';
  font-style: italic;
}
@media (max-width: 1170px) {
  .kurs-second__item {
    width: 100%;
    font-size: 16px;
  }
}
.disease-bg {
  position: absolute;
  left: 0;
  top: -600px;
  height: 200%;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.disease-bg img {
  width: 1920px;
  transform: translate(-10%, 0);
  height: auto;
  top: 0;
  position: absolute;
}
.disease-abs {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: -1;
  width: 645px;
  height: 200px;
}
.disease-abs img {
  height: auto;
  position: absolute;
  top: 0;
  right: -20%;
}
@media (max-width: 1427px) {
  .disease-abs img {
    right: -13%;
  }
}
@media (max-width: 1327px) {
  .disease-abs img {
    right: -9%;
  }
}
@media (max-width: 1275px) {
  .disease-abs img {
    display: none;
  }
}
.disease-block {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}
.disease-left {
  width: 49%;
}
@media (max-width: 1170px) {
  .disease-left {
    width: 100%;
    background-color: #fff;
  }
}
.disease-left .disease-item:last-of-type {
  margin-bottom: 0;
}
.disease-right {
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  border-radius: 10px;
  width: 49%;
  line-height: 30px;
  padding: 30px;
  background-color: #fff;
}
.disease-right b {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
.disease-right b:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 27px;
}
@media (max-width: 1170px) {
  .disease-right {
    display: none;
  }
}
.disease-item {
  margin-bottom: 18px;
  background-color: #fff;
}
.disease-item__body {
  padding: 30px;
  line-height: 30px;
}
.disease-item__body b {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 27px;
}
.disease-item__head {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  height: 78px;
  padding-left: 50px;
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 25px;
  width: 100%;
  transition: 0.3s;
}
.disease-item__plus {
  flex-shrink: 0;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #17a2be;
  transition: 0.3s;
}
.disease-item__head.active .disease-item__plus {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1170px) {
  .disease-item__head {
    font-size: 16px;
    padding-left: 20px;
  }
  .disease-item__plus {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}
.disease-item__head.active {
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
  box-shadow: 12px 21px 29px rgba(23, 185, 205, 0.25), inset 0 0 13px rgba(255, 255, 255, 0.31);
  color: #fff;
}
.disease-item__body {
  display: none;
}
.title-reserve {
  max-width: 585px;
}
@media (max-width: 1170px) {
  .title-reserve {
    min-height: 210px;
    margin-bottom: 0;
  }
}
.reserve-abs {
  position: absolute;
  right: -100px;
  top: 0;
  width: 730px;
}
@media (max-width: 1170px) {
  .reserve-abs {
    right: unset;
    left: -30px;
    top: 780px;
    width: 420px;
  }
}
.reserve-txt {
  max-width: 575px;
  line-height: 30px;
  margin-top: 55px;
  margin-bottom: 87px;
}
@media (max-width: 1170px) {
  .reserve-txt {
    margin-top: 5px;
    margin-bottom: 30px;
    min-height: 241px;
    line-height: 26px;
  }
}
.reserve-txt span {
  color: #17a2be;
  font-weight: 800;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
.reserve-line {
  padding-top: 42px;
  padding-bottom: 34px;
  padding-left: 20px;
  padding-right: 154px;
  margin-bottom: 80px;
  border-radius: 10px;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  z-index: 1;
  max-width: 970px;
  font-size: 20px;
  position: relative;
}
@media (max-width: 1170px) {
  .reserve-line {
    font-size: 16px;
    margin-bottom: 450px;
    padding-right: 15px;
    min-height: 320px;
  }
}
.reserve-line__span {
  color: #17a2be;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
.reserve-ball {
  right: 0;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 315px;
  height: 315px;
  padding-top: 20px;
}
@media (max-width: 1170px) {
  .reserve-ball {
    display: flex;
    bottom: -280px;
    font-size: 16px;
    width: 279px;
    height: 279px;
    right: unset;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.reserve-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 45px;
  max-width: 1080px;
}
@media (max-width: 1170px) {
  .reserve-block {
    max-width: 570px;
  }
}
.reserve-item {
  width: 50%;
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1170px) {
  .reserve-item {
    width: 100%;
  }
}
.reserve-item img {
  margin-right: 18px;
}
.why-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  height: 200%;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.why-bg img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1920px;
  height: auto;
  position: absolute;
}
.why-block {
  display: inline;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 1170px) {
  .why-block {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.why-abs {
  margin: auto;
  display: block;
}
@media (max-width: 1170px) {
  .why-abs {
    max-width: 100%;
    z-index: -1;
    transform: translateX(-11px);
  }
}
.why-item {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-90%);
  width: 410px;
  padding-right: 30px;
  line-height: 30px;
}
@media (max-width: 1170px) {
  .why-item {
    order: 10;
  }
}
.why-item.p2 {
  left: unset;
  right: 0;
  transform: translateX(90%);
  padding-right: 0;
  padding-left: 90px;
}
@media (max-width: 1170px) {
  .why-item.p2 {
    order: 9;
  }
}
.why-item.p2 .why-item__count {
  right: unset;
  left: 0;
}
.why-item.p3 {
  top: 160px;
  left: 10px;
  padding-right: 40px;
}
@media (max-width: 1170px) {
  .why-item.p3 {
    order: 8;
  }
}
.why-item.p4 {
  left: unset;
  right: 0;
  transform: translateX(90%);
  top: 160px;
  padding-left: 90px;
}
@media (max-width: 1170px) {
  .why-item.p4 {
    order: 7;
  }
}
.why-item.p4 .why-item__count {
  right: unset;
  left: 0;
}
.why-item.p5 {
  top: 270px;
}
@media (max-width: 1170px) {
  .why-item.p5 {
    order: 6;
  }
}
.why-item.p6 {
  left: unset;
  right: 0;
  transform: translateX(90%);
  top: 290px;
  padding-left: 90px;
}
@media (max-width: 1170px) {
  .why-item.p6 {
    order: 5;
  }
}
.why-item.p6 .why-item__count {
  right: unset;
  left: 0;
}
.why-item.p7 {
  top: 390px;
  left: 10px;
}
@media (max-width: 1170px) {
  .why-item.p7 {
    order: 4;
  }
}
.why-item.p8 {
  left: unset;
  right: 0;
  transform: translateX(90%);
  top: 360px;
  padding-left: 90px;
}
@media (max-width: 1170px) {
  .why-item.p8 {
    order: 3;
  }
}
.why-item.p8 .why-item__count {
  right: unset;
  left: 0;
}
.why-item.p10 {
  left: unset;
  right: 10px;
  transform: translateX(90%);
  top: 480px;
  padding-left: 90px;
}
@media (max-width: 1170px) {
  .why-item.p10 {
    order: 1;
  }
}
.why-item.p10 .why-item__count {
  right: unset;
  left: 0;
}
.why-item.p9 {
  top: 520px;
}
@media (max-width: 1170px) {
  .why-item.p9 {
    order: 2;
  }
}
.why-item b {
  font-size: 20px;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 1170px) {
  .why-item b {
    font-size: 16px;
    line-height: 24px;
  }
}
.why-item__count {
  color: #fff;
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 36px;
  padding-bottom: 10px;
  box-shadow: 12px 21px 29px rgba(23, 185, 205, 0.25);
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1170px) {
  .why-block .why-item {
    position: static;
    transform: unset;
    display: flex;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    align-items: center;
  }
  .why-block .why-item__count {
    margin-right: 20px;
    flex-shrink: 0;
    position: static;
  }
}
.why-btn {
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 1170px) {
  .why-btn {
    top: -30px;
  }
}
.why-btn__span {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-family: 'Playfair Display';
  font-size: 32px;
  font-style: italic;
  color: #575757;
  border-radius: 60%;
  box-shadow: 0 0 27px rgba(0, 3, 6, 0.03);
  width: 168px;
  height: 137px;
  background: #fff;
  text-align: center;
}
@media (max-width: 1170px) {
  .why-btn__span {
    width: 134px;
    font-size: 26px;
    height: 110px;
  }
}
.why-txt {
  font-family: 'Playfair Display';
  font-size: 20px;
  line-height: 30px;
  color: #575757;
  font-style: italic;
  text-align: center;
  display: block;
  margin: auto;
}
@media (max-width: 1170px) {
  .why-txt {
    font-size: 16px;
  }
}
.why-txt span {
  color: #17a2be;
}
.reputation-title {
  max-width: 510px;
}
@media (max-width: 1170px) {
  .reputation-title {
    margin-bottom: 30px;
  }
}
.reputation-abs {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: -1;
  width: 481px;
  height: 480px;
}
@media (max-width: 1170px) {
  .reputation-abs {
    width: 320px;
    top: unset;
    bottom: 120px;
    z-index: 1;
    overflow: hidden;
  }
}
.reputation-abs img {
  height: auto;
  position: absolute;
  top: 0;
  right: -30px;
}
@media (max-width: 1250px) {
  .reputation-abs img {
    right: 0;
    overflow: hidden;
  }
}
@media (max-width: 1170px) {
  .reputation-abs img {
    right: -75px;
  }
}
.reputation-txt {
  line-height: 30px;
  max-width: 758px;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 1170px) {
  .reputation-txt {
    margin-bottom: 230px;
    margin-top: 15px;
  }
}
.reputation-line {
  max-width: 100%;
  padding-right: 120px;
  line-height: 30px;
}
@media (max-width: 1170px) {
  .reputation-line {
    margin-bottom: 30px;
    padding-right: 15px;
  }
}
.reputation-line strong {
  font-family: 'Playfair Display';
  font-style: italic;
  color: #17a2be;
  font-weight: 700;
}
.sert-slider {
  width: 100%;
}
.sert-slider .video-slider__item {
  height: 470px;
  width: 343px;
}
.sert-slider .video-slider__item img {
  width: 100%;
  height: 100%;
}
.steps-bg {
  position: absolute;
  right: 0;
  top: 50%;
  height: 2100px;
  overflow: hidden;
  width: 100%;
  transform: translate(0, -70%);
  z-index: -1;
}
.steps-bg img {
  width: 1920px;
  height: auto;
  right: -30%;
  top: 0;
  position: absolute;
}
.steps-title {
  text-align: center;
  max-width: 100%;
}
.steps-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 1170px) {
  .steps-block {
    max-width: 320px;
    margin: auto;
    flex-wrap: wrap;
  }
}
.steps-item__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  border-radius: 10px;
  width: 180px;
  height: 64px;
  font-family: 'Playfair Display';
  font-size: 30px;
  font-style: italic;
  line-height: 30px;
  transition: 0.3s;
}
@media (max-width: 1170px) {
  .steps-item__head {
    width: 131px;
    height: 48px;
    font-size: 20px;
  }
}
.steps-item__head.active {
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
  box-shadow: inset 0 0 13px rgba(255, 255, 255, 0.31);
  color: #fff;
}
.steps-item__body {
  display: none;
}
.steps-btn {
  margin: auto;
  margin-bottom: 34px;
}
.steps-subtitle {
  text-align: center;
  color: #17a2be;
  font-family: 'Playfair Display';
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 1170px) {
  .steps-subtitle {
    font-size: 16px;
    max-width: 280px;
    margin: auto;
  }
}
.steps-out {
  text-align: center;
  line-height: 30px;
  color: #575757;
  margin-bottom: 34px;
}
.comments-slider {
  width: 1590px;
}
@media (max-width: 1170px) {
  .comments-slider {
    width: 100%;
  }
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1170px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.footer-top__left {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1170px) {
  .footer-top__left {
    margin-bottom: 25px;
    width: 100%;
  }
}
.footer-top__txt {
  max-width: 300px;
  margin: 0;
}
@media (max-width: 1170px) {
  .footer-top__txt {
    max-width: unset;
    font-size: 3vw;
    line-height: 3.2vw;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1170px) {
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 1170px) {
  .footer-right {
    display: flex;
    align-items: center;
  }
}
.footer-logo {
  margin-right: 24px;
}
@media (max-width: 1170px) {
  .footer-logo {
    width: 80px;
    margin-right: 4vw;
  }
}
.footer-item {
    
  opacity: 0.5;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1170px) {
  .footer-item {
    margin-bottom: 15px;
  }
}
.footer-social {
  display: flex;
  align-items: center;
}
@media (max-width: 1170px) {
  .footer-social {
    margin-bottom: 20px;
  }
}
.footer-social__item {
  color: #fff;
  margin-left: 13px;
  font-size: 28px;
  box-shadow: inset 0 0 13px rgba(255, 255, 255, 0.31);
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.footer-social__item:hover {
  transform: scale(0.9);
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: #fff;
  padding: 45px;
  border-radius: 10px;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
}
.modal-info {
  height: 100%;
  overflow: auto;
}
@media (max-width: 1170px) {
  .modal {
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 450px;
  }
}
.modal-title {
  font-size: 24px;
  color: #17a2be;
  margin-bottom: 35px;
  font-weight: 600;
}
.modal-txt {
  line-height: 30px;
}
.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modal-close {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 32px;
  cursor: pointer;
}
.problem-slider {
  width: 360px;
  height: 400px;
  margin-bottom: 34px;
}
.problem-slider img {
  width: auto;
  height: 100%;
}
.problem-title {
  text-align: center;
  max-width: 532px;
  margin: auto;
  margin-bottom: 38px;
}
@media (max-width: 1170px) {
  .problem-title {
    margin-bottom: 25px;
  }
}
.problem-subtitle {
  max-width: 748px;
}
.problem-toggle {
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  border-radius: 31px;
  display: flex;
  color: #575757;
  background-color: #fff;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  margin-bottom: 40px;
  width: 500px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .problem-toggle {
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    height: 122px;
  }
}
.problem-toggle__item {
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 31px;
}
@media (max-width: 1170px) {
  .problem-toggle__item {
    width: 100%;
    height: 50%;
  }
}
.problem-toggle__item.active {
  color: #fff;
  background-image: linear-gradient(#8cd4e8, #3c66a0);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.19);
}
.problem-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1170px) {
  .problem-block {
    flex-direction: column-reverse;
  }
}
.problem-left {
  width: 70%;
  height: 775px;
  background-image: url(../img/problem-bg.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% -75%;
  position: relative;
}
@media (max-width: 1170px) {
  .problem-left {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}
.problem-right {
  width: 30%;
}
@media (max-width: 1170px) {
  .problem-right {
    width: 100%;
    margin-bottom: 35px;
  }
}
.problem-item {
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 10px;
  box-shadow: 0 0 27px rgba(0, 3, 6, 0.1);
  width: 364px;
  height: 174px;
  position: absolute;
  padding: 20px;
}
.problem-item__tag-block {
  display: none;
}
.problem-item__tag {
  display: none;
}
@media (max-width: 767px) {
  .problem-item__tag {
    display: flex;
    align-items: center;
    box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
    background-image: linear-gradient(#8cd4e8, #3c66a0);
    background-color: #fff;
    border-radius: 5px;
    font-size: 30px;
    position: absolute;
    left: -10px;
    top: -15px;
    color: #fff;
    justify-content: center;
    padding: 5px;
  }
  .problem-item__tag sub,
  .problem-item__tag sup {
    font-size: 16px;
  }
  .problem-item__tag-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    position: absolute;
    left: -10px;
    top: -15px;
  }
  .problem-item__tag-block .problem-item__tag {
    position: static;
  }
}
.page-404 {
  margin-bottom: 150px;
}

.page-404__wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404__main-title {
  width: 100%;
  max-width: 50%;
}
.page-404__main-title h1 {
  font-weight: 400;
  font-size: 220px;
  line-height: 1;
  margin: 0;
}

.page-404__content {
  width: 211px;
  margin-left: 30px;
}

.page-404__title {
  margin-bottom: 20px;
}

.page-404__text {
  margin-bottom: 30px;
  color: #717784;
}
.page-404__link {
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a364b;
}

@media (max-width: 767px) {
  .page-404 {
    margin-bottom: 80px;
  }
  .page-404__wrapp {
    flex-direction: column;
  }
  .page-404__main-title {
    max-width: 100%;
    text-align: center;
  }
  .page-404__main-title h1 {
    font-size: 110px;
  }
  .page-404__content {
    margin-top: 50px;
    margin-left: 0px;
  }
}
.problem-item.p1 {
  top: 40px;
  left: 0;
}
@media (max-width: 767px) {
  .problem-item.p1 {
    order: 2;
  }
}
.problem-item.p1 .problem-item__point {
  right: 0;
  top: 0;
  transform: translate(25%, -50%);
}
.problem-item.p2 {
  right: 36px;
  top: 0;
}
@media (max-width: 767px) {
  .problem-item.p2 {
    order: 1;
  }
}
.problem-item.p2 .problem-item__point {
  left: 0;
  top: 0;
  transform: translate(-25%, -50%);
}
.problem-item.p3 {
  top: 280px;
  left: 0;
}
@media (max-width: 767px) {
  .problem-item.p3 {
    order: 3;
  }
}
.problem-item.p3 .problem-item__point {
  right: 0;
  top: 0;
  transform: translate(25%, -50%);
}
.problem-item.p4 {
  top: 193px;
  right: 0;
}
@media (max-width: 767px) {
  .problem-item.p4 {
    order: 4;
  }
}
.problem-item.p4 .problem-item__point {
  left: 0;
  top: 0;
  transform: translate(-25%, -50%);
}
.problem-item.p5 {
  top: 480px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 1170px) {
  .problem-item.p5 {
    transform: unset;
    order: 5;
  }
}
.problem-item.p5 .problem-item__point {
  left: 0;
  top: 0;
  transform: translate(-25%, -50%);
}
.problem-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .problem-item__title {
    font-size: 18px;
  }
}
.problem-item__txt {
  line-height: 25px;
}
.problem-item__point {
  height: 32px;
  width: 32px;
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  background-image: linear-gradient(#8cd4e8, #3c66a0);
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1170px) {
  .problem-item__point {
    display: none;
  }
}
.problem-item__point:before {
  content: '';
  width: 35%;
  height: 35%;
  border-radius: 50%;
  background-color: #b5fbff;
}
@media (max-width: 1170px) {
  .problem-item.p1,
  .problem-item.p2,
  .problem-item.p3,
  .problem-item.p4,
  .problem-item.p5 {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    bottom: unset;
    right: unset;
    margin-bottom: 35px;
    padding-top: 35px;
    max-width: 560px;
    width: 100%;
    height: auto;
  }
  .problem-item.p1 .problem-item__point,
  .problem-item.p2 .problem-item__point,
  .problem-item.p3 .problem-item__point,
  .problem-item.p4 .problem-item__point,
  .problem-item.p5 .problem-item__point {
    left: 0;
    top: 0;
    transform: translate(-25%, -50%);
  }
}
.problem-tab__img {
  margin-bottom: 34px;
  max-width: 100%;
}
.problem-tab__title {
  display: inline-block;
  margin-left: 20px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  background-image: linear-gradient(#8cd4e8, #3c66a0);
  color: #fff;
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  border-radius: 28px;
  background-color: #fff;
  margin-bottom: 22px;
}
.problem-tab__txt {
  margin-left: 20px;
  line-height: 25px;
}
.clear-img {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 30%;
}
.clear-img#clearImg2 {
  bottom: -40px;
}
.clear-top {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .clear-top {
    flex-direction: column;
  }
}
.clear-title {
  font-size: 40px;
  font-family: 'Playfair Display';
  font-weight: 500;
  line-height: 50px;
  max-width: 420px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .clear-title {
    font-size: 24px;
    line-height: 30px;
    margin-right: 0;
  }
}
.clear-txt {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .clear-txt {
    font-size: 16px;
    line-height: 23px;
  }
}
.clear-human {
  max-width: 820px;
  margin-left: auto;
}
.clear-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .clear-block {
    flex-direction: column;
  }
}
.clear-left {
  width: 48%;
}
@media (max-width: 767px) {
  .clear-left {
    width: 100%;
  }
}
.clear-right {
  width: 48%;
}
@media (max-width: 767px) {
  .clear-right {
    width: 100%;
  }
}
.clear-bottom__block {
  background-image: url(../img/clear-bottom__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 860px;
  margin-left: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .clear-bottom__block {
    background-image: unset;
    width: 100%;
    max-width: 680px;
    margin: auto;
  }
}
.clear-bottom__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 767px) {
  .clear-bottom__title {
    margin-top: 15px;
  }
}
.clear-bottom__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 25px;
}
.clear-bottom__item img {
  margin-right: 15px;
}
.water-mobile {
  display: none;
}
@media (max-width: 767px) {
  .water-mobile {
    display: block;
    font-weight: 800;
    color: red;
    max-width: 180px;
    font-size: 17px;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 0;
  }
  .water-mobile.catalog {
    max-width: 70%;
    margin: auto;
  }
}
.water-mobile__point {
  display: none;
}
@media (max-width: 767px) {
  .water-mobile__point {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    background-image: linear-gradient(#8cd4e8, #3c66a0);
    box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
    font-size: 18px;
    background-color: #fff;
    font-weight: 600;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
  }
  .water-mobile__point.p1 {
    right: 83px;
    top: 46px;
  }
  .water-mobile__point.p2 {
    bottom: 100px;
    right: 126px;
  }
  .water-mobile__point.p3 {
    top: 46px;
    right: 148px;
  }
  .water-mobile__point.p4 {
    bottom: 100px;
    left: 65px;
  }
  .water-mobile__point.p5 {
    top: 30px;
    left: 105px;
  }
}
@media (max-width: 767px) {
  .water-bg {
    position: relative;
    z-index: -1;
    margin: auto;
    width: 340px;
    top: 0;
  }
}
.water-bg.second {
  display: none;
}
@media (max-width: 767px) {
  .water-bg.second {
    display: block;
    top: unset;
    bottom: 120px;
    left: 0;
    right: unset;
    transform: translateX(-50%);
  }
}
.water-abs1 {
  position: absolute;
  left: -11%;
  top: 0;
  width: 38.5%;
}
@media (max-width: 767px) {
  .water-abs1 {
    display: none;
  }
}
.water-abs2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 38.2%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .water-abs2 {
    display: none;
  }
}
.water-title {
  text-align: center;
}
.water-subtitle {
  max-width: 695px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .water-subtitle {
    margin-bottom: 40px;
  }
}
.water-block {
  margin: auto;
  margin-top: 180px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .water-block {
    display: flex;
    flex-direction: column;
    width: 320px;
    margin-top: 30px;
  }
}
.water-item {
  position: absolute;
}
.water-item .problem-item {
  width: 440px;
}
.water-item .problem-item__close {
  display: none;
  color: #fff;
}
@media (max-width: 767px) {
  .water-item .problem-item__point {
    width: 20px;
    height: 20px;
  }
}
.water-item .problem-item__point:before {
  background-color: #fff;
}
.water-item.p1 {
  top: 0;
  right: 80px;
}
@media (max-width: 767px) {
  .water-item.p1 {
    order: 3;
  }
}
.water-item.p1 .water-item__item {
  top: 0;
  left: 0;
  transform: translate(-90%, -90%);
}
.water-item.p1 .water-item__item .problem-item__point {
  bottom: 0;
  right: 0;
  transform: translate(20%, 20%);
}
@media (max-width: 767px) {
  .water-item.p1 .water-item__item .problem-item__point {
    left: 30%;
    right: unset;
    transform: translate(0, 50%);
    z-index: 1;
  }
}
.water-item.p2 {
  left: 140px;
  top: 30px;
}
@media (max-width: 767px) {
  .water-item.p2 {
    order: 1;
  }
}
.water-item.p2 .water-item__item {
  bottom: 0;
  left: 0;
  transform: translate(-90%, 90%);
}
.water-item.p2 .water-item__item .problem-item__point {
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
}
@media (max-width: 767px) {
  .water-item.p2 .water-item__item .problem-item__point {
    transform: translateX(-100%);
    right: 20px;
    top: -5px;
  }
}
.water-item.p3 {
  left: 280px;
  top: 30px;
}
@media (max-width: 767px) {
  .water-item.p3 {
    order: 4;
  }
}
.water-item.p3 .water-item__item {
  bottom: 0;
  right: 0;
  transform: translate(90%, 90%);
}
.water-item.p3 .water-item__item .problem-item__point {
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
}
.water-item.p4 {
  left: 110px;
  bottom: 180px;
}
@media (max-width: 767px) {
  .water-item.p4 {
    order: 2;
  }
}
.water-item.p4 .water-item__item {
  bottom: 0;
  left: 0;
  transform: translate(-90%, 90%);
}
.water-item.p4 .water-item__item .problem-item__point {
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
}
@media (max-width: 767px) {
  .water-item.p4 .water-item__item .problem-item__point {
    transform: translateX(-100%);
    right: 20px;
    top: -5px;
  }
}
.water-item.p5 {
  right: 160px;
  bottom: 145px;
}
@media (max-width: 767px) {
  .water-item.p5 {
    order: 5;
  }
}
.water-item.p5 .water-item__item {
  bottom: 0;
  right: 0;
  transform: translate(90%, 90%);
}
.water-item.p5 .water-item__item .problem-item__point {
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
}
@media (max-width: 767px) {
  .water-item.p2 .water-item__img,
  .water-item.p4 .water-item__img {
    right: 20px;
    top: 0;
    transform: translate(0, -100%);
  }
  .water-item.p3 .water-item__img,
  .water-item.p5 .water-item__img {
    left: 0;
    top: 0;
    transform: translate(-35%, -100%);
  }
  .water-item.p1 .water-item__img {
    left: 25%;
    bottom: 0;
    transform: translate(0, 100%);
  }
  .water-item.p1,
  .water-item.p2,
  .water-item.p3,
  .water-item.p4,
  .water-item.p5 {
    position: absolute;
    display: none;
    left: 50%;
    right: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    width: 100%;
    max-width: 650px;
    height: auto;
    margin-bottom: 70px;
  }
  .water-item.p1 .problem-item__point,
  .water-item.p2 .problem-item__point,
  .water-item.p3 .problem-item__point,
  .water-item.p4 .problem-item__point,
  .water-item.p5 .problem-item__point {
    display: none;
  }
  .water-item.p1 .problem-item__close,
  .water-item.p2 .problem-item__close,
  .water-item.p3 .problem-item__close,
  .water-item.p4 .problem-item__close,
  .water-item.p5 .problem-item__close {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(#8cd4e8, #3c66a0);
  }
  .water-item.p1 .water-item__img,
  .water-item.p2 .water-item__img,
  .water-item.p3 .water-item__img,
  .water-item.p4 .water-item__img,
  .water-item.p5 .water-item__img {
    display: none;
    width: 50px;
    position: absolute;
    z-index: 1;
  }
  .water-item.p1 .water-item__item,
  .water-item.p2 .water-item__item,
  .water-item.p3 .water-item__item,
  .water-item.p4 .water-item__item,
  .water-item.p5 .water-item__item {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    transform: unset;
    width: 100%;
    height: auto;
    max-width: 650px;
  }
  .water-item.p1 {
    display: block;
  }
  .water-item.p4 {
    margin-bottom: 90px;
  }
}
.delete-abs {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
@media (max-width: 767px) {
  .delete-abs {
    z-index: 0;
    transform: translateY(-100%);
    top: 0;
  }
}
.delete-title {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .delete-title {
    margin-bottom: 25px;
  }
}
.delete-subtitle {
  text-align: left;
  max-width: 478px;
  margin-right: auto;
  margin-left: 0;
}
.complete-title {
  text-align: center;
  max-width: 698px;
  margin: auto;
  margin-bottom: 53px;
}
.complete-subtitle {
  max-width: 713px;
  margin-bottom: 65px;
}
.complete-block {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .complete-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.complete-left {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .complete-left {
    width: 100%;
  }
}
.complete-item {
  width: 32%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .complete-item {
    width: 100%;
  }
}
.complete-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 50%;
  background-image: linear-gradient(#8cd4e8, #3c66a0);
}
.complete-item__title {
  font-weight: 700;
  font-size: 20px;
}
.complete-right {
  width: 33%;
}
@media (max-width: 767px) {
  .complete-right {
    width: 100%;
    max-width: 210px;
  }
}
.complete-btn {
  margin: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .catalog-title {
    text-align: center;
    margin-bottom: 25px;
  }
}
.catalog-item {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  overflow: hidden;
  width: 397px;
  padding-top: 40px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  z-index: 2;
  opacity: 0.56;
  margin-top: 120px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .catalog-item {
    width: 93vw;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.catalog-item.slick-current {
  transform: scale(1.2);
  z-index: 3;
  opacity: 1;
}
@media (max-width: 767px) {
  .catalog-item.slick-current {
    transform: unset;
  }
}
.catalog-item__param {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.catalog-item__title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 27px;
}
.catalog-item__title span {
  font-weight: 700;
}
.catalog-item__p {
  margin-bottom: 7px;
  text-align: center;
}
.catalog-item__img {
  margin: auto;
  margin-bottom: 30px;
}
.catalog-item__img.sol {
  width: 160px;
}
.catalog-slider {
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .catalog-slider {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.catalog-btn {
  width: 218px;
  height: 54px;
  margin: auto;
  margin-top: 25px;
  font-size: 14px;
}
.slick-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .slick-arrow {
    top: 0;
    bottom: unset;
    width: 45px;
    height: 45px;
    z-index: 1;
    background-image: linear-gradient(#8cd4e8, #3c66a0);
  }
}
.slick-arrow:hover {
  background-image: linear-gradient(#8cd4e8, #3c66a0);
}
.slick-prev {
  left: 0;
  transform: translate(-100%, -50%);
}
@media (max-width: 767px) {
  .slick-prev {
    transform: unset;
    left: 15px;
  }
}
.slick-next {
  right: 0;
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .slick-next {
    transform: unset;
    right: 15px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  background-color: #eee;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background-image: linear-gradient(#8cd4e8, #3c66a0);
}
.slick-dots li button {
  width: 0;
  display: none;
}
.modal {
  display: none;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 11;
  overflow: scroll;
  border-radius: 15px;
}
.modal .question-form {
  background-color: #fff;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  font-size: 32px;
}
.modal-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.footer-info__item {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.footer-info__item i {
  width: 20px;
  color: #3c66a0;
  margin-right: 8px;
}
.footer-logo {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 30px;
  }
}
.footer-logo__txt {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-logo__txt {
    font-size: 11px;
    line-height: 13px;
  }
}
.footer-logo img {
  width: 80px;
  margin-right: 23px;
}
@media (max-width: 767px) {
  .footer-logo img {
    width: 65px;
  }
}
.footer-socials__block {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-socials__block {
    justify-content: center;
  }
}
.footer-socials__txt {
  margin-bottom: 10px;
}
.footer-socials__item {
  display: flex;
  background-image: linear-gradient(#8cd4e8, #3c66a0);
  align-items: center;
  justify-content: center;
  width: 58px;
  font-size: 32px;
  height: 58px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.footer-socials__item.inst {
  background-image: linear-gradient(0, #ff415e 0, #ff8fa4);
}
.footer-socials__item.vk {
  background-image: linear-gradient(0, #20afe7 0, #b4e6ff);
}
.footer-socials__item.whatsapp {
  background-image: linear-gradient(0, #40cd14 0, #99ffac);
}
.footer-socials__item.telegram {
  background-image: linear-gradient(0, #27b2e8 0, #8feeff);
}
.footer-socials__item.viber {
  background-image: linear-gradient(0, #9a41ff 0, #d68fff);
}
@media (max-width: 767px) {
  .footer-socials__item {
    width: 41px;
    height: 41px;
    font-size: 23px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.footer-btn {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .footer-btn {
    width: 230px;
    height: 55px;
    font-size: 16px;
  }
}
.footer-polit {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer-polit {
    margin-bottom: 30px;
    display: block;
  }
}
.question-right {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .question-right {
    width: 100%;
  }
}
.question-left {
  margin-right: 45px;
  max-width: 774px;
  width: 100%;
}
@media (max-width: 767px) {
  .question-left {
    margin-right: 0;
    margin-bottom: 120px;
  }
}
.question-subtitle {
  text-align: left;
  max-width: 644px;
  margin: 0;
  margin-bottom: 45px;
}
.question-item {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  transition: 0.3s;
  font-size: 15px;
  line-height: 23px;
}
.question-item.active i {
  transform: translateY(-50%) rotate(180deg);
}
.question-item__body {
  display: none;
  padding: 20px;
  padding-top: 0;
  color: #545454;
}
.question-item__head {
  padding: 20px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 20px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .question-item__head {
    font-size: 16px;
  }
}
.question-item__head i {
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
}
.question-master {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.question-master img {
  margin-right: 30px;
}
.question-master__txt {
  position: relative;
  top: 10px;
  font-size: 15px;
  line-height: 23px;
}
.question-form {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 35px;
  max-width: 388px;
  width: 100%;
  box-shadow: 0 4px 23px 12px rgba(192, 192, 192, 0.2);
  border-radius: 10px;
}
.question-form__input {
  width: 100%;
  height: 63px;
  padding-left: 15px;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background-color: #fff;
}
.question-form textarea {
  height: 115px;
  padding-top: 15px;
  resize: none;
}
.question-form__title {
  margin-bottom: 32px;
  font-family: 'Playfair Display';
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .question-form__title {
    font-size: 24px;
  }
}
.question-form__subtitle {
  margin-bottom: 18px;
  color: #4f4f4f;
  font-size: 18px;
  text-align: center;
}
.question-form__img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(34%, -70%);
}
@media (max-width: 767px) {
  .question-form__img {
    width: 180px;
  }
}
.question-form__btn {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .question-form__btn {
    width: 235px;
  }
}
.question-form__priv {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: rgba(99, 99, 99, 0.6);
  font-weight: 600;
  max-width: 243px;
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  .title strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}

.medazor-callback-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
  box-shadow: 0 8px 20px rgba(23, 162, 190, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  z-index: 999;
  transition: 0.3s;
  animation: medazor-callback-pulse 2.2s infinite;
}
.medazor-callback-button:hover {
  transform: scale(1.08);
  color: #fff;
}
@keyframes medazor-callback-pulse {
  0% {
    box-shadow: 0 8px 20px rgba(23, 162, 190, 0.45), 0 0 0 0 rgba(23, 162, 190, 0.45);
  }
  70% {
    box-shadow: 0 8px 20px rgba(23, 162, 190, 0.45), 0 0 0 14px rgba(23, 162, 190, 0);
  }
  100% {
    box-shadow: 0 8px 20px rgba(23, 162, 190, 0.45), 0 0 0 0 rgba(23, 162, 190, 0);
  }
}
@media (max-width: 767px) {
  .medazor-callback-button {
    width: 54px;
    height: 54px;
    font-size: 22px;
    right: 16px;
    bottom: 16px;
  }
}

/* === Секция: видео + факты про АЗОР-ИК === */
.wrapper--facts {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ycont--facts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
.facts-video {
  flex: 0 0 45%;
  max-width: 45%;
  position: sticky;
  top: 30px;
  box-sizing: border-box;
}
.facts-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  display: block;
  position: relative;
  z-index: 1;
}
.facts-list {
  position: relative;
  z-index: 2;
}
.facts-content {
  flex: 1;
  min-width: 0;
}
.facts-title {
  max-width: 100%;
  margin-bottom: 20px;
}
.facts-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #17a2be;
  margin-bottom: 20px;
}
.facts-intro {
  font-size: 16px;
  line-height: 28px;
  color: #575757;
  margin-bottom: 30px;
}
.facts-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fact-item {
  min-width: 0;
}
.fact-item__head {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  min-height: 64px;
  padding: 15px 25px;
  box-shadow: 0 0 18px rgba(0, 3, 6, 0.1);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  transition: 0.3s;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  -webkit-tap-highlight-color: rgba(23, 162, 190, 0.2);
  touch-action: manipulation;
}
.fact-item__head:hover {
  box-shadow: 0 0 18px rgba(23, 162, 190, 0.25);
}
.fact-item__plus {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #17a2be;
  transition: 0.3s;
}
.fact-item__body {
  display: none;
}

/* === Попап с текстом факта === */
.modal-fact {
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.fact-modal-title {
  font-size: 24px;
  color: #17a2be;
  margin-bottom: 25px;
  font-weight: 700;
}
.fact-modal-txt {
  line-height: 30px;
}

/* --- Ноутбуки/маленькие десктопы: чуть уже колонка видео --- */
@media (max-width: 1400px) and (min-width: 1171px) {
  .ycont--facts {
    gap: 35px;
  }
  .facts-video {
    flex: 0 0 42%;
    max-width: 42%;
  }
}

/* --- Планшеты и телефоны: видео сверху, кнопки вертикальным списком под ним --- */
@media (max-width: 1170px) {
  .ycont--facts {
    flex-direction: column;
    gap: 30px;
  }
  .facts-video {
    flex: none;
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .facts-content {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .facts-title {
    font-size: 24px;
    line-height: 32px;
  }
  .facts-list {
    display: block;
  }
  .fact-item {
    margin-bottom: 12px;
  }
  .fact-item__head {
    font-size: 16px;
    padding: 12px 16px;
    min-height: 54px;
  }
  .fact-item__plus {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}

/* --- Телефоны: чуть компактнее шрифты и отступы --- */
@media (max-width: 767px) {
  .wrapper--facts {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ycont--facts {
    gap: 20px;
  }
  .facts-video video {
    border-radius: 8px;
  }
  .facts-subtitle {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .facts-intro {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .fact-item {
    margin-bottom: 10px;
  }
  .fact-item__head {
    font-size: 14px;
    padding: 10px 14px;
    min-height: 46px;
    gap: 10px;
  }
  .fact-item__plus {
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-width: 1.5px;
  }
  .modal-fact {
    width: 100%;
    max-height: 85vh;
  }
  .fact-modal-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .fact-modal-txt {
    font-size: 14px;
    line-height: 24px;
  }
}

/* === Новый контент главного экрана (header-main) === */
.header-stats {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 480px;
  margin-bottom: 35px;
}
.header-stat {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-stat__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
}
.header-stat__icon svg {
  width: 24px;
  height: 24px;
}
.header-stat__icon--blue {
  color: #0d3d75;
}
.header-stat__icon--red {
  color: #e2352e;
}
.header-stat__text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #414141;
  max-width: 400px;
  letter-spacing: -0.1px;
}
.header-stat__text b {
  color: #e2352e;
  font-weight: 800;
}
.header-stat:nth-child(1) .header-stat__text b,
.header-stat:nth-child(2) .header-stat__text b {
  color: #0d3d75;
}

.header-diseases {
  margin-bottom: 35px;
}
.header-diseases__title {
  font-size: 19px;
  font-weight: 800;
  color: #17a2be;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header-diseases__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-diseases__list li {
  position: relative;
  padding-left: 32px;
  font-size: 22px;
  font-weight: 700;
  color: #414141;
}
.header-diseases__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
}
.header-diseases__list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.header-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.header-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 1171px) {
  .header-buttons .button {
    width: 220px;
    height: 58px;
    font-size: 18px;
  }
}
.header-btn--order {
  background-image: linear-gradient(0, #d92c23 0, #e2352e 20%, #f16b64 63%, #f8b3af);
  border-bottom: 8px solid #c22821;
}
@media (max-width: 1170px) {
  .header-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .header-buttons {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-stats {
    max-width: 100%;
    gap: 14px;
    margin-bottom: 25px;
  }
  .header-stat__icon {
    width: 42px;
    height: 42px;
  }
  .header-stat__icon svg {
    width: 22px;
    height: 22px;
  }
  .header-stat__text {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    max-width: 100%;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
  }
  .header-diseases {
    margin-bottom: 25px;
  }
  .header-diseases__title {
    font-size: 17px;
    font-weight: 800;
  }
  .header-diseases__list li {
    font-size: 18px;
    font-weight: 700;
    padding-left: 28px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
  }
  .header-buttons {
    flex-direction: column;
    align-items: center;
  }
  .header-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* === Цена под кнопкой "Заказать" на маленьких экранах === */
.header-price-mobile {
  display: none;
}
@media (max-width: 767px) {
  .header-price-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, #00a0b4 0, #17a2be 20%, #59d3e9 63%, #b6ebf5 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 8px 22px;
    border-radius: 30px;
    box-shadow: 0 6px 14px rgba(23, 185, 205, 0.3);
    margin-top: -4px;
  }
}
