@import url(https://fonts.googleapis.com/css?family=Inter:300,regular,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:regular,500,600,700,800&display=swap);
[class*=_icon-]::before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
._icon-arrow-top:before {
  content: "\e900";
  color: #fff
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 375px
}
body {
  color: #3c2f41;
  line-height: 1;
  font-family: Inter;
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 81rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  font-family: Raleway;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  background: #f8f8f8
}

.header__line {
  display: flex;
  gap: 1.25rem;
  min-height: 70px;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  padding: 0px 18px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 51;
}
.header__logo img{
	height: 71px;
}
.footer__logo img{
	height: 62px;
}
.header__menu {
  flex: 1 1 auto;
  position:relative;
}
.header__button {
  background: #fff;
  border-radius: 20px;
  border: solid 2px #ffc836;
  min-height: 70px;
  min-width: 164px;
  font-family: Raleway;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all .3s;
  display: block
}

.header__adress {
  display: flex;
  align-items: center;
  gap: .625rem;
  font-weight: 500;
  font-size: .625rem
}
.header__adress::before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../img/icon-adress.webp) center/contain no-repeat
}
.header__phone {
  font-weight: 500;
  font-size: .625rem;
  display: flex;
  align-items: center;
  gap: .625rem
}
.header__phone::before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../img/icon-tel.webp) center/contain no-repeat
}
.menu {
  position: relative;
  z-index: 5
}
.menu__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  position:relative;
}
.menu__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 17px 30px;
  gap: 3.125rem;
  position:relative;
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 10px;
  flex-wrap: wrap
}
.menu__link {
  line-height: 1.2;
  font-weight: 700;
  transition: all .3s
}
.menu__socials {
  display: flex;
  gap: .9375rem;
  align-items: center
}
.menu__social {
  width: 36px;
  height: 2.25rem;
  display: block;
  transition: all .3s
}
.menu__social.insta {
  background: url(../img/insta-black.svg) center/cover no-repeat
}
.menu__social.youtube {
  background: url(../img/youtube-black.svg) center/cover no-repeat
}
.sublist-menu {
  position: relative
}
.sublist-menu__name {
  display: flex;
  align-items: center;
  gap: .375rem
}
.sublist-menu__list {
  background: #fff;
  min-width: 183px
}
.sublist-menu__item:not(:last-child) {
  margin-bottom: .9375rem
}
.sublist-menu__link {
  color: #8e96ab;
  line-height: 1.2;
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s;
  display: block;
  text-align: left;
  
}
.footer {
  background-color: #3c2f41;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.footer__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem
}
.footer__column span.line {
  background-color: grey;
  height: .0625rem;
  width: 100%
}
.footer__logo {
  margin-bottom: .625rem
}
.footer__socials {
  display: flex;
  gap: .9375rem;
  justify-content: center
}
.footer__social {
  display: block;
  width: 36px;
  height: 36px;
  transition: all .3s
}
.footer__social.insta {
  background: url(../img/insta-yellow.webp) center/contain no-repeat
}
.footer__social.youtube {
  background: url(../img/youtube-yellow.webp) center/contain no-repeat
}
.menu-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.menu-footer__link {
  font-family: Raleway;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: .2px;
  transition: all .3s
}
.main-block {
  padding-top: 140px;
  padding-bottom: 4.125rem;
  background: #fafafa
}
.main-block__container {
  position: relative;
  z-index: 3
}
.main-block__columns {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.main-block__info {
  flex: 0 0 51%;
  padding-right: 1.25rem
}
.main-block__title {
  font-family: Raleway;
  letter-spacing: 7.7px;
  font-weight: 800;
	font-size: 3.5rem
}
@media (max-width: 1150px){
	.main-block__title {
		 font-size: 3rem
	 } 
}
@media (max-width: 600px){
	.main-block__title {
		 font-size: 2.5rem
	 } 
}
@media (max-width: 470px){
	.main-block__title {
		 font-size: 2rem
	 } 
}
@media (max-width: 390px){
	.main-block__title {
		 font-size: 1.8rem
	 } 
}
.main-block__title:not(:last-child) {
  margin-bottom: 1.875rem
}
.main-block__text {
  line-height: 1.45;
  max-width: 580px;
}
.main-block__text:not(:last-child) {
  margin-bottom: 2.5rem
}
.main-block__button {
  font-family: Raleway;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
  background: #ffc836;
  padding: 25px 30px;
  border-radius: 20px;
  transition: all .3s;
  border: 2px solid #ffc836
}
.main-block__slider {
  flex: 0 0 49%;
  position: relative
}
.main-block__slider::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.6875rem;
  height: 5.375rem;
  border-top-right-radius: 30px;
  background: #fafafa;
  z-index: 2
}
.main-block__slide {
  border-radius: 20px;
  position: relative;
  min-height: 564px;
}
.main-block__slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.services__items {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.3125rem
}
.services__item {
  display: block;
  text-align: center;
  background: #fafafa;
  border: 2px solid #fafafa;
  border-radius: 20px;
  min-height: 287px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
  transition: all .3s
}
.services__img img {
  width: 4.9375rem;
  height: 4.9375rem
}
.services__img img.big {
  width: 4.875rem;
  height: 5.5625rem
}
.services__name {
  line-height: 116%;
  font-weight: 600;
  display: flex;
  flex-direction: column
}
.treatment__body {
  background: url(../img/bg.webp) center/cover no-repeat;
  border-radius: 20px
}
.treatment__title {
  color: #fff;
  margin-bottom: 3.125rem
}
.treatment__items {
  display: flex;
  gap: 1.25rem
}
.treatment__items:not(:last-child) {
  margin-bottom: 1.3125rem
}
.treatment__item {
  padding: 34px 40px;
  border-radius: 20px;
  transition: all .3s
}
.small-item {
  background: #fff;
  border: 2px solid #fff;
  flex: 0 0 38.87%
}
.small-item__number {
  font-family: Raleway;
  font-size: 2.75rem;
  color: #a2b5ce;
  font-weight: 800;
  font-variant-numeric: lining-nums
}
.small-item__title {
  color: #202833;
  line-height: 116.66%;
  font-weight: 600;
  margin-bottom: .4375rem
}
.small-item__text {
  line-height: 111.11%;
  color: #abadb1
}
.big-item {
  background: rgba(255,255,255,.2431372549);
  border: 2px solid rgba(255,255,255,.2431372549);
  flex: 1 1 auto
}
.big-item__number {
  font-family: Raleway;
  font-size: 2.75rem;
  color: #fff;
  font-weight: 800;
  font-variant-numeric: lining-nums
}
.big-item__title {
  color: #fdfdfd;
  line-height: 116.66%;
  font-weight: 600;
  margin-bottom: .4375rem
}
.big-item__text {
  line-height: 111.11%;
  color: #fff
}
.slide-specialists__body {
  text-align: center;
  position: relative;
  padding-top: 135px;
}
.slide-specialists__info {
  border-radius: 20px;
  background: #fafafa;
  padding-top: 150px;
  padding-bottom: 2.5rem;
  text-align: left;
  display:flex;
  flex-direction:column;
  min-height:480px;
}
.slide-specialists__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 2;
}
.slide-specialists__img::before{
	content: '';
	display: block;
	width: 271px;
	height: 271px;
	position: absolute;
	top: 0;
	left: 0;
	background:#ffffff;
	z-index: 2;
	border-radius: 50%;
}
.slide-specialists__img img {
  width: 12.5625rem;
  height: 12.5625rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.slide-specialists__img.two img {
	width: 250px;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	margin-top: 10px;
	margin-left: 10px;
 }

.slide-specialists__title {
  font-weight: 600;
  line-height: 116.66%;
  margin-bottom: .75rem;
  color: #202833
}
.slide-specialists__subtitle {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 111.11%;
  color: #878787;
  margin-bottom: 1.25rem
}
.slide-specialists__list {
  margin-bottom: 20px
}
.slide-specialists__item {
  font-size: 1.125rem;
  line-height: 111.11%;
  color: #abadb1;
  display: flex;
  align-items: center;
  gap: .5rem
}
.slide-specialists__item:not(:last-child) {
  margin-bottom: .625rem
}
.slide-specialists__item::before {
  content: "";
  display: block;
  background: #d9d9d9;
  width: .8125rem;
  flex: 0 0 .8125rem;
  height: .8125rem;
  border-radius: 50%;
  margin: 5px
}
.slide-specialists__buttons {
  display: flex;
  gap: .625rem;
  align-items: flex-end;
  justify-content: space-between;
  flex:1 1 auto;
  
}
.slide-specialists__button {
  flex: 0 0 49%;
  color: #202833;
  text-transform: uppercase;
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #ffc836;
  padding: 16px 26px;
  border-radius: 25px;
  transition: all .3s
}
.slide-specialists__button_yellow {
  background: #ffc836
}
.slide-specialists__button_white {
  background: #fff
}
.table {
  line-height: 1.3571428571;
  display: flex;
  overflow-x: auto;
  width: 100%;
}
.table__item {
  width: 100%;
  border-collapse: collapse;
  flex: 0 0 100%
}
.table__row {
  border-bottom: 1px solid #202833;
  border-left: 1px solid #202833;
  border-right: 1px solid #202833;
  display: flex;
  justify-content: space-between
}
.table__title {
  border-top: 1px solid #202833;
  padding: 15px;
  text-align: left;
  background: #ffc836;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  flex: 0 0 250px;
  text-align: center;
  width:250px;
}

.table__title.brr {
  border-right: 1px solid #202833;
  flex: 1 1 auto;
  min-width: 200px;

}
.table__title.br {
  border-right: 1px solid #202833;
}
.table__cell {
  padding: 15px;
  flex: 0 0 250px;
  text-align: center;
  
}

.table__cell.brr {
  border-right: 1px solid #202833;
  flex: 1 1 auto;
    text-align: left;
     min-width: 200px;
}
.table__cell.br {
  border-right: 1px solid #202833;
}
.advantages__columns {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}
.advantages__info {
  flex: 1 1 auto;
  padding-right: 1.25rem
}
.advantages__text {
  max-width: 470px;
  color: #202833;
  line-height: 155.55%;
  margin-bottom: 1.875rem
}
.advantages__button {
  color: #202833;
  text-transform: uppercase;
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #ffc836;
  padding: 16px 26px;
  border-radius: 25px;
  transition: all .3s;
  background: #fff
}
.advantages__items {
  flex: 0 0 49.13%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.25rem
}
.item-advantages {
  background: #fafafa;
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  transition: all .3s;
  min-width: 245px
}
.item-advantages__icon {
  align-self: flex-end;
  transition: all .3s
}
.item-advantages__icon.one {
  width: 2.6875rem;
  height: 3.875rem;
  background: url(../img/advantages/1.webp) center/contain no-repeat
}
.item-advantages__icon.two {
  width: 5.5625rem;
  height: 3.875rem;
  background: url(../img/advantages/2.webp) center/contain no-repeat
}
.item-advantages__icon.three {
  width: 3.6875rem;
  height: 3.875rem;
  background: url(../img/advantages/3.webp) center/contain no-repeat
}
.item-advantages__icon.four {
  width: 4.75rem;
  height: 4rem;
  background: url(../img/advantages/4.webp) center/contain no-repeat
}
.item-advantages__title {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  transition: all .3s;
  font-weight: 600;
  line-height: 116.66%;
  margin-bottom: .5625rem
}
.item-advantages__text {
  color: #abadb1;
  line-height: 111.11%;
  transition: all .3s
}
.reviews__body {
  background: rgba(137,179,223,.8);
  border-radius: 20px
}
.reviews__title {
  color: #fff
}
.reviews__info {
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  line-height: 20px;
  row-gap: 40px
}
.reviews__text {
  padding-top: .8125rem;
  max-width: 610px;
  flex: 1 1 auto
}
.reviews__link {
  flex: 0 0 200px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .75rem;
  transition: all .3s
}
.reviews__link::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  transition: all .3s;
  background: url(../img/arrow-top.svg) center/contain no-repeat
}
.slide-reviews {
  background: #fff;
  padding: 40px;
  border-radius: 20px
}
.slide-reviews__top {
  display: flex;
  gap: .9375rem;
  align-items: center;
  margin-bottom: 1.25rem
}
.slide-reviews__img {
  position: relative;
  width: 4.75rem;
  height: 4.75rem;
  flex: 0 0 76px
}
.slide-reviews__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}
.slide-reviews__name {
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  color: #878787
}
.slide-reviews__sub {
  color: #abadb1
}
.slide-reviews__line {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-bottom: 2.8125rem
}
.slide-reviews__stars {
  width: 8.1875rem;
  height: 1.3125rem;
  background: url(../img/reviews/stars.svg) center/contain no-repeat
}
.slide-reviews__date {
  color: #abadb1;
  font-weight: 500;
  line-height: 111.11%
}
.slide-reviews__title {
  font-weight: 600;
  line-height: 116.66%;
  margin-bottom: .4375rem
}
.slide-reviews__text {
  color: #abadb1;
  line-height: 111.11%
}
.contacts_bg {
  background: #fafafa
}
.contacts__body {
  position: relative;
  display: flex
}
.contacts__map {
  flex: 0 0 49.2%;
  position: relative
}
.contacts__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px
}
.contacts__info {
  flex: 1 1 auto;
  padding-left: 1.25rem
}
.contacts__title {
  margin-bottom: 2rem
}
.contacts__img {
  margin-bottom: 1.3125rem
}
.contacts__adress {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .875rem
}
.contacts__adress::before {
  content: "";
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: url(../img/adress-icon.svg) center/contain no-repeat
}
.contacts__cards {
  display: flex;
  gap: 1.25rem
}
.contacts__card {
  flex: 0 0 49%;
  border-radius: 20px;
  padding: 36px 20px
}
.contacts__card_white {
  background: #fafafa;
  color: #3c2f41
}
.contacts__card_blue {
  background: #b3ceeb;
  color: #fff
}
.contacts__name {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 28px;
  margin-bottom: .4375rem
}
.contacts__tel {
  color: #3c2f41;
  line-height: 20px;
  margin-bottom: .4375rem;
  display: block;
  transition: all .3s
}
.contacts__mail {
  color: #abadb1;
  line-height: 20px;
  display: block;
  transition: all .3s
}
.contacts__item {
  line-height: 20px
}
.contacts__item:not(:last-child) {
  margin-bottom: .4375rem
}
.contacts__button {
  position: absolute;
  bottom: -70px;
  left: 18px
}
.contacts__link {
  display: inline-block;
  position: relative;
  background: #ffc836;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}
.contacts__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ffc836;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite
}
.contacts__link img {
  position: relative;
  z-index: 2;
  transition: all .3s
}
.contacts__link p.text {
  display: none;
  transition: all .3s
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}
.section__title {
  font-family: Raleway;
  font-weight: 800
}
.treatment-block {
  padding-top: 8.4375rem;
  background: #fafafa;
  padding-bottom:135px;
}

