.slide-index-right-block img {
    position: relative;
    width: 100%;
    object-fit: scale-down;
  }
  .slide-title {
    position: absolute;
    bottom: 110px;
    font-weight: 700;
    font-size: clamp(26px, 3cqi, 50px);
    width: 900px;
    text-align: center;
    color: #ffffff;
    line-height: 120%;
  }
.slide-title span {
	font-weight: 500;
    font-size: 24px;
    text-align: center;
    display: block;
    line-height: 100%;
    margin-top: 10px;
}
.index-slider-wrapper .swiper-pagination {
	bottom: 80px;
}
.index-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
    opacity: 1;
}
.index-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(3, 152, 176, 1);
}
  .index-slider-wrapper .swiper-button-prev:after {
content: url("../img/arrow-prev.svg");
transition: all 0.3s ease;
  }
  .index-slider-wrapper .swiper-button-prev:hover .swiper-button-prev:after{
    filter: drop-shadow(2px 4px 6px black);
    transition: all 0.3s ease;
  }
  .index-slider-wrapper .swiper-button-next:after {
    content: url("../img/arrow-next.svg");
    filter: brightness(0.5);
    transition: all 0.3s ease;
      }
      .index-slider-wrapper .swiper-button-next:hover .swiper-button-next:after:hover {
    filter: unset;
        transition: all 0.3s ease;
      }
