@media screen and (max-width: 1398px) {
	.blog-card-item {
	    max-width: calc(33% - 10px);
	}

}

@media screen and (max-width: 1200px) {
	.header-mob-opener {
		display: block;
	}

	.header-menu {
	    display: none;
	}
	
	.footer-bottom-contacts {
		text-align: center;
	}

	.menu-icon {
	  height: 25px;
	  cursor: pointer;
	  width: 40px;
	  position: relative;
	  overflow: hidden;
	}
	.menu-icon:before, .menu-icon:after {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0s;
	  content: "";
	  display: block;
	  width: 1.5px;
	  height: 28px;
	  border-radius: 10px;
	  transform-origin: center center;
	  background-color: #000;
	  opacity: 0;
	}
	.menu-icon:before {
	  position: absolute;
	  top: 0;
	  left: 18px;
	  transform: rotate(-45deg);
	}
	.menu-icon:after {
	  position: absolute;
	  top: 0;
	  right: 20px;
	  transform: rotate(45deg);
	}
	.menu-icon .bar {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0.2s;
	  width: 100%;
	  height: 1.5px;
	  background-color: #000;
	  border-radius: 20px;
	}
	.menu-icon .bar-1 {
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.menu-icon .bar-2 {
	  position: absolute;
	  top: 10px;
	  left: 0;
	}
	.menu-icon .bar-3 {
	  position: absolute;
	  top: 20px;
	  left: 0;
	  width: 20px;
	}
	.menu-icon.opened .bar {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0s;
	}
	.menu-icon.opened:before, .menu-icon.opened:after {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0.2s;
	  opacity: 1;
	}

	.menu-icon-3:before {
	  transform: rotate(-90deg);
	}
	.menu-icon-3:after {
	  transform: rotate(90deg);
	}
	.menu-icon-3:before, .menu-icon-3:after {
	  top: -2px;
	}
	.menu-icon-3.opened:before {
	  transform: rotate(-45deg);
	}
	.menu-icon-3.opened:after {
	  transform: rotate(45deg);
	}
	.menu-icon-3.opened:before, .menu-icon-3.opened:after {
	  top: 0px;
	}
	.menu-icon-3.opened .bar {
	  opacity: 0;
	}
	.menu-icon-3.opened .bar-1 {
	  top: 10px;
	}
	.menu-icon-3.opened .bar-3 {
	  top: 10px;
	}

	.header-mobile-area {
	    background: rgba(240, 240, 240, 0.64);
	    padding: 18px 0 25px;
	    border-radius: 18px;
	    backdrop-filter: blur(10px);
	    top: 5px;
	    position: relative;
	    text-align: center;
	    max-height: calc(100vh - 140px);
	    overflow: auto;
	}

	.mobile-menu ul {
	    display: flex;
	    flex-direction: column;
	    font-size: 17px;
	}

	.mobile-menu ul li {
	    margin: 12px 0;
	}

	header .mobile-menu .menu-item-has-children > a:after {
	    display: none;
	}

	header .mobile-menu .menu-item-has-children > a {
	    display: none;
	}

	header .mobile-menu .menu-item-has-children ul {
	    position: relative;
	    opacity: 1;
	    visibility: visible;
	    background: none;
	    backdrop-filter: none;
	    box-shadow: none;
	    text-align: center;
	    transform: none;
	    left: 0;
	    padding: 0;
	}

	ul.sub-menu a {
	    padding: 0;
	}

	header .mobile-menu .menu-item-has-children {
	    margin: 0;
	}

	.header-mob-phone a, .header-address a {
	    color: #1B55C0;
	    text-decoration: underline !important;
	    padding: 10px 0;
	    display: inline-block;
	}

	.mobile-menu {
	    margin-bottom: 15px;
	}

	.header-hours {
	    color: rgba(26, 26, 26, 0.6);
	    padding-top: 10px;
	}

	.header-social-links {
	    justify-content: center;
	    margin-top: 25px;
	    gap: 32px;
	}

	.hero-top-right {
	    position: absolute;
	    top: 0;
	    right: 0;
	}

	section.hero {
	    padding-top: 20px;
	}

	.hero-top-left {
	    padding-top: 60px;
	}

	.hero-feats {
	    margin-top: 60px;
	}

	section.symptoms {
	    margin-top: 100px;
	}

	.single-related-item {
	    width: calc(50% - 8px);
	}

	.coupon-inner {
	    background-position: 105% 50%;
	}

	.footer-contact-inner {
	    flex-direction: column-reverse;
	    align-items: flex-start;
	}

	.footer-contact-right {
	    height: 340px;
	}

	.footer-contact-inner > div {
	    flex: auto;
	    width: 100%;
	}

	.footer-contact-right img {
	    height: 100%;
	    width: 100%;
	    object-fit: cover;
	    border-radius: 24px;
	}

	.footer-contact-text h2 {
	    max-width: 450px;
	}

	.contact-accept {
	    max-width: 360px;
	}

	.footer-contact-item {
	    max-width: calc(50% - 8px);
	    width: 100%;
	}

	.footer-contacts {
	    gap: 40px 16px;
	}

	.doks-grid {
	    gap: 90px 16px;
	}

	.doks-grid-item {
	    width: calc(50% - 8px);
	    gap: 16px;
	}

	.dok-grid-item-img {
	    max-width: 190px;
	}

	.dok-grid-item-info {
	    max-width: 285px;
	    flex: 1;
	}

	.mtd-grid-item {
	    width: calc(50% - 8px);
	}

}

@media screen and (max-width: 900px) {

	.footer-contact-text h2,
	.sup .h1,
	.hero .sup h1,
	.sup h1 {
	  font-size: 36px;
	  line-height: 1.04em;
	}

	.home main section.hero {
		padding-top: 100px;
	}

	h1, .h1 {
	  font-size: 46px;
	  line-height: 1.15em;
	}

	.symptoms-text h2,
	.h2, h2 {
	  font-size: 36px;
	  line-height: 1.15em;
	}

	h3, .h3 {
	  font-size: 22px;
	  line-height: 1.2em;
	}

	.h4, h4 {
	  font-size: 20px;
	  line-height: 1.2;
	}

	header .logo {
	    max-width: 132px;
	}

	.header-inner {
	    padding: 8px 16px;
	}

	.header-cta.btn {
	    display: none;
	}

	.header-wa {
	    order: -1;
	}

	.header-links {
	    gap: 16px;
	}

	.header-phone a {
	    width: 36px;
	    height: 36px;
	    display: block;
	    text-indent: -9999999px;
	    background: url('img/phone.svg') 50% 50% no-repeat;
	}

	.hero-top-right {
	    position: static;
	    max-width: 300px;
	}

	.hero-top {
	    flex-direction: column-reverse;
	}

	.hero-top-left {
	    max-width: 100%;
	    padding-top: 16px;
	}

	section.hero {
	    padding-top: 0;
	}

	main {
	    padding-top: 85px;
	}

	.hero-feats {
	    flex-direction: column;
	}

	.symptoms-inner {
        padding: 16px 0 16px 16px;
	}

	.symptom {
	    max-width: 200px;
	    height: 160px;
	}

	.hero-link.btn {
	    display: none;
	}

	.fixed-btn.btn {
		display: block;
	}

	.fixed-btn {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    padding: 8px;
	    background: #fff;
	    z-index: 2;
	    transition: 0.3s;
	}

	.fixed-btn.disable {
		opacity: 0;
		visibility: hidden;
	}

	.fixed-btn a {
	    width: 100%;
	    text-align: center;
	}

	section.symptoms, section.services, section.doctors {
	    margin-top: 64px;
	}

	h2.h3 {
	    font-size: 36px;
	}

	.single-related-item {
	    width: 100%;
	}

	.rel-title.h2 {
	    font-size: 24px;
	}

	.rel-img {
	    width: 105px;
	    height: 105px;
	}

	.rel-header {
	    align-items: center;
	}

	.rel-short {
	    display: none;
	}

	.rel-btn {
	    margin-top: 16px;
	}

	.rel-btn a {
	    width: 100%;
	    text-align: center;
	}

	.services-btn a {width: 100%;text-align: center;}

	.coupon-inner {
	    padding: 24px 12px 12px;
	}

	.coupon-text h2 {
	    font-size: 36px;
	    max-width: 275px;
	    margin: 0 auto;
	}

	.coupon-top {
	    display: block;
	}

	.coupon-text {
	    margin-bottom: 16px;
	}

	.coupon-img {
	    margin: 0 auto 220px;
	}

	.coupon-inner {
	    background-size: 200px auto;
	    background-position: 50% calc(100% - 60px);
	}

	.coupon-btn.btn a {
	    width: 100%;
	    text-align: center;
	}

	.doctors-inner h2.h1 {
	    font-size: 36px;
	}

	.docs.doctors-slideshow {
	    margin-top: 32px;
	}

	.dok-grid-item-img {
	    max-width: 150px;
	}

	.docs.doctors-slideshow .doks-grid-item {
	    max-width: 315px;
	    position: relative;
	}

	.dok-name.h2 {
	    font-size: 24px;
	    max-width: 160px;
	    position: absolute;
	    top: 16px;
	    left: 140px
	}

	.dok-grid-item-info {
	    padding: 0;
	    max-width: 100%;
	}

	.dok-rate {
        position: absolute;
        top: 90px;
        left: 165px;
	}

	.dok-short {
	    margin-bottom: 16px;
	    -webkit-line-clamp: 6;
	    font-size: 14px;
	    line-height: 1.5em;
	}

	button.slick-arrow {
	    top: calc(100% + 32px);
	}

	footer, section.videos, section.reviews {
	    margin-top: 120px;
	}

	.reviews-list.reviews-slideshow, .videos-list.videos-slideshow {
	    margin-top: 32px;
	}

	.review-item {
	    max-width: 320px;
	}

	.wpcf7-form .flexed {
	    flex-direction: column-reverse;
	    align-items: flex-start;
	}

	.footer-contact {
	    padding-bottom: 64px;
	}

	.footer-info-address.h1 {
	    font-size: 36px;
	}

	.footer-contacts {
	    padding: 24px;
	    flex-direction: column;
	    margin-bottom: 64px;
	}

	.footer-contact-item {max-width: 100%;}

	.footer-contact-item-text.h2 {
	    font-size: 20px;
	}

	.label {
	    margin-bottom: 8px;
	}

	.footer-map {
	    margin-bottom: 8px;
	}

	.footer-bottom {
	    padding: 32px 0px 60px;
	}

	.footer-logo {
	    display: none;
	}

	.footer-bottom-inner-top {
	    flex-direction: column;
	}

	#menu-footer-menu {
	    flex-direction: column;
	    margin-bottom: 32px;
	}

	.footer-contact-item-text > a {
	    color: #1B55C0;
	}

	.footer-contact-left-inner {
	    padding: 42px 16px 32px;
	}

	input.wpcf7-submit {
	    width: 100%;
	    display: block;
	}

	.wpcf7-form .flexed .btn {
	    width: 100%;
	}

	header .mobile-menu .menu-item-has-children ul {
	    width: 100%;
	}

	.doks-grid-item {
	    position: relative;
	    width: 100%;
	    flex-direction: column;
	    align-items: stretch;
	}

	.doks-grid .dok-grid-item-info {
	    max-width: 100%;
	}

	.doks-grid {
	    gap: 40px;
	}

	.grid-list h1 {
	    margin: 24px 0;
	}

	.single-dok .single-top-inner {
	    background: none;
	    display: block;
	}

	.single-top-img {
	    max-width: 180px;
	    height: 180px;
	    margin: 0 auto;
	    border: 4px solid #fff;
	    top: 32px;
	    position: relative;
	    margin-top: -42px;
	}

	.single-top-info {
	    padding: 48px 16px 16px;
	}

	.single-top-info h1 {
	    font-size: 24px;
	    text-align: center;
	}

	.single-top-rate-exp {
	    justify-content: center;
	}

	.desktop,
	.single-top-btn {
	    display: none;
	}

	.mobile {
		display: block;
	}

	.single-content {
	    margin: 64px 0;
	}

	.single-content-inner h2, .single-content-inner h3 {
	    font-size: 24px;
	}

	.single-certs h2.h1 {
	    font-size: 36px;
	}

	.single-certs {
	    padding: 24px 0 110px;
	}

	.single-certs-list {
	    margin-top: 32px;
	}

	.mtd-grid-item {
	    width: 100%;
	}

	.single-top-inner {
	    flex-direction: column;
	}

	.single-related-inner h2 {
	    font-size: 36px;
	}

	.reviews-list.reviews-slideshow:after, 
  	.videos-list.videos-slideshow:after,
	.single-certs-list:after,
	.docs.doctors-slideshow:after {
	    display: none;
	}

	button.slick-arrow:hover {
		box-shadow: none;
	}

	.service-tab {
	    margin-left: 15px;
	    max-width: 190px;
	    font-size: 21px;
	}

	button.slick-arrow {
	    top: calc(100% + 16px);
	}
	
	.video-item {
		max-width: 280px;
	}

	.videos-list .video-player iframe {
		height: 501px;
	}
	
	.video-player {
    	position: relative;
	}

	.video-player:before {
		content: '';
		width: 100px;
		height: calc(100% - 30px);
		position: absolute;
		top: 0;
		left: 0;
	}

	.video-player:after {
		content: '';
		width: 100px;
		height: calc(100% - 100px);
		position: absolute;
		right: 0;
		top: 35px;
	}

	.price-list-item-info > div {
    	width: 80px;
	}

	.photos-list {
	    margin-top: 32px;
	}

	section.photos {
	    margin: 120px 0;
	}

	.single-photo-item {
	    width: 294px;
	    height: 200px;
	}

	.is-horizontal.is-ltr .f-button.is-arrow {
	    max-width: 35px;
	    height: 35px;
	    right: 10px !important;
	}

	.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
	    left: 10px !important;
	}

	.breads:has(+.prices-wrap) {
	    display: none;
	}

	.prices-wrap {
	    padding-top: 32px;
	}

	.prices-wrap h1 {
	    font-size: 36px;
	}

	.prices-groups {
	    margin-top: 25px;
	}

	.prices-groups h3 {
	    padding: 8px 0;
	}

	.price-list-item {
	    padding: 8px 0;
	    font-size: 14px;
	    line-height: 1.3em;
	}

	.header-request-call {
		display: none;
	}

	.blog-card-item {
	    max-width: 100%;
	    background: none;
	    border-top: 1px solid #DEDEDE;
	    border-radius: 0;
	    padding: 12px 0;
	}

	.blog-card-item-img a {
	    border-radius: 16px;
	}

	.blog-card-item-img img {
	    width: 80px;
	    height: 80px;
	    border-radius: 16px;
	}

	.blog-card-item-bottom {
	    display: none;
	}

	.blog-card-item-img:has(img) {
	    float: right;
	    padding: 0;
	}

	.blog-card-item-title {
	    width: 100%;
	    padding: 0 0 8px 0;
	}

	.blog-card-item:first-child {
	    border: none;
	}

	.blog-card-excerpt {
	    display: none !important;
	}

	.blog-full-list {
	    gap: 0;
	    margin-top: 24px;
	}

	.blog-card-item .blog-post-date {
	    margin: 0 0 8px;
	    padding-left: 22px;
	    background-position: 0 50%;
	    font-size: 14px;
	    background-size: 16px;
	}

	.blog-card-item-top:has(img) .blog-card-item-title {
	    width: calc(100% - 100px);
	}

	.page-template-blog-tpl .global-wrap {
	    padding: 0;
	}

	.blog-card-item-title a {
	    font-size: 17px;
	    font-weight: 400;
	}

	.blog-post-related-top a:last-child {
	    display: none;
	}

	.blog-post-related {
	    margin-bottom: 0;
	}

	.blog-post-main-cta {
	    display: none;
	}

	.blog-post-main {
	    margin: 64px auto;
	}

	.blog-post-top-info h1 {
	    font-size: 24px;
	    margin-bottom: 16px;
	}

	.blog-post-top-info {
	    padding: 16px;
	}

	.blog-post-top-info-meta {
	    gap: 16px;
	}

	.blog-post-share > button {
	    font-size: 14px;
	    background-size: 16px;
	    padding-left: 24px;
	}

	.blog-post-date {
	    font-size: 14px;
	    background-size: 16px;
	    padding-left: 24px;
	}

	.blog-post-top-excerpt {
	    margin-top: 16px;
	}

	.blog-post-related-top a:last-child {
	    display: none;
	}

	.blog-post-related {
	    margin-bottom: 0;
	}

	.blog-post-main-cta {
	    display: none;
	}

	.blog-post-main {
	    margin: 64px auto;
	}

	.blog-post-top-info h1 {
	    font-size: 24px;
	    margin-bottom: 16px;
	}

	.blog-post-top-info {
	    padding: 16px;
	}

	.blog-post-top-info-meta {
	    gap: 16px;
	}

	.blog-post-share > button {
	    font-size: 14px;
	    background-size: 16px;
	    padding-left: 24px;
	}

	.blog-post-date {
	    font-size: 14px;
	    background-size: 16px;
	    padding-left: 24px;
	}

	.blog-post-top-excerpt {
	    margin-top: 16px;
	}

	.blog-post-main-text h2 {
	    font-size: 24px;
	    margin-bottom: 24px;
	}

	.blog-post-main-text h2:not(:first-child) {
	    margin-top: 48px;
	}

	.global-content ol li:has(ul) {
	    font-size: 20px;
	    font-weight: 500;
	}

	.global-content ol li::marker {
	    font-weight: 500;
	}

	.blog-post-main-text ol {margin-left: 24px;}

	.global-content ol li ul {
	    margin-bottom: 0;
	}

	.blog-post-main-text p:has(img) {
	    margin: 48px 0;
	}

	.single-post .global-content {
	    padding: 0;
	}

	.blog-post-top-info {
	    border-radius: 24px;
	}

	.breads-mob span.sep {
	    transform: rotate(0deg);
	    display: inline-block;
	}

	.blog-post-top-img {
	    margin-top: 16px;
	}

	.blog-post-related-all a {
	    width: 100%;
	    text-align: center;
	    margin-top: 5px;
	}
}