.treatment-block__adress {
  display: flex;
  align-items: center;
  gap: .625rem;
  font-weight: 500;
  font-size: .625rem
}
.treatment-block__adress::before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../img/icon-adress.webp) center/contain no-repeat
}
.treatment-block__phone {
  font-weight: 500;
  font-size: .625rem;
  display: flex;
  align-items: center;
  gap: .625rem
}
.treatment-block__phone::before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../img/icon-tel.webp) center/contain no-repeat
}
.treatment-block__title {
  font-family: Raleway;
  font-weight: 800;
  display: flex;
  column-gap:40px;
  row-gap:30px;
  flex-wrap:wrap;
}
.treatment-block__item {
  font-weight: 600;
  line-height: 1.2;
  color: #3c2f41;
  transition: all .3s
}
.treatment-block__item:not(:last-child) {
  margin-bottom: .9375rem
}
.breadcrumbls {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap
}
.breadcrumbls span {
  font-size: .75rem;
  line-height: 133.33%;
  color: #abadb1
}
.breadcrumbls__link {
  font-size: .75rem;
  line-height: 133.33%;
  color: #abadb1
}
.breadcrumbls__item {
  font-weight: 600;
  font-size: .75rem;
  line-height: 133.33%;
  color: #3c2f41
}
.tendinitis-block__title {
  font-family: Raleway;
  font-weight: 800;
  display: flex;
  column-gap: 40px;
  row-gap:30px;
  flex-wrap:wrap;
  align-items: center;
}
.tendinitis-block__columns {
  display: flex
}
.tendinitis-block__left {
  flex: 1 1 auto;
  padding-right: 1.25rem;
  display: flex;
  flex-direction: column
}
.tendinitis-block__left.reverse {
  padding-right: 0;
  padding-left: 1.25rem
}
.tendinitis-block__flex {
  display: flex;
  flex-direction: column
}
.tendinitis-block__right {
  flex: 0 0 32.3%;
  position: relative
}
.tendinitis-block__right_big {
  flex: 0 0 40.7%
}
.tendinitis-block__right_fifty {
  flex: 0 0 50%
}
.tendinitis-block__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.tendinitis-block__img img {
  max-width: 100%
}
.tendinitis-block__mini {
  max-width: 840px
}
.tendinitis-block__images img {
  max-width: 100%
}
.text-style.width {
  max-width: 515px
}
.text-style.width-big {
  max-width: 730px
}
.text-style.width-big-two {
  max-width: 1050px
}
.text-style P {
  color: #202833;
  line-height: 155.55%
}
.text-style P span {
  font-weight: 600
}
.list {
  max-width: 725px
}
.list.big {
  max-width: 100%
}
.list.width {
  max-width: 945px
}
.list li {
  color: #202833;
  line-height: 155.55%;
  display: flex;
  gap: .5rem
}
.list li:not(:last-child) {
  margin-bottom: 1.25rem
}
.list li span {
  font-weight: 600
}
.list-style {
  max-width: 725px
}
.list-style.big {
  max-width: 100%
}
.list-style.width {
  max-width: 945px
}
.list-style li {
  color: #202833;
  line-height: 155.55%;
  display: flex;
  gap: .5rem
}
.list-style li:not(:last-child) {
  margin-bottom: 1.25rem
}
.list-style li::before {
  content: "";
  display: block;
  width: .625rem;
  flex: 0 0 10px;
  height: .625rem;
  border-radius: 50%;
  background: #ffc836;
  margin-top: .625rem
}
.list-style.no-flex li {
  display: inline-block;
  padding-left: 1.125rem;
  position: relative
}
.list-style.no-flex li::before {
  position: absolute;
  top: 10;
  left: 0;
  display: inline-block
}
.list-numbers {
  list-style-type: decimal;
  max-width: 820px;
  padding-left: 1.5625rem
}
.list-numbers.big {
  max-width: 100%
}
.list-numbers li {
  color: #202833;
  line-height: 155.55%
}
.list-numbers li:not(:last-child) {
  margin-bottom: 1.25rem
}
.list-numbers li span {
  font-weight: 600
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.25rem
}
.subtitle {
  font-family: Raleway;
  font-weight: 700;
  line-height: 123.7%;
  color: #3c2f41
}
.big-text {
  font-family: Raleway;
  font-weight: 700;
  line-height: 166.66%;
  font-variant-numeric: lining-nums
}
.big-text.width-big {
  max-width: 730px
}
.big-text.width {
  max-width: 600px
}
.flex-max {
  display: flex;
  flex-direction: column
}
.modul {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 40;
  font-family: Raleway;
  background: #9cbee3;
  font-variant-numeric: lining-nums
}
.modul.none {
  display: none
}
.modul__container {
  text-align: center;
  position: relative
}
.modul__title {
  font-weight: 600;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  color: #fff
}
.modul__title span {
  font-weight: 700;
  color: #3c2f41
}
.modul__line {
  text-align: center
}
.modul__close {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: -5px;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(../img/close.svg) center/contain no-repeat
}
.form {
  display: flex;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto
}
.form-modul{
    display: flex;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto
}
    