.slide-index-right-block {
	display: flex;
    align-items: center;
    justify-content: center;
}
  .numbers-index-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding: 16px 0;
    margin-top: -40px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    border-radius: 40px;
	margin-bottom: 70px;
  }
  .numbers-index-title {
    font-weight: 700;
    font-size: clamp(26px, 4cqi, 48px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
  }
  .numbers-index-main-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 2em), 1fr));
    gap:  2em;
  }
  .numbers-index-main-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .numbers-index-main__numb {
    font-weight: 700;
    font-size: clamp(32px, 6cqi, 53px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
  }
  .numbers-index-main__descr {
    font-weight: 600;
    font-size: clamp(18px, 4cqi, 16px);
    color: rgba(1, 1, 1, 1);
    text-align: center;
  }
  @media screen and (max-width:500px) {
    .numbers-index-main-blocks {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
  }
  .our-services-index-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-bottom: 3em;
    align-items: center;
  }
  .our-services-index-title {
    font-weight: 600;
    font-size: clamp(24px, 4cqi, 48px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
  }
  .our-services-index-main-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:  1.5em;
    width: 100%;
  }
  .our-services-index-main-block {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    padding: 24px;
    border-radius: 1em;
    background-color:#E9F4FF ;
    border: 1px solid #D8EAEE;
    transition: all .3s ease;
  }
  .our-services-index-main-block:hover {
    filter: drop-shadow(1px 1px 10px #afd7ff);
    transition: all .3s ease;
  }
  .our-services-index-main-block {
    object-fit: scale-down;
    width: 100%;
  }
  .our-services-index-main-block-title {
    font-weight: 500;
    font-size: clamp(14px, 3cqi,16px);
    color: rgba(1, 1, 1, 1);
    text-align: center;
  }
  .our-services-index-main-block-text {
    font-weight: 400;
    font-size: clamp(20px, 4cqi, 32px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
  }
  .services__link {
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    padding: 14px 32px;
    border-radius: 22px;
    background-color: rgba(3, 152, 176, 1);
    transition: all .3s ease;
    max-width: max-content;
    cursor: pointer;
  }
  .services__link:hover {
    background-color: #018095;
    transition: all .3s ease;

  }
  .why-us-content {
	  padding-top: 70px;
  }
  .why-us-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  .why-us-title {
    font-weight: 600;
    font-size: clamp(26px, 4cqi, 48px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
  }
  .why-us-main-blocks {
    display: flex;
    gap: 1em;
	flex-direction: column;
  }
  .why-us-inf-block {
    display: flex;
    gap: 1em;
  }
.why-us-inf-block-left {
	flex: 0 0 calc(50% - 0.5em);
}
.why-us-inf-block-left img {
	max-width: 100%;
	height: 100%;
    object-fit: cover;
    border-radius: 30px;
	width: 100%;
}
.center-content .why-us-inf-block-left img {
	height: 60px;
	width: 60px;
	border-radius: 0;
}
  .why-us-inf-title {
    font-weight: 600;
    font-size: clamp(20px,4cqi, 37px);
    color: rgba(1, 1, 1, 1);
    text-align: left;
	  line-height: 100%;
  }
.why-us-inf-block-right {
	background: rgba(236, 252, 230, 1);
	padding: 50px;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(50% - 0.5em);
	justify-content: center;
	gap: 3em;
}
  .why-us-inf__main-blocks {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    align-items: flex-start;
  }
  .why-us-inf__main-block {
    display: flex;
  align-items: flex-start;
  gap: 0.5em;
  }
  .why-us-inf__main-block img {
    object-fit: scale-down;
  }
  .why-us-inf__main-block-text {
    font-weight: 400;
    font-size: 15px;
    color: rgba(1, 1, 1, 1);
    text-align: left;
	  padding: 10px 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
  }
  .why-us-right-block {
    display: flex;
    gap: 1.5em;
  }
  .why-us-right__main-block {
    display: flex;
    align-items: flex-start;
    gap: 2em;
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(236, 252, 230, 1);
	  flex-direction: column;
	  flex: 0 0 calc(25% - 1em);
  }
.why-us-right__main-block:first-child {
	background: rgba(3, 152, 176, 1);
}
.why-us-right__main-block:last-child {
	flex: 0 0 calc(50% - 1em);
}
  .why-us-right__main-block img {
    object-fit: scale-down;
  }
  .why-us-right__main-text-blocks {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
    text-align: left;
  }
  .why-us-right__main-text-title {
    font-weight: 600;
    font-size: 20px;
	  line-height: 130%;
    color: rgba(1, 1, 1, 1);
	  width: 70%;
  }
  .why-us-right__main-text-descr {
    font-weight: 400;
    font-size: 15px;
    color: rgba(1, 1, 1, 1);
  }
.why-us-right__main-block:first-child .why-us-right__main-text-title {
	color: #ffffff;
}
.why-us-right__main-block:first-child .why-us-right__main-text-descr {
	color: #ffffff;
}
  @media screen and (max-width:900px) {
    .why-us-main-blocks {
      max-width: unset;
      width: 100%;
      flex-direction: column;
    }
    .why-us-inf-block {
      max-width: unset;
      width: 100%;
    }
  }
.specialists-index-content {
	padding-top: 70px;
}
  .specialists-index-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
  }
  .specialists-index-title {
    font-weight: 600;
    font-size: clamp(26px, 4cqi, 48px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
    max-width: 860px;
	  line-height: 100%;
  }
  .specialists-index-descr {
    font-weight: 400;
    font-size: clamp(14px, 4cqi, 15px);
    color: rgba(1, 1, 1, 1);
    text-align: center;
    max-width: 860px;
  }
  .specialists-index-main-blocks {
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 0fr));
    gap:  1.5em;*/
    width: 100%;
	  position: relative;
  }
  .specialists-index-main__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    border-radius: 30px;
    background-color: rgba(236, 252, 230, 1);
	  padding: 24px;
	  box-sizing: border-box;
	  height: auto;
  }
  .specialists-index-main__block img {
    object-fit: cover;
    border-radius: 0.5em;
    max-width: 100%;
	  width: 100%;
    height: 220px;
  }
.swiper-doctors {
	position: relative;
    overflow: hidden;
    min-height: 350px;
    height: 100%;
	margin: 0 60px;
}
.swiper-services {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  height: 100%;
  margin: 0 60px;
}
  .specialists-index-main__name {
    font-weight: 600;
    font-size: clamp(16px, 4cqi, 20px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
	  line-height: 100%;
	  color: rgba(1, 1, 1, 1);
  }
  .specialists-index-main__decr {
    font-weight: 400;
    font-size: 15px;
    color: rgba(1, 1, 1, 1);
    text-align: center;

  }
  .specialists-index-main__btn {
    font-weight: 500;
    font-size: clamp(14px, 4cqi, 15px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
    width: max-content;
    padding: 9px 30px;
    border-radius: 22px;
    background-color: #ffffff;
    transition: all .3s ease;
	  margin: 0 auto;
  }

  .specialists-index-main__btn:hover {
    transition: all .3s ease;
	  color: #ffffff;
    background-color: rgba(3, 152, 176, 1);
  }
.specialists-index__info-text {
  text-align: center;
  font-weight: 400;
    font-size: clamp(14px, 4cqi, 15px);
    color: rgba(1, 1, 1, 1);
    width: 100%;
}
.contacts-index-content {
	padding-top: 70px;
}
.contacts-index-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
padding-bottom: 3em;
}
.contacts-index-title {
  font-weight: 700;
  font-size: clamp(26px, 4cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
}
.contacts-index-main-blocks {
  display: flex;
  flex-direction: column;
  gap: 4em;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
}
.contacts-index-main__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8em;

}
.contacts-index-main-block__texts {
  font-weight: 400;
  font-size: clamp(14px, 4cqi, 16px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
  max-width: 420px;
}
.contacts-index-main-block__texts > p > a {
  color: #0E7DFF;
  text-decoration: underline;
}
.contacts-index-main-block__image img {
  object-fit: scale-down;
  width: clamp(240px, 28cqi, 525px);
}
.contacts-index-main__block:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width:900px) {
  .contacts-index-main-blocks {
    max-width: unset;
  }
  .contacts-index-main__block {
    flex-direction: column-reverse;
    width: 100%;
    gap: 1.5em;
  }
  .contacts-index-main-block__texts {
    max-width: unset;
    text-align: center;
  }
  .contacts-index-main__block:nth-child(2) {
    flex-direction: column-reverse;
    width: 100%;
    gap: 1.5em;
  }
  .contacts-index-main-blocks {
    gap: 2em;
  }
}
.inexpensive-content {
	margin-top: 70px;
	padding-top: 40px;
    background-color: rgba(3, 152, 176, 1);
    overflow: hidden;
}
.inexpensive-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 2em;
	background-image: url(/wp-content/uploads/2025/06/vector-1.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 70% center;
	align-items: center;
}
.inexpensive-img-block  {
  height: 100%;
  position: relative;
	flex: 0 0 calc(35% - 1em);
}
.inexpensive-img-block img {
  height: 100%;
    width: 100%;
    position: relative;
    bottom: -10px;
}
.inexpensive-text-blocks {
  flex: 0 0 calc(65% - 1em);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5em;
	position: relative;
}
.inexpensive-text-blocks img{
  width: clamp(400px,32cqi,592px);
  object-fit: scale-down;
  position: absolute;
  right: -43%;
  top: -36%;
}
.inexpensive-text-blocks-texts {
	display: flex;
    flex-direction: column;
    gap: 1em;
}
.inexpensive-title {
  font-weight: 600;
  font-size: clamp(26px, 5cqi, 37px);
  color: rgba(255, 255, 255, 1);
	line-height: 120%;
	text-align: left;
}
.inexpensive-subtitle {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.inexpensive-descr {
  font-weight: 400;
  font-size: clamp(14px,2cqi, 15px);
  color: #ffffff;
}
.inexpensive-text-blocks p {
  z-index: 1;
}
@media (max-width: 1200px) {
	.inexpensive-content {
		margin-top: 40px;
    	padding-top: 30px;
	}
	.inexpensive-text-blocks {
		gap: 2em;
		padding-bottom: 10px;
	}
}
@media (max-width: 950px) {
	.inexpensive-wrapper {
		align-items: flex-end;
	}
	.inexpensive-img-block img {
		left: -30%;
	}
	.inexpensive-img-block {
		flex: 0 0 calc(30% - 1em);
	}
	.inexpensive-text-blocks {
		flex: 0 0 calc(70% - 1em);
	}
	.inexpensive-img-block {
		position: relative;
		width: 100%;
	}
	.inexpensive-img-block img {
		height: 320px;
        width: auto;
        left: auto;
        position: absolute;
        right: -8%;
        bottom: 0;
	}
}
@media (max-width: 600px) {
	.inexpensive-img-block {
		text-align: left;
	}
	.inexpensive-img-block img {
		position: relative;
		height: 300px;
        width: auto;
        left: 0;
        right: auto;
        bottom: -10px;
        top: auto;
	}
	.inexpensive-wrapper {
		flex-direction: column-reverse;
    	align-items: flex-start;
		background-position: center 25%;
	}
}
@media (max-width: 450px) {
	.inexpensive-wrapper {
		gap: 1em;
	}
	.inexpensive-text-blocks {
		gap: 1em;
	}
	.inexpensive-img-block {
        text-align: center;
    }
	.inexpensive-img-block img {
		height: 100%;
        width: auto;
        max-width: 100%;
	}
}
.materials-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(1.5em, 9cqi, 15em);
  padding: clamp(80px,10cqi,100px);

}
.materials-text-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: flex-start;
  text-align: left;
}
.materials-title {
  font-weight: 700;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
}
.materials-subtitle {
  font-weight: 500;
  font-size: clamp(14px, 4cqi,16px);
  color: rgba(1, 1, 1, 1);
}
.materials-text {
  font-weight: 400;
  font-size: clamp(14px, 4cqi,16px);
  color: rgba(1, 1, 1, 1);
}
.materials-img-block img {
  object-fit: scale-down;
}
@media screen and (max-width:920px) {
  .materials-wrapper {
    flex-direction: column;
    gap: 1.5em;
    justify-content: center;
    align-items: center;
  }
  .materials-text-blocks {
    text-align: center;
    align-items: center;
  }
  .materials-img-block img {
    width: 100%;
  }
}
.info-glav-index {
	padding-top: 70px;
}
.info-glav-wrapper {
padding: 50px;
justify-content: flex-end;
display: flex;
align-items: flex-end;
	height: clamp(500px, 40cqi, 680px);
	border-radius: 30px;
	background-size: cover;
	background-position: center;
}
.info-glav-texts-left {
	display: flex;
    flex-direction: column;
    gap: 1em;
}
.info-glav-title{
  font-weight: 600;
  font-size: clamp(24px, 6cqi, 36px);
  color: rgba(255, 255, 255, 1);
	line-height: 120%;
}
.info-glav-subtitle {
  font-weight: 600;
  font-size: clamp(16px, 4cqi,20px);
  color: rgba(255, 255, 255, 1);
}
.info-glav-text {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
	max-width: 500px;
}
.info-glav-index {
  /* background-image: url(../img/glav-index.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  height: 100%;
}
.info-glav-texts {
  display: flex;
  gap: 1em;
  text-align: left;
  align-items: flex-start;
	justify-content: space-between;
    width: 100%;
}
.strongs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 3em 0;
}
.strongs-title {
  font-weight: 700;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
}
.strongs-main-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap:  1.5em;
}
.strongs-main-block {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5em,6cqi,3em);
  padding:clamp(16px,10cqi,20px) ;
  background-color: #E9F4FF;
  border: 1px solid #D8EAEE;
  border-radius: 1em;
}
.strongs-main-block img {
  width: 100%;
  object-fit: scale-down;
}
.strongs-text {
  font-weight: 400;
  font-size: clamp(14px, 4cqi,15px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
}
.strongs-text span {
  font-weight: 700;
  width: 100%;
  display: block;
}
@media screen and (max-width:380px)  {
  .strongs-main-blocks {

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  }
}
.slide-patients-block {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: center;
  align-items: center;
  padding:clamp(16px,10cqi,20px) ;
  background-color: #E9F4FF;
  border: 1px solid #D8EAEE;
  border-radius: 1em;
  min-height: 250px;
}
.slide-patients-block img {
  width: 144px;
  border-radius: 1em;
  height: 144px;
  object-fit: cover;
}
.swiper-patients {
  position: relative;
 overflow: hidden;
 min-height: 350px;
 height: 100%;
}
.swiper-patients .swiper-pagination-bullet {
 background: rgba(3, 152, 176, 1);
}
.swiper-patients .swiper-pagination-bullet-active {
  width: 30px;
  background-color: rgba(3, 152, 176, 1);
  border-radius: 4px;
}
.slide-patients-title {
  font-weight: 600;
  font-size: clamp(14px, 3cqi, 20px);
  color: rgba(1, 1, 1, 1);
	line-height: 100%;
}
.slide-patients-descr {
  font-weight: 400;
  font-size: 15px;
  color: rgba(1, 1, 1, 1);
}
.our-patients-slider-wrapper {
  position: relative;
}
.our-patients-slider-wrapper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -40px);
  color: rgba(3, 152, 176, 1);
}
.our-patients-slider-wrapper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -40px);
  color: rgba(3, 152, 176, 1);
}
.our-patients-slider-wrapper .swiper-button-prev:after,
.our-patients-slider-wrapper .swiper-button-next:after {
  font-size: 20px;
}
.our-patients-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 3em 0;
}
.our-patients-title {
  font-weight: 700;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
}
.our-patients-descr {
  font-weight: 500;
  font-size: clamp(14px, 3cqi, 16px);
  color: rgba(1, 1, 1, 1);
}
.our-patients-subtitle {
  font-weight: 700;
  font-size: clamp(16px, 4cqi, 24px);
  color: rgba(3, 152, 176, 1);
}
@media screen and (max-width:1300px) {
  .our-patients-slider-wrapper .swiper-button-prev {
 display: none;
  }
  .our-patients-slider-wrapper .swiper-button-next {
    display: none;
  }
}
.our-patients__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(3, 152, 176, 1);
    border-radius: 1em;
    width: 100%;
    padding: 12px 24px;
}
.our-patients__block-text {
  text-align: left;
    font-weight: 700;
    font-size: clamp(14px, 4cqi, 16px);
    color: #ffffff;
    
}
.our-patients__block-link {
  font-weight: 500;
  font-size: clamp(12px, 3cqi,14px);
  color: #ffffff;
  text-align: center;
  padding: 12px 32px;
  border-radius: 1em;
  background-color: rgba(3, 152, 176, 1);
  transition: all .3s ease;
  max-width: max-content;
  text-transform: uppercase;
}
@media screen and (max-width:710px) {
  .our-patients__block {
    flex-direction: column;
    gap: 1em;
  }
  .our-patients__block-text {
    text-align: center;
  }
}
.info-content {
	padding-top: 70px;
}
.info-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(2em, 9cqi, 4em);
}
.info-block {
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: space-between;
}
.info-text-title {
  font-weight: 600;
  font-size: clamp(24px, 6cqi, 37px);
  color: rgba(3, 152, 176, 1);
}
.info-text-block {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  text-align: left;
}
.info-text-descr {
	font-size: 15px;
	font-family: Manrope;
	font-weight: 400;
	color: rgba(1, 1, 1, 1);
}
.info-block:nth-child(2) {
  flex-direction: row-reverse;
}
.info-block:last-child .info-text-block {
  max-width: unset;
  
}
.info-text__main-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: flex-start;
}
.info-text__main-block {
  display: flex;
  gap: 1.5em;
  align-items: center;
  padding: clamp(24px,6cqi,32px);
  background-color: #E9F4FF;
  border: 1px solid #D8EAEE;
  border-radius: 1em;
  width: 100%;
}
.info-text__main-block img {
  object-fit: scale-down;
  
}
.info-text__main-block-title {
  font-weight: 700;
  font-size: clamp(16px, 4cqi, 24px);
  color: rgba(3, 152, 176, 1);
  text-wrap: balance;
}
.info-img-block img {
  object-fit: scale-down;
  width: clamp(230px, 30cqi, 520px);
}
@media screen and (max-width:910px) {
	.info-block {
		gap: 1em;
	}
  .info-text-block {
    max-width: unset;
  }
	.info-text-block {
		gap: 1em;
	}
	.info-wrapper {
		gap: 1em;
	}
}
@media (max-width: 768px) {
	.info-block {
    flex-direction: column;
  }
  .info-block:nth-child(2){
    flex-direction: column;
  }
}
@media screen and (max-width:560px)  {
  .info-text__main-block {
    flex-direction: column;
  }
}
.uslugi-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1em,4cqi,3em);
  padding: 3em 0;
}
.uslugi-text-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: flex-start;
}
.uslugi-text__title, h1 {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: left;
	line-height: 100%;
}
.uslugi-text__descr {
  font-weight: 400;
  font-size: clamp(14px, 3cqi, 15px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
  max-width: 540px;
}
.uslugi-text__links {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.uslugi-text__link {
  text-align: center;
  padding: 9px 16px;
  border-radius: 22px;
  color: rgba(1, 1, 1, 1);
  background-color: rgba(236, 252, 230, 1);
  transition: all .3s ease;
  font-size: clamp(14px, 3cqi, 15px);
}
.uslugi-text__link:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(3, 152, 176, 1);
transition: all .3s ease;
}
.uslugi-img-block img {
  object-fit: scale-down;
  width: clamp(250px,34cqi, 400px);
  border-radius: 1em;
}
@media screen and (max-width:760px) {
  .uslugi-wrapper {
    flex-direction: column;
  }
  .uslugi-text__title {
    text-align: center;
  } 
  .uslugi-text__descr {
    text-align: center;
    max-width: unset;
  }
  .uslugi-text-blocks {
    align-items: center;
  }
}
@media screen and (max-width:500px)  {
.uslugi-img-block {
  display: none;
}
}
.our__services-wrapper {
display: flex;
flex-direction: column;
gap: 2em;
align-items: center;
}
.our__services-main-blocks {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(415px, 1fr));*/
	grid-template-columns: repeat(auto-fit, minmax(calc(25% - 1.5em), 0fr));
  gap:  1.5em;
  padding: 1em 0;
  width: 100%;
}
.our__services--block {
  display: flex;
  align-items: flex-end;
  gap: 1em;
  justify-content: space-between;
  background-color: rgba(236, 252, 230, 1);
  transition: all .3s ease;
  border-radius: 30px;
	flex-direction: column;
	overflow: hidden;
}
.our__services--block img {
  object-fit: scale-down;
  width: clamp(120px, 20cqi, 165px);
	bottom: -1px;
    position: relative;
}
.our__services-text-blocks {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
  text-align: left;
  width: 100%;
	padding: 38px 35px 0;
}
.our__services-text-title {
  font-weight: 600;
  font-size: 20px;
  color: rgba(1, 1, 1, 1);
  transition: all .3s ease;
	word-break: break-word;
    line-height: 120%;
}
.our__services-text-price {
  font-weight: 600;
  font-size: clamp(14px, 3cqi, 16px);
  color: rgba(1, 1, 1, 1);
  transition: all .3s ease;
}
.our__services--block svg{
transform: translateY(0);
transition: all .3s ease;
}
.our__services--block:hover svg{
  transform: translateY(5px);
  transition: all .3s ease;
}
.our__services--block:hover {
	background-color: rgba(3, 152, 176, 1);
	transition: all .3s ease;
}
.our__services--block:hover .our__services-text-title {
  color: rgba(255, 255, 255, 1);
  transition: all .3s ease;
}
.our__services--block:hover .our__services-text-price {
  color: rgba(255, 255, 255, 1);
  transition: all .3s ease;
}
.our__services-link {
  padding: 14px 32px;
    background-color: rgba(3, 152, 176, 1);
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 22px;
    transition: all .3s ease;
    font-weight: 500;
    max-width: fit-content;
}
.our__services-link:hover {
	background-color: #018095;
	transition: all .3s ease;
}
@media screen and (max-width: 1100px) {
	.our__services-main-blocks {
		grid-template-columns: repeat(auto-fit, minmax(calc(33% - 1.5em), 0fr));
	}
}
@media screen and (max-width: 820px) {
	.our__services-main-blocks {
		grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1.5em), 0fr));
	}
	.our__services--block img {
		right: 10px;
		bottom: 0;
	}
}
@media screen and (max-width: 550px) {
  .our__services-main-blocks {
   
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  
  }
}
.simptoms-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
  padding: 3em 0;
}
.simptoms-title {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
  max-width: 860px;
	line-height: 100%;
}
.simptoms-descr {
  font-weight: 600;
  font-size: clamp(16px, 4cqi, 20px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
  max-width: 860px;
}
.simptoms-main-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
.simptoms-main-blocks__big {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap:  1.5em;
  width: 100%;
}
.simptoms-main-blocks__small {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5em;
  width: 100%;
}
.simptoms-main-block {
  display: flex;
  text-align: left;
  align-items: flex-start;
  padding: clamp(12px, 10cqi, 24px);
  background-color: rgba(236, 252, 230, 1);
  border-radius: 30px;
  min-height: 155px;
  height: 100%;
}
.simptoms-main-block-text {
  font-size: clamp(14px, 3cqi, 15px);
  color: rgba(1, 1, 1, 1);
}
@media screen and (max-width:1220px) {
  .simptoms-main-blocks__big {

    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
 
  }
}
.tabs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  max-width: 860px;
  margin: 0 auto;
}
.tabs-title {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
	line-height: 100%;
}
.tabs-descr {
  font-weight: 400;
  font-size: clamp(14px, 3cqi, 15px);
  color: rgba(1, 1, 1, 1);
  text-align: center;
}
.tab-doc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tablinks {
  font-weight: 600;
    color:rgba(1, 1, 1, 1);
  font-size: clamp(14px, 3cqi, 16px);
  outline: none;
  border: none;
  border-bottom: 3px solid transparent;
padding: 10px;
  transition: all .3s ease;
  cursor: pointer;
  text-align: center;

}
.tablinks:hover {
  transition: all .3s ease;
  border-bottom: 3px solid rgba(3, 152, 176, 1);
  color: rgba(3, 152, 176, 1);
}
.tablinks.active {
  transition: all .3s ease;
  border-bottom: 3px solid rgba(3, 152, 176, 1);
  color: rgba(3, 152, 176, 1);
}
.tabcontent-doc, .tabcontent-text {
  display: flex;
  flex-direction: column;
  gap: 1em;
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


.tabcontent-block {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  height: 300px;
  border: 1px solid #EAEEF5;
  justify-content: flex-end;
  padding: 0 28px;
  padding-bottom: 3em;
  align-items: center;
}
.tabcontent-title {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;

}
.tabcontent-link {
  padding: 10px 60px;
  background: #2A72B5;
  font-family: Manrope;
  font-size: 14px;
  color: #ffffff;
  transition: all .3s ease;
  width: fit-content;
  border: 1px solid transparent;
}

.tabcontent-link:hover {
  background: transparent;
  transition: all .3s ease;
  border:1px solid #2A72B5;
  color: #2A72B5;
}
.tabs-content {
margin-top: 3em;

}
.tabcontent-doc p, .tabcontent-text p {
  font-size: clamp(14px,3cqi,15px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
}
/* .tabcontent-subtitle {
  font-weight: 700;
  font-size: clamp(14px,3cqi,16px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
} */
.tabcontent-doc ul, .tabcontent-text ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  text-align: left;
}
.tabcontent-doc ul li, .tabcontent-text ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: clamp(14px,3cqi,16px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
}
.our-works-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
 padding: 3em 0;
}
.our-works-slider-wrapper {
 position: relative;
 min-height: 540px;
}
.our-works-title {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
	line-height: 100%;
}
.slide-works-wrapper img {
  width: 100%;
  height: 230px;
  border-radius: 1em;
  object-fit: cover;
}
.slide-works-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: clamp(12px, 10cqi, 24px);
  background-color: rgba(236, 252, 230, 1);
  border-radius: 30px;
  min-height: 430px;
  height: 100%;
}
.swiper-works {
  position: relative;
  overflow: hidden;
}
.works-btns {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1 0 auto;
}
.works-btn {
  padding: 10px;
  background-color: #ffffff;
  color: rgba(1, 1, 1, 1);
  width: 80px;
  font-weight: 600;
  border-radius: 22px 0 0 22px;
}
.works-btn.posle_btn {
  background-color: rgba(3, 152, 176, 1);
  color: #ffffff;
  border-radius: 0 22px 22px 0;
}
.works-btn.do_btn.active {
    background-color: #ffffff;
    color: rgba(1, 1, 1, 1);
}
.works-btn.do_btn:not(.active) {
    background-color: rgba(3, 152, 176, 1);
  color: #ffffff;
}
.works-btn.posle_btn.active {
    background-color: #ffffff;
    color: rgba(1, 1, 1, 1);
}
.do.active {
  display: block;
}
.do {
  display: none;
}
.posle {
  display: none;
}
.posle.active {
  display: block;
}
@media screen and (max-width: 1150px) {
  .tabcontent-doc {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media screen and (max-width: 450px)  {
  .tab-doc {
    justify-content: flex-start;
  }
}


.our-works-slider-wrapper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -40px);
  color: rgba(3, 152, 176, 1);
}
.our-works-slider-wrapper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -40px);
  color: rgba(3, 152, 176, 1);
}
.our-works-slider-wrapper .swiper-button-prev:after,
.our-works-slider-wrapper .swiper-button-next:after {
  font-size: 20px;
}
.our-works-slider-wrapper .swiper-pagination-bullet {
  background: rgba(3, 152, 176, 1);
 }
 .our-works-slider-wrapper .swiper-pagination-bullet-active {
   width: 30px;
   background-color: rgba(3, 152, 176, 1);
   border-radius: 4px;
 }
