ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #48413f;
}

body,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input,
textarea {
  outline: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
button {
  background-color: #ffffff;
  cursor: pointer;
  border: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #676155;
}

body {
  background-color: #eee8e4;
  font-weight: normal;
  font-family: "Gilroy";
  color: #48413f;
}

.wrapper {
  overflow-x: hidden;
}
.col-4 {
  flex-basis: 33.33%;
  width: 33.33%;
  padding: 0 15px;
}
.btn {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.btitle {
  font-weight: 600;
  font-size: 84px;
  line-height: 100px;
  color: #ede8e4;
}
.btitle.dark {
  color: #676155;
}
span.sbold {
  font-weight: 600;
  color: #48413f;
}
/* .container {
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
} */
.container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	padding-left: 36px;
	padding-right: 36px
}

@media (min-width:1025px) {
	.container {
		max-width: 1630px
	}
}

.mobile {
  display: none;
}

@media (max-width: 1480px) {
  .container {
    max-width: 1290px;
    padding: 0px 20px;
  }
}
@media (max-width: 1330px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 575px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.col-3 {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0px 17px;
}
.col-6 {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0px 17px;
}
.col-7 {
  width: 58.33%;
  flex-basis: 58.33%;
  max-width: 58.33%;
  padding: 0px 17px;
}
.col-5 {
  width: 41.67%;
  flex-basis: 41.67%;
  max-width: 41.67%;
  padding: 0px 17px;
}

.col-12 {
  width: 100%;
  flex-basis: 100%;
}
.my-input {
  padding: 19px 30px;
  background-color: #e8e8e8;
  border-radius: 15px;
  border: unset;
  min-width: 439px;
  font-size: 30px;
  font-weight: 200;
}
input::placeholder,
.my-input::placeholder {
  color: #a7a7a7;
}
.my-btn {
  padding: 18px 30px;
  background-color: #676155;
  color: #48413f;
  border-radius: 10px;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.dark-section {
  background-color: #676155;
}
.footer {
  background-color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.footer__copy {
  font-size: 28px;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
/* header */
.header .head {
  padding: 50px 0px 27px;
  justify-content: space-between;
}
.header .logo a {
  font-size: 58px;
  line-height: 70px;
  color: #48413f;
  font-weight: bold;
}

.header .header-desc {
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  max-width: 650px;
  color: #000000;
}

.header .header-menu {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  justify-content: space-between;
}
.header .header-menu .menu-list:not(:last-child) {
  margin-right: 48px;
}
.header-menu .btn {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  padding: 15px 32px;
}

.header-contacts {
  flex-direction: column;
}
.header-contacts .header-contacts__icon {
  font-weight: 600;
  line-height: 35px;
  font-size: 28px;
}

.header-contacts .header-contacts__icon a {
  display: flex;
  align-items: center;
}

.header-contacts .header-contact {
  text-align: center;
  font-weight: 300;
  line-height: 21px;
  font-size: 18px;
}
/* header end */

/* main */
.main {
  position: relative;
  height: 910px;
  padding-top: 78px;
}
.main .btitle {
  color: #49413f;
}
.main .main-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.main .main-cards {
  padding-top: 46px;
  padding-bottom: 58px;
  gap: 30px;
}
.main .main-item {
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 34px 34px 34px 25px;
  z-index: 1;
}
.main .main-item .main-item-text {
  margin-left: 20px;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  color: #000;
}

.callback {
  position: relative;
  max-width: max-content;
}
.callback .callback__title {
  font-weight: 300;
  font-size: 35px;
  line-height: 41px;
  color: #000;
  margin-bottom: 48px;
}
.callback .callback__btn {
  background: #676155;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 27px 58px;
  font-weight: 600;
  font-size: 42px;
  line-height: 49px;
  color: #fff;
}
.callback .callback__arrow {
  position: absolute;
  top: 30px;
  right: -80px;
}
/* main end */

/* consult */
.consult {
  margin-top: 50px;
  position: relative;
}
.yandex {
  position: relative;
  top: -50px;
}
.yandex-rating {
  flex: 0 0 356px;
  max-width: 356px;
  border-radius: 15px;
}
.yandex-rating img {border-radius: 15px;}
.yandex .yandex-text {
  /* height: 162px; */
  margin-left: 23px;
  background: #ffffff;
  padding: 32px 64px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  flex: 0 0 calc(100% - 379px);
  max-width: calc(100% - 379px);
  width: 100%;
  font-size: 27px;
  line-height: 32px;
}

.consult .consult-form {
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 60px 52px;
  max-width: 600px;
  justify-content: center;
  text-align: center;
  margin-right: 139px;
}

.consult .consult-form__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 60px;
}
.consult .consult-wrapper {
  padding-top: 170px;
  padding-bottom: 97px;
}

.consult .consult-form__text {
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
}
.consult .consult-form__input {
  margin-bottom: 33px;
}
.consult .consult-form__input:nth-child(3) {
  margin-bottom: 60px;
}

.consult .consult-form__btn {
  margin-bottom: 48px;
}
.consult .consult-decs {
  flex-direction: column;
  padding-top: 60px;
}
.consult .consult-title {
  max-width: 500px;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 45px;
  color: #ffffff;
}
.consult .consult-text {
  max-width: 500px;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 35px;
}
.consult .consult-text span {
  font-weight: 300;
}
.consult .consult-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 940px;
}
.consult .consult-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* consult end */

/* services */
.services {
  padding: 130px 0;
}
.services .btitle {
  margin-bottom: 65px;
}
.services .callback.service {
  padding-top: 50px;
}
.services .callback.service .callback__title {
  margin-bottom: 40px;
  padding-left: 72px;
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;

  color: #676155;
}
.services .callback.service .callback__btn {
  font-weight: 600;
  font-size: 54px;
  line-height: 65px;
  padding: 32px 72px;
}

.callback__btns {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.services .callback.service .callback__arrow {
  top: -80px;
}
.services .feedback__col img {
  display: block;
  width: 100%;
  height: auto;
}
.services .feedback__slid--title {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}

.services .feedback__slid--subtitle {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.services .feedback__col p {
  padding: 0 1rem;
  width: 50%;
}
/* services end */

/* indication */
.indication-wrapper > .row {
  margin: 0px -15px;
}
.indication {
  padding: 125px 0px 140px;
}
.indication-wrapper {
  padding-top: 120px;
}
.indication .indication-inner {
  padding-top: 120px;
  padding-bottom: 85px;
}
.indication .item {
  background: #ffffff;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 30px 20px 30px 35px;
  color: #000;
  position: relative;
  min-height: 310px;
}
.indication .item-title {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 14px;
  word-break: break-word;
}
.indication .item-text {
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
}
.indication .item-count {
  position: absolute;
  top: -80px;
  left: 30px;
  font-weight: 900;
  font-size: 105px;
  line-height: 131px;
  color: #ede8e4;
}
.indication .indication-btn {
  background: #ede8e4;
  padding: 25px 60px;
  color: #676155;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
}

/* indication end */

/* callback-cards */
.callback-cards {
  padding: 97px 0 78px;
  background-image: url('../img/callback-bg.png');
  background-size: 100%;
  background-position: center;
}
.callback-cards .callback-cards__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  color: #676155;
  margin-bottom: 38px;
}

.callback-cards .callback-cards__mtitle {
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  color: #676155;
  margin-bottom: 40px;
}
.callback-cards .callback-cards__text {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #676155;
}
.callback-cards .callback-cards__items {
  margin-bottom: 55px;
}
.callback-cards .item {
  background: #ffffff;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
  padding-right: 12px;
}
.callback-cards .item:not(:last-child) {
  margin-right: 26px;
}
.callback-cards .item:nth-child(1),
.callback-cards .item:nth-child(2) {
  margin-bottom: 18px;
}
.callback-cards .item-img {
  margin-right: 18px;
}

.callback-cards .item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #676155;
}

.callback-form {
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 60px 52px;
  max-width: 600px;
  justify-content: center;
  text-align: center;
}

.callback-form__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 60px;
}

.callback-form__text {
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
}
.callback-form__input {
  margin-bottom: 33px;
}
.callback-form__input:nth-child(3) {
  margin-bottom: 60px;
}

.callback-form__btn {
  margin-bottom: 48px;
  width: 100%;
}
/* callback-cards end */

/* director */
.director {
  padding: 125px 0;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.director .director-mtitle {
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 44px;
}
.director .director-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 44px;
}
.director .col-6 {
  padding: unset;
}
.director .director-text {
  margin-bottom: 91px;
}

.director .director-text ul {
  padding-left: 2rem;
}
.director .col-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.director .director-btn {
  background: #ede8e4;
  color: #676155;
}
.director li {
  list-style: disc;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
.director-sertificats {
  position: absolute;
  top: -40px;
  right: 0;
  height: 100%;
  width: 575px;
}
.director-sertificats > .row {
  margin: 0 -15px;
}
.director-sertificats .col-6 {
  padding: 0 15px;
}
.director-sertificats .col-6:nth-child(1),
.director-sertificats .col-6:nth-child(2) {
  padding-bottom: 15px;
}
.director-img {
  position: absolute;
  left: 50%;
  bottom: -230px;
  transform: translateX(-50%);
  z-index: 1;
}
/* director end */

/* doctor */
.doctors {
  padding: 89px 0px 144px;
}
.doctors .feedback__item {
  height: 750px;
}
.doctors .feedback__box {
  padding: 35px 55px;
  flex-direction: column;
  height: 100%;
}
.doctors .feedback__box img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
.doctors .relative {
  padding-top: 94px;
  margin: 0 -15px;
}
/* doctor end  */

/* approach */
.approach {
  padding: 114px 0 138px;
  position: relative;
  overflow: hidden;
}

.approach .container {
  position: unset;
}
.approach .btitle {
  margin-bottom: 55px;
}
.approach .approach__text {
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
}
.approach .approach__text p:first-child {
  margin-bottom: 55px;
}
.approach .approach__img {
  position: absolute;
  top: 0;
  right: -150px;
  width: 60%;
  text-align: right;
}
/* approach end */

/* indication second */
.indication.second .item-count {
  top: unset;
  bottom: -60px;
  color: #393939;
}
.indication.second .item {
  margin-bottom: 86px;
  padding-right: 15px;
  min-height: 350px;
}
.indication.second .item:nth-child(7),
.indication.second .item:nth-child(8),
.indication.second .item:nth-child(9) {
  margin-bottom: unset;
}
/* indication second end */
/* About */
.about {
  padding-top: 115px;
  padding-bottom: 190px;
  background-color: #ede8e4;
}
.about .btitle {
  font-weight: 600;
  margin-bottom: 69px;
}
.about .d-flex {
  margin-left: -20px;
  margin-right: -20px;
}
.about__images {
  margin-bottom: 47px;
}
.about__img {
  padding: 0 20px;
  width: 22.5%;
  height: 460px;
  overflow: hidden;
}
.about__img.big {
  width: 55%;
}
.about__img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__row {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
}
.about__text {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 25px;
}
.about__wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.about__pictures {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 25px;
}
.about__box {
  padding: 41px 76px;
  border-radius: 15px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
}
.about__mtitle {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about__text p {
  font-size: 26px;
  font-weight: 300;
  color: #676155;
}
.about__images--row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  height: calc(100% - 50px);
}
.about__images--img {
  width: 50%;
  flex-basis: 50%;
  padding: 0px 20px;
  height: 50%;
}
.about__images--img:last-child {
  width: 100%;
  flex-basis: 100%;
  margin-top: 40px;
}
.about__images--img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
/* About end */
/* Feedback */
.feedback {
  background: #ede8e4;
  padding-top: 90px;
  padding-bottom: 160px;
}
.feedback__text {
  font-size: 40px;
  color: #676155;
  margin-top: 38px;
  margin-bottom: 65px;
}
.feedback__item {
  padding: 23px;
  background-color: #fff;
  border-radius: 18px;
}
.feedback__box {
  padding: 57px 75px 45px 75px;
  border-radius: 18px;
  box-shadow: 1.9224px 1.9224px 19.224px rgba(0, 0, 0, 0.15);
  display: flex;
}
.feedback__col {
  width: 33.33%;
  flex-basis: 33.33%;
  padding: 22px;
}

.col-12 {
  width: 100%;
  flex-basis: 100%;
}
.feedback__slid--title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
.feedback__col p {
  font-size: 31px;
  font-weight: 300;
  color: #000;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #676155;
  position: absolute;
}
.swiper-button-next {
  width: 136px;
  height: 136px;
  top: 50%;
  transform: translateY(-30%);
  right: -63px;
}
.swiper-button-prev {
  width: 136px;
  height: 136px;
  top: 50%;
  transform: translateY(-30%);
  left: -63px;
}
.swiper-button-prev span,
.swiper-button-next span {
  width: 110px;
  height: 110px;
  border: 1px solid #676155;
  border-radius: 50%;
  position: relative;
}
.swiper-button-prev span::after,
.swiper-button-next span::after {
  content: "";
  filter: blur(2.75637px);
  border-radius: 50%;
  width: 136px;
  height: 136px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1.5px solid #676155;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.relative {
  position: relative;
}
.feedback .container {
  position: relative;
}
/* Feedback end */

/* Faq */
.faq {
  padding-top: 115px;
  padding-bottom: 140px;
}
.faq__item {
  padding: 40px 60px;
  width: 100%;
  text-align: left;
  font-size: 31px;
  font-weight: 300;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.faq__list {
  margin-top: 42px;
  max-width: 1450px;
}
.accordion-content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 12px;
}
.accordion-content.show {
  margin-bottom: 68px;
}
.accordion-content p {
  padding: 62px 69px 32px 69px;
  font-size: 31px;
  font-weight: 300;
}
.faq__mtitle {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 65px;
  color: #ede8e4;
  margin-top: 15px;
}
.faq__call {
  padding: 26px 43px;
  background-color: #ede8e4;
  box-shadow: 1.9224px 1.9224px 19.224px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  display: inline-block;
  font-weight: 600;
  font-size: 38px;
  cursor: pointer;
}

/* Faq end */

/* sertificat */
.sertificat {
  padding-top: 115px;
  padding-bottom: 160px;
}
.sertificat__img {
  margin-top: 50px;
}
.sertificat__img.row {
  margin-left: -17px;
  margin-right: -17px;
}
.sertificat__img img {
  width: 100%;
}
/* sertificat end */

/* consultant */

.consultant {
  padding: 111px 0;
  background-image: url("../img/consultant.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.consultant__box {
  padding: 56px 98px;
  background-color: #fff;
  max-width: 1140px;
  border-radius: 20px;
}
.consultant__box.right {
  margin-left: auto;
  text-align: center;
}
.consultant__title {
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 27px;
  color: #49413f;
}
.text-center {
  text-align: center;
}
.consultant__text {
  color: #000;
  font-size: 27px;
}
.consultant__input {
  margin-top: 50px;
  margin-bottom: 46px;
}
.consultant__input input:first-child {
  margin-right: 58px;
}
.consultant__btn {
  margin-bottom: 50px;
}
.consultant__btn.text-center {
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  display: inline-block;
}
.consultant__img {
  position: absolute;
  right: 120px;
  bottom: -115px;
  z-index: 0;
  height: 750px;
}
.consultant__img.left {
  right: unset;
  left: 0;
}
.consultant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* consultant end */

/* Contact */
.contact {
  padding-top: 115px;
  padding-bottom: 107px;
  background-color: #676155;
}
.contact__text {
  margin-top: 38px;
  color: #ede8e4;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 68px;
}
.contact__map {
  width: 965px;
  flex-basis: 865px;
  margin-right: 58px;
  border-radius: 20px;
  overflow: hidden;
}
.contact__info {
  width: calc(100% - 965px);
}
.contact__item {
  color: #ede8e4;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: normal;
  font-style: normal;
}
.contact__item svg {
  margin-right: 23px;
}
.contact__work {
  padding: 32px 63px;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 15px;
}
.contact__work--title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}
.contact__work button {
  margin-bottom: 43px;
  border-radius: 20px;
  font-size: 20px;
  padding: 4px 50px;
  background-color: #fff;
  border: 1px solid #676155;
}
.contact__work button.dark {
  background-color: #676155;
  color: #fff;
  margin-right: 32px;
}
.contact__desc {
  color: #676155;
}
.contact__desc--title {
  font-weight: 700;
  margin-bottom: 15px;
}
.contact__desc p {
  margin-bottom: 20px;
}
/* contact end */

@media (max-width: 1600px) {
  .header .head {
    padding: 30px 0;
  }
  .header .logo a {
    font-size: 30px;
  }

  .header .header-menu {
    font-size: 18px;
    line-height: 20px;
  }

  .header .header-desc {
    max-width: 50%;
    font-size: 18px;
    line-height: 20px;
  }

  .header-contacts .header-contacts__icon {
    line-height: 28px;
    font-size: 20px;
  }

  .header .header-menu .menu-list:not(:last-child) {
    margin-right: 20px;
  }

  .header-contacts .header-contact {
    line-height: 21px;
    font-size: 17px;
  }

  .header-menu .btn {
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .btitle {
    font-size: 70px;
    line-height: 75px;
  }
  .callback .callback__btn {
    font-size: 35px;
    line-height: 1;
  }

  .consult .consult-form {
    margin-right: 50px;
  }

  .swiper-button-prev {
    left: -25px;
  }

  .swiper-button-next {
    right: -25px;
  }

  .indication .item-title {
    font-size: 24px;
    line-height: 28px;
  }

  .indication .item-text {
    font-size: 18px;
    line-height: 23px;
  }

  .indication .indication-btn {
    font-size: 30px;
    line-height: 40px;
  }

  .callback-cards .callback-cards__title {
    font-size: 40px;
    line-height: 50px;
  }

  .callback-cards .callback-cards__mtitle {
    font-size: 30px;
    line-height: 36px;
  }

  .my-btn {
    font-size: 26px;
  }

  .director-img {
    left: 70%;
  }

  .doctors .feedback__box {
    padding: 30px;
  }

  .feedback__slid--title {
    font-size: 24px;
  }

  body .consultant {
    padding-top: 200px;
  }

  body .consultant__box {
    max-width: calc(100% - 360px);
  }
}

@media (max-width: 1024px) {
  .header .logo {
    order: 0;
  }
  .header .logo a {
    font-size: 26px;
  }

  .header .header-desc {
    order: 2;
    font-size: 9px;
    line-height: 10px;
  }

  .header-contacts {
    order: 1;
  }

  .header-contacts .header-contacts__icon {
    font-size: 16px;
    line-height: 18px;
  }

  .header-contacts .header-contacts__icon svg {
    margin-right: 4px;
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .header-contacts .header-contact {
    font-size: 10px;
    line-height: 11px;
  }

  .header-menu .btn {
    position: absolute;
    top: 70px;
    right: 21px;
    font-size: 10.4186px;
    line-height: 12px;
    padding: 7px 15px;
    border-radius: 6.94041px
  }

  .header .header-menu .menu-list a {
    font-size: 12.8205px;
    line-height: 16px;
  }

  .header .menu {
    justify-content: center;
    gap: 12px 28px;
  }

  .header .header-menu .menu-list:not(:last-child) {
    margin-right: 0;
  }

  .main {
    padding-top: 33px;
    padding-bottom: 56px;
    height: auto;
  }

  .btitle {
    font-size: 32.1254px;
    line-height: 38px;
    text-align: center;
  }

  .main .main-item {
    padding: 19px 15px;
  }

  .main-item_icon {
    width: 33px;
    height: 33px;
  }

  .main-item_icon img {
    display: block;
    width: 100%;
    height: auto;
  }

  .main .main-item .main-item-text {
    font-size: 13.7029px;
    line-height: 16px;
  }

  .main .main-cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .main .main-img {
    top: 80px;
  }

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

  .callback .callback__title {
    margin-bottom: 25px;
    font-size: 19.9px;
    line-height: 23px;
  }

  .callback .callback__btn {
    padding: 17px 35px;
    font-size: 23.9019px;
    line-height: 29px;
  }

  .services .callback.service .callback__arrow {
    width: 50px;
    height: 40px;
    top: -25px;
    right: unset;
    left: -25px;
    transform: scale(-1, 1) rotate(20deg);
  }

  .services .callback.service .callback__arrow img {
    display: block;
    width: 100%;
    height: auto;
  }

  .consult {
    margin-top: 10px;
  }
  
  .yandex {
    top: -10px;
  }

  .yandex-rating {
    flex: 0 0 144px;
    max-width: 144px;
  }

  .yandex-rating img {
    display: block;
    width: 100%;
    height: auto;
  }

  .yandex .yandex-text {
    margin-left: 18px;
    padding: 10px 10px 10px 21px;
    flex: 0 0 calc(100% - 162px);
    max-width: calc(100% - 162px);
    font-size: 11px;
    line-height: 13px;
    border-radius: 4.90625px;
  }

  .consult .consult-wrapper {
    padding-top: 27px;
    padding-bottom: 56px;
    flex-direction: column-reverse;
  }

  .consult .consult-title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .consult .consult-text {
    margin-bottom: 90px;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
  }

  .consult .consult-text span {
    display: block;
  }

  .consult .consult-arrow {
    display: none;
  }

  .consult .consult-decs {
    padding-top: 0;
  }

  .consult .consult-form {
    padding: 25px 28px;
    max-width: 60%;
  }

  .consult .consult-form__title  {
    margin-bottom: 20px;
    font-size: 19.2526px;
    line-height: 23px;
  }

  .consult .consult-form__input {
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
    padding: 10px 18px;
    border-radius: 6.41753px;
    font-weight: 300;
    font-size: 12.8351px;
    line-height: 15px;
  }

  .consult .consult-form__input:nth-child(3) {
    margin-bottom: 25px;
  }

  .my-btn {
    padding: 15px 13px;
    width: 100%;
    font-size: 12.6532px;
    line-height: 17px;
    color: #fff;
  }

  .consult .consult-form__btn {
    margin-bottom: 20px;
  }

  .consult .consult-form__text {
    font-size: 10.6959px;
    line-height: 12px;
  }

  .consult .consult-img {
    width: 289.75px;
    height: 445px;
  }

  .services {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .services .btitle {
    margin-bottom: 34px;
    font-size: 33px;
    line-height: 39px;
  }

  .relative {
    padding: 0 30px;
  }

  .services .feedback__slid--title {
    font-size: 17px;
    line-height: 20px;
  }

  body .feedback__col p {
    font-size: 10px;
    line-height: 12px;
  }

  body .feedback__col span {
    font-size: 10px;
    line-height: 12px;
  }

  body .services .col-12 {
    margin-top: 20px;
  }

  .feedback__col:nth-child(1) {
    margin-bottom: 20px;
  }

  .feedback__col:nth-child(2),
  .feedback__col:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .services .feedback__col img {
    width: 138px;
    margin: 0 auto;
  }

  body .feedback .swiper-button-prev span::after, body .feedback .swiper-button-next span::after, body .swiper-button-prev, body .swiper-button-next {
    width: 53px;
    height: 53px;
  }

  .swiper-button-prev span, .swiper-button-next span {
    width: 42px;
    height: 42px;
  }

  .swiper-button-prev span::after, .swiper-button-next span::after {
    width: 51px;
    height: 51px;
    filter: blur(1.4px);
    border: 0.4px solid #676155;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }

  body .swiper-button-prev {
    left: 15px;
  }

  body .swiper-button-next {
    right: 15px;
  }

  .services .callback.service {
    padding-top: 27px;
  }

  .services .callback.service .callback__title {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 14.277px;
    line-height: 17px;
    text-align: center;
  }

  .services .callback.service .callback__btn {
    padding: 10px 25px;
    font-size: 17.1583px;
    line-height: 20px;
    border-radius: 6.2291px;
  }

  .services .feedback__box {
    flex-direction: column;
  }

  .services .feedback__col {
    margin: 0 auto;
  }

  .services .col-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  body .services .swiper-button-prev{
    left: 0;
  }

  body .services .swiper-button-next{
    right: 0;
  }

  .col-3 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0px 17px;
    margin-bottom: 40px;
  }

  .indication {
    padding: 60px 0;
  }

  .indication .item {
    padding: 26px 19px;
    min-height: 160px;
  }

  .indication .item-count {
    top: -25px;
    left: 17px;
    font-size: 48.9226px;
    line-height: 61px;
  }

  .indication .item-title {
    text-align: left;
    font-size: 13.6158px;
    line-height: 16px;
  }

  .indication .item-text {
    text-align: left;
    font-size: 10.2119px;
    line-height: 12px;
  }

  .indication .indication-inner {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .indication .indication-btn {
    padding: 13px 30px;
    font-size: 19.583px;
    line-height: 23px;
    border-radius: 7.10933px;
  }

  .indication-wrapper {
    padding-top: 70px;
    text-align: center;
  }

  .indication-wrapper > .row {
    margin: 0px -8px;
  }

  .callback-cards {
    padding: 63px 0;
  }

  .callback-cards .row {
    flex-direction: column;
  }

  .callback-cards .col-7 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .callback-cards .callback-cards__title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .callback-cards .callback-cards__mtitle {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
  }

  .callback-cards .item {
    padding: 18px 14px;
  }

  .callback-cards .item-img {
    margin-right: 11px;
    width: 30px;
    height: 30px;
  }

  .callback-cards .item-img svg {
    width: 100%;
    height: 100%;
  }

  .callback-cards .item-text {
    font-size: 12.8425px;
    line-height: 15px;
  }

  .callback-cards .callback-cards__items {
    margin-bottom: 33px;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .callback-cards .item:nth-child(1), .callback-cards .item:nth-child(2) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .callback-cards .item:not(:last-child) {
    margin-right: 0;
  }

  .callback-cards .callback-cards__text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
  }

  .callback-cards .col-5 {
    width: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }

  .callback-form {
    padding: 30px 22px;
  }

  .callback-form__title {
    margin-bottom: 30px;
    font-size: 24.6597px;
    line-height: 29px;
  }

  body .consultant__input input, body .my-input {
    max-width: 100%;
    width: 100%;
    font-weight: 300;
    font-size: 16.4398px;
    line-height: 19px;
    border-radius: 8.2199px;
  }

  .callback-form__btn {
    margin-bottom: 30px;
  }

  .callback-form__text {
    font-size: 13.6998px;
    line-height: 16px;
  }

  .director .container {
    position: unset;
  }

  .director .col-6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .director-sertificats .col-6 {
    width: 130.78px;
    flex-basis: 130.78px;
    max-width: 130.78px;
    height: 168.15px;
    padding: 0 10px;
  }

  .director .col-6 img {
    object-fit: unset;
  }

  .director-sertificats .col-6:nth-child(1), .director-sertificats .col-6:nth-child(2) {
    padding-bottom: 0;
  }

  .director-sertificats {
    width: 100%;
  }

  .director-sertificats > .row {
    margin: 0 -10px;
  }

  .director .director-mtitle {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
  }

  .director .director-title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .director li {
    font-size: 19px;
    line-height: 22px;
  }

  .director .director-text {
    margin-bottom: 500px;
  }

  .director .director-btn {
    z-index: 2;
    position: relative;
  }

  .director-img {
    width: 432px;
    height: auto;
    left: 50%;
    bottom: -10px;
  }

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

  .director-sertificats {
    top: unset;
    bottom: 350px;
    height: auto;
  }

  .director-sertificats > .row {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .doctors {
    padding: 50px 0;
  }

  .doctors .relative {
    padding-top: 30px;
  }

  .doctors-swiper .col-4 {
    flex-basis: 100%;
    width: 100%;
  }

  .doctors-swiper .col-4:not(:first-child) {
    display: none;
  }

  .doctors .feedback__slid--title {
    margin-top: 20px;
    text-align: left;
  }

  .doctors .doctors__col {
    border-radius: 20px;
    text-align: left;
    overflow: hidden;
  }

  .approach {
    padding-top: 52px;
    padding-bottom: 82px;
  }

  .approach .btitle {
    font-size: 32px;
    line-height: 38px;
  }

  .approach .approach__text {
    font-size: 19px;
    line-height: 22px;
  }

  .approach .approach__text p:first-child {
    margin-bottom: 20px;
  }

  .approach .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .approach .approach__img {
    position: unset;
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }

  .approach .approach__img img {
    display: block;
    width: 100%;
  }

  body .consultant {
    padding: 80px 0;
  }

  body .consultant__box {
    max-width: 100%;
  }

  .consultant .container {
    position: unset;
  }

  .consultant__box.right {
    padding-left: 80px;
    padding-right: 80px
  }

  .consultant__img.left {
    width: 300px;
    display: flex;
    align-items: flex-end;
    height: auto;
    bottom: 0;
    left: -45px;
  }

  .consultant__img.left img {
    object-fit: unset;
    height: auto;
  }

  .indication-wrapper .col-4 {
    flex-basis: 50%;
    width: 50%;
  }

  .indication.second .item {
    margin-bottom: 30px;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: auto;
  }

  .indication.second .item-count {
    font-size: 39.4558px;
    line-height: 49px;
    bottom: -25px;
  }

  body .feedback {
    padding: 80px 0;
  }

  body .feedback .feedback__slid--title {
    font-size: 19px;
    line-height: 23px;
  }

  .feedback .feedback__col:nth-child(2), .feedback .feedback__col:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .faq__mtitle {
    text-align: center;
  }

  .faq__call {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  body .about {
    padding: 80px 0;
  }

  body .sertificat  {
    padding: 80px 0;
  }

  .sertificat .col-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  body .consultant__img {
    display: flex;
    align-items: flex-end;
    height: auto;
    bottom: 0;
    left: -60px;
    width: 215px;
  }

  .consultant__img img {
    object-fit: unset;
    height: auto;
  }

  body .consultant__box {
    padding-left: 80px;
    padding-right: 80px;
  }

  body .contact {
    padding: 80px 0;
    text-align: center;
  }

  .contact .btitle {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
  }

  .contact .contact__text {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 22px;
  }

  .contact .d-flex {
    justify-content: center;
  }

  .contact .contact__item {
    font-size: 14.3457px;
    line-height: 17px;
  }

  .contact .contact__map {
    margin-top: 40px;
    height: 314px;
  }

  .contact .contact__desc {
    text-align: left;
  }

  .footer {
    padding: 20px 0;
  }

  .footer .footer__img {
    height: auto;
  }

  .footer .footer__img img {
    width: 65px;
    height: 73.32px;
  }

  .footer .footer__copy {
    font-size: 7.25093px;
    line-height: 8px;
  }
}

@media (max-width: 440px) {
  .header .logo a {
    font-size: 15px;
  }

  .header .header-desc {
    font-size: 7px;
  }

  .header-contacts .header-contacts__icon {
    font-size: 14px;
  }
}

/* @media (max-width: 440px) {
  .header .logo a {
    font-size: 14px;
  }

  .header-contacts .header-contacts__icon {
    font-size: 12px;
  }

  .header-menu .btn {
    font-size: 8.4186px;
  }

  .callback .callback__btn {
    font-size: 17.9019px;
  }

  .consult .consult-form {
    max-width: 100%;
    margin: 0;
  }

  .relative {
    padding: 0;
  }

  .feedback__box {
    flex-direction: column;
  }

  .feedback__col:nth-child(2), .feedback__col:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body .swiper-button-prev {
    left: -20px;
  }

  body .swiper-button-next{
    right: -20px;
  }

  .col-3 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  body .services .feedback__slid--subtitle {
    flex-direction: column;
  }

  body .services .feedback__slid--subtitle p {
    width: 100%;
  }

  .indication .indication-btn{
    font-size: 15.583px;
  }

  .callback-cards .callback-cards__title{
    font-size: 20px;
    line-height: 24px;
  }

  .callback-cards .callback-cards__items {
    flex-direction: column;
  }

  .callback-cards .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .callback-cards .col-5 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .director-img {
    width: 320px;
  }

  .director-sertificats > .row {
    flex-wrap: nowrap;
  }

  .director .director-text {
    margin-bottom: 300px;
  }

  .director-sertificats .col-6 {
    width: 30%;
    flex-basis: 30%;
    max-width: 30%;
    height: auto;
  }

  .doctors .relative {
    padding-top: 30px;
  }

  .approach .btitle {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  .approach .approach__text {
    font-size: 16px;
    line-height: 20px;
  }

  body .consultant__title {
    font-size: 16px;
  }

  body .consultant__box,
  .consultant__box.right {
    padding: 20px;
    z-index: 2;
  }

  .indication-wrapper {
    padding-top: 30px;
  }

  .indication-wrapper .col-4 {
    flex-basis: 100%;
    width: 100%;
  }

  body .faq {
    padding: 50px 0;
  }

  body .faq__item {
    font-size: 14px;
  }

  body .faq__call {
    font-size: 12px;
  }

  .contact__work button.dark {
    margin-right: 0;
  }
} */