.form__line {
  flex: 1 1 auto;
  margin-right: 15px
}
.form__input {
  background: rgba(255,255,255,.7);
  color: #828282;
  border-radius: 20px;
  height: 3.125rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 5px 28px
}
.form__button button {
  flex: 0 0 160px;
  color: #3c2f41;
  background: #ffc836;
  border: 2px solid #ffc836;
  font-weight: 600;
  font-size: 1rem;
  width: 10rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 20px;
  transition: all .3s
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}
:root {
  --swiper-theme-color: #007aff
}
.reviews__slider,
.photo__slider,
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.reviews__slider {
  padding: 0 9%!important
}
.reviews__wrapper .swiper-slide {
  opacity: .5
}
.reviews__wrapper .swiper-slide-active,
.reviews__wrapper .swiper-slide-next {
  opacity: 1
}
.swiper-specialists {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 70px 0;
  z-index: 1
}
.swiper-photo {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box
}
.reviews__wrapper {
  align-items: stretch
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.reviews__slide,
.slide-specialists,
.photo__slide,
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide.reviews__slide {
  height: auto
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide-specialists {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next-reviews,
.swiper-button-prev-reviews {
  position: absolute;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.swiper-button-next-reviews.swiper-button-disabled,
.swiper-button-prev-reviews.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next-reviews:after,
.swiper-button-prev-reviews:after {
  content: "";
  display: block;
  background: url(../img/reviews/arrow-right.svg) center/contain no-repeat;
  width: 30px;
  height: 30px
}
.swiper-button-prev-reviews:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.swiper-button-prev-reviews,
.swiper-rtl .swiper-button-next-reviews {
  left: 44%;
  right: auto
}
.swiper-button-prev-reviews:after,
.swiper-rtl .swiper-button-next-reviews:after {
  content: ""
}
.swiper-button-next-reviews,
.swiper-rtl .swiper-button-prev-reviews {
  right: 44%;
  left: auto
}
.swiper-button-next-reviews:after,
.swiper-rtl .swiper-button-prev-reviews:after {
  content: ""
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  bottom: 14px;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next-specialists,
.swiper-button-prev-specialists {
  position: absolute;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next-specialists.swiper-button-disabled,
.swiper-button-prev-specialists.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  display: block;
  background: url(../img/main-block/arrow.webp) center/contain no-repeat;
  width: 31px;
  height: 31px
}
.swiper-button-next-specialists:after,
.swiper-button-prev-specialists:after {
  content: "";
  display: block;
  background: url(../img/specialists/arrow-right-circle.webp) center/contain no-repeat;
  width: 30px;
  height: 30px
}
.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.swiper-button-prev-specialists:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 45px;
  right: auto
}
.swiper-button-prev-specialists,
.swiper-rtl .swiper-button-next-specialists {
  left: 0;
  right: auto
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: ""
}
.swiper-button-prev-specialists:after,
.swiper-rtl .swiper-button-next-specialists:after {
  content: ""
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: auto;
  left: 138px
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: ""
}
.swiper-button-next-specialists,
.swiper-rtl .swiper-button-prev-specialists {
  right: auto;
  left: 126px
}
.swiper-button-next-specialists:after,
.swiper-rtl .swiper-button-prev-specialists:after {
  content: ""
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  bottom: 5px;
  left: 55px;
  text-align: left;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  font-size: 22px;
  font-weight: 600;
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-pagination-reviews {
  text-align: left;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  font-size: 22px;
  font-weight: 600;
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-top: 55px
}
.swiper-pagination-reviews.swiper-pagination-hidden {
  opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #dce0e7
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none!important
}
.swiper-pagination-bullet-active {
  background: #ffc836
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube {
  overflow: visible
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}
.swiper-flip {
  overflow: visible
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
@media (min-width:47.99875em) {
  .services__name span.mobile {
    display: none
  }
}
@media (min-width:61.99875em) {
  .menu__line {
    flex: 1 1 auto
  }
  .menu__list {
    flex: 1 1 auto
  }
  .sublist-menu__name::after {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    background: url(../img/arrow-up.webp) center/contain no-repeat
  }
  .sublist-menu__column {
    position: absolute;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    padding-top: 20px;
    pointer-events: none
  }
  .sublist-menu__list {
    border-radius: 10px;
    box-shadow: 0 4px 30px #262626;
    padding: 20px 18px
  }
}
@media (min-width:81em) {
  .menu-footer__list {
    gap: 3.125rem
  }
  
  .main-block__text {
    font-size: 1.375rem
  }
  .services {
    padding-top: 6.125rem
  }
  .services {
    padding-bottom: 7.5rem
  }
  .services__title {
    margin-bottom: 3.125rem
  }
  .services__name {
    font-size: 1.5rem
  }
  .treatment__body {
    padding-top: 7.5rem
  }
  .treatment__body {
    padding-bottom: 7.5rem
  }
  .treatment__body {
    padding-left: 6.6875rem
  }
  .treatment__body {
    padding-right: 6.6875rem
  }
  .treatment__title {
    margin-bottom: 3.125rem
  }
  .small-item__number {
    margin-bottom: 4.6875rem
  }
  .small-item__title {
    font-size: 1.5rem
  }
  .small-item__text {
    font-size: 1.125rem
  }
  .big-item__number {
    margin-bottom: 4.6875rem
  }
  .big-item__title {
    font-size: 1.5rem
  }
  .big-item__text {
    font-size: 1.125rem
  }
  .specialists {
    padding-top: 7.5rem
  }
  .specialists {
    padding-bottom: 7.5rem
  }
  .specialists__title {
    margin-bottom: 4.375rem
  }
  .slide-specialists__info {
    padding-right: 1.6875rem
  }
  .slide-specialists__info {
    padding-left: 1.6875rem
  }
  .slide-specialists__title {
    font-size: 1.5rem
  }
  .price {
    padding-bottom: 7.5rem
  }
  .price__title {
    margin-bottom: 4.375rem
  }
  .advantages {
    padding-bottom: 7.5rem
  }
  .advantages.about {
	padding-top: 7.5rem
 }
  .advantages__title {
    margin-bottom: 2.0625rem
  }
  .item-advantages {
    min-height: 14.8125rem
  }
  .item-advantages__title {
    font-size: 1.5rem
  }
  .item-advantages__text {
    font-size: 1.125rem
  }
  .reviews__body {
    padding-top: 7.5rem
  }
  .reviews__body {
    padding-bottom: 7.5rem
  }
  .reviews__title {
    margin-bottom: 1.875rem
  }
  .reviews__title {
    padding-left: 6.6875rem
  }
  .reviews__title {
    padding-right: 6.6875rem
  }
  .reviews__info {
    padding-left: 6.6875rem
  }
  .reviews__info {
    padding-right: 6.6875rem
  }
  .reviews__info {
    margin-bottom: 3.4375rem
  }
  .slide-reviews__title {
    font-size: 1.5rem
  }
  .contacts {
    padding-top: 7.5rem
  }
  .contacts {
    padding-bottom: 7.5rem
  }
  .contacts__adress {
    font-size: 1.5rem
  }
  .contacts__adress {
    margin-bottom: 5rem
  }
  .contacts__link {
    width: 9.5625rem
  }
  .contacts__link {
    height: 9.5625rem
  }
  .contacts__link img {
    width: 5.3125rem
  }
  .section__title {
    font-size: 4rem
  }
  .treatment-block__breadcrumbls {
    margin-bottom: 4.375rem
  }
  .treatment-block__title {
    margin-bottom: 3.75rem
  }
  .treatment-block__title {
    font-size: 4rem
  }
  .treatment-block__item {
    font-size: 2rem
  }
  .tendinitis-block__title {
    margin-bottom: 3.75rem
  }
  .tendinitis-block__title {
    font-size: 4rem
  }
  .tendinitis-block__left {
    gap: 3.75rem
  }
  .tendinitis-block__flex {
    gap: 1.875rem
  }
  .text-style P:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .subtitle {
    font-size: 2.625rem
  }
  .big-text {
    font-size: 1.875rem
  }
  .flex-max {
    gap: 3.75rem
  }
  .modul {
    padding-top: 2rem
  }
  .modul {
    padding-bottom: 2rem
  }
  .modul__title {
    font-size: 1.75rem
  }
}
@media (max-width:1300px) {
  .menu__line {
    gap: 1.25rem
  }
}
@media (max-width:1170px) {
  .swiper-button-prev-reviews,
  .swiper-rtl .swiper-button-next-reviews {
    left: 42%;
    right: auto
  }
  .swiper-button-next-reviews,
  .swiper-rtl .swiper-button-prev-reviews {
    right: 42%;
    left: auto
  }
}
@media (max-width:991.98px) {
  .contacts__map {
    flex: 1 1 auto;
    min-height: 420px
  }
  .reviews__slider {
    padding: 0 15px!important
  }
  .reviews__wrapper .swiper-slide {
    opacity: 1
  }
  .swiper-button-next-reviews,
  .swiper-button-prev-reviews {
    display: none
  }
  .swiper-pagination-bullet {
    width: toRem(13);
    height: toRem(13)
  }
}
@media (max-width:990px) {
  .menu__line {
    padding: 17px 20px
  }
}
@media (max-width:850px) {
  .slide-specialists__button {
    flex: 1 1 auto;
    padding: 15px 8px
  }
}
@media (max-width:830px) {
  .grid-list {
    grid-template-columns: repeat(1,1fr);
    gap: 1.25rem
  }
}
@media (max-width:767.98px) {
  .swiper-button-next-specialists,
  .swiper-button-prev-specialists {
    display: none
  }
  .specialists__slider .swiper-pagination-bullets,
  .photo__slider .swiper-pagination-bullets{
    text-align: center;
    margin: 0 auto;
    left: 0
  }
}
  .header__info {
    display: flex;
    margin-bottom: 6.375rem;
    margin-left: 30px;
  }
    .treatment-block__info {
    display: flex;
    margin-bottom: 1.25rem
  }
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 5rem .9375rem .9375rem 1.875rem;
    transition: left .3s;
    background: #fff
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.0625rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2;
    background: #fff
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.1875rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .1875rem;
    background-color: #ffc836
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - 1.5px)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0
  }
  .header__line {
    min-height: 60px
  }
  .header__logo img {
    height: 60px;
  }

  .header__logo {
    padding: 0
  }
  .header__button {
    min-height: 55px;
    min-width: 150px
  }

  .menu {
    display: flex;
    justify-content: flex-end
  }
  .menu__body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
  }
  .menu__line {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
  }
  .sublist-menu__column {
    margin-top: .625rem
  }
  .sublist-menu__item:not(:last-child) {
    margin-bottom: .3125rem
  }
  .sublist-menu__link {
    font-size: .75rem
  }
  .main-block {
    padding-top: 7.5625rem
  }
  .main-block__text {
    max-width: 500px
  }
  .treatment__item {
    padding: 28px 33px
  }
  .small-item {
    flex: 0 0 48.7%
  }
  .advantages__columns {
    flex-direction: column;
    align-items: flex-start
  }
  .advantages__info {
    margin-bottom: 3.125rem;
    padding-right: 0
  }
  .reviews__info {
    flex-direction: column
  }
  .reviews__link {
    flex: 1 1 auto;
    align-self: flex-end
  }
  .slide-reviews {
    padding: 40px 29px
  }
  .contacts__body {
    flex-direction: column-reverse;
    gap: 1.25rem
  }
  .contacts__info {
    padding-left: 0
  }
  .contacts__button {
    bottom: -40px
  }
  .treatment-block {
    padding-top: 4.625rem
  }

  .tendinitis-block__columns {
    flex-direction: column;
    gap: 1.25rem
  }
  .tendinitis-block__columns.reverse {
    flex-direction: column-reverse
  }
  .tendinitis-block__left.reverse {
    padding-left: 0
  }
  .tendinitis-block__left {
    padding-right: 0
  }
  .tendinitis-block__right img {
    position: relative;
    max-width: 100%
  }
}
@media (max-width:61.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:61.99875em) and (max-width:23.4375em) {
  .header__info {
    gap: .9375rem
  }

  .main-block__text {
    font-size: 1rem
  }
  .services__name {
    font-size: 1.25rem
  }
  .treatment-block__info {
    gap: .9375rem
  }
}
@media (max-width:991.98px) {
  .footer {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem
  }
  .footer__column {
    gap: 2.5rem
  }
  .menu-footer__list {
    flex-direction: column;
    gap: 1.25rem
  }
  .main-block {
    background: url(../img/main-block/1.webp) center/cover no-repeat;
    min-height: 577px;
    margin-top: 3.75rem;
    position: relative;
    padding-top: .875rem
  }
  .main-block::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250,250,250,.7960784314);
    z-index: 2
  }
  .main-block__info {
    flex: 1 1 auto;
    text-align: center;
    padding-right: 0
  }
  .main-block__title {
    text-align: center
  }
  .main-block__text {
    max-width: 21.5625rem;
    margin: 0 auto
  }
  .main-block__slider {
    display: none
  }
  .services__title {
    line-height: 130%
  }
  .services__items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
    grid-template-columns: repeat(2,1fr)
  }
  .services__item {
    min-height: 234px
  }
  .services__name span.decstop {
    display: none
  }
  .treatment__body {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0
  }
  .treatment__items {
    flex-direction: column
  }
  .small-item {
    flex: 1 1 auto
  }
  .small-item.transform {
    background: rgba(255,255,255,.2431372549)
  }
  .small-item__number.transform {
    color: #fff
  }
  .small-item__title.transform {
    color: #fdfdfd
  }
  .small-item__text.transform {
    color: #fff
  }
  .small-item__text {
    line-height: 20px
  }
  .big-item.transform {
    background: #fff
  }
  .big-item__number.transform {
    color: #a2b5ce
  }
  .big-item__title.transform {
    color: #202833
  }
  .big-item__text.transform {
    color: #abadb1
  }
  .big-item__text {
    line-height: 20px
  }
  .slide-specialists__title {
    margin-bottom: .625rem
  }
  .table__title {
    flex: 0 0 150px;
    width: 150px;
  }
  .table__cell {
    flex: 0 0 150px;
    width: 150px;
  }
  .item-advantages {
    padding: 20px 11px 20px 11px;
    min-width: 0;
    min-height: 0
  }
  .item-advantages__icon {
    margin-bottom: .6875rem
  }
  .item-advantages__icon.one {
    width: 1.4375rem;
    height: 2.125rem
  }
  .item-advantages__icon.two {
    width: 3.0625rem;
    height: 2.125rem
  }
  .item-advantages__icon.three {
    width: 2rem;
    height: 2.125rem
  }
  .item-advantages__icon.four {
    width: 2.5rem;
    height: 2.125rem
  }
  .item-advantages__text {
    line-height: 133.33%;
    flex: 1 1 auto
  }
  .reviews__body {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0
  }
  .contacts__title {
    margin-bottom: 2.5rem
  }
  .contacts__cards {
    flex-direction: column
  }
  .contacts__button {
    bottom: -25px
  }
  .treatment-block__list {
    padding-bottom: 1.875rem
  }
  .form {
    flex-direction: column;
    gap: .625rem
  }
  .form-modul {
    flex-direction: column;
    gap: .625rem
  }
  .form__line {
    margin-right: 0
  }
  .form__button button {
    flex: 1 1 auto;
    width: 100%
  }
}
@media (max-width:665px){
    .table__title{
        padding: 5px;
    }
    .table__cell{
        padding: 5px;
  }
}
@media (max-width:23.4375em) {
  .menu-footer__list {
    gap: 1.25rem
  }
  
 
  .services {
    padding-top: 4.375rem
  }
  .services {
    padding-bottom: 4.375rem
  }
  .services__title {
    margin-bottom: 1.375rem
  }
  .services__name {
    font-size: 1.25rem
  }
  .treatment__body {
    padding-top: 4.375rem
  }
  .treatment__body {
    padding-bottom: 4.375rem
  }
  .treatment__body {
    padding-left: .9375rem
  }
  .treatment__body {
    padding-right: .9375rem
  }
  .treatment__title {
    margin-bottom: 1.5rem
  }
  .small-item__number {
    margin-bottom: 2.875rem
  }
  .small-item__title {
    font-size: 1.25rem
  }
  .small-item__text {
    font-size: 1rem
  }
  .big-item__number {
    margin-bottom: 2.875rem
  }
  .big-item__title {
    font-size: 1.25rem
  }
  .big-item__text {
    font-size: 1rem
  }
  .specialists {
    padding-top: 4.375rem
  }
  .specialists {
    padding-bottom: 4.375rem
  }
  .specialists__title {
    margin-bottom: 2.5rem
  }
  .slide-specialists__info {
    padding-right: .8125rem
  }
  .slide-specialists__info {
    padding-left: .8125rem
  }
  .slide-specialists__title {
    font-size: 1.25rem
  }
  .price {
    padding-bottom: 4.375rem
  }
  .price__title {
    margin-bottom: 2.5rem
  }
  .advantages {
    padding-bottom: 4.375rem
  }
  .advantages.about {
	padding-top: 4.375rem
 }
  .advantages__title {
    margin-bottom: 1.25rem
  }
  .item-advantages {
    min-height: 12.6875rem
  }
  .item-advantages__title {
    font-size: 1.125rem
  }
  .item-advantages__text {
    font-size: .75rem
  }
  .reviews__body {
    padding-top: 4.375rem
  }
  .reviews__body {
    padding-bottom: 4.375rem
  }
  .reviews__title {
    margin-bottom: 1.25rem
  }
  .reviews__title {
    padding-left: .9375rem
  }
  .reviews__title {
    padding-right: .9375rem
  }
  .reviews__info {
    padding-left: .9375rem
  }
  .reviews__info {
    padding-right: .9375rem
  }
  .reviews__info {
    margin-bottom: .625rem
  }
  .slide-reviews__title {
    font-size: 1.375rem
  }
  .contacts {
    padding-top: 4.375rem
  }
  .contacts {
    padding-bottom: 4.375rem
  }
  .contacts__adress {
    font-size: 1.125rem
  }
  .contacts__adress {
    margin-bottom: 1.25rem
  }
  .contacts__link {
    width: 5.5625rem
  }
  .contacts__link {
    height: 5.5625rem
  }
  .contacts__link img {
    width: 3.125rem
  }
  .section__title {
    font-size: 2.5rem
  }
  .treatment-block__breadcrumbls {
    margin-bottom: 3.125rem
  }
  .treatment-block__title {
    margin-bottom: 3.125rem
  }
  .treatment-block__title {
    font-size: 1.875rem
  }
  .treatment-block__item {
    font-size: 1.75rem
  }
  .tendinitis-block__title {
    margin-bottom: 1.25rem
  }
  .tendinitis-block__title {
    font-size: 2.5rem
  }
  .tendinitis-block__left {
    gap: 2.5rem
  }
  .tendinitis-block__flex {
    gap: 1.25rem
  }
  .text-style P:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .subtitle {
    font-size: 1.875rem
  }
  .big-text {
    font-size: 1.375rem
  }
  .flex-max {
    gap: 2.5rem
  }
  .modul {
    padding-top: .9375rem
  }
  .modul {
    padding-bottom: .9375rem
  }
  .modul__title {
    font-size: 1.25rem
  }
}
@media (max-width:61.99875em) and (min-width:81em) {
  .header__info {
    gap: 3.125rem
  }

  .main-block__text {
    font-size: 1.125rem
  }
  .services__name {
    font-size: 1.3125rem
  }
  .treatment-block__info {
    gap: 3.125rem
  }
}
@media (max-width:61.99875em) and (min-width:23.4375em) and (max-width:81em) {
  @supports (gap:clamp(0.9375rem ,0.0468241042rem + 3.8002171553vw ,3.125rem)) {
    .header__info {
      gap: clamp(.9375rem ,.0468241042rem + 3.8002171553vw ,3.125rem)
    }
  }
  @supports not (gap:clamp(0.9375rem ,0.0468241042rem + 3.8002171553vw ,3.125rem)) {
    .header__info {
      gap: calc(.9375rem + 2.1875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }

  @supports (font-size:clamp(1rem ,0.9491042345rem + 0.217155266vw ,1.125rem)) {
    .main-block__text {
      font-size: clamp(1rem ,.9491042345rem + .217155266vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9491042345rem + 0.217155266vw ,1.125rem)) {
    .main-block__text {
      font-size: calc(1rem + .125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.2245521173rem + 0.108577633vw ,1.3125rem)) {
    .services__name {
      font-size: clamp(1.25rem ,1.2245521173rem + .108577633vw ,1.3125rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.2245521173rem + 0.108577633vw ,1.3125rem)) {
    .services__name {
      font-size: calc(1.25rem + .0625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (gap:clamp(0.9375rem ,0.0468241042rem + 3.8002171553vw ,3.125rem)) {
    .treatment-block__info {
      gap: clamp(.9375rem ,.0468241042rem + 3.8002171553vw ,3.125rem)
    }
  }
  @supports not (gap:clamp(0.9375rem ,0.0468241042rem + 3.8002171553vw ,3.125rem)) {
    .treatment-block__info {
      gap: calc(.9375rem + 2.1875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
}
@media (min-width:23.4375em) and (max-width:81em) {
  @supports (gap:clamp(1.25rem ,0.4865635179rem + 3.2573289902vw ,3.125rem)) {
    .menu-footer__list {
      gap: clamp(1.25rem ,.4865635179rem + 3.2573289902vw ,3.125rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,0.4865635179rem + 3.2573289902vw ,3.125rem)) {
    .menu-footer__list {
      gap: calc(1.25rem + 1.875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }


  @supports (font-size:clamp(1rem ,0.8473127036rem + 0.651465798vw ,1.375rem)) {
    .main-block__text {
      font-size: clamp(1rem ,.8473127036rem + .651465798vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8473127036rem + 0.651465798vw ,1.375rem)) {
    .main-block__text {
      font-size: calc(1rem + .375 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-top:clamp(4.375rem ,3.6624592834rem + 3.0401737242vw ,6.125rem)) {
    .services {
      padding-top: clamp(4.375rem ,3.6624592834rem + 3.0401737242vw ,6.125rem)
    }
  }
  @supports not (padding-top:clamp(4.375rem ,3.6624592834rem + 3.0401737242vw ,6.125rem)) {
    .services {
      padding-top: calc(4.375rem + 1.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .services {
      padding-bottom: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .services {
      padding-bottom: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(1.375rem ,0.6624592834rem + 3.0401737242vw ,3.125rem)) {
    .services__title {
      margin-bottom: clamp(1.375rem ,.6624592834rem + 3.0401737242vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.375rem ,0.6624592834rem + 3.0401737242vw ,3.125rem)) {
    .services__title {
      margin-bottom: calc(1.375rem + 1.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .services__name {
      font-size: clamp(1.25rem ,1.1482084691rem + .434310532vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .services__name {
      font-size: calc(1.25rem + .25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .treatment__body {
      padding-top: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .treatment__body {
      padding-top: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .treatment__body {
      padding-bottom: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .treatment__body {
      padding-bottom: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .treatment__body {
      padding-left: clamp(.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .treatment__body {
      padding-left: calc(.9375rem + 5.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .treatment__body {
      padding-right: clamp(.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .treatment__body {
      padding-right: calc(.9375rem + 5.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(1.5rem ,0.8383550489rem + 2.8230184582vw ,3.125rem)) {
    .treatment__title {
      margin-bottom: clamp(1.5rem ,.8383550489rem + 2.8230184582vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.5rem ,0.8383550489rem + 2.8230184582vw ,3.125rem)) {
    .treatment__title {
      margin-bottom: calc(1.5rem + 1.625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(2.875rem ,2.1370114007rem + 3.1487513572vw ,4.6875rem)) {
    .small-item__number {
      margin-bottom: clamp(2.875rem ,2.1370114007rem + 3.1487513572vw ,4.6875rem)
    }
  }
  @supports not (margin-bottom:clamp(2.875rem ,2.1370114007rem + 3.1487513572vw ,4.6875rem)) {
    .small-item__number {
      margin-bottom: calc(2.875rem + 1.8125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .small-item__title {
      font-size: clamp(1.25rem ,1.1482084691rem + .434310532vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .small-item__title {
      font-size: calc(1.25rem + .25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1rem ,0.9491042345rem + 0.217155266vw ,1.125rem)) {
    .small-item__text {
      font-size: clamp(1rem ,.9491042345rem + .217155266vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9491042345rem + 0.217155266vw ,1.125rem)) {
    .small-item__text {
      font-size: calc(1rem + .125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(2.875rem ,2.1370114007rem + 3.1487513572vw ,4.6875rem)) {
    .big-item__number {
      margin-bottom: clamp(2.875rem ,2.1370114007rem + 3.1487513572vw ,4.6875rem)
    }
  }
  @supports not (margin-bottom:clamp(2.875rem ,2.1370114007rem + 3.1487513572vw ,4.6875rem)) {
    .big-item__number {
      margin-bottom: calc(2.875rem + 1.8125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .big-item__title {
      font-size: clamp(1.25rem ,1.1482084691rem + .434310532vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .big-item__title {
      font-size: calc(1.25rem + .25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1rem ,0.9491042345rem + 0.217155266vw ,1.125rem)) {
    .big-item__text {
      font-size: clamp(1rem ,.9491042345rem + .217155266vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9491042345rem + 0.217155266vw ,1.125rem)) {
    .big-item__text {
      font-size: calc(1rem + .125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .specialists {
      padding-top: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .specialists {
      padding-top: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .specialists {
      padding-bottom: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .specialists {
      padding-bottom: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.7365635179rem + 3.2573289902vw ,4.375rem)) {
    .specialists__title {
      margin-bottom: clamp(2.5rem ,1.7365635179rem + 3.2573289902vw ,4.375rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.7365635179rem + 3.2573289902vw ,4.375rem)) {
    .specialists__title {
      margin-bottom: calc(2.5rem + 1.875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-right:clamp(0.8125rem ,0.4562296417rem + 1.5200868621vw ,1.6875rem)) {
    .slide-specialists__info {
      padding-right: clamp(.8125rem ,.4562296417rem + 1.5200868621vw ,1.6875rem)
    }
  }
  @supports not (padding-right:clamp(0.8125rem ,0.4562296417rem + 1.5200868621vw ,1.6875rem)) {
    .slide-specialists__info {
      padding-right: calc(.8125rem + .875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-left:clamp(0.8125rem ,0.4562296417rem + 1.5200868621vw ,1.6875rem)) {
    .slide-specialists__info {
      padding-left: clamp(.8125rem ,.4562296417rem + 1.5200868621vw ,1.6875rem)
    }
  }
  @supports not (padding-left:clamp(0.8125rem ,0.4562296417rem + 1.5200868621vw ,1.6875rem)) {
    .slide-specialists__info {
      padding-left: calc(.8125rem + .875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .slide-specialists__title {
      font-size: clamp(1.25rem ,1.1482084691rem + .434310532vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1482084691rem + 0.434310532vw ,1.5rem)) {
    .slide-specialists__title {
      font-size: calc(1.25rem + .25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .price {
      padding-bottom: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .price {
      padding-bottom: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.7365635179rem + 3.2573289902vw ,4.375rem)) {
    .price__title {
      margin-bottom: clamp(2.5rem ,1.7365635179rem + 3.2573289902vw ,4.375rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.7365635179rem + 3.2573289902vw ,4.375rem)) {
    .price__title {
      margin-bottom: calc(2.5rem + 1.875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .advantages {
      padding-bottom: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .advantages {
      padding-bottom: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
	.advantages.about {
	  padding-top: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
	}
 }
 @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
	.advantages.about {
	  padding-top: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
	}
 }
  @supports (margin-bottom:clamp(1.25rem ,0.9191775244rem + 1.4115092291vw ,2.0625rem)) {
    .advantages__title {
      margin-bottom: clamp(1.25rem ,.9191775244rem + 1.4115092291vw ,2.0625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.9191775244rem + 1.4115092291vw ,2.0625rem)) {
    .advantages__title {
      margin-bottom: calc(1.25rem + .8125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (min-height:clamp(12.6875rem ,11.822271987rem + 3.6916395223vw ,14.8125rem)) {
    .item-advantages {
      min-height: clamp(12.6875rem ,11.822271987rem + 3.6916395223vw ,14.8125rem)
    }
  }
  @supports not (min-height:clamp(12.6875rem ,11.822271987rem + 3.6916395223vw ,14.8125rem)) {
    .item-advantages {
      min-height: calc(12.6875rem + 2.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.9723127036rem + 0.651465798vw ,1.5rem)) {
    .item-advantages__title {
      font-size: clamp(1.125rem ,.9723127036rem + .651465798vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.9723127036rem + 0.651465798vw ,1.5rem)) {
    .item-advantages__title {
      font-size: calc(1.125rem + .375 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.5973127036rem + 0.651465798vw ,1.125rem)) {
    .item-advantages__text {
      font-size: clamp(.75rem ,.5973127036rem + .651465798vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.5973127036rem + 0.651465798vw ,1.125rem)) {
    .item-advantages__text {
      font-size: calc(.75rem + .375 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .reviews__body {
      padding-top: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .reviews__body {
      padding-top: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .reviews__body {
      padding-bottom: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .reviews__body {
      padding-bottom: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.9955211726rem + 1.0857763301vw ,1.875rem)) {
    .reviews__title {
      margin-bottom: clamp(1.25rem ,.9955211726rem + 1.0857763301vw ,1.875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.9955211726rem + 1.0857763301vw ,1.875rem)) {
    .reviews__title {
      margin-bottom: calc(1.25rem + .625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__title {
      padding-left: clamp(.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__title {
      padding-left: calc(.9375rem + 5.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__title {
      padding-right: clamp(.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__title {
      padding-right: calc(.9375rem + 5.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__info {
      padding-left: clamp(.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__info {
      padding-left: calc(.9375rem + 5.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__info {
      padding-right: clamp(.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,-1.4037052117rem + 9.9891422367vw ,6.6875rem)) {
    .reviews__info {
      padding-right: calc(.9375rem + 5.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(0.625rem ,-0.5201547231rem + 4.8859934853vw ,3.4375rem)) {
    .reviews__info {
      margin-bottom: clamp(.625rem ,-.5201547231rem + 4.8859934853vw ,3.4375rem)
    }
  }
  @supports not (margin-bottom:clamp(0.625rem ,-0.5201547231rem + 4.8859934853vw ,3.4375rem)) {
    .reviews__info {
      margin-bottom: calc(.625rem + 2.8125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.3241042345rem + 0.217155266vw ,1.5rem)) {
    .slide-reviews__title {
      font-size: clamp(1.375rem ,1.3241042345rem + .217155266vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.3241042345rem + 0.217155266vw ,1.5rem)) {
    .slide-reviews__title {
      font-size: calc(1.375rem + .125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .contacts {
      padding-top: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-top:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .contacts {
      padding-top: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .contacts {
      padding-bottom: clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(4.375rem ,3.1026058632rem + 5.4288816504vw ,7.5rem)) {
    .contacts {
      padding-bottom: calc(4.375rem + 3.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.9723127036rem + 0.651465798vw ,1.5rem)) {
    .contacts__adress {
      font-size: clamp(1.125rem ,.9723127036rem + .651465798vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.9723127036rem + 0.651465798vw ,1.5rem)) {
    .contacts__adress {
      font-size: calc(1.125rem + .375 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,-0.2768729642rem + 6.5146579805vw ,5rem)) {
    .contacts__adress {
      margin-bottom: clamp(1.25rem ,-.2768729642rem + 6.5146579805vw ,5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,-0.2768729642rem + 6.5146579805vw ,5rem)) {
    .contacts__adress {
      margin-bottom: calc(1.25rem + 3.75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (width:clamp(5.5625rem ,3.9338355049rem + 6.9489685125vw ,9.5625rem)) {
    .contacts__link {
      width: clamp(5.5625rem ,3.9338355049rem + 6.9489685125vw ,9.5625rem)
    }
  }
  @supports not (width:clamp(5.5625rem ,3.9338355049rem + 6.9489685125vw ,9.5625rem)) {
    .contacts__link {
      width: calc(5.5625rem + 4 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (height:clamp(5.5625rem ,3.9338355049rem + 6.9489685125vw ,9.5625rem)) {
    .contacts__link {
      height: clamp(5.5625rem ,3.9338355049rem + 6.9489685125vw ,9.5625rem)
    }
  }
  @supports not (height:clamp(5.5625rem ,3.9338355049rem + 6.9489685125vw ,9.5625rem)) {
    .contacts__link {
      height: calc(5.5625rem + 4 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (width:clamp(3.125rem ,2.2343241042rem + 3.8002171553vw ,5.3125rem)) {
    .contacts__link img {
      width: clamp(3.125rem ,2.2343241042rem + 3.8002171553vw ,5.3125rem)
    }
  }
  @supports not (width:clamp(3.125rem ,2.2343241042rem + 3.8002171553vw ,5.3125rem)) {
    .contacts__link img {
      width: calc(3.125rem + 2.1875 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(2.5rem ,1.8892508143rem + 2.6058631922vw ,4rem)) {
    .section__title {
      font-size: clamp(2.5rem ,1.8892508143rem + 2.6058631922vw ,4rem)
    }
  }
  @supports not (font-size:clamp(2.5rem ,1.8892508143rem + 2.6058631922vw ,4rem)) {
    .section__title {
      font-size: calc(2.5rem + 1.5 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(3.125rem ,2.6160423453rem + 2.1715526602vw ,4.375rem)) {
    .treatment-block__breadcrumbls {
      margin-bottom: clamp(3.125rem ,2.6160423453rem + 2.1715526602vw ,4.375rem)
    }
  }
  @supports not (margin-bottom:clamp(3.125rem ,2.6160423453rem + 2.1715526602vw ,4.375rem)) {
    .treatment-block__breadcrumbls {
      margin-bottom: calc(3.125rem + 1.25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(3.125rem ,2.8705211726rem + 1.0857763301vw ,3.75rem)) {
    .treatment-block__title {
      margin-bottom: clamp(3.125rem ,2.8705211726rem + 1.0857763301vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(3.125rem ,2.8705211726rem + 1.0857763301vw ,3.75rem)) {
    .treatment-block__title {
      margin-bottom: calc(3.125rem + .625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.875rem ,1.009771987rem + 3.6916395223vw ,4rem)) {
    .treatment-block__title {
      font-size: clamp(1.875rem ,1.009771987rem + 3.6916395223vw ,4rem)
    }
  }
  @supports not (font-size:clamp(1.875rem ,1.009771987rem + 3.6916395223vw ,4rem)) {
    .treatment-block__title {
      font-size: calc(1.875rem + 2.125 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.75rem ,1.6482084691rem + 0.434310532vw ,2rem)) {
    .treatment-block__item {
      font-size: clamp(1.75rem ,1.6482084691rem + .434310532vw ,2rem)
    }
  }
  @supports not (font-size:clamp(1.75rem ,1.6482084691rem + 0.434310532vw ,2rem)) {
    .treatment-block__item {
      font-size: calc(1.75rem + .25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.2320846906rem + 4.3431053203vw ,3.75rem)) {
    .tendinitis-block__title {
      margin-bottom: clamp(1.25rem ,.2320846906rem + 4.3431053203vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.2320846906rem + 4.3431053203vw ,3.75rem)) {
    .tendinitis-block__title {
      margin-bottom: calc(1.25rem + 2.5 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(2.5rem ,1.8892508143rem + 2.6058631922vw ,4rem)) {
    .tendinitis-block__title {
      font-size: clamp(2.5rem ,1.8892508143rem + 2.6058631922vw ,4rem)
    }
  }
  @supports not (font-size:clamp(2.5rem ,1.8892508143rem + 2.6058631922vw ,4rem)) {
    .tendinitis-block__title {
      font-size: calc(2.5rem + 1.5 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (gap:clamp(2.5rem ,1.9910423453rem + 2.1715526602vw ,3.75rem)) {
    .tendinitis-block__left {
      gap: clamp(2.5rem ,1.9910423453rem + 2.1715526602vw ,3.75rem)
    }
  }
  @supports not (gap:clamp(2.5rem ,1.9910423453rem + 2.1715526602vw ,3.75rem)) {
    .tendinitis-block__left {
      gap: calc(2.5rem + 1.25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (gap:clamp(1.25rem ,0.9955211726rem + 1.0857763301vw ,1.875rem)) {
    .tendinitis-block__flex {
      gap: clamp(1.25rem ,.9955211726rem + 1.0857763301vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,0.9955211726rem + 1.0857763301vw ,1.875rem)) {
    .tendinitis-block__flex {
      gap: calc(1.25rem + .625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.9955211726rem + 1.0857763301vw ,1.875rem)) {
    .text-style P:not(:last-child) {
      margin-bottom: clamp(1.25rem ,.9955211726rem + 1.0857763301vw ,1.875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.9955211726rem + 1.0857763301vw ,1.875rem)) {
    .text-style P:not(:last-child) {
      margin-bottom: calc(1.25rem + .625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.875rem ,1.5696254072rem + 1.3029315961vw ,2.625rem)) {
    .subtitle {
      font-size: clamp(1.875rem ,1.5696254072rem + 1.3029315961vw ,2.625rem)
    }
  }
  @supports not (font-size:clamp(1.875rem ,1.5696254072rem + 1.3029315961vw ,2.625rem)) {
    .subtitle {
      font-size: calc(1.875rem + .75 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.1714169381rem + 0.8686210641vw ,1.875rem)) {
    .big-text {
      font-size: clamp(1.375rem ,1.1714169381rem + .8686210641vw ,1.875rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.1714169381rem + 0.8686210641vw ,1.875rem)) {
    .big-text {
      font-size: calc(1.375rem + .5 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (gap:clamp(2.5rem ,1.9910423453rem + 2.1715526602vw ,3.75rem)) {
    .flex-max {
      gap: clamp(2.5rem ,1.9910423453rem + 2.1715526602vw ,3.75rem)
    }
  }
  @supports not (gap:clamp(2.5rem ,1.9910423453rem + 2.1715526602vw ,3.75rem)) {
    .flex-max {
      gap: calc(2.5rem + 1.25 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-top:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .modul {
      padding-top: clamp(.9375rem ,.5048859935rem + 1.8458197611vw ,2rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .modul {
      padding-top: calc(.9375rem + 1.0625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .modul {
      padding-bottom: clamp(.9375rem ,.5048859935rem + 1.8458197611vw ,2rem)
    }
  }
  @supports not (padding-bottom:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .modul {
      padding-bottom: calc(.9375rem + 1.0625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.0464169381rem + 0.8686210641vw ,1.75rem)) {
    .modul__title {
      font-size: clamp(1.25rem ,1.0464169381rem + .8686210641vw ,1.75rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.0464169381rem + 0.8686210641vw ,1.75rem)) {
    .modul__title {
      font-size: calc(1.25rem + .5 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-top:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .popup__content {
      padding-top: clamp(.9375rem ,.5048859935rem + 1.8458197611vw ,2rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .popup__content {
      padding-top: calc(.9375rem + 1.0625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
  @supports (padding-bottom:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .popup__content {
      padding-bottom: clamp(.9375rem ,.5048859935rem + 1.8458197611vw ,2rem)
    }
  }
  @supports not (padding-bottom:clamp(0.9375rem ,0.5048859935rem + 1.8458197611vw ,2rem)) {
    .popup__content {
      padding-bottom: calc(.9375rem + 1.0625 * (100vw - 23.4375rem)/ 57.5625)
    }
  }
}
@media (any-hover:hover) {
  .header__button:hover {
    background: #ffc836
  }
  .header__phone:hover {
    text-decoration: underline
  }
  .menu__link:hover {
    color: #ffc836
  }
  .menu__social.insta:hover {
    background: url(../img/insta-yellow.webp) center/cover no-repeat
  }
  .menu__social.youtube:hover {
    background: url(../img/youtube-yellow.webp) center/cover no-repeat
  }
  .sublist-menu:hover .sublist-menu__column {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
  .sublist-menu__link:hover {
    color: #000
  }
  .footer__social.insta:hover {
    background: url(../img/insta-white.webp) center/contain no-repeat
  }
  .footer__social.youtube:hover {
    background: url(../img/youtube-white.webp) center/contain no-repeat
  }
  .menu-footer__link:hover {
    color: #ffc836
  }
  .main-block__button:hover {
    background: 0 0
  }
  .services__item:hover {
    border: 2px solid #ffc836
  }
  .treatment__item:hover {
    border: 2px solid #ffc836
  }
  .big-item:hover {
    background: #fff
  }
  .big-item:hover .big-item__text {
    color: #abadb1
  }
  .big-item:hover .big-item__number {
    color: #a2b5ce
  }
  .big-item:hover .big-item__title {
    color: #202833
  }
  .slide-specialists__button_yellow:hover {
    background: #fff
  }
  .slide-specialists__button_white:hover {
    background: #ffc836
  }
  .advantages__button:hover {
    background: #ffc836
  }
  .item-advantages:hover {
    background: #b3ceeb;
    cursor: pointer
  }
  .item-advantages:hover .item-advantages__title {
    color: #fff
  }
  .item-advantages:hover .item-advantages__text {
    color: #fff
  }
  .item-advantages:hover .item-advantages__icon.one {
    background: url(../img/advantages/1w.webp) center/contain no-repeat
  }
  .item-advantages:hover .item-advantages__icon.two {
    background: url(../img/advantages/2w.webp) center/contain no-repeat
  }
  .item-advantages:hover .item-advantages__icon.three {
    background: url(../img/advantages/3w.webp) center/contain no-repeat
  }
  .item-advantages:hover .item-advantages__icon.four {
    background: url(../img/advantages/4w.webp) center/contain no-repeat
  }
  .reviews__link:hover {
    text-decoration: underline
  }
  .contacts__tel:hover {
    text-decoration: underline
  }
  .contacts__mail:hover {
    text-decoration: underline
  }
  .contacts__button:hover .social-main__link img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  .contacts__link:hover img {
    display: none
  }
  .contacts__link:hover p.text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-family: Raleway;
    text-align: center
  }
  .treatment-block__phone:hover {
    text-decoration: underline
  }
  .treatment-block__item:hover {
    color: #ffc836
  }
  .breadcrumbls__link:hover {
    text-decoration: underline
  }
  .form__button button:hover {
    background: #fff
  }
}


.main-block.about-block{
	background: url(../img/main-block/7.jpg) left /cover no-repeat;
	min-height: 730px;
	position: relative;
}
.main-block.about-block::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffffbe;
}
.main-block.about-block .main-block__container{
	position: relative;
	z-index: 2;
}

@media (max-width: 991.98px){
	.main-block__text {
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}
}

body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  text-align: center
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  font-family: Raleway;
  font-variant-numeric: lining-nums;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #9cbee3;
  width: 100%;
  
}
.lock .popup__content {
  visibility: visible
}
.popup__close {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 70px;
  top: 30px;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(../img/close.svg) center/contain no-repeat
}
@media (max-width:1220px){
    .popup__close {
        right: 5px;
         top: 5px;
        }
}

@media (min-width:81em) {

  .popup__content {
    padding-top: 2rem
  }
  .popup__content {
    padding-bottom: 2rem
  }
}

@media (max-width:23.4375em) {
  .popup__content {
    padding-top: .9375rem
  }
  .popup__content {
    padding-bottom: .9375rem
  }
}

@media (max-width:550px) {
  .table__cell {
      font-size: 14px;
      line-height: 1.2;
       flex: 0 0 120px;
        width: 120px;
    }
    .table__title {
        font-size: 16px;
      line-height: 1.2;
       flex: 0 0 120px;
        width: 120px;
    }
    .table__title.brr {
  flex: 1 1 auto;
  min-width: 150px;

}

.table__cell.brr {
 flex: 1 1 auto;
  min-width: 150px;
}
}

@media (max-width:425px){
    .table__title.sale{
        flex: 0 0 100px;
        width: 100px;
    }
    .table__cell.sale {
       flex: 0 0 100px;
        width: 100px;
    }
}
@media (max-width:405px) {

    .table__title.brr {
  flex: 1 1 auto;
  min-width: 120px;

}

.table__cell.brr {
 flex: 1 1 auto;
  min-width: 120px;
}
}

.price-block{
    padding-top: 160px;   
}
@media (max-width:991.98px){
   .price-block{
    padding-top: 80px;   
} 
}
.price-block__container .header__info{
 margin-bottom: 30px;   
}

.table:not(:last-child){
    margin-bottom: 40px;   
}

.price__subtitle{
    text-align: center;
    font-weight: 700;
    font-family: Raleway;
    font-size: 30px;
    margin-bottom: 40px;
    color: #3c2f41;
    font-variant-numeric: lining-nums;
    
}

@media (max-width:767.98px){
    .price__subtitle{
        font-size: 24px;
         margin-bottom: 30px;
    }
    .table:not(:last-child){
    margin-bottom: 30px;   
}
}
.header_pd{
    padding-bottom:10px;
}
@media (max-width:997.98px){
    .header_pd{
    padding-bottom:0px;
}
}

.popup__content{
    padding-left:15px;
    padding-right:15px;
}


.slide-specialists__list{
    /*min-height: 139px;*/
}

.popup__content.video{
    background-color: inherit;
    max-width:380px;
    padding-top:25px;
    padding-bottom:15px;
    margin: 0 auto;
    max-height:100%;
}
.popup__video video{
    max-width: 100%;
    max-height:90vh;
}
.popup.video{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.popup__content.video .popup__close{

    right: 15px;
    top: 2px;
        width: 20px;
        height:20px;
}

@media (min-width:991.98px){
    .header__info{
        gap: 40px;
        margin-bottom: 30px;
    }
    .header__info .header__adress {
        font-size: 16px;
    }
    .header__info .header__phone {
        font-size: 16px;
    }
      .treatment-block__info {
    gap: 40px;
  }
  .treatment-block__info .treatment-block__adress {
      font-size: 16px;
  }
   .treatment-block__info .treatment-block__phone {
      font-size: 16px;
  }

}
@media (max-width:991.98px){
  .treatment-block {
  padding-bottom:70px;
}
}
@media (max-width:420px){
    .header__info{
        margin-left:0px;
        justify-content: center;
    }
}
    
    .footer__container{
        position:relative;
    }
    
    .arrow-top{
        display:block;
        position: absolute;
        top: 0;
        right:15px;
        width:70px;
        height:70px;
        background: url("../img/arrow-top-2.png") center / contain no-repeat;
    }
    
    @media (min-width:767.98px){
        .specialists__container{
            position:relative;
        }
        .specialists__container .price__subtitle{
            position: absolute;
            bottom: 0;
            left: 220px;
            z-index:5;
        }
    }
  

    
    .slide-specialists__text{
        margin-bottom:25px;
    }
    .slide-specialists__text p{
        font-size: 16px;
        line-height: 111.11%;
        color: #abadb1;
    }
    .slide-specialists__text p:not(:last-child){
        margin-bottom:5px;
    }
        
    .slide-specialists__text p span{
        font-weight: 600;
        color: #878787;
    }
    
    .button-phone{
        position:fixed;bottom:15px;right:15px;
        z-index:50;
    }
    
    .button-phone__link{
        display: inline-block;
          position: relative;
          background: #ffc836;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          width:70px;
          height:70px;
    }
    .button-phone__link img{
        position: relative;
        z-index: 2;
        transition: all .3s;
        width:40px;
    }
    .button-phone__link p.text{
        display: none;
        transition: all .3s;
    }
      .button-phone__link:hover img {
    display: none
  }
  .button-phone__link:hover p.text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-family: Raleway;
    text-align: center
  }
    
    @media (max-width:991.98px){
        .menu__link.yellow{
            color: #fdc738;
        }
    }
    
    .menu__clock{
        position:absolute;
        top:-25px;
        right:0;
        display:flex;
        gap:20px;
    }
    .menu__clock p{
        font-weight: 600;
        font-size:14px;
        font-variant-numeric: normal;
        font-family: Inter;
        
    }
       @media (max-width:991.98px){
           .menu__clock{
                right:50px;
                top:5px;
    
    }
    .menu__clock p{

        font-size:12px;

        
    }
       }
        @media (max-width:767.98px){
           .menu__clock{
                right:50px;
                top:-5px;
                flex-direction:column;
                gap:5px;
                text-align:right;
    
    }
       }
       
       @media (min-width:991.98px){
    .mob.menu__socials{
            display:none;
    }
       }
        
    @media (max-width:991.98px){
        .menu__body .header__button{
            position: absolute;
            top:80px;
            right:15px;
        }
        .mob.menu__socials{
            position: absolute;
            top:150px;
            right:45px;
        }
        .desc.menu__socials{
            display:none;
        }
    }
    
    .table__title.br.small{
        font-size: 1.1rem;
    }
    @media (max-width:991.98px){
        .table__title.br.small{
        font-size: 1rem;
    }
    }
    @media (max-width:767.98px){
        .table__title.br.small{
        font-size: 0.8rem;
    }
    }
    
    .logo-brand{
	
	width: 100px;
	margin-bottom: 10px;
}

.page-reab__flex{
	display: flex;
	margin-top: 20px;
	align-items: center;
	
}

.page-reab__left{
	flex: 0 0 50%;
	text-align: center;
	padding-right: 40px;

}

.page-reab__right{
	flex: 0 0 50%;
	position: relative;
	
}
.page-reab__right img{
	max-width: 100%;
}

.arrow-block {
}

.arrow-block__title{
	background: #ffc836;
	display: inline-block;
	border-radius: 32px;
	font-weight: 600;
	padding: 10px 20px;
	position: relative;
	top: -20px;
}

.arrow-block__items{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	background: #f6f6f6;
	border: 1px solid #abadb1;
	border-radius: 32px;
	padding: 20px 20px 40px 20px;
}

.arrow-block__item{
	display: flex;
	align-items: center;
}

.arrow-block__img{
	width: 25px;
	padding-right: 3px;
}

.arrow-block__text{
	font-weight: 500;
}
.reab-flex-two{
	display: flex;
	align-items: center;
}
.reab-flex-two img{
	border-radius: 32px;
	flex: 0 0 55%;
	width: 55%;
}
.reab-two__content{
	flex: 1 1 auto;
	background: #b3ceeb;
	color: #fff;
	padding: 30px 20px 30px 70px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
}
.tendinitis-block__title.page-reab__title{
    margin-bottom: 20px;
    justify-content:center;
    font-size:3rem;
}

@media (max-width: 997.98px){
	.page-reab__flex{
		flex-direction: column;
	}
	.page-reab__left{
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.arrow-block__items{
		gap: 10px;
	}
	.arrow-block__text{
		font-size: 12px;
	}
	.arrow-block__img{
		width: 20px;
	}
	.reab-flex-two{
		flex-direction: column;
	}
	.reab-flex-two img{
		flex: 0 0 100%;
		width: 100%;
		z-index: 2;
	}
	.reab-two__content{
		padding: 50px 20px 30px 20px;
		margin-left: 30px;
		margin-top: -10px;
		margin-right: 30px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 32px;
		border-bottom-left-radius: 32px;
	}
}

@media (max-width: 650px){
    .tendinitis-block__title.page-reab__title{
    font-size:2rem;
}
}
@media (max-width: 400px){
    .tendinitis-block__title.page-reab__title{
    font-size:1.7rem;
}
}
    
    
    @media (min-width: 997.98px){
        .tendinitis-block__img img.dectop{
              display:block;
        }
        .tendinitis-block__img img.mobil{
              display:none;
        }
    }
    @media (max-width: 997.98px){
        .tendinitis-block__img img.dectop{
              display:none;
        }
        .tendinitis-block__img img.mobil{
              display:block;
        }
    }