@media screen and (max-width:1300px) {
  .our-works-slider-wrapper .swiper-button-prev {
 display: none;
  }
  .our-works-slider-wrapper .swiper-button-next {
    display: none;
  }
}
.price-services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 3em 0;
  max-width: 860px;
  margin: 0 auto;
  align-items: center;
}
.price-services-title {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
	line-height: 100%;
}
.price-services-main-blocks {
  display:flex;
flex-direction: column;
gap: 1em;
width: 100%;
}
.price-services-main-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
padding: 24px 8px;
border-bottom: 2px solid #A8CDE2;
}
.price-services-main-text {
  font-weight: 400;
  font-size: clamp(14px, 3cqi, 15px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
}
.price-services-main-price {
  font-size: clamp(14px, 3cqi, 15px);
  color: rgba(3, 152, 176, 1);
  text-align: right;
	font-weight: 600;
}
@media screen and (max-width:610px) {
  .price-services-main-block {
    flex-direction: column;
    gap: 0.6em;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .price-services-main-block {
    text-align: center;
  }
  .price-services-main-text {
    text-align: center;
  }
}
.reviews-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 3em 0;
}
.reviews-title {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
	line-height: 100%;
}
.reviews-main-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:  1.5em;
}
.main-reviews-content .reviews-main-blocks {
	display: block;
}
.reviews-main-block {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(12px, 10cqi, 24px);
  background-color: rgba(236, 252, 230, 1);
  border-radius: 30px;
}
.reviews-main-block img {
  object-fit: scale-down;
  height: 40px;
  width: 100%;
}
.reviews-title-block {
  font-weight: 600;
  font-size: clamp(16px, 2cqi, 20px);
  color: rgba(1, 1, 1, 1);
  text-align: center;
}
.reviews-descr {
  font-weight: 400;
  font-size: 14px;
  color: rgba(1, 1, 1, 1);
  text-align: center;
}
.consult-wrap {
  justify-content: flex-end;
  gap: 7em;
}
.consult-wrap .inexpensive-img-block img {
  width: 83%;
}
.consult-wrap .inexpensive-text-blocks img {
  right: 30%;
}
.consult-wrap  .inexpensive-img-block {
  width: clamp(530px, 42.5cqi, 763px);
  left: unset;
}
.consult-wrap .inexpensive-text-blocks img {
  width: clamp(400px, 29cqi, 547px);
}
.consult-link {
  padding: 14px 32px;
    background-color: #fff;
    font-size: 15px;
    color: #0398b0;
    text-decoration: none;
    border-radius: 22px;
    transition: all .3s ease;
    font-weight: 600;
    max-width: fit-content;
}
.consult-link:hover {
  background-color: rgba(236, 252, 230, 1);
	color: rgba(1, 1, 1, 1);
  transition: all .3s ease;
}
.consult-wrap  .inexpensive-descr {
  font-weight: 400;
  font-size: 12px;
  color: rgba(3, 152, 176, 1);
}
@media screen and (max-width:1290px) {
  .consult-wrap  .inexpensive-img-block {
   bottom: 73px;
  }
}
@media screen and (max-width:1270px) {
  .consult-wrap  .inexpensive-img-block {
   bottom: 70px;
  }
}
@media screen and (max-width:1230px) {
  .consult-wrap  .inexpensive-img-block {
   bottom: 80px;
  }
}
@media screen and (max-width:1180px) {
  .consult-wrap {
    justify-content: center;
    margin: 3em 0;
  }
  .consult-wrap .inexpensive-text-blocks {
    align-items: center;
  }
}
.services-more-wrapper {
  display: flex;
  align-items: center;
  gap: 4em;
  padding: 3em 0;
  max-width: 1080px;
  margin: 0 auto;
}
.services-more-wrapper img {
  max-width: 520px;
  object-fit: scale-down;

}
.services-more-text {
  font-weight: 400;
  font-size: clamp(14px,3cqi,16px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
}
@media screen and (max-width:940px) {
  .services-more-wrapper {
    flex-direction: column;
    gap: 1.5em;
  }
  .services-more-wrapper img {
    max-width: 300px;
  }
  .services-more-text {
    text-align: center;
  }
}
.tabs__wrap-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 3em 0;
  max-width: 860px;
  margin: 0 auto;
}
.tabs__wrap-title {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
	line-height: 100%;
}

