.seeds {
  flex-wrap: wrap;
}

main {
  overflow: hidden;
}

.modal img {
  width: auto;
  height: auto;
}

.nodisplay {
  display: none;
}

.header-social-li img {
  width: auto;
  height: auto;
}

body {
  font-family: "Roboto", sans-serif;
}

input[name="org"] {
  display: none;
}

.container {
  width: 100%;
}

b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #200f3f;
}

.container-redisign {
  margin: 120px auto;
}

h2 {
  margin: 0;
  margin-bottom: 40px;
  margin-top: 40px;
}

.footer img {
  width: auto;
  height: auto;
}

/* Подменю третьего уровня */
.submenu-level3 {
  position: absolute;
  left: 100%;
  top: 0;
  background: #2a2a2a;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateX(10px);
}

.header-absolute-li:hover .submenu-level3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.submenu-arrow {
  margin-left: 8px;
  transition: transform 0.3s;
}

.has-submenu:hover .submenu-arrow {
  transform: rotate(90deg);
}

.bottom-plashka {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #02116899;
  background: #f6eefd;
}

.footer-link a,
.footer-link2 a {
  gap: 15px;
}

.footer-li,
.footer-ul {
  padding: 0;
}

.footer-title {
  margin-bottom: 15px;
}

.footer-input input {
  margin: 0;
  width: 100%;
  color: #ffffff;
  padding: 0 0 0 15px;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.footer-button button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: #43cdd7;
  border-radius: 10px;
  width: 100%;
  height: 50px;
}

.footer-form-suptext {
  padding-top: 15px;
}

.footer-form-suptext {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-form-suptext a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.services__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.services__item {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  min-height: 135px;
  height: -webkit-fill-available;
  -webkit-box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
  position: relative;
  z-index: 10;
  background: -o-radial-gradient(
    center -6px,
    circle,
    transparent calc(41px - 1px),
    #fff 41px
  );
  background: radial-gradient(
    circle at center -6px,
    transparent calc(41px - 1px),
    #fff 41px
  );
}

.services__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #200f3f;
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 95%;
  word-break: break-word;
}

.href {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #43cdd7;
  text-decoration: none;
}

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

.services__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 8px;
  gap: 10px;
  background: #e4eafa;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #200f3f;
  position: absolute;
  bottom: -14px;
}

.services__item-img {
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  top: -40px;
}

.services__item-block {
  position: relative;
  top: -10px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.preim {
  background: url("/assets/images/redisign/form/bg-form.webp") center 0
    no-repeat;
  padding: 120px 0 66px 0;
}

.preim h2 {
  color: #ffffff;
}

.preim__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 34px;
}

.preim-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  max-width: 1106px;
}

.preim-blockleft {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 33px;
  gap: 15px;
}

.preim-blockleft__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preim-blockleft__itemimg {
  width: 40px;
  height: 40px;
}

.preim-blockleft__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #ffffff;
}

.preim-blockright {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 33px;
  gap: 15px;
}

.preim-blockright__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preim-blockright__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #ffffff;
}

.preim-blockright__itemimg {
  width: 40px;
  height: 40px;
}

.preim-blockcenter {
  width: 260px;
  height: 260px;
}

.preim-line {
  width: 120px;
  height: 2px;
  background: #ffffff;
  opacity: 0.45;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.preim-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.preim-border {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 15px;
}

.preim-input input {
  width: 370px;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.5;
  padding: 0 0 0 15px;
}

.preim-button button {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #43cdd7;
  width: 370px;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
}

.preim-form-text {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.preim-form-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.center {
  text-align: center;
}

.preim-input input:focus {
  opacity: 1;
}

.preim-fon1,
.preim-fon2 {
  display: none;
}

.txtblock__wrap {
  display: -webkit-box;
  font-family: "Manrope", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #200f3f;
}

.txtblock__img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.txtblock__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

main ul li:not([class])::before {
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #9e00ff;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
}

main ul li:not(:last-child) {
  margin-bottom: 10px;
}

main ul.request-ul li:not(:last-child) {
  margin-bottom: 0px;
}

main ul {
  margin-left: 40px;
  margin-bottom: 15px;
}

.spis-lit {
  margin-left: 20px;
}

p {
  margin: 0;
}

.methods__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.methods__item-img {
  width: 360px;
  height: 180px;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
}

.methods__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.methods__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
  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;
  padding: 5px 5px 25px 5px;
  position: relative;
  z-index: 10;
}

.methods__item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.methods__item a {
  color: #200f3f;
  text-decoration: none;
}

.methods__item a:hover {
  text-decoration: underline;
}

.methods__item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #200f3f;
  text-align: center;
}

.methods__item-icon {
  position: absolute;
  z-index: 11;
  width: 34px;
  height: 34px;
  right: 10px;
  top: 10px;
}

.guarantees {
  position: relative;
}

.guarantees__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.guarantees__item {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: -webkit-fill-available;
  min-height: 220px;
  gap: 10px;
  background: #e7ecfb;
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
}

.guarantees__item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #200f3f;
}

.guarantees__item-descr {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(32, 15, 63, 0.5);
  word-wrap: break-word;
}

