::-webkit-input-placeholder {
  color: #6c6ea0
}
::-moz-placeholder {
  color: #6c6ea0
}
:-ms-input-placeholder {
  color: #6c6ea0
}
::-ms-input-placeholder {
  color: #6c6ea0
}
::placeholder {
  color: #6c6ea0
}
::-moz-selection {
  background-color: #00c3b9;
  color: #fff
}
::selection {
  background-color: #00c3b9;
  color: #fff
}
html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  line-height: 1.4;
  color: #888
}
body input,
body textarea {
  border: #666 1px solid;
  outline: 0
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
b,
strong {
  font-weight: 700
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.btn {
  display: block;
  padding: 18px 70px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff1053;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff4378;
  -webkit-box-shadow: 0 2px 9px 3px rgba(0,0,0,.2);
  box-shadow: 0 2px 9px 3px rgba(0,0,0,.2)
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2
}
p {
  margin-top: 0
}
.title-text {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  color: #6c6ea0
}
@media screen and (max-width:768px) {
  .title-text {
    font-size: 36px
  }
}
@media screen and (max-width:576px) {
  .title-text {
    font-size: 30px
  }
}
.text-accent {
  color: #00c3b9
}
.text-purple {
  color: #6c6ea0
}
.text-black {
  font-weight: 900
}
.text-up {
  text-transform: uppercase
}
.text-nowrap {
  white-space: nowrap
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 140px
}
@media screen and (max-width:1300px) {
  .container {
    padding: 0 100px
  }
}
@media screen and (max-width:1200px) {
  .container {
    max-width: 960px;
    padding: 0 20px
  }
}
@media screen and (max-width:992px) {
  .container {
    max-width: 760px;
    padding: 0 10px
  }
}
@media screen and (max-width:768px) {
  .container {
    max-width: 540px
  }
}
@media screen and (max-width:576px) {
  .container {
    max-width: 320px
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0
}
.header_fixed {
  position: fixed;
  z-index: 10;
  background-color: #c1cad6;
  background: -webkit-gradient(linear,right top,left top,from(#c1cad6),to(#f5f7fb));
  background: -o-linear-gradient(right,#c1cad6,#f5f7fb);
  background: linear-gradient(to left,#c1cad6,#f5f7fb);
  -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
  box-shadow: 0 0 15px 5px rgba(0,0,0,.2)
}
.header_fixed .logo {
  position: relative;
  top: -20px;
  width: 70px;
  height: 70px
}
.header__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto
}
.header__mode {
  margin-left: 45px
}
@media screen and (max-width:992px) {
  .header {
    padding: 10px 0
  }
  .header__container {
    padding: 0
  }
  .header__line {
    position: static;
    height: 90px
  }
  .header__logo {
    position: relative;
    left: 10px
  }
  .header__mode {
    margin-top: 55px;
    margin-left: auto
  }
  .header_fixed .logo {
    position: relative;
    top: auto;
    width: 90px;
    height: 90px
  }
}
@media screen and (max-width:576px) {
  .header__line {
    height: 100px
  }
}
.logo {
  display: block;
  width: 115px;
  height: 115px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
@media screen and (max-width:1200px) {
  .logo {
    width: 90px;
    height: 90px
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none
}
.menu__item:not(:last-child) {
  margin-right: 30px
}
.menu__link {
  font-size: 18px;
  color: #6c6ea0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.menu__link:hover {
  color: #00c3b9;
  text-decoration: none
}
@media screen and (max-width:1200px) {
  .menu__item:not(:last-child) {
    margin-right: 15px
  }
  .menu__link {
    font-size: 16px
  }
}
@media screen and (max-width:992px) {
  .menu {
    display: none;
    position: absolute;
    z-index: 10;
    top: 110px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #c1cad6;
    background: -webkit-gradient(linear,right top,left top,from(#c1cad6),to(#f5f7fb));
    background: -o-linear-gradient(right,#c1cad6,#f5f7fb);
    background: linear-gradient(to left,#c1cad6,#f5f7fb)
  }
  .menu_show {
    display: block
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .menu__item {
    margin: 15px
  }
  .menu__item:not(:last-child) {
    margin-right: 15px
  }
}
@media screen and (max-width:576px) {
  .menu {
    top: 120px
  }
}
.toggle-menu {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 100;
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  padding: 0;
  background: 0 0;
  border: none
}
.toggle-menu:active,
.toggle-menu:focus {
  outline: 0
}
.toggle-menu span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.toggle-menu span::after,
.toggle-menu span::before {
  content: "";
  position: absolute;
  right: 0
}
.toggle-menu span::before {
  top: -10px
}
.toggle-menu span::after {
  top: 10px
}
.toggle-menu span,
.toggle-menu span::after,
.toggle-menu span::before {
  width: 30px;
  height: 4px;
  background-color: #6c6ea0;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.toggle-menu_open span {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.toggle-menu_open span::after {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg)
}
.toggle-menu_open span::before {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg)
}
@media screen and (max-width:992px) {
  .toggle-menu {
    display: block
  }
}
.mode {
  position: relative;
  padding-left: 40px
}
.mode svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  fill: #00c3b9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.mode__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #6c6ea0;
  letter-spacing: normal;
  text-transform: uppercase
}
@media screen and (max-width:576px) {
  .mode {
    width: 160px;
    margin-right: 10px
  }
}
.top {
  background-color: #c1cad6;
  background: -webkit-gradient(linear,right top,left top,from(#c1cad6),to(#f5f7fb));
  background: -o-linear-gradient(right,#c1cad6,#f5f7fb);
  background: linear-gradient(to left,#c1cad6,#f5f7fb)
}
.top__container {
  padding-top: 140px;
  min-height: 640px;
  background-image: url(../img/top__bg.png);
  background-position: right bottom;
  background-size: 900px;
  background-repeat: no-repeat
}
.top__block_promo {
  width: 450px
}
.top__block_form {
  padding-bottom: 10px
}
.top__title {
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.1;
  color: #00c3b9
}
.top__text {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.2;
  color: #6c6ea0
}
@media screen and (max-width:1200px) {
  .top__container {
    background-size: 700px
  }
}
@media screen and (max-width:992px) {
  .top__container {
    padding-bottom: 300px;
    background-size: 550px
  }
  .top__block_promo {
    width: 540px
  }
}
@media screen and (max-width:768px) {
  .top__block_promo {
    width: 100%
  }
  .top__title {
    font-size: 46px
  }
}
@media screen and (max-width:768px) {
  .top__container {
    padding-bottom: 220px;
    background-size: 360px
  }
  .top__title {
    margin-bottom: 15px;
    font-size: 30px
  }
  .top__text {
    font-size: 18px
  }
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px
}
.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #c1cad6;
  border-radius: 33px
}
.form__field {
  min-width: 33%;
  padding: 18px 30px;
  font-size: 21px;
  color: #6c6ea0;
  background-color: #fff;
  border: none
}
.form__field:not(:last-child) {
  border-right: 2px solid #c1cad6
}
.form__btn {
  margin-left: 10px
}
.form__checkbox {
  position: relative;
  display: block;
  width: auto;
  margin: 20px 0 20px;
  padding-left: 35px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #5e5e5e;
  cursor: pointer
}
.form__checkbox_default {
  display: none
}
.form__checkbox_default:checked + .form__checkbox_new svg {
  display: block
}
.form__checkbox_new {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  border: 2px solid #a7a7a7;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.form__checkbox_new svg {
  position: absolute;
  left: 80%;
  top: 30%;
  display: none;
  width: 20px;
  height: 20px;
  fill: #ff1053;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
@media screen and (max-width:992px) {
  .form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .form__inner {
    margin-bottom: 10px
  }
  .form__field {
    padding: 15px 20px;
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    border: 2px solid #8a9db7
  }
  .form__field {
    min-width: 100%;
    padding: 18px 25px
  }
  .form__field:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #8a9db7
  }
  .form__btn {
    width: 290px;
    margin-left: 0
  }
}
.therapy {
  padding: 75px 0 55px;
  background-color: #fbfbfb
}
.therapy__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.therapy__block {
  width: 50%
}
.therapy__block_title {
  position: relative;
  padding-right: 200px
}
.therapy__block_title::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  width: 180px;
  height: 4px;
  background-color: #d7e2ee
}
.therapy__text {
  margin-bottom: 20px;
  line-height: 1.2
}
.therapy__text_top {
  font-weight: 700
}
.therapy__image {
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 430px
}
@media screen and (max-width:992px) {
  .therapy {
    padding: 50px 0 40px
  }
  .therapy__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .therapy__block {
    width: 100%
  }
  .therapy__block_title {
    margin-bottom: 30px
  }
  .therapy__block_title::before {
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 180px
  }
  .therapy__image {
    position: static;
    margin: 0 auto
  }
}
@media screen and (max-width:576px) {
  .therapy {
    padding: 30px 0 20px
  }
  .therapy__block_title {
    padding-right: 50px
  }
  .therapy__block_title::before {
    right: -50px;
    width: 100px
  }
  .therapy__image {
    width: 100%
  }
}
.diagnostics {
  padding: 75px 0 55px
}
.diagnostics__top {
  position: relative;
  padding-left: 50%;
  padding-right: 200px
}
.diagnostics__top .title-text {
  padding-left: 20px
}
.diagnostics__top::before {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 180px;
  height: 4px;
  background-color: #d7e2ee
}
.diagnostics__round {
  top: -120px;
  right: 60px
}
.diagnostics__bottom {
  padding-top: 50px
}
.diagnostics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none
}
.diagnostics__item {
  max-width: 245px
}
.diagnostics__item:hover .diagnostics__image {
  -webkit-box-shadow: 0 5px 15px 2px rgba(0,0,0,.3);
  box-shadow: 0 5px 15px 2px rgba(0,0,0,.3)
}
.diagnostics__item:hover .diagnostics__image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.diagnostics__image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-bottom: 25px
}
.diagnostics__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}
.diagnostics__content {
  width: 100%
}
.diagnostics__name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #00c3b9
}
.diagnostics__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2
}
.diagnostics__listing li {
  color: #868686
}
.diagnostics__link {
  display: none;
  width: 300px;
  margin: 20px auto 0;
  padding: 20px;
  text-align: center;
  text-decoration: none
}
.diagnostics__link:hover {
  background-color: #dc003e
}
@media screen and (max-width:1200px) {
  .diagnostics__top {
    padding-right: 150px
  }
  .diagnostics__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .diagnostics__item {
    margin: 0 40px 40px
  }
}
@media screen and (max-width:992px) {
  .diagnostics {
    padding: 50px 0 40px
  }
  .diagnostics__top {
    padding: 0;
    padding-right: 200px
  }
  .diagnostics__top .title-text {
    padding-left: 0
  }
  .diagnostics__top::before {
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 180px
  }
  .diagnostics__round {
    display: none
  }
}
@media screen and (max-width:768px) {
  .diagnostics__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .diagnostics__item {
    margin: 0 0 40px
  }
  .diagnostics__name {
    margin-bottom: 15px
  }
  .diagnostics__link {
    display: block
  }
}
@media screen and (max-width:576px) {
  .diagnostics {
    padding: 30px 0 20px
  }
  .diagnostics__top {
    padding-right: 50px
  }
  .diagnostics__top::before {
    right: -50px;
    width: 100px
  }
  .diagnostics__item {
    width: 100%;
    max-width: 100%
  }
  .diagnostics__image img {
    width: 100%
  }
}
.round {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}
.letter {
  position: absolute;
  left: 44%;
  top: 0;
  display: inline-block;
  height: 70px;
  width: 18px;
  font-size: 22px;
  color: #00c3b9;
  text-align: center;
  vertical-align: top;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom
}
@media screen and (max-width:768px) {
  .letter {
    left: 45%;
    height: 70px;
    font-size: 14px
  }
}
.consequences {
  padding: 55px 0;
  background-color: #fbfbfb
}
.consequences__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.consequences__block {
  width: 50%
}
.consequences__block_top {
  position: relative;
  padding-left: 20%
}
.consequences__block_top .title-text {
  padding-left: 20px
}
.consequences__block_top::before {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 60%;
  width: 180px;
  height: 4px;
  background-color: #d7e2ee
}
.consequences__block_bottom {
  padding-top: 50px
}
.consequences__list {
  margin: 0;
  padding: 0;
  list-style: none
}
.consequences__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
  padding-left: 70px
}
.consequences__item::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 48px;
  width: 12px;
  height: 12px;
  background-color: #ff1053;
  border-radius: 50%
}
.consequences__name {
  font-weight: 900;
  font-size: 18px;
  color: #6c6ea0
}
.consequences__description {
  line-height: 1.2
}
.consequences__image {
  position: absolute;
  right: 0;
  top: 80px;
  width: 450px
}
@media screen and (max-width:1200px) {
  .consequences__image {
    width: 400px
  }
}
@media screen and (max-width:992px) {
  .consequences {
    padding: 50px 0 40px
  }
  .consequences__image {
    position: static;
    width: 350px;
    margin: 0 auto
  }
  .consequences__block {
    width: 100%
  }
  .consequences__block_top {
    padding: 0;
    padding-right: 200px
  }
  .consequences__block_top::before {
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 180px
  }
  .consequences__block_bottom {
    padding-top: 40px
  }
}
@media screen and (max-width:576px) {
  .consequences__block_top {
    padding-right: 50px
  }
  .consequences__block_top::before {
    right: -50px;
    width: 100px
  }
  .consequences__item {
    padding-left: 20px
  }
  .consequences__item::before {
    left: 0
  }
  .consequences__image {
    width: 100%
  }
}
.steps {
  padding: 120px 0 30px;
  background-color: #6c6ea0
}
.steps__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 80px
}
.steps__round {
  bottom: 10%;
  left: 50px
}
.steps__block {
  width: 50%
}
.steps__block_top {
  position: relative;
  width: 50%;
  padding-right: 20%
}
.steps__block_top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 60%;
  width: 180px;
  height: 4px;
  background-color: #d7e2ee;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.steps__block_bottom {
  width: 100%;
  margin-top: -120px
}
.steps__title-text {
  padding-right: 20px;
  color: #fff
}
.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none
}
.steps__item {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 440px;
  margin-bottom: 30px
}
.steps__item:hover .steps__image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.steps__item:nth-child(even) {
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right
}
.steps__item:nth-child(1)::before {
  content: '';
  position: absolute;
  left: -240px;
  bottom: -80px;
  width: 200px;
  height: 200px;
  background-image: url(../img/steps/points.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg)
}
.steps__item:nth-child(1) .steps__image {
  top: -210px;
  left: -80px
}
.steps__item:nth-child(2)::before {
  content: '';
  position: absolute;
  right: -240px;
  bottom: -80px;
  width: 200px;
  height: 200px;
  background-image: url(../img/steps/points.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg)
}
.steps__item:nth-child(2) .steps__image {
  right: -140%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.steps__item:nth-child(3) .steps__image {
  bottom: -40%;
  left: -60%
}
.steps__image {
  position: absolute;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 50%
}
.steps__image img {
  height: 110%;
  width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}
.steps__number {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
  color: #66c7f4
}
.steps__content {
  font-size: 16px;
  line-height: 1.2;
  color: #fff
}
.steps__subtitle {
  margin-bottom: 0;
  font-weight: 900
}
.steps__listing {
  margin: 0;
  padding: 0;
  list-style: none
}
@media screen and (max-width:1200px) {
  .steps__item {
    width: 350px
  }
}
@media screen and (max-width:992px) {
  .steps {
    padding: 50px 0 40px
  }
  .steps__round {
    display: none
  }
  .steps__wrap {
    padding-right: 0
  }
  .steps__item {
    width: 320px
  }
  .steps__item:nth-child(1) .steps__image {
    top: -180px;
    left: 50px
  }
  .steps__item:nth-child(2) .steps__image {
    top: 60%;
    right: -130%
  }
  .steps__item:nth-child(3) .steps__image {
    bottom: 0;
    left: -100%
  }
}
@media screen and (max-width:768px) {
  .steps__block_top {
    width: 100%;
    padding-right: 200px
  }
  .steps__block_top::before {
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 180px
  }
  .steps__block_bottom {
    margin: 0;
    padding-top: 40px
  }
  .steps__item {
    width: 100%
  }
  .steps__item::before {
    display: none
  }
  .steps__item:nth-child(even) {
    text-align: left
  }
  .steps__image {
    position: static;
    margin-bottom: 20px;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
  }
}
@media screen and (max-width:576px) {
  .steps__block_top {
    padding-right: 50px
  }
  .steps__block_top::before {
    right: -50px;
    width: 100px
  }
}
.bottom {
  padding: 80px 0 50px;
  background-color: #c1cad6
}
.bottom__title {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  text-align: center
}
.bottom__subtitle {
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
  text-align: center
}
.bottom__form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px
}
@media screen and (max-width:992px) {
  .bottom__title {
    font-size: 52px
  }
  .bottom__subtitle {
    font-size: 28px
  }
  .bottom__form {
    margin-top: 30px
  }
}
@media screen and (max-width:768px) {
  .bottom__title {
    font-size: 40px
  }
  .bottom__subtitle {
    font-size: 26px
  }
  .bottom__form {
    margin-top: 25px
  }
}
@media screen and (max-width:576px) {
  .bottom {
    padding: 40px 0 20px
  }
  .bottom__title {
    margin-bottom: 10px;
    font-size: 32px
  }
  .bottom__subtitle {
    font-size: 22px
  }
  .bottom__form {
    margin-top: 20px
  }
}
.contraindications {
  padding: 40px 0
}
.contraindications__title {
  font-weight: 900;
  font-size: 24px;
  color: #6c6ea0;
  text-align: center
}
.contraindications__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}
.contraindications__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #5e5e5e
}
.footer {
  margin-top: auto;
  padding: 40px 0;
  background-color: #e5eaf1
}
.footer__wrap {
  font-size: 16px;
  color: #828282;
  text-align: center
}
.footer__wrap p {
  margin-bottom: 10px;
  line-height: 1.2
}
.footer__wrap a {
  color: #6c6ea0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.footer__wrap a:hover {
  color: #292929;
  text-decoration: underline
}