.accordion__list {
  text-align: left;
  display: flex;
  gap: 1em;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 880px;
  margin-bottom: 5em;
  margin-top: 4em;
}
.accordion__list li {
	list-style: none;
    margin-left: 0;
}
.accordion__control {
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
padding: 24px 8px;
  border-top: 1px solid #E5E6F4;
  border-bottom: 1px solid #E5E6F4;
  gap: 1.5em;
}
.accordion__control[aria-expanded="true"] {
  border-bottom: none;
}
.accordion__control::-webkit-details-marker {
display: none;
}
.accordion[open] .accordion__icon {
transform: rotate(180deg);
}
.accordion__control {
width: 100%;
background-color: transparent;
cursor: pointer;
}

.accordion__content {
max-height: 0;
opacity: 0;
overflow: hidden;
padding: 0 10px;
will-change: max-height;
transition: all 0.3s ease-out;
box-sizing: content-box;
  font-family: Manrope;
  font-weight: bold;
  line-height: 1.314;
  font-size: 16px;
 color: var(--color-text);
}
.accordion__content p {
  font-weight: 400;
  font-size: clamp(14px, 3cqi, 15px);
  color: rgba(1, 1, 1, 1);
  text-align: left;
  font-family: Manrope;
}
.accordion__title {
  font-weight: 600;
  font-size: clamp(16px, 3cqi, 20px);
  color: rgba(3, 152, 176, 1);
  text-align: left;
}