.guarantees__item-img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.prices th {
  text-align: left;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.prices td {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #200f3f;
}

.contenttable td:first-child {
  padding: 15px 40px;
  word-wrap: break-word;
  width: 60%;
}

.contenttable:not(:last-child) {
  border-bottom: 1px solid #d8ddeb;
}

.contenttable td:second-child {
  padding: 15px 0;
}

.contenttable td:last-child {
  text-align: right;
  padding: 15px 40px;
}

.contenttable a {
  text-decoration: none;
}

.prices th:nth-child(1) {
  padding-left: 40px;
}

.headertable {
  /*background: url('/assets/images/redisign/fon-pricetable2.svg') center 0 no-repeat;*/
  background: #5632d3;
  background-size: 1120px 55px;
  border-radius: 0px 20px 0px 0px;
}

.prices {
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 20px;
}

.header-bottom.fixed {
  z-index: 999;
}

.page img {
  height: auto;
}
.prices__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 32px;
  gap: 48px;
  height: 83px;
  background: #f4fbf9;
}

.prices__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #01120e;
}

.prices__cost {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(32, 15, 63, 0.5);
  white-space: nowrap;
}

.prices__form {
  padding: 10px 56.5px;
}

.prices__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
}

.contentpriceblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.prices__list-button {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #43cdd7;
}

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps__item {
  width: 240px;
  height: 240px;
  background: #f0f4ff;
  border-radius: 50%;
  border: 1px solid #d7dded;
  position: relative;
  z-index: 1;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  gap: 15px;
}

.steps__item:first-child {
  position: relative;
  z-index: 3;
}

.steps__item:not(:first-child) {
  position: relative;
  z-index: 4;
  margin-left: -16px;
}

.steps__item-number {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(32, 15, 63, 0.5);
}

.steps__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #200f3f;
  width: 70%;
  word-wrap: break-word;
}

.cursor {
  color: #43cdd7;
  text-decoration: underline;
  cursor: pointer;
}

.form2 {
  background: url(/assets/images/redisign/bg-form2.jpg) center 0 no-repeat;
  padding: 56px 0 0 0;
}

.form2 h2 {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}

.form2__descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 40px;
}

.form2__wrap {
  max-width: 1118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 78px;
}

.form2__left {
  width: 468px;
  height: 597px;
  overflow: hidden;
}

.form2__left img {
  width: 100%;
}

.form2__right {
  width: 572px;
}

.form3 {
  margin-top: 80px;
}

.form3 h2 {
  color: #432a72;
  margin-bottom: 20px;
  text-align: left;
}

.form3__descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #200f3f99;
  margin-bottom: 40px;
}

.form3__descr a {
  font-weight: 700;
  color: #200f3f99;
}

.form3__wrap {
  max-width: 1118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background-color: #c5a6fd;
  border-radius: 20px;
}

.form3__left {
  width: 468px;
  height: 480px;
}

.form3__left img {
  width: 100%;
  height: 482px;
  object-fit: cover;
}

.form3__right {
  width: 572px;
}

.secform {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  max-width: 565px;
}

.secform-input {
  background: #f0f4ff;
  width: 245px;
  height: 50px;
  border-radius: 10px;
}

.secform-input input:focus {
  opacity: 1;
}

.secform-input input {
  width: 245px;
  height: 50px;
  background: #f0f4ff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #818fb5;
  opacity: 0.5;
  padding: 15px 0 15px 15px;
}

.secform-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 15px;
}

.secform-button button {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 50px;
  background: #43cdd7;
  border-radius: 10px;
  margin-bottom: 15px;
}

.secform-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: rgba(129, 143, 181, 0.5);
  max-width: 367px;
  word-wrap: break-word;
}

.secform-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #818fb5;
}

.conditions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 47px;
  position: relative;
}

.conditions__left {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  height: 100%;
}

.conditions__left h2 {
  text-align: left;
  margin: 0;
}

.conditions__left-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 15, 63, 0.5);
}

.conditions__right {
  max-width: 659px;
  overflow: hidden;
}

.conditions__right-slide {
  width: 659px;
  height: 435px;
  border-radius: 20px;
  overflow: hidden;
}

.conditions__right-slide:not(:last-child) {
  margin-right: 10px;
}

.conditions__right-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

.conditions__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  top: -50px;
  position: relative;
}

.conditions__arrowleft,
.conditions__arrowright {
  width: 50px;
  height: 50px;
}

.conditions__arrowleft:hover {
  cursor: pointer;
}

.conditions__arrowright:hover {
  cursor: pointer;
}

.slider__control :hover {
  cursor: pointer;
}

.stage__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-pack: сenter;
  -ms-flex-pack: сenter;
  justify-content: сenter;
  -webkit-box-align: сenter;
  -ms-flex-align: сenter;
  align-items: сenter;
}

.stage__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.stage h2 {
  margin-bottom: 15px;
}

.stage__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 15, 63, 0.5);
  margin-bottom: 40px;
}

.stageform {
  background: #43cdd7;
  -webkit-box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
  padding: 45px;
  max-width: 466px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-height: 370px;
}

.stageform-input {
  background: #f0f4ff;
  width: 100%;
  height: 50px;
  border-radius: 10px;
}

.stageform-input input:focus {
  opacity: 1;
}

.stageform-input input {
  width: 386px;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  background: #f0f4ff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #818fb5;
  opacity: 0.5;
  padding: 15px 0 15px 15px;
}

.stageform-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.stageform-button button {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #43cdd7;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
}

.stageform-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  max-width: 367px;
  word-wrap: break-word;
}

.stageform-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.stageform-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}

.stage__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.stage__bottom-arrow {
  max-width: 659px;
  padding: 25px;
  background: #e7ecfb;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 100px;
}

.stage__bottom-slider {
  max-width: 659px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
}
.header.set-margin {
  margin-bottom: 42px;
}
.stage__bottom-slide {
  width: 659px;
  padding: 25px 25px 95px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #ffffff;
  height: auto;
  min-height: 255px;
}

.stage__bottom-slide__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #200f3f;
  margin-bottom: 10px;
}

.stage__bottom-slide__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #200f3f;
}

.slides-numbers {
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  color: rgba(32, 15, 63, 0.5);
}

.active {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #43cdd7;
}

.slides-numbers-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 9px;
}

.slides__arrowleft {
  width: 50px;
  height: 50px;
}

.slides__arrowright {
  width: 50px;
  height: 50px;
}

.slides__arrowleft,
.slides__arrowright:hover {
  cursor: pointer;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide.slides {
  height: auto;
}

.alldoctors__arrow,
.sales__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.alldoctors__arrowleft,
.sales__arrowleft {
  position: absolute;
  top: 50%;
  left: -90px;
}

.alldoctors__arrowright,
.sales__arrowright {
  position: absolute;
  top: 50%;
  right: -90px;
}

.alldoctors__arrowleft:hover,
.sales__arrowleft:hover {
  cursor: pointer;
}

.alldoctors__arrowright:hover,
.sales__arrowright:hover {
  cursor: pointer;
}

.alldoctors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1141.01px;
  position: relative;
}

.alldoctors__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}

.alldoctors__item {
  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;
  background: -o-linear-gradient(bottom, #e7ecfb, #e7ecfb);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e7ecfb),
    to(#e7ecfb)
  );
  background: linear-gradient(0deg, #e7ecfb, #e7ecfb);
  border-radius: 20px;
  padding-bottom: 20px;
}

.alldoctors__item:not(:last-child) {
  margin-right: 15px;
}

.alldoctors__item-img {
  width: 274px;
  height: 275px;
  background: #43cdd7;
  border-radius: 20px;
  margin-bottom: 20px;
}

.alldoctors__item-img img {
  width: 274px;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.alldoctors__item-fio {
  display: block;
  text-decoration: initial;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #200f3f;
  max-width: 65%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.alldoctors__item-sec {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(32, 15, 63, 0.5);
}

.alllicences__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  max-width: 1140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alllicences__item-img {
  max-width: 278px;
  max-height: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 370px;
}

/*.alllicences__item-img {
  max-width: 178px;
  max-height: 240px;
  border-radius: 10px;
  overflow: hidden;
  }*/

.alllicences__item-img:hover {
  cursor: pointer;
}

.alllicences__item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.rating-result {
  width: 265px;
  margin: 0 auto;
}

.rating-result span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}

.rating-result span:not(:first-child) {
  margin: 0 3px;
}

.rating-result > span:before {
  content: "★";
}

.rating-result > span.active {
  color: #43cdd7;
  border-radius: 0.5px;
  text-shadow: 1px 1px #43cdd7;
}

.reviews .container-redisign {
  padding: 0;
}

.reviews__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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  width: 100%;
}

.reviews__item {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  box-shadow: 0px 8px 15px rgba(216, 222, 238, 0.8);
  border-radius: 20px;
  position: relative;
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  max-width: 555px;
  margin-bottom: 20px;
}

.reviews__item:not(:last-child) {
  margin-right: 30px;
}

.reviews__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.reviews__item-img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.reviews__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__item-fio {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #200f3f;
}

.reviews__item-block {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

.reviews__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #200f3f;
}

.reviews__item-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.reviews__item-block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cdd5eb;
  margin-top: 20px;
  padding-top: 20px;
}

.reviews__item-block2 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 15, 63, 0.5);
}

.reviews__item-doctor__fio a {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #200f3f;
  text-decoration: none;
}

.reviews__item-doctor__fio a:hover {
  text-decoration: underline;
}

.reviews__item-doctor__img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 30px;
  overflow: hidden;
}

.reviews__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.reviews__arrowleft {
  position: absolute;
  top: 40%;
  left: -89px;
}

.reviews__arrowright {
  position: absolute;
  top: 40%;
  right: -69px;
}

.reviews__arrowleft:hover {
  cursor: pointer;
}

.reviews__arrowright:hover {
  cursor: pointer;
}

.infosection-accordion {
  width: 100%;
}

.sectionblock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.sidebar-menublock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}

.sidebar-menu:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #43cdd7;
  border-radius: 10px;
  position: absolute;
  right: 38px;
  top: 23px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar-menu:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #43cdd7;
  border-radius: 10px;
  position: absolute;
  right: 38px;
  top: 23px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.expand {
  width: 40px;
  height: 40px;
  background: #f0f4ff;
  border-radius: 30px;
}