.accordion__icon {
transition: transform 0.3s ease-out;
}

.open .accordion__icon {
transform: rotate(180deg);
}

.open .accordion__content {
opacity: 1;

}
.faq-title {
  font-weight: 600;
  font-size: clamp(26px, 6cqi, 48px);
  color: rgba(3, 152, 176, 1);
  text-align: center;
	line-height: 100%;

}
.faq-title-block {
  margin-top: 3em;
}

@media all and (max-width:580px) {
.faq-title {font-size: 36px;}
  
}
@media all and (max-width:400px) {
.faq-title {font-size: 26px;}

}
.price-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  justify-content: space-between;
}
.price-txt-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.price-title {
  font-size: clamp(20px,3cqi,36px);
  color: rgba(3, 152, 176, 1);
}
.price-main-txts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.price-description {
  color: rgba(1, 1, 1, 1);
  font-size: 15px;
}
.price-description p {
	margin: 10px 0;
}
.price-info-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px;
  background: #fffbdb;
  max-width: 300px;
}
.price-info-imgs {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: center;
}
.price-info-img-block img {
  height: 120px;
  object-fit: scale-down;
}
.price-info-amount {
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  color: #00a5c2;
  max-width: 92px;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
}
.price-info-amount span {
  font-size: clamp(32px,3cqi,40px);
}
.price-info-text {
  font-size: 13px;
  text-align: left;
  color: rgba(1, 1, 1, 1);
}
.price-info-link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  height: 47px;
  width: 100%;
  justify-content: center;
  background: #00a5c2;
  border-radius: 4px;
  transition: all .3s ease;
  color: #ffffff;
}
.price-info-link:hover {
  transition: all .3s ease;
  background-color: rgba(3, 152, 176, 1);
}
@media screen and (max-width: 860px) {
  .price-wrapper {
    flex-direction: column;
  }
  .price-txt-block {
    max-width: 100%;
  }
  .price-info-block {
    margin: 0 auto;
  }
}
.anker-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
.anker-title {
  font-weight: 700;
  color: rgba(1, 1, 1, 1);
  font-size: clamp(23px,3cqi,30px);
  text-align: left;
}
.anker-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px,4cqi,20px);

}
.anker-link {
  color: #00a5c2;
  padding: 10px 20px;
  border: 1px solid #92ced8;
  border-radius: 50px;
  font-weight: 700;
  font-size: clamp(14px,2cqi,16px);
  transition: all .3s ease;
}
.anker-link:hover {
  background: #00a5c2;
  color: #fff;
  border: 1px solid transparent;
  transition: all .3s ease;
}
.prices-tables-item {
  margin-bottom: 45px;
}
.prices-tables-table {
  width: 100%;
  display: table;
}
.prices-table-row {
  display: table-row;
}
.prices-table-row .prices-tables-col:first-child {
  text-align: left;
  width: 170px;
}
.prices-table-row:first-child .prices-tables-col {
  border-top: 1px solid #d5d5d5;
}
.prices-tables-col {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 15px;
}
.prices-tables-col .prices-table-old-price, .price-services-main-block .prices-table-old-price {
	text-decoration: line-through;
	font-size: 14px;
	color: #8d8d8d;
}
.prices-table-row .prices-tables-col:first-child {
  text-align: left;
  width: 170px;
}
.prices-table-row .prices-tables-col:last-child {
  text-align: right;
  width: 200px;
}
.prices-tables-title {
  display: block;
  font-size: clamp(24px,3cqi,36px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .prices-tables-col {
    padding: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .prices-tables-col {
    padding: 20px 2px;
    font-size: 13px;
  }
}
.info-wrapper-action {
  margin-top: 3em;
}
.info-wrapper-action img {
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 495px) {
  .simptoms-main-block {
    text-align: center;
      align-items: center;
    justify-content: center;
  }
}
.main_actions {
	padding-top: 70px;
}
.main_actions_wrapper {
	display: flex;
	gap: 3em;
	flex-direction: column;
}
.main_actions_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_actions_top_title {
	font-family: Manrope;
	font-weight: 600;
	line-height: 100%;
	font-size: clamp(24px, 4cqi, 48px);
	color: rgba(3, 152, 176, 1);
}
.main_actions_top_button a {
	border: 2px solid rgba(3, 152, 176, 1);
	padding: 14px 32px;
	border-radius: 22px;
	font-family: Manrope;
	font-weight: 600;
	font-size: 15px;
	color: rgba(3, 152, 176, 1);
	transition: all .3s ease;
}
.main_actions_top_button a:hover {
	background: rgba(3, 152, 176, 1);
	color: #ffffff;
	transition: all .3s ease;
}
.main_actions_bottom {
	display: flex;
	gap: 1em;
	justify-content: space-between;
}
.main_actions_bottom_item {
	display: flex;
	flex-direction: column;
	gap: 1em;
	flex: 0 0 calc(25% - 1em);
	background: rgba(3, 152, 176, 1);
	border-radius: 30px;
	transition: all .3s ease;
	overflow: hidden;
    justify-content: space-between;
}
.main_actions_bottom_item:hover {
	transition: all .3s ease;
	background: rgba(1, 128, 149, 1);
}
.main_actions_bottom_item_top {
	height: calc(100% - 200px - 1em);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1em;
}
.main_actions_bottom_item_title {
	font-family: Manrope;
	font-weight: 600;
	font-size: clamp(20px, 4cqi, 23px);
	color: rgba(255, 255, 255, 1);
	text-align: left;
	padding: 30px 30px 0;
	line-height: 120%;
}
.main_actions_bottom_item_anons {
	font-family: Manrope;
	font-weight: 400;
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	padding: 0 30px;
	line-height: 150%;
}
.main_actions_bottom_item_image {
	height: 200px;
    position: relative;
    bottom: 0;
}
.main_actions_bottom_item_image img {
	position: relative;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper-button-prev:after {
	content: url(/wp-content/uploads/2025/06/slider-left-mos.svg);
}
.swiper-button-next:after {
	content: url(/wp-content/uploads/2025/06/slider-right-mos.svg);
}
.center-content .why-us-inf-block {
	justify-content: space-between;
}
.center-content .why-us-inf-block-left {
	flex: 0 0 calc(70% - 1em);
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.center-content .why-us-inf-block-right {
	flex: 0 0 calc(30% - 1em);
	display: flex;
	background-size: cover;
	background-position: bottom;
}
.center-content .why-us-right__main-block {
	flex: 0 0 calc(50% - 0.5em);
}
.center-content .why-us-right__main-block:first-child {
	flex: 0 0 100%;
	background-color: rgba(236, 252, 230, 1);
}
.center-content .why-us-right__main-block:first-child .why-us-right__main-text-title {
	color: rgba(1, 1, 1, 1);
    width: 100%;
}
.center-content .why-us-right__main-block:first-child .why-us-right__main-text-descr {
	color: rgba(1, 1, 1, 1);
}
.center-content .why-us-right__main-block:nth-child(2) {
	background: rgba(3, 152, 176, 1);
}
.center-content .why-us-right__main-block:nth-child(2) .why-us-right__main-text-title {
	color: #ffffff;
}
.center-content .why-us-right__main-block:nth-child(2) .why-us-right__main-text-descr {
	color: #ffffff;
}
.why-us-inf-block-right-text {
	font-family: Manrope;
	font-weight: 600;
	font-size: clamp(24px, 4cqi, 37px);
	line-height: 120%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
.center-content .why-us-inf-block-right {
	justify-content: flex-start;
	gap: 1em;
}
.center-content .services__link {
	margin: 0 auto;
}
.main-reviews-content.reviews-content {
	padding-top: 70px;
}
.main-reviews-content .reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2em;
	padding: 0;
}
.main-reviews-content .reviews-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-reviews-content .reviews-title {
	font-weight: 600;
	font-size: clamp(26px, 4cqi, 48px);
	color: rgba(3, 152, 176, 1);
	text-align: center;
}
.main-reviews-content .tabs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.main-reviews-content .tab-doc {
    display: flex;
    align-items: flex-start;
    gap: 1em;
	justify-content: center;
}
.main-reviews-content .tablinks-rvw {
    min-width: 190px;
    position: relative;
	padding: 14px 32px;
	text-align: center;
	border-radius: 30px;
	background: #F9F9F9;
	outline: none;
    border: none;
}
.main-reviews-content .tablinks-rvw.active {
    transition: all .3s ease;
    background: #0398B0;
}
.main-reviews-content .tablinks-rvw:nth-child(2) {
    width: 290px;
}
.main-reviews-content .tablinks-rvw:nth-child(3) {
    width: 200px;
}
.main-reviews-content .tablinks-rvw img {
    height: 25px;
    width: auto;
    object-fit: scale-down;
}
.main-reviews-content .tablinks-rvw .act {
    opacity: 0;
    position: absolute;
    top: -100px;
}
.main-reviews-content .tablinks-rvw.active .normal {
    opacity: 0;
    position: absolute;
    top: -100px;
}
.main-reviews-content .tablinks-rvw.active .act {
    opacity: 1;
    position: relative;
    top: 0;
}
.contacts-form-bottom {
	padding: 70px 0;
}
.contacts-form-bottom-wrapper {
	display: flex;
	gap: 2em;
	background: rgba(236, 252, 230, 1);
	padding: 50px;
	border-radius: 30px;
}
.contacts-form-bottom-left {
	display: flex;
	flex: 0 0 calc(40% - 1em);
	flex-direction: column;
	gap: 1em;
	align-items: flex-start;
}
.contacts-form-bottom-right {
	display: flex;
	flex: 0 0 calc(60% - 1em);
	justify-content: flex-end;
}
.contacts-form-bottom-right img {
	max-width: 100%;
	object-fit: contain;
}
.contacts-form-bottom-title {
	font-family: Manrope;
	font-weight: 600;
	font-size: clamp(24px, 6cqi, 37px);
	color: rgba(1, 1, 1, 1);
	text-align: left;
	line-height: 130%;
}
.contacts-form-bottom-description {
	font-family: Manrope;
	font-weight: 400;
	font-size: 15px;
	color: rgba(1, 1, 1, 1);
	text-align: left;
}
.contacts-form-bottom-agree-block {
	font-family: Manrope;
	font-weight: 400;
	font-size: 15px;
	color: rgba(1, 1, 1, 1);
}
.contacts-form-bottom-agree-block a {
	text-decoration: underline;
	color: rgba(3, 152, 176, 1);
}
.contacts-form-bottom-agree-block a:hover {
	text-decoration: none;
}
.zayavka-form {
    display: flex;
    flex-direction: column;
    gap: 1em;
	width: 100%;
}
.control-wrapp {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    width: 100%;
}
.control-wrapp input {
    padding: 13px 14px;
    border-radius: 10px;
    border: 1px solid rgba(227, 227, 227, 1);
    color: rgba(128, 128, 128, 1);
    font-size: 15px;
    background-color: #ffffff;
	outline: none;
}
.contacts-form-bottom-link {
	font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    padding: 14px 32px;
    border-radius: 22px;
    background-color: rgba(3, 152, 176, 1);
	border: 2px solid rgba(3, 152, 176, 1);
    transition: all .3s ease;
    max-width: max-content;
	cursor: pointer;
}
.contacts-form-bottom-link:hover {
	background-color: #ffffff;
    color: rgba(3, 152, 176, 1);
    transition: all .3s ease;
}
.contacts-form-bottom-agree-block {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 100%;
}
.checkbox-block {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
	text-align: left;
}
.zayavka-form .contacts-form-bottom-agree-block input {
    width: auto;
}
.price-content {
	padding-top: 40px;
}
.srch-button img {
	cursor: pointer;
}
.news-content {
	padding: 40px 0;
}
.news-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-main-blocks {
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 100%;
	padding-top: 20px;
}
.news-main-block {
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(236, 252, 230, 1);
    display: flex;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
	overflow: hidden;
}
.news-main__texts {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    color: #1A1A1A;
}
.news-main__title {
    font-weight: 600;
    font-size: clamp(18px, 1cqi, 20px);
}
.news-main__text {
    font-size: 15px;
    text-align: left;
}
.news-main__date {
    color: rgba(3, 152, 176, 1);
    font-size: 14px;
    font-weight: 400;
}
.news-main__img-block img {
    object-fit: cover;
    height: 100%;
    width: auto;
    border-radius: 30px;
    margin-bottom: -36px;
    margin-right: -30px;
}
.news-main-block-news .news-main__img-block img {
    width: 260px;
    margin-bottom: 0;
    margin-right: 0;
}
.news-inner-content {
	padding: 40px 0;
}
.news-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
	align-items: flex-start;
}
.news-inner-wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
	justify-content: space-between;
    width: 100%;
}
.news-inner-texts {
    display: flex;
    flex-direction: column;
    gap: 2em;
    text-align: left;
}
.news-inner-text {
    font-size: 15px;
    text-align: left;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.news-inner-text__link {
    text-decoration: underline;
}
.news-inner-more-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(236, 252, 230, 1);
    position: sticky;
    top: 10px;
}
.news-inner-more-news-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
}
.news-inner-more-news-img-block img {
    object-fit: cover;
    border-radius: 20px;
    height: auto;
    width: 305px;
    object-position: center;
}
.news-inner-title-block {
	text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-inner-date {
	color: rgba(3, 152, 176, 1);
}
.doctors-content {
	padding: 40px 0;
}
.wrapper-dctr {
    display: flex;
    flex-direction: column;
    gap: 2em;
	align-items: flex-start;
}
.tabcontent-doc {
    display: flex;
    flex-direction: row;
    gap: 2em;
	width: 100%;
	flex-wrap: wrap;
}
.tabs-content .tabcontent-doc {
	flex-direction: column;
}
.tabcont__spec-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 5cqi, 70px);
    background: rgba(236, 252, 230, 1);
    border-radius: 30px;
    padding: 20px;
	width: calc(50% - 1em);
}
.tabcont__spec-left {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    align-items: center;
}
.tabcont__spec-img-block img {
    height: 230px;
    width: 230px;
    object-fit: cover;
    border-radius: 0.5em;
}
.tabcont__spec-info-block {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.tabcontent-doc .tabcont__spec-name {
    text-align: left;
    font-weight: 600;
    font-size: clamp(18px, 2cqi, 24px);
}
.tabcont__spec-specials {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}
.tabcont__spec-blocks .specialists-index-main__btn {
	margin: 0;
}
.doctor-main-content {
	padding-top: 40px;
}
.doctor-main-wrapper {
    display: flex;
    align-items: flex-start;
    gap: clamp(20px, 2cqi, 60px);
}
.doctor-main-vid-cont img {
    height: 460px;
    width: 460px;
    object-fit: cover;
    border-radius: 20px;
}
.doctor-main-texts {
    display: flex;
    flex-direction: column;
    gap: 1em;
    text-align: left;
}
.doctor-main-more-infos__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.doctor-main-specials {
    font-size: clamp(16px, 1cqi, 18px);
    font-weight: 600;
}
.doc-adv-block-text {
	display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.doc-adv-block-text ul li {
	list-style-type: disc;
	margin-left: 40px;
}
.doc-adv-block-text ol li {
	list-style-type: numeric;
	margin-left: 40px;
}
.content-contacts {
	padding: 40px 0;
}
.contacts-wrapper {
	display: flex;
    gap: 2em;
	flex-direction: column;
}
.contacts-wrapper-main {
	display: flex;
    gap: 2em;
}
.contacts-wrapper-left {
	flex: 0 0 calc(50% - 1em);
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: flex-start;
}
.contacts-address {
	display: flex;
    gap: 1em;
    align-items: flex-start;
    text-align: left;
}
.contacts-address-right {
	display: flex;
	flex-direction: column;
}
.contacts-address-title {
	font-weight: 600;
	font-size: 18px;
}
.contacts-phone {
	display: flex;
    gap: 1em;
    align-items: flex-start;
    text-align: left;
}
.contacts-phone-right {
	display: flex;
	flex-direction: column;
}
.contacts-phone-title {
	font-weight: 600;
	font-size: 18px;
}
.contacts-phone a {
	text-decoration: none;
}
.contacts-phone a:hover {
	text-decoration: underline;
}
.contacts-metro-box {
	background-color: rgba(236, 252, 230, 1);
	border-radius: 30px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	text-align: left;
}
.contacts-metro-title {
	font-weight: 600;
	font-size: 18px;
	display: flex;
	gap: 1em;
	margin-bottom: 20px;
	align-items: center;
}
.contacts-metro-item {
	display: flex;
	gap: 1em;
}
.contacts-wrapper-right {
	flex: 0 0 calc(50% - 1em);
}
.contacts-wrapper-right iframe {
	border-radius: 22px;
}
.contacts-wrapper-description {
	display: flex;
	flex-direction: column;
	gap: 1em;
	text-align: left;
}
.contacts-req {
	display: flex;
	flex-direction: column;
}
.contacts-req-title {
	font-weight: 600;
	font-size: 18px;
}
.contacts-file {
	display: flex;
}
.contacts-wrapper-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contacts-wrapper-text h2 {
	font-size: clamp(18px, 4cqi, 24px);
    color: rgba(3, 152, 176, 1);
	font-weight: 600;
}
.about-content {
	padding: 40px 0;
}
.about-content-wrapper {
	display: flex;
    gap: 2em;
	flex-direction: column;
}
.about-content-main {
	display: flex;
    gap: 2em;
	align-items: flex-start;
}
.about-content-main-left {
	display: flex;
    flex-direction: column;
    flex: 0 0 calc(70% - 1em);
	gap: 0.5em;
	text-align: left;
}
.about-content-main-right {
	flex: 0 0 calc(30% - 1em);
	border-radius: 30px;
	overflow: hidden;
}
.about-content-main-right video {
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.search-res-content {
	padding: 40px 0;
}
.search-content {
	display: flex;
	flex-direction: column;
	gap: 2em;
	text-align: left;
}
.search-content .services__link {
	display: flex;
}
.search-res-content a:hover {
	color: rgba(3, 152, 176, 1);
}
.news-inner-author {
    display: flex;
    gap: 2em;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: rgba(236, 252, 230, 1);
    align-items: center;
}
.news-inner-author-left img {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    object-fit: cover;
}
.news-inner-author-right {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.news-inner-author-right-title {
    font-weight: 600;
    font-size: 20px;
    color: rgba(1, 1, 1, 1);
    transition: all .3s ease;
    line-height: 120%;
}
.news-inner-author-right-title:hover {
    text-decoration: underline;
}
.news-inner-author-right-spec {
    font-size: 16px;
}
.news-inner-text-with-image {
    flex-direction: row;
    padding: 15px 30px;
    background: rgba(3, 152, 176, 1);
    border-radius: 30px;
    gap: 2em;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.news-inner-text-with-image img {
    width: 250px;
    height: auto;
    border-radius: 30px;
}
.news-inner-text-with-image p {
    width: calc(100% - 250px - 2em);
}
.pagination-content {
    margin-top: 2em;
}
.nav-links {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
.nav-links a {
    display: flex;
    font-size: 18px;
    font-weight: 600;
}
.nav-links a:hover {
    color: rgba(3, 152, 176, 1);
}
.nav-links span {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    color: rgba(3, 152, 176, 1);
}
.error-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 100px;
  padding-bottom: 40px;
}
.error-title{
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
}
.error-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
 
}
.error-text {
  color: rgba(3, 152, 176, 1);
  font-size: 58px;
  font-weight: 700;
  line-height: 100%;
}
.error-descr{
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
}
.block-modal-contact {
    padding: clamp(16px, 10cqi, 40px);
}
#feedback-modal {
    z-index: 9999999999;
}
#feedback-modal .contacts-form-title {
    font-weight: 600;
    font-size: clamp(18px, 3cqi, 24px);
    color: rgba(3, 152, 176, 1);
    text-align: center;
}
#feedback-modal .contacts-form-modal {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
}
#feedback-modal .contacts-form-modal input {
    width: 100%;
    height: 40px;
    border: 1px solid #E5E7ED;
    border-radius: 8px;
    padding: 4px 12px;
    color: #1A1A1A;
    transition: all .3s ease;
    font-size: 15px;
}
#feedback-modal .contacts-form-modal .after-header-form-agree-block {
    width: 100%;
}
.chckbox-block {
    display: flex;
    gap: 0.5em;
    align-items: center;
}
#feedback-modal .contacts-form-modal input {
    width: auto;
    height: 40px;
    border: 1px solid #E5E7ED;
    border-radius: 8px;
    padding: 4px 12px;
    color: #1A1A1A;
    transition: all .3s ease;
    font-size: 15px;
}
#feedback-modal .contacts-form-modal .checkbox-text {
    color: #010613;
    font-size: 16px;
}
#feedback-modal .contacts-form-modal .checkbox-text a {
    text-decoration: underline;
}
@media screen and (max-width: 1280px) {
    .reviews-main-blocks .tab-doc {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
}
@media (max-width: 1200px) {
	.index-slider-wrapper {
		display: none;
	}
	.numbers-index-main-blocks {
		gap: 1em;
	}
	.numbers-index-wrapper {
		gap: 1em;
		padding: 0;
		margin-top: 0;
		border-radius: 0;
    	margin-bottom: 40px;
	}
	.why-us-right-block {
		justify-content: space-between;
	}
	.why-us-right__main-block {
		flex: 0 0 calc(33% - 1em);
	}
	.why-us-right__main-block:last-child {
		flex: 0 0 calc(33% - 1em);
	}
	.contacts-form-bottom {
    	padding: 40px 0;
	}
	.info-content {
    	padding-top: 40px;
	}
	.main-reviews-content.reviews-content {
		padding-top: 40px;
	}
	.why-us-content {
    	padding-top: 40px;
	}
	.why-us-wrapper {
		gap: 2em;
	}
	.center-content .why-us-inf-block-left {
		flex: 0 0 calc(50% - 1em);
	}
	.center-content .why-us-inf-block-right {
		flex: 0 0 calc(50% - 1em);
	}
	.center-content .why-us-right__main-block {
    	flex: 0 0 100%;
	}
	.center-content .why-us-right__main-block:last-child {
    	flex: 0 0 calc(200% + 2em);
	}
	.info-glav-index {
		padding-top: 40px;
	}
	.specialists-index-content {
		padding-top: 40px;
	}
	.swiper-doctors {
		margin: 0;
	}
	.specialists-index-main-blocks .swiper-button-prev, .specialists-index-main-blocks .swiper-button-next {
		display: none;
	}
	.why-us-content {
		padding-top: 40px;
	}
	.main_actions {
		padding-top: 40px;
	}
	.tabcont__spec-blocks {
		width: 100%;
	}
	.doctor-main-vid-cont img {
		height: 260px;
    	width: 260px;
	}
	.news-inner-text-with-image {
	    flex-direction: column;
	}
	.news-inner-text-with-image p {
	    width: 100%;
        text-align: center;
	}
}
@media screen and (max-width: 960px) {
    .main-reviews-content .tabcontent-rvw {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }
	.main-reviews-content .tablinks-rvw {
        min-width: fit-content;
    }
}
@media (max-width: 950px) {
	.main_actions_bottom {
		flex-wrap: wrap;
	}
	.main_actions_bottom_item {
		flex: 0 0 calc(50% - 0.5em);
	}
	.main_actions_bottom_item_image {
		text-align: right;
	}
	.main_actions_bottom_item_image img {
		width: auto;
	}
	.contacts-form-bottom-wrapper {
		flex-direction: column;
		padding: 30px;
		align-items: center;
	}
	.contacts-form-bottom-left {
		align-items: center;
	}
	.contacts-form-bottom-title {
		text-align: center;
	}
	.contacts-form-bottom-description {
		text-align: center;
	}
	.contacts-form-bottom-link {
		margin: 0 auto;
	}
	.contacts-wrapper-main {
		flex-direction: column;
	}
	.contacts-wrapper-left {
		align-items: stretch;
	}
	.contacts-wrapper-right iframe {
		height: 300px;
		width: 100%;
	}
	.about-content-main {
		flex-direction: column;
	}
	.about-content-main-left {
		flex: 0 0 100%;
	}
	.about-content-main-right {
		flex: 0 0 100%;
    	width: 100%;
	}
	.about-content-main-right video {
		background: #000;
		height: 400px;
	}
}
@media (max-width: 800px) {
	.why-us-inf-block {
		flex-direction: column;
	}
	.why-us-right-block {
		flex-direction: column;
	}
	.why-us-right-block {
		gap: 1em;
	}
	.why-us-inf-block-left img {
		height: clamp(215px, 55cqi, 410px);
	}
	.center-content .why-us-inf-block-left img {
		height: 60px;
        width: 60px;
		border-radius: 0;
	}
	.why-us-inf-block-right {
		padding: 30px;
		gap: 2em;
	}
	.main-reviews-content .tab-doc {
		justify-content: flex-start;
	}
	.center-content .why-us-inf-block {
		flex-direction: column;
	}
	.center-content .why-us-inf-block-right {
		height: clamp(400px, 4cqi, 520px);
	}
	.center-content .why-us-inf-block-left {
		flex: 0 0 100%;
	}
	.center-content .why-us-right__main-block {
		align-items: flex-start;
	}
	.center-content .why-us-right__main-block:last-child {
        flex: 0 0 100%;
    }
	.center-content .why-us-inf-block-right {
		flex: 0 0 100%;
		padding: 50px 50px 320px;
		align-items: center;
		width: 100%;
	}
	.center-content .why-us-inf-block-right-text {
		max-width: 350px;
	}
	.center-content .why-us-right__main-text-blocks {
        text-align: left;
        align-items: flex-start;
    }
	.news-inner-wrap {
		align-items: center;
		flex-direction: column;
	}
	.news-inner-more-news-img-block img {
		width: calc(100% - 20px);
	}
	.news-inner-author {
	    width: 100%;
        justify-content: center;
	}
}
@media (max-width: 767px) {
	.info-glav-texts {
		flex-direction: column;
	}
	.info-glav-wrapper {
        padding: 200px 20px 40px;
		height: auto;
    }
	.news-main-block {
        flex-direction: column;
    }
	.news-main__img-block {
		width: 100%;
    	text-align: right;
	}
	.doctor-main-wrapper {
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 550px) {
	.tabcont__spec-blocks {
		flex-direction: column;
	}
	.tabcont__spec-info-block {
		text-align: center;
		align-items: center;
	}
	.tabcontent-doc .tabcont__spec-name {
		text-align: center;
	}
	.tabcontent-doc .tabcont__spec-specials {
		text-align: center;
	}
}
@media (max-width: 500px) {
	.main_actions_bottom_item {
		flex: 0 0 100%;
	}
	.news-inner-author {
	    flex-direction: column;
	}
	.news-inner-author-right {
	    text-align: center;
	}
	.error-descr br {
	    display: none;
	}
}
@media (max-width: 450px) {
	.center-content .why-us-inf-block-right {
		padding: 50px 30px 240px;
	}
	.info-glav-wrapper {
		padding: 400px 20px 20px;
        background-position: 57% 0;
	}
}

.cookie-notice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  gap: 3em;
}
.cookie-notice a {
    color: rgba(3, 152, 176, 1);
}
.cookie-notice a:hover {
    text-decoration: underline;
}
.cookie-button {
    padding: 9px 30px;
    background-color: rgba(3, 152, 176, 1);
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    border-radius: 22px;
    transition: all .3s ease;
    font-weight: 600;
}
.cookie-button:hover {
    background-color: #018095;
    transition: all .3s ease;
}
.simple-content {
	text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
@media (max-width: 1200px) {
    .cookie-notice br {
        display: none;
    }
}
@media (max-width: 767px) {
    .cookie-notice {
        flex-direction: column;
        gap: 1em;
    }
}