.sidebar-menu:hover {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open {
  background: #fff !important;
  color: #200f3f;
  border-radius: 10px 10px 0 0;
}

.consult-border {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}

.consult-input {
  background: #f0f4ff;
  width: 350px;
  height: 50px;
  border-radius: 10px;
}

.consult-input input:focus {
  opacity: 1;
}

.consult-input input {
  width: 350px;
  height: 50px;
  background: #f0f4ff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #818fb5;
  opacity: 0.5;
  padding: 15px 0 15px 15px;
}

.consult-button button {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  width: 350px;
  height: 50px;
  background: #43cdd7;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
}

.consult-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.consult-form-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(129, 143, 181, 0.5);
  text-align: center;
}

.consult-form-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #818fb5;
}

.center {
  text-align: center;
}

.consult__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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consult-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 15px;
}

.consult-descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 40px;
}

.consult {
  background: url(/assets/images/redisign/consult-bg.webp) center 0 no-repeat;
  padding: 1px;
  max-height: 520px;
}

.consult .container-redisign {
  padding-bottom: 0;
}

.footer {
  margin: 0;
  background: #200f3f;
  padding: 60px;
}

.footer ul {
  margin-left: 0;
}

.map {
  background: #200f3f;
  padding-bottom: 60px;
}

.footer__map {
  max-width: 1140px;
  height: 367px;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.text_navigation a {
  color: #337ab7;
  text-decoration: none;
}

#page-contents {
  border-bottom: 1px solid #80808052;
}

#page-contents li:not(:last-child) {
  margin-bottom: 8px;
}

#page-contents li:last-child {
  margin-bottom: 20px;
}

a.page-contents-link {
  display: block;
  position: relative;
  top: -126px;
  visibility: hidden;
}

@media (max-width: 1350px) {
  .alldoctors__arrow,
  .sales__arrow {
    display: none;
  }

  .reviews__arrow {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1160px) {
  .services__list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .preim-border {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .preim {
    padding: 120px 0 0 0;
  }

  .methods__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .conditions__arrow {
    display: none;
  }

  .consult-border {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__map {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  h2 {
    margin: 0;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .treatment__image {
    margin-bottom: 24px;
  }

  .services__list {
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 14px;
    margin-bottom: 15px;
  }

  .titleblock {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #200f3f;
    text-align: center;
  }

  .services__item-title,
  .services__item-price {
    font-size: 14px;
  }

  .href {
    font-size: 14px;
    white-space: nowrap;
  }

  .container-redisign {
    margin: 80px auto;
    padding: 0 14px;
  }

  .blockleft__itemimg-mobile {
    display: block;
  }

  .preim-blockleft__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .preim-blockright__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }

  .preim-blockright {
    margin-left: 0;
    gap: 10px;
  }

  .preim-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .preim-blockcenter {
    display: none;
  }

  .preim-blockleft__item p {
    text-align: left;
    font-size: 14px;
  }

  .preim-blockright__item p {
    text-align: left;
    font-size: 14px;
  }

  .preim-blockleft {
    margin-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .preim-block img {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .preim {
    padding: 80px 0;
    background: #7250da;
  }

  .preim {
    position: relative;
    z-index: 1;
    height: auto;
  }

  .preim-fon1 {
    position: absolute;
    width: 100%;
    top: 0 !important;
    z-index: 2;
    display: block;
  }

  .preim-fon2 {
    position: absolute;
    width: 100%;
    bottom: 0 !important;
    z-index: 2;
    display: block;
  }

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

  .preim-fon1 img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }

  .preim-fon2 img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }

  .preim h2 {
    margin-bottom: 25px;
  }

  .preim .container {
    padding: 0 15px;
  }

  .preim-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }

  .preim-input {
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
    height: 45px;
    border-radius: 5px;
  }

  .preim-input input::-webkit-input-placeholder {
    color: #fff;
  }

  .preim-input input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
  }

  .preim-button button {
    width: 100%;
    height: 45px;
    border-radius: 5px;
  }

  .preim-border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    gap: 10px;
  }

  .preim-form-text {
    font-size: 12px !important;
  }

  .preim-form-text a {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
  }

  .txtblock__wrap {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    gap: 10px;
  }

  ul {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .methods .container {
    padding: 0;
    padding-left: 15px;
  }

  .methods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .methods__item {
    max-width: 280px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .methods__item:not(:last-child) {
    margin-right: 10px;
  }

  .methods__item-img {
    width: 270px;
    height: 140px;
    margin-bottom: 25px;
    border-radius: 11px;
    overflow: hidden;
  }

  .methods__item-img img {
    width: 100%;
    height: 100%;
  }

  .guarantees__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .guarantees__item {
    width: 280px;
    height: auto;
    padding: 15px 15px 55px 15px;
  }

  .guarantees__item:not(:last-child) {
    margin-right: 10px;
  }

  .guarantees__item-title {
    margin-bottom: 5px;
  }

  .headertable {
    display: none;
  }

  .contenttable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    padding-bottom: 15px;
    gap: 15px;
  }

  .prices__link,
  .prices td,
  .prices__list-button,
  .prices__cost {
    font-size: 16px;
  }

  .contenttable td:first-child {
    padding: 0;
    word-wrap: normal;
    width: 100%;
    padding-top: 15px;
  }

  .contenttable td:last-child {
    text-align: right;
    padding: 0;
  }

  .steps__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .steps .container-redisign {
    padding: 0;
    padding-left: 15px;
  }

  .form2__wrap {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
  }

  .form2__left {
    width: 263px;
    height: 330px;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }

  .form2__right {
    width: 100%;
  }

  .form3__wrap {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
  }

  .form3__left {
    width: 450px;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }

  .form3__right {
    width: 100%;
  }

  .secform-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .secform {
    padding: 20px;
    border: 15px;
  }

  .secform-button button {
    height: 45px;
    font-weight: 500;
    margin-bottom: 24px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
  }

  .secform-input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
  }

  .secform-input input {
    width: 100%;
    height: 45px;
  }

  .secform-text a {
    font-size: 12px;
    white-space: nowrap;
  }

  .secform-text {
    font-size: 12px;
    max-width: 100%;
    word-wrap: break-word;
  }

  .form2 {
    width: 100%;
    height: auto;
    background: #7250da;
    position: relative;
    max-height: 874px;
    overflow: hidden;
  }

  .form2 .preim-fon2 {
    bottom: -2px;
  }

  .form2 h2 {
    text-align: center;
  }

  .form2__descr {
    text-align: center;
  }

  .form3 .preim-fon2 {
    bottom: -2px;
  }

  .form3 h2 {
    text-align: center;
  }

  .form3__descr {
    text-align: center;
  }

  .conditions__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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }

  .conditions__left {
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .conditions__left h2 {
    text-align: center;
  }

  .conditions__left-descr {
    font-size: 14px;
    text-align: center;
  }

  .conditions__right {
    max-width: 100%;
    margin-bottom: 0;
  }

  .conditions__arrowleft,
  .conditions__arrowright {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
  }

  .conditions__arrow {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
  }

  .conditions__right-slide {
    width: 280px;
    height: 100%;
    max-width: 100%;
    max-height: 185px;
    border-radius: 20px;
    overflow: hidden;
  }

  .stage__descr {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .stage__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }

  .stage__bottom-slide {
    width: 280px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 15px 15px 55px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    min-height: auto;
    border-radius: 20px;
  }

  .stage__bottom-slider {
    max-width: 100%;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .stage__bottom-slide:not(:last-child) {
    margin-right: 10px;
  }

  .stage__bottom-list {
    width: 100%;
  }

  .slides__arrowleft,
  .slides__arrowright {
    width: 40px;
    height: 40px;
  }

  .stage__bottom-slide__text {
    font-size: 14px;
    line-height: 20px;
  }

  .stage__bottom-slide__title {
    font-size: 14px;
    line-height: 25px;
  }

  .stage__bottom-arrow {
    max-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slides-numbers {
    font-size: 16px;
  }

  .active {
    font-size: 38px;
  }

  .stageform-title {
    font-size: 16px;
  }

  .stageform {
    background: #43cdd7;
    border-radius: 15px;
    padding: 20px;
    gap: 15px;
    max-height: 370px;
    border-radius: 15px;
  }

  .stageform-input,
  .stageform-input input {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.25);
  }

  .stageform-input input {
    height: 45px;
    color: #ffffff;
    border-radius: 5px;
  }

  .stageform-button button {
    border-radius: 5px;
  }

  .stageform-text,
  .stageform-text a {
    font-size: 12px;
  }

  .stageform-text a {
    white-space: nowrap;
  }

  .stageform-border {
    gap: 10px;
  }

  .txtblock__img {
    width: 100%;
    height: 170px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  b {
    font-size: 16px;
  }

  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  ul li:not([class])::before {
    top: 10px;
  }

  .alldoctors__list {
    width: 100%;
  }

  .alldoctors__item-sec {
    font-size: 14px;
  }

  .alldoctors__item-img,
  .alldoctors__item-img img {
    width: 280px;
  }

  .alldoctors__item:not(:last-child) {
    margin-right: 10px;
  }

  .alldoctors__slider {
    gap: 0;
  }

  .alllicences__item-img {
    width: 178px;
    max-height: 240px;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
  }

  .alllicences__item-img:not(:last-child) {
    margin-right: 15px;
  }

  .alllicences .container-redisign {
    padding: 0;
  }

  .alllicences__list {
    padding-left: 14px;
  }

  .reviews__item {
    height: 100%;
    max-width: 100%;
    height: auto;
    width: 280px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-left: 15px;
  }

  .reviews__list {
    height: 100%;
    max-width: 100%;
    min-width: 280px;
  }

  .reviews__item-text {
    font-size: 12px;
    padding-bottom: 35px;
  }

  .reviews__item-doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .reviews__item-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviews__item-doctor__fio a,
  .reviews__item-block2 span {
    font-size: 12px;
    word-wrap: break-word;
  }

  .reviews__item:not(:last-child) {
    margin-right: 15px;
  }

  .reviews__item-img {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .reviews__item-info {
    gap: 10px;
  }

  .reviews__item-fio {
    font-size: 14px;
  }

  .reviews__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .reviews__arrowleft,
  .reviews__arrowright {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
  }

  .infosection-accordion-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .sectionblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }

  .sidebar-menu {
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 15px;
    min-height: 60px;
  }

  .infosection-accordion-block {
    padding: 25px 0 0 0;
  }

  .expand {
    width: 30px;
    height: 30px;
    background: #f0f4ff;
    border-radius: 30px;
    margin: 0;
  }

  .sidebar-menu:before,
  .sidebar-menu:after {
    right: 23px;
    top: 23px;
  }

  .consult-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  .consult-descr {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 25px;
  }

  .consult-border {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .consult-form {
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
  }

  .consult-input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
  }

  .consult-button button,
  .consult-input input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
  }

  .consult-form-text {
    font-size: 12px;
    text-align: left;
  }

  .consult-form-text a {
    font-size: 12px;
  }

  .footer {
    margin: 0;
    background: #200f3f;
  }

  .footer .container {
    padding: 50px 15px;
  }

  .footer-link {
    padding: 25px 0 0 0;
  }

  .footer {
    padding: 0;
  }

  .map {
    padding-bottom: 50px;
  }

  .footer__map {
    max-width: 100%;
    height: 380px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
  }

  .footer-logo img {
    width: 239px;
    height: 61px;
  }

  .footer-link a {
    font-size: 18px;
    gap: 15px;
  }

  .footer-link2 a {
    font-size: 14px;
    gap: 15px;
  }

  .footer-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .footer-li,
  .footer-ul {
    padding: 0;
  }

  .footer-li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-form-text {
    padding: 0 0 20px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }

  .footer-input input {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    height: 45px;
    color: #ffffff;
  }

  .footer-button button {
    font-size: 14px;
    line-height: 20px;
    background: #43cdd7;
    border-radius: 5px;
    width: 100%;
    height: 45px;
  }

  .footer-form-suptext {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
  }

  .footer-form-suptext a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
  }

  .footer-suptitle {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-suptitle p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-input {
    padding: 10px 0 0 0;
  }

  .footer-button {
    padding: 10px 0 0 0;
  }

  .footer-right {
    margin-bottom: 30px;
  }

  .footer-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer-inner {
    padding: 30px 0 0 0;
  }

  .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews__item-block2 span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }

  .reviews__item-doctor__fio a {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }

  .mt-mobile .header-social-li {
    height: 36px;
  }

  .mt-mobile {
    height: 100%;
  }

  .mt-munu-mb .header-navigation-wr {
    margin-bottom: 50px;
  }

  .modal {
    z-index: 9999;
  }

  .services__item {
    height: auto;
  }

  .consult {
    max-height: 100%;
    background: #7250da;
    position: relative;
    z-index: 3;
  }

  .footer-li {
    padding-bottom: 10px;
  }

  .footer-block3 {
    padding: 20px 0 0 0;
  }
}

.reviews .slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.reviews__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.section-offset_padding {
  padding: 120px 0;
}

.section-title {
  /* font-weight: 700; */
  /* font-size: 42px; */
  /* line-height: 49px; */
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  margin-top: 40px;
  /* text-align: center; */
}

.section-title_color {
  color: #fff;
}

.section-title_color::after {
  background-color: #fff;
}

.section-title_center {
  text-align: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.section-descr {
  margin-bottom: 30px;
  max-width: 905px;
}

.section-descr p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 30px;
}

.content-body p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

.content-body ul li {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 10px;
}

.text-section img {
  max-width: 100%;
  max-height: 490px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 10px;
}

.section-descr p:last-child {
  margin-bottom: 0;
}

.text-section ol li:before {
  content: counter(num);
  counter-increment: num;
  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;
  position: absolute;
  top: 4px;
  left: -30px;
  width: 18px;
  height: 18px;
  background: #9e00ff;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  border-radius: 50%;
}

.text-section ol li {
  position: relative;
  padding: 0 0 10px 0;
  line-height: 1.4;
}

.text-section ol {
  list-style-type: none;
  counter-reset: num;
  margin-left: 10px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .sitemap ul {
    margin-left: 0;
  }

  .text-section ol {
    margin-left: -11px;
    font-size: 14px;
  }

  .text-section ol li:before {
    font-size: 14px;
  }

  .section-title {
    font-size: 18px;
    line-height: 28px;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .section-title::after {
    top: 11px;
    width: 6px;
    height: 6px;
  }

  .section-title_center {
    text-align: initial;
  }

  .section-descr {
    margin-bottom: 20px;
  }

  .section-descr p {
    font-size: 14px;
    line-height: 20px;
  }

  .content-body p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .content-body ul {
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 20px;
  }

  .content-body ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .content-body img {
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-section img {
    max-height: 390px;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
main {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #432a72;
  text-align: left;
}

h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}

h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.text-h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  color: #432a72;
  margin-bottom: 20px;
  margin-top: 40px;
}

h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-h2 {
    font-size: 20px;
    line-height: 25px;
  }

  h3 {
    font-size: 16px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  color: #e7cdfc;
  text-decoration: none;
  gap: 10px;
  align-items: center;
}

.header-logo a p {
  font-size: 11px;
}

.mob {
  display: none;
}

@media (max-width: 850px) {
  .desc {
    display: none;
  }

  .mob {
    display: block;
  }
}

.tel-mob {
  margin-right: 35px;
}

.header-social-li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 32px rgba(141, 163, 179, 0.2);
  box-shadow: 0 4px 32px rgba(141, 163, 179, 0.2);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.footer-social {
  padding: 0;
}

.header-social-li a:hover img {
  display: block;
}

@media screen and (max-width: 850px) {
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.articles__item a {
  color: #200f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

/* .articles__item a:hover {
color: #0BA150;
} */

.articles {
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.treatment-ul,
.treatment-ul ul {
  margin: 0;
}

.text_navigation a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text_navigation li:not([class])::before {
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #43cdd7;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
}

#page-contents li:not(:last-child) {
  margin-bottom: 8px;
}

#page-contents li:last-child {
  margin-bottom: 20px;
}

a.page-contents-link {
  display: block;
  position: relative;
  top: -126px;
  visibility: hidden;
}

.text_navigation {
  border-radius: 20px;
  background: #e7ecfb;
  padding: 30px 40px;
  margin-bottom: 40px;
  max-width: 665px;
}
.main {
  background: linear-gradient(45deg, #5a36d3, #d9bef8);
}
.text_navigation h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

#page-contents {
  border-bottom: none;
}

#page-contents li:last-child {
  margin-bottom: 0;
}

.text_navigation ul {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}

.stati .container:not(:first-child) {
  padding: 20px 0;
}

.stati {
  margin-bottom: 40px;
}

.stati p {
  margin: revert;
}

.reviewer__inf {
  padding: 41px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(32, 15, 63, 0.6);
  border-bottom: 1px solid rgba(32, 15, 63, 0.6);
  margin-bottom: 40px;
}

.reviewer__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.reviewer__item {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3px;
}

.reviewer__fio {
  color: rgba(32, 15, 63, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.reviewer__item a {
  color: rgba(32, 15, 63, 0.9);
  text-decoration: none;
}

.reviewer__item a:hover {
  opacity: 0.8;
}

.reviewer__pos {
  color: rgba(32, 15, 63, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.reviewer__date,
.reviewer__inf {
  color: rgba(32, 15, 63, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.reviewer__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.reviewer__date span {
  color: rgba(32, 15, 63, 0.6);
}

.reviewer__about img {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
}

.rating > span:before {
  content: "★";
}

.rating > span.active {
  color: #ef8459;
}

.rating-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 5px;
  overflow: hidden;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  color: #5935d37a;
  cursor: pointer;
  float: right;
  font-size: 25px;
  line-height: 25px;
  padding: 0;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 25px;
}

.rating-area:not(:checked) > label:before {
  content: "★";
  font-weight: 700;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label,
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #5935d3;
}

.rate-area > label:active {
  position: relative;
}

.stars__item {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.stars__block p {
  color: #200f3f;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.stars__block {
  padding: 40px;
  border-radius: 20px;
  background: #e7ecfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
  height: 50px;
  width: 50px;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite
  .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_blackwhite
  .ya-share2__mobile-popup-badge {
  background-color: #5935d3 !important;
}

.form-stati {
  margin-bottom: 85px;
}

.ya-share2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 850px) {
  .text_navigation {
    padding: 20px;
    margin-bottom: 20px;
  }

  .reviewer__inf {
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
  }

  .reviewer__inf p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }

  .reviewer__about {
    gap: 10px;
  }

  .reviewer__date,
  .reviewer__inf {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }

  .reviewer__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reviewer__date {
    text-align: left;
  }

  .stars__block {
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stars__block p {
    font-size: 20px;
  }

  .stars__item {
    gap: 15px;
    margin-bottom: 25px;
  }

  .rating-area:not(:checked) > label {
    font-size: 35px;
    width: 30px;
  }

  .rating-area {
    overflow: visible;
  }

  .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
    height: 44px !important;
    width: 44px !important;
  }

  .ya-share2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .request-ul {
    margin-left: 0;
  }

  .form-stati {
    margin-bottom: 42px;
  }

  element.style {
  }

  .articles {
    padding: 20px 0;
  }
}

/*форма обратной связи*/
.Feedback {
  margin: 30px 0;
}

.Feedback .stageform {
  max-width: 100%;
  text-align: center;
  max-height: max-content;
}

.Feedback .stageform-input {
  background: #f0f4ff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.Feedback textarea {
  width: 100%;
  height: 100%;
  background: #f0f4ff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 3.5rem;
  color: #818fb5;
  opacity: 0.5;
  padding: 0 0 15px 15px;
  //overflow: hidden;
}

.stageform-title {
  text-align: center;
}

.stageform-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.Feedback .stageform-text {
  text-align: center;
  max-width: 100%;
}

.request .consult-input {
  width: 300px;
}

.request .consult-input input {
  width: 300px;
}

/* reviewers */

.reviewers  {
  margin-bottom: 20px;
}
.reviewers__wrapper {
  display: flex;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px 0px #d8deeecc;
  background-color: #fff;
  align-items: center;
}

.reviewers__info {
  display: flex;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #f0f4ff;
  width: 100%;
  gap: 30px;
}

.reviewers__dates {
  max-width: fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
  margin: 0 20px;
}

.reviewers__item {
  align-items: center;
}

.reviewers__date {
  white-space: nowrap;
  font-size: 14px;
}

.reviewer {
  display: flex;
  gap: 30px;
}

.reviewer__picture {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}

.reviewer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.reviewer__title {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 16px;
}

.reviewer__title:last-child {
  margin-bottom: 0;
}

.reviewer__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 6px;
}

.reviewer__name:last-child {
  margin-bottom: 0;
}

.reviewer__role {
  font-size: 16px;
  line-height: 21px;
  color: #0ba150;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 1060px) {
  .reviewers__wrapper {
    display: block;
    padding: 20px 15px;
  }

  .reviewer {
    gap: 20px;
  }
  .reviewers__info {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #f0f4ff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .reviewer__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 7px;
  }

  .reviewer__name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .reviewer__role {
    font-size: 14px;
    line-height: 19px;
  }

  .reviewers__dates {
    margin: 0;
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .reviewer__name {
    font-size: 16px;
  }

  .reviewer__role {
    margin-bottom: 0;
  }

  .reviewer {
    gap: 15px;
}

.reviewers__info {
  gap: 15px;
}

.reviewer__title {
  margin-bottom: 0;
  font-size: 12px;
}
.reviewer__role {
  font-size: 12px;
}
.reviewers__date {
  font-size: 12px;
}

}
.prices__decsr {
  font-family: "Manrope", sans-serif;
  text-align: center;
  max-width: 100%;
}

.content__button {
  padding: 12px 52px;
  color: #5632d3;
  border: 1px solid #5632d3;
  border-radius: 100px;
  cursor: pointer;
  margin-bottom: 16px;
}
.content__button-svg {
  transform: rotate(180deg);
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s;
}
.content__button-svg_activ {
  transform: rotate(360deg);
  transition: 0.5s;
}
.content__inner {
  padding: 10px 40px 40px 40px;
}
.navigation-article__list {
  max-height: 25px;
  overflow: hidden;
  transition: 0.5s;
}
.navigation-article__wrapper h2 {
  margin-top: 0;
}
@media (max-width: 717px) {
  .content__button {
    padding: 17.5px 52px;
    width: 100%;
    margin-bottom: 16px;
  }
  .content__inner {
    padding: 1px 20px 20px 20px;
  }
}

.main-button3__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 850px) {
  .main-button3.mob {
    display: flex;
    padding: 18px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #ffffff;
    gap: 10px;
  }
  .main-button3.main-button3__serv {
    background-color: #43cdd7;
    border: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .form3__left {
    height: auto;
    width: 290px;
  }
  .form3__left img {
    height: 300px;
  }
}
  .installment__text h2 {
   color: white;
  }
/*новый хеадер*/
.no-scroll {
    overflow: hidden;
}
.mobile-only {
    display: none;
}
.burger i:nth-child(2) {
    display: none;
}
.burger.active i:nth-child(1) {
    display: none;
}
.burger.active i:nth-child(2) {
    display: block;
}
.header-navigation-container .header-top,
.header-navigation-container .header-bottom {
    display: block;
}
.header-navigation-container .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .header-logo {
    width: auto;
    flex: 0 1 auto;
}
.header-top-ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 850px) {
    .mobile-only {
        display: block;
    }
    .header-navigation-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #5531d2;
        z-index: 2000;
        padding: 100px 20px 40px;
        overflow-y: auto;
    }
    .header-navigation-container.nav-open {
        display: block !important;
    }
    .header-middle {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: relative;
        z-index: 2001;
        padding: 10px 0 !important;
    }
    .header-logo.mob {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px;
        order: 1;
        flex: 1;
        margin: 0 !important;
    }
    .header-logo.mob p {
        margin: 0;
        font-size: 11px;
        line-height: 1.2;
        color: #e7cdfc;
    }
    .header__top-phone {
        display: inline !important;
        color: inherit !important;
        font-weight: 700;
        text-decoration: none;
    }
    .header-block__mobile-phones {
        display: flex !important;
        order: 2;
        margin: 0 15px 0 0 !important;
        align-self: center;
    }
    .header-mob-wrap {
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center;
    }
    .burger {
        display: flex !important;
        position: relative !important;
        order: 3;
        margin: 0 !important;
        align-self: center !important;
        cursor: pointer;
        z-index: 2002;
        transform: translateY(-30px);
    }
    .burger i {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .header-navigation-container .header-top {
        display: block !important;
    }
    .header-top-ul,
    .header-bottom-ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        padding: 0 !important;
    }
    .burger-li,
    .header-bottom-li {
        display: block !important;
        width: 100%;
    }
    .burger-li a,
    .header-bottom-li a {
        font-size: 18px !important;
        color: #fff !important;
        text-decoration: none !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .burger-title {
        font-size: 18px;
        font-weight: 700;
        color: #43CDD7;
        margin: 25px 0 10px;
    }
    .header-block,
    .header-top .header-logo {
        display: none !important;
    }
    .header-bottom-ul .header-absolute {
        display: none;
        position: static;
        width: 100%;
        padding: 10px 0;
        background: transparent;
    }
    .header-bottom-li.is-open .header-absolute {
        display: block !important;
    }
    .header-bottom-li.is-open a svg {
        transform: rotate(180deg);
    }
}
@media (min-width: 851px) {
    .header-navigation-container {
        display: block !important;
    }
    .header-bottom-li:hover .header-absolute {
        display: block;
        z-index: 2;
    }
}
@media (max-width: 850px) {
    body.no-scroll .header-middle {
        background: #5531d2 !important;
    }
}