@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: block;
    }

    header, header::before {
        border-radius: 25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transition: var(--all-inout);
        box-shadow: none;
    }

    header.open, header.open::before {
        border-radius: 0;
    }

    header .box .menu-box {
        position: fixed;
        left: -110%;
        top: 70px;
        width: 100vw;
        height: calc(100dvh - 70px);
        overflow: hidden;
        padding: 0 10px;
        opacity: 0;
        z-index: 10;
        background: url('../images/noise.webp') center center, rgba(26, 25, 74, 0.70);
	    backdrop-filter: blur(9px);
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 40px;
        transition: var(--all-inout);
    }

    header .box .menu-box #menu {
        width: 100%;
        overflow-y: scroll;
    }

    header .box .menu-box #main-menu {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        align-items: flex-start;
        width: 100%;
    }

    header .box .menu-box #main-menu > li > a {
        line-height: 150%;
    }

    header .box .menu-box.open {
        left: 0;
        opacity: 1;
    }

    header .box {
        height: 70px;
    }

    header .box .menu-box .info {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    header .box .menu-box #main-menu .sub-menu {
        max-height: 0;
        position: relative;
        left: 0;
        top: 100%;
        width: 100%;
        border-radius: 0;
        background: none;
        box-shadow: none;
        backdrop-filter: blur(0px);
        padding: 0 24px;
        opacity: 1;
        transform: translateY(0px);
    }

    #main-menu > li {
        width: 100%;
    }

    #main-menu > li:first-child {
        padding-right: 32px;
        position: relative;
    }

    header .box .menu-box #main-menu > li:first-child > a::after {
        display: none;
    }

    #main-menu > li:first-child .sub-menu-but {
        width: 24px;
        height: 24px;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
    }

    #main-menu > li:first-child .sub-menu-but::before {
        content: ">";
        color: var(--white);
        font-size: 16px;
		rotate: 90deg;
    }
    
    #main-menu > li:first-child .sub-menu-but.open::before {
        rotate: -90deg;
    }

    header .box .menu-box #main-menu .sub-menu > li:first-child {
        padding-top: 24px;
    }
    
    header .box .menu-box #main-menu .sub-menu > li:last-child {
        padding-bottom: 12px;
    }

    header .box .menu-box #main-menu > li > .sub-menu {
        position: relative;
        opacity: 1;
        background: none;
        box-shadow: none;
        backdrop-filter: unset;
        transform: translateY(0px);
    }

    header .box .lang {
        margin-left: auto;
    }

    .home-services h2 {
        font-size: 28px;
    }

    .home-services .box {
        grid-template-columns: 100%;
    }

    .home-services .box .item:first-child {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        border-radius: 22px;
        padding: 6px 6px 24px 6px;
        gap: 20px;
    }

    .home-services .box .item:first-child .img {
        height: 185px;
        border-radius: 16px;
    }

    .home-services .box .item:first-child .info {
        padding: 0 60px 0 20px;
    }

    .home-services .box .item:first-child .info::after {
        width: 42px;
        height: 42px;
        background: url('../images/service-arrow.svg') center center no-repeat, linear-gradient(282deg, #9069FF -127.65%, #13121F 90.77%);
    }

    .home-services .box .item .info .title {
        min-height: 40px;
    }

    .home-services .box .item:first-child .info .title {
        font-size: 16px;
        min-height: 1px;
    }

    .home-services .box .item:first-child .links {
        margin-top: 30px;
    }

    .home-services .box .item:first-child .links ul {
        gap: 14px;
    }

    .home-services .box .item:first-child .links ul li {
        font-size: 15px;
    }

    .home-services {
        padding: 50px 0;
    }

    .first-slider {
        border-radius: 25px;
        padding: 110px 0 40px;
    }

    .first-slider .box .info {
        max-width: 100%;
    }

    .first-slider .box .but {
        display: flex;
        justify-content: center;
    }

    .slider-text-block {
        padding: 50px 0;
    }

    .slider-text-block h2 {
        font-size: 28px;
        text-align: center;
    }

    .slider-text-block p.subtitle {
        margin-top: 24px;
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }

    .slider-text-block .box {
        grid-template-columns: 100%;
        gap: 36px;
        margin-top: 35px;
        display: grid !important;
    }

    .text-content ul, .text-content ol {
        gap: 12px;
    }

    .slider-text-block .box .text .but {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .slider-text-block .box .gallery .gallery-inner {
        grid-template-columns: 100%;
        position: relative;
        gap: 16px;
    }

    .slider-text-block .box .gallery .col {
        max-width: 100%;
    }

    .slider-text-block .box .gallery .col:last-child {
        transform: rotate(0deg);
    }

    .slider-text-block .box .gallery .col:last-child .item {
        transform: rotate(0deg);
    }

    .numbers-block .info .box {
        padding: 50px 0;
        gap: 40px;
        flex-direction: column;
    }

    .numbers-block .info .box .title-box {
        gap: 24px;
    }

    .numbers-block .info .box .title-box h2 {
        font-size: 28px;
        text-align: center;
    }

    .numbers-block .info .box .title-box p.subtitle {
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }

    .numbers-block .numbers {
        border-radius: 25px;
        padding: 40px 0;
    }

    .numbers-block .numbers .box {
        flex-direction: column;
        gap: 32px;
    }

    .numbers-block .numbers .box .item:nth-child(2n) .text {
        order: 1;
    }

    .numbers-block .numbers .box .item:nth-child(2n) .number {
        order: 2;
    }

    .numbers-block .numbers .box .item .number {
        font-size: 40px;
        text-align: left;
		width: 105px;
		flex-shrink: 0;
    }

    .numbers-block .numbers .box .item {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 32px;
		width: 100% !important;
    }

    .numbers-block .numbers .box .item:nth-child(1) {
        max-width: 100%;
    }

    .numbers-block .numbers .box .item:nth-child(2) {
        max-width: 100%;
    }

    .numbers-block .numbers .box .item:nth-child(3) {
        max-width: 100%;
    }

    .numbers-block .numbers .box .item .text p {
        font-size: 14px;
    }

    .numbers-block .numbers .box .item:last-child .text p {
        order: 1;
        text-align: left;
    }

    .numbers-block .numbers .box .item:last-child .text .icon {
        order: 2;
    }

    .numbers-block .numbers .box .item .text .icon {
        width: 50px;
        flex-shrink: 0;
    }

    .doctors-widget {
        padding: 50px 0;
    }

    .doctors-widget .box .item .img span {
        opacity: 1;
    }

    .doctors-widget .box .item .item-inner > p {
        opacity: 1;
    }

    footer {
        border-radius: 25px 25px 0 0;
        padding: 50px 10px;
    }

    footer .box .info .title .h2 {
        font-size: 28px;
        text-align: center;
    }

    footer .box .info .title p {
        text-align: center;
    }

    footer .box .info {
        gap: 40px;
    }

    footer .box {
        grid-template-columns: 100%;
    }

    footer .box .info .items .addr {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }

    footer .box .info .items .addr p {
        padding-left: 44px;
    }

    footer .box .map {
        height: 320px;
    }

    header .menu-but {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        position: relative;
        cursor: pointer;
    }

    header .menu-but span {
        transform-origin: center center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 32px;
        height: 4px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.9);
        transition: var(--all-inout);
    }

    header .menu-but span:first-child {
        margin-top: -12px;
    }

    header .menu-but span:last-child {
        margin-top: 12px;
    }

    header .menu-but.open span:nth-child(2) {
        opacity: 0;
    }

    header .menu-but.open span:first-child {
        margin-top: 0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    header .menu-but.open span:last-child {
        margin-top: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .page-title-block {
        padding-top: 110px;
        border-radius: 25px;
    }

    .page-title-block .box h1 {
        font-size: 28px;      
        text-align: center;
    }

    .page-title-block .box .but {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .prices-info .box button {
        font-size: 18px;
        text-align: left;
    }

    .breadcrumbs-block .box {
        display: inline;
    }

    .breadcrumbs > span {
        font-size: 14px;
    }

    .breadcrumbs-block .box > span:not(:last-child) {
        margin-right: 8px;
    }

    .prices-info {
        padding: 50px 0;
    }

    .slider-text-block .box .image .image-text {
        font-size: 14px;
        font-weight: 300;
    }

    .doctors-widget h2 {
        font-size: 28px;
        text-align: center;
    }

    .doctors-widget p.subtitle {
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
        margin-top: 24px;
    }

    .doctors-widget .box .slick-dots button {
        width: 24px;
    }

    .doctors-widget .box .slick-dots {
        width: 100%;
        justify-content: center;
    }

    .results-list {
        padding: 50px 0;
    }

    .results-list .box {
        gap: 28px;
    }

    .results-list .item, .results-list .item:nth-child(2n+1) {
        grid-template-columns: 100%;
    }

    .results-list .item .images, .results-list .item:nth-child(2n+1) .images {
        order: 1;
    }

    .results-list .item .info, .results-list .item:nth-child(2n+1) .info {
        order: 2;
    }

    .results-list .item {
        gap: 32px;
        padding: 16px;
        border-radius: 25px;
        box-shadow: 0px 5.949px 11.155px 0px rgba(0, 0, 0, 0.10);
    }

    .results-list .item .images .image {
        height: 140px;
    }

    .results-list .item .info .but {
        justify-content: center;
    }

    .pagination {
        margin-top: 40px;
    }

    .pagination > div {
        gap: 8px;
    }

    .pagination span.extend {
        border: 0px solid #F1F1F1;
    }

    .services-list h1 {
        font-size: 28px;
        max-width: 100%;
    }

    .services-list::after {
        width: 140px;
        height: 140px;
        top: 100px;
        background: url('../images/_MG_5958.webp') top right / contain no-repeat;
    }

    .services-list .box.services-box {
        max-width: 100%;
        margin-top: 40px;
        grid-template-columns: 100%;
    }

    .services-list .box.services-box .tab-buts {
        display: none;
    }

    .tabcontent.panel {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: var(--all-inout);
    }

    .services-list .box.services-box .tab-content {
        width: 100%;
        border-radius: 0px;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .services-list .box.services-box .tab-content .tabcontent.panel .inner {
        width: 100%;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.90);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 24px;
    }

    .services-list .box.services-box .tab-content button.accordion {
        padding: 0 24px;
        height: 44px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.90);
        border: 1px solid rgba(255, 255, 255, 0.90);
        color: var(--dark);
        font-size: 16px;
        width: 100%;
        transition: var(--all-inout);
    }
    
    .services-list .box.services-box .tab-content button.accordion:not(:first-child) {
        margin-top: 16px;
    }

    .services-list .box.services-box .tab-content button.accordion.active {
        margin-bottom: 16px;
    }

    .services-list .box.services-box .tab-content button.accordion:hover, .services-list .box.services-box .tab-content button.accordion.active {
        transition: var(--all-in);
        border-color: var(--white);
        background: #1A194A;
        color: var(--white);
    }

    .services-list {
        padding: 110px 0 50px;
        border-radius: 25px;
    }

    .services-list .box.services-box .tab-content .tabcontent .inner .links.text-content ul {
        grid-template-columns: 100%;
    }

    .services-list .box.services-box .tab-content .tabcontent .inner .but {
        margin-top: 0;
    }

    .why-we {
        padding: 50px 0;
    }

    .why-we h2 {
        font-size: 28px;
        text-align: center;
    }

    .why-we p.subtitle {
        margin-top: 24px;
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }

    .why-we .box {
        margin-top: 35px;
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }

    .why-we .box .list .item {
        padding: 18px 0 18px 50px;
    }

    .why-we .box .list .item button {
        font-size: 20px;
        padding-right: 40px;
    }

    .why-we .box .list .item::before {
        top: 20px;
    }

    .why-we .box .list .item:first-child::before {
        top: 2px;
    }

    .why-we .box .list .item button::after {
        width: 32px;
        height: 24px;
        background-size: 32px auto;
    }

    .why-we .box .list .item button.active::after {
        background-size: auto 24px;
    }

    .why-we .box .list .panel .inner {
        padding-right: 0;
    }

    .why-we .box .image {
        height: 240px;
    }

    .service-text .box {
        padding: 16px;
        border-radius: 25px;
        box-shadow: 0px 5.949px 11.155px 0px rgba(0, 0, 0, 0.10);
    }

    .service-text .box .open-content, .service-text .box-inner .block {
        flex-direction: column;
        gap: 24px;
    }

    .service-text .box .image {
        max-width: 100%;
    }

    .service-text .box-inner.open {
        margin-top: 32px;
    }

    .service-text .box-inner .block:nth-child(2n+1) .text {
        order: 1;
    }

    .service-text .box-inner .block:nth-child(2n+1) .image {
        order: 2;
    }

    .service-text .box-inner > :not(:first-child) {
        margin-top: 32px;
    }

    .prices-single-info {
        padding: 50px 0;
    }

    .prices-single-info h2 {
        font-size: 28px;
        text-align: center;
    }

    .prices-single-info .box {
        margin-top: 35px;
    }

    .form-block .box {
        padding: 24px 24px;
        flex-direction: column;
        gap: 32px;
    }

    .form-block .box .text .title {
        font-size: 24px;
    }

    .advantages h2 {
        font-size: 28px;
        text-align: center;
        line-height: 1.3;
    }

    .advantages .box {
        gap: 32px;
        flex-direction: column;
    }

    .advantages .box .items {
        grid-template-columns: 100%;
        grid-template-rows: initial;
        gap: 24px;
        max-width: 100%;
    }

    .advantages .box .items .item {
        border-radius: 20px;
        padding: 24px;
        gap: 16px;
        max-width: 100%;
    }

    .advantages .box .items .item p {
        font-size: 16px;
    }

    .contacts-block {
        padding: 110px 0 50px;
        border-radius: 25px;
    }

    .contacts-block .box.contacts-box {
        margin-top: 35px;
        grid-template-columns: 100%;
        gap: 32px;
    }

    .contacts-block .box.contacts-box .contacts-services {
        order: 2;
    }
    
    .contacts-block .box.contacts-box .contacts-info {
        order: 1;
    }

    .contacts-block .box.contacts-box .contacts-info .social div {
        justify-content: center;
    }

    .contacts-block .box.contacts-box .contacts-info .social p {
        font-size: 16px;
        text-align: center;
    }

    .contacts-block .box.contacts-box .contacts-info .social {
        margin-top: 12px;
    }

    .contacts-block .box.contacts-box .contacts-services {
        border-radius: 20px;
        padding: 24px;
    }   

    .contacts-block .box.contacts-box .contacts-services .list {
        grid-template-columns: 100%;
        gap: 16px;
    }

    .articles-list {
        padding: 50px 0;
    }

    .articles-list .box {
        grid-template-columns: 100%;
        gap: 28px;
    }

    .article-text {
        padding: 50px 0;
    }

    .article-text .box {
        padding: 16px;
        border-radius: 25px;
        box-shadow: 0px 5.949px 11.155px 0px rgba(0, 0, 0, 0.10);
    }

    img.alignright, img.alignleft {
        float: none;
        margin: 24px 0;
    }

    .article-text .text img.alignright, .article-text .text img.alignleft {
        max-width: 100%;
    }

    .article-text .text img {
        border-radius: 16px;
    }

    .article-text .text > *:first-child, .article-text .text > *:first-child > *:first-child {
        margin-top: 0 !important;
    }

    .info-page {
        padding: 40px 0 60px;
    }

    .info-page .box h1 {
        font-size: 28px;
    }

    .info-page .box p {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    .info-page .box {
        gap: 32px;
    }

    .page-title-block .box .date {
        font-size: 14px;
        text-align: center;
    }

    /**/

    .home-services .box .services-buts {
        display: none;
    }

    .home-services .box {
        display: block !important;
    }

    .home-services .box .services-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        background: none;
    }

    .home-services .box .services-content .tabcontent .inner .img {
        display: none;
    }

    .home-services .box .services-content .tabcontent .inner {
        padding: 16px 12px;
    }

    .home-services .box .services-content .tabcontent {
        display: block !important;
    }

    .home-services .box .services-content .tabcontent:not(:first-child) .inner .links {
        opacity: 0;
        max-height: 0px;
    }
    
    .home-services .box .services-content .tabcontent .inner .links {
        margin-top: 0;
        transition: var(--all-inout);
        overflow: hidden;
    }

    .home-services .box .services-content .tabcontent .inner .links.open {
        margin-top: 24px;
        opacity: 1;
        max-height: 1000px;
    }

    .services-content .tabcontent .info::after {
        width: 34px;
        height: 34px;
        background: url('../images/service-arrow.svg') center center / 12px auto no-repeat, linear-gradient(282deg, #9069FF -127.65%, #13121F 90.77%);
    }

    .home-services .box .services-content .tabcontent .inner .title {
        font-size: 20px;
    }

    .home-services .box .services-content .tabcontent .inner .links ul {
        gap: 12px;
    }

    header .box .menu-box #main-menu > li > .sub-menu > li {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    header .box .menu-box #main-menu > li > .sub-menu > li:first-child .sub-menu-but {
        top: 24px;
    }

    header .box .menu-box #main-menu > li > .sub-menu {
        width: calc(100% + 32px);
    }

    header .box .menu-box #main-menu > li > .sub-menu > li > .sub-menu {
        width: 100%;
        position: relative;
        left: 0;
        opacity: 1;
        background: none;
        box-shadow: none;
        backdrop-filter: unset;
    }
	
	.services-content .tabcontent .info {
		padding-right: 0px;
	}
	
	.services-content .tabcontent .info .title {
		padding-right: 40px;
		z-index: 2;
	}
	
	.page-title-block .box .but a {
		min-width: 275px;
	}
	
	.page-title-block .box .but a::after {
		margin-left: auto;
	}
	
	header .box .menu-box #main-menu > li > a {
		font-size: 16px;
	}
	
	header .box .menu-box #main-menu > li > .sub-menu::before {
		display: none;
	}
	
	.prices-info .box .panel .list .row .price {
		flex-direction: column;
		align-items: flex-end;
		width: 120px;
    	flex-shrink: 0;
	}
	
	.prices-info .box .panel .list .row .price span.old {
		margin-right: 0;
	}

    
    
    





























    



}


@media (min-width: 768px) and (max-width: 1129px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: block;
    }

    header, header::before {
        border-radius: 25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transition: var(--all-inout);
        box-shadow: none;
    }

    header.open, header.open::before {
        border-radius: 0;
    }

    header .box .menu-box {
        position: fixed;
        left: -110%;
        top: 70px;
        width: 100vw;
        height: calc(100dvh - 70px);
        overflow: hidden;
        padding: 0 10px;
        opacity: 0;
        z-index: 10;
        background: url('../images/noise.webp') center center, rgba(26, 25, 74, 0.70);
	    backdrop-filter: blur(9px);
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 40px;
        transition: var(--all-inout);
    }

    header .box .menu-box #menu {
        width: 100%;
        overflow-y: scroll;
    }

    header .box .menu-box #main-menu {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        align-items: flex-start;
        width: 100%;
    }

    header .box .menu-box #main-menu > li > a {
        line-height: 150%;
    }

    header .box .menu-box.open {
        left: 0;
        opacity: 1;
    }

    header .box {
        height: 70px;
    }

    header .box .menu-box .info {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    header .box .menu-box #main-menu > li > .sub-menu {
        max-height: 0;
        position: relative;
        left: 0;
        top: 100%;
        width: 100%;
        border-radius: 0;
        background: none;
        box-shadow: none;
        backdrop-filter: blur(0px);
        padding: 0 24px;
        opacity: 1;
        transform: translateY(0px);
    }

    #main-menu > li {
        width: 100%;
    }

    #main-menu > li:first-child {
        padding-right: 32px;
        position: relative;
    }

    header .box .menu-box #main-menu > li:first-child > a::after {
        display: none;
    }

    #main-menu > li:first-child .sub-menu-but {
        width: 21px;
        height: 21px;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
    }

    #main-menu > li:first-child .sub-menu-but::before {
        content: "+";
        color: var(--white);
        font-size: 14px;
    }
    
    #main-menu > li:first-child .sub-menu-but.open::before {
        content: "-";
    }

    header .box .menu-box #main-menu .sub-menu > li:first-child {
        padding-top: 24px;
    }
    
    header .box .menu-box #main-menu .sub-menu > li:last-child {
        padding-bottom: 12px;
    }

    header .box .lang {
        margin-left: auto;
    }

    .first-slider .box .info .logo {
        text-align: center;
    }

    .first-slider .box .info .logo img {
        max-width: 50%;
    }

    .home-services h2 {
        font-size: 28px;
    }

    .home-services .box {
        grid-template-columns: 1fr 1fr;
    }

    /*.home-services .box .item:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        border-radius: 22px;
        padding: 6px 6px 24px 6px;
        gap: 20px;
    }

    .home-services .box .item:first-child .img {
        height: 285px;
        border-radius: 16px;
    }

    .home-services .box .item:first-child .info {
        padding: 0 60px 0 20px;
    }

    .home-services .box .item:first-child .info::after {
        width: 42px;
        height: 42px;
        background: url('../images/service-arrow.svg') center center no-repeat, linear-gradient(282deg, #9069FF -127.65%, #13121F 90.77%);
    }*/

    .home-services .box .item .info .title {
        min-height: 40px;
    }

    /*.home-services .box .item:first-child .info .title {
        font-size: 16px;
        min-height: 1px;
    }

    .home-services .box .item:first-child .links {
        margin-top: 30px;
    }

    .home-services .box .item:first-child .links ul {
        gap: 14px;
    }

    .home-services .box .item:first-child .links ul li {
        font-size: 15px;
    }*/

    .home-services {
        padding: 50px 0;
    }

    .first-slider {
        border-radius: 25px;
        padding: 110px 0 40px;
    }

    .first-slider .box .info {
        max-width: 100%;
    }

    .first-slider .box .but {
        display: flex;
        justify-content: center;
    }

    .slider-text-block {
        padding: 50px 0;
    }

    .slider-text-block h2 {
        font-size: 28px;
        text-align: center;
    }

    .slider-text-block p.subtitle {
        margin-top: 24px;
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }

    .slider-text-block .box {
        grid-template-columns: 100%;
        gap: 36px;
        margin-top: 35px;
        display: grid !important;
    }

    .text-content ul, .text-content ol {
        gap: 12px;
    }

    .slider-text-block .box .text .but {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .slider-text-block .box .gallery .gallery-inner {
        grid-template-columns: 100%;
        position: relative;
        gap: 16px;
    }

    .slider-text-block .box .gallery .col {
        max-width: 100%;
        margin-left: -10px;
        margin-right: -10px;
    }

    .slider-text-block .box .gallery .col:last-child {
        transform: rotate(0deg);
    }

    .slider-text-block .box .gallery .col:last-child .item {
        transform: rotate(0deg);
    }

    .slider-text-block .box .gallery .col .item {
        margin: 10px;
    }

    .numbers-block .info .box {
        padding: 50px 0;
        gap: 40px;
        flex-direction: column;
    }

    .numbers-block .info .box .title-box {
        gap: 24px;
    }

    .numbers-block .info .box .title-box h2 {
        font-size: 28px;
        text-align: center;
    }

    .numbers-block .info .box .title-box p.subtitle {
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }

    .numbers-block .numbers {
        border-radius: 25px;
        padding: 40px 0;
    }

    .numbers-block .numbers .box {
        gap: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .numbers-block .numbers .box .item:nth-child(2n) .text {
        order: 1;
    }

    .numbers-block .numbers .box .item:nth-child(2n) .number {
        order: 2;
    }

    .numbers-block .numbers .box .item .number {
        font-size: 50px;
        text-align: left;
    }

    .numbers-block .numbers .box .item {
        /*flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 32px;*/
    }

    .numbers-block .numbers .box .item:nth-child(1) {
        max-width: 100%;
    }

    .numbers-block .numbers .box .item:nth-child(2) {
        max-width: 100%;
    }

    .numbers-block .numbers .box .item:nth-child(3) {
        max-width: 100%;
    }

    .numbers-block .numbers .box .item .text p {
        font-size: 14px;
    }

    .numbers-block .numbers .box .item:last-child .text p {
        order: 1;
        text-align: left;
    }

    .numbers-block .numbers .box .item:last-child .text .icon {
        order: 2;
    }

    .numbers-block .numbers .box .item .text .icon {
        width: 50px;
        flex-shrink: 0;
    }

    .doctors-widget {
        padding: 50px 0;
    }

    .doctors-widget .box .item .img span {
        opacity: 1;
    }

    .doctors-widget .box .item .item-inner > p {
        opacity: 1;
    }

    footer {
        border-radius: 25px 25px 0 0;
        padding: 50px 10px;
    }

    footer .box .info .title .h2 {
        font-size: 28px;
        text-align: center;
    }

    footer .box .info .title p {
        text-align: center;
    }

    footer .box .info {
        gap: 40px;
    }

    footer .box {
        grid-template-columns: 350px auto;
    }

    footer .box .info .items .addr {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }

    footer .box .info .items .addr p {
        padding-left: 44px;
    }

    header .menu-but {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        position: relative;
        cursor: pointer;
    }

    header .menu-but span {
        transform-origin: center center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 32px;
        height: 4px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.9);
        transition: var(--all-inout);
    }

    header .menu-but span:first-child {
        margin-top: -12px;
    }

    header .menu-but span:last-child {
        margin-top: 12px;
    }

    header .menu-but.open span:nth-child(2) {
        opacity: 0;
    }

    header .menu-but.open span:first-child {
        margin-top: 0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    header .menu-but.open span:last-child {
        margin-top: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .page-title-block {
        padding-top: 110px;
        border-radius: 25px;
    }

    .page-title-block .box h1 {
        font-size: 28px;      
        text-align: center;
    }

    .page-title-block .box .but {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prices-info .box button {
        font-size: 18px;
        text-align: left;
    }

    .breadcrumbs-block .box {
        display: inline;
    }

    .breadcrumbs > span {
        font-size: 14px;
    }

    .breadcrumbs-block .box > span:not(:last-child) {
        margin-right: 8px;
    }

    .prices-info {
        padding: 50px 0;
    }

    .slider-text-block .box .image .image-text {
        font-size: 14px;
        font-weight: 300;
    }

    .doctors-widget h2 {
        font-size: 28px;
        text-align: center;
    }

    .doctors-widget p.subtitle {
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
        margin-top: 24px;
    }

    .doctors-widget .box .slick-dots button {
        width: 24px;
    }

    .doctors-widget .box .slick-dots {
        width: 100%;
        justify-content: center;
    }

    .results-list {
        padding: 50px 0;
    }

    .results-list .box {
        gap: 28px;
    }

    /*.results-list .item, .results-list .item:nth-child(2n+1) {
        grid-template-columns: 100%;
    }

    .results-list .item .images, .results-list .item:nth-child(2n+1) .images {
        order: 1;
    }

    .results-list .item .info, .results-list .item:nth-child(2n+1) .info {
        order: 2;
    }*/

    .results-list .item .images::after {
        top: 140px;
    }

    .results-list .item {
        gap: 32px;
        padding: 16px;
        border-radius: 25px;
        box-shadow: 0px 5.949px 11.155px 0px rgba(0, 0, 0, 0.10);
    }

    .results-list .item .images .image {
        height: 140px;
    }

    .results-list .item {
        position: relative;
    }

    .results-list .item .info .but {
        justify-content: center;
        position: absolute;
        top: 340px;
        left: 0;
        width: 100%;
        max-width: 275px;
    }

    .results-list .item:nth-child(2n+1) .info .but {
        right: 0;
        left: initial;
    }

    .pagination {
        margin-top: 40px;
    }

    .pagination > div {
        gap: 8px;
    }

    .pagination span.extend {
        border: 0px solid #F1F1F1;
    }

    .services-list h1 {
        font-size: 28px;
        max-width: 100%;
    }

    .services-list::after {
        width: 140px;
        height: 140px;
        top: 100px;
        background: url('../images/_MG_5958.webp') top right / contain no-repeat;
    }

    .services-list .box.services-box {
        max-width: 100%;
        margin-top: 40px;
        grid-template-columns: 100%;
    }

    .services-list .box.services-box .tab-buts {
        display: none;
    }

    .tabcontent.panel {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: var(--all-inout);
    }

    .services-list .box.services-box .tab-content {
        width: 100%;
        border-radius: 0px;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .services-list .box.services-box .tab-content .tabcontent.panel .inner {
        width: 100%;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.90);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 24px;
    }

    .services-list .box.services-box .tab-content button.accordion {
        padding: 0 24px;
        height: 44px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.90);
        border: 1px solid rgba(255, 255, 255, 0.90);
        color: var(--dark);
        font-size: 16px;
        width: 100%;
        transition: var(--all-inout);
    }
    
    .services-list .box.services-box .tab-content button.accordion:not(:first-child) {
        margin-top: 16px;
    }

    .services-list .box.services-box .tab-content button.accordion.active {
        margin-bottom: 16px;
    }

    .services-list .box.services-box .tab-content button.accordion:hover, .services-list .box.services-box .tab-content button.accordion.active {
        transition: var(--all-in);
        border-color: var(--white);
        background: #1A194A;
        color: var(--white);
    }

    .services-list {
        padding: 110px 0 50px;
        border-radius: 25px;
    }

    .services-list .box.services-box .tab-content .tabcontent .inner .links.text-content ul {
        grid-template-columns: 100%;
    }

    .services-list .box.services-box .tab-content .tabcontent .inner .but {
        margin-top: 0;
    }

    .why-we {
        padding: 50px 0;
    }

    .why-we h2 {
        font-size: 28px;
        text-align: center;
    }

    .why-we p.subtitle {
        margin-top: 24px;
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }

    .why-we .box {
        margin-top: 35px;
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }

    .why-we .box .list .item {
        padding: 18px 0 18px 50px;
    }

    .why-we .box .list .item button {
        font-size: 20px;
        padding-right: 40px;
    }

    .why-we .box .list .item::before {
        top: 20px;
    }

    .why-we .box .list .item:first-child::before {
        top: 2px;
    }

    .why-we .box .list .item button::after {
        width: 32px;
        height: 24px;
        background-size: 32px auto;
    }

    .why-we .box .list .item button.active::after {
        background-size: auto 24px;
    }

    .why-we .box .list .panel .inner {
        padding-right: 0;
    }

    .why-we .box .image {
        height: 240px;
    }

    .service-text .box {
        padding: 16px;
        border-radius: 25px;
        box-shadow: 0px 5.949px 11.155px 0px rgba(0, 0, 0, 0.10);
    }

    .service-text .box .open-content, .service-text .box-inner .block {
        flex-direction: column;
        gap: 24px;
    }

    .service-text .box .image {
        max-width: 100%;
    }

    .service-text .box-inner.open {
        margin-top: 32px;
    }

    .service-text .box-inner .block:nth-child(2n+1) .text {
        order: 1;
    }

    .service-text .box-inner .block:nth-child(2n+1) .image {
        order: 2;
    }

    .service-text .box-inner > :not(:first-child) {
        margin-top: 32px;
    }

    .prices-single-info {
        padding: 50px 0;
    }

    .prices-single-info h2 {
        font-size: 28px;
        text-align: center;
    }

    .prices-single-info .box {
        margin-top: 35px;
    }

    .form-block .box {
        padding: 24px 24px;
        flex-direction: column;
        gap: 32px;
    }

    .form-block .box .text .title {
        font-size: 24px;
    }

    .advantages h2 {
        font-size: 28px;
        text-align: center;
        line-height: 1.3;
    }

    .advantages .box {
        gap: 32px;
        flex-direction: column;
    }

    .advantages .box .items {
        grid-template-columns: 100%;
        grid-template-rows: initial;
        gap: 24px;
        max-width: 100%;
    }

    .advantages .box .items .item {
        border-radius: 20px;
        padding: 24px;
        gap: 16px;
        max-width: 100%;
    }

    .advantages .box .items .item p {
        font-size: 16px;
    }

    .contacts-block {
        padding: 110px 0 50px;
        border-radius: 25px;
    }

    .contacts-block .box.contacts-box {
        margin-top: 35px;
        grid-template-columns: 100%;
        gap: 32px;
    }

    .contacts-block .box.contacts-box .contacts-services {
        order: 2;
    }
    
    .contacts-block .box.contacts-box .contacts-info {
        order: 1;
    }

    .contacts-block .box.contacts-box .contacts-info .social div {
        justify-content: center;
    }

    .contacts-block .box.contacts-box .contacts-info .social p {
        font-size: 16px;
        text-align: center;
    }

    .contacts-block .box.contacts-box .contacts-info .social {
        margin-top: 12px;
    }

    .contacts-block .box.contacts-box .contacts-services {
        border-radius: 20px;
        padding: 24px;
    }   

    .contacts-block .box.contacts-box .contacts-services .list {
        gap: 16px;
    }

    .articles-list {
        padding: 50px 0;
    }

    .articles-list .box {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .article-text {
        padding: 50px 0;
    }

    .article-text .box {
        padding: 16px;
        border-radius: 25px;
        box-shadow: 0px 5.949px 11.155px 0px rgba(0, 0, 0, 0.10);
    }

    img.alignright, img.alignleft {
        float: none;
        margin: 24px 0;
    }

    .article-text .text img.alignright, .article-text .text img.alignleft {
        max-width: 100%;
    }

    .article-text .text img {
        border-radius: 16px;
    }

    .article-text .text > *:first-child, .article-text .text > *:first-child > *:first-child {
        margin-top: 0 !important;
    }

    .info-page {
        padding: 40px 0 60px;
    }

    .info-page .box h1 {
        font-size: 28px;
    }

    .info-page .box p {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    .info-page .box {
        gap: 32px;
    }

    .page-title-block .box .date {
        font-size: 14px;
        text-align: center;
    }

    /**/

    .home-services .box .services-buts {
        display: none;
    }

    .home-services .box {
        display: block !important;
    }

    .home-services .box .services-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        background: none;
    }

    .home-services .box .services-content .tabcontent .inner .img {
        display: none;
    }

    .home-services .box .services-content .tabcontent .inner {
        padding-bottom: 24px;
    }

    .home-services .box .services-content .tabcontent {
        display: block !important;
    }

    .home-services .box .services-content .tabcontent:not(:first-child) .inner .links {
        opacity: 0;
        max-height: 0px;
    }
    
    .home-services .box .services-content .tabcontent .inner .links {
        margin-top: 0;
        transition: var(--all-inout);
        overflow: hidden;
    }

    .home-services .box .services-content .tabcontent .inner .links.open {
        margin-top: 40px;
        opacity: 1;
        max-height: 1000px;
    }

    .services-content .tabcontent .info::after {
        width: 34px;
        height: 34px;
        background: url('../images/service-arrow.svg') center center / 12px auto no-repeat, linear-gradient(282deg, #9069FF -127.65%, #13121F 90.77%);
    }

    .home-services .box .services-content .tabcontent .inner .title {
        font-size: 24px;
    }

    header .box .menu-box #main-menu > li > .sub-menu > li {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    header .box .menu-box #main-menu > li > .sub-menu > li:first-child .sub-menu-but {
        top: 24px;
    }

    header .box .menu-box #main-menu > li > .sub-menu {
        width: calc(100% + 32px);
    }

    header .box .menu-box #main-menu > li > .sub-menu > li > .sub-menu {
        width: 100%;
        position: relative;
        left: 0;
        opacity: 1;
        background: none;
        box-shadow: none;
        backdrop-filter: unset;
    }
    

}


@media (min-width: 1130px) and (max-width: 1230px) {
    :root {
	    --container: 1100px;
    }

    header .box .logo img {
        max-width: 124px;
    }

    header .box .menu-box #main-menu {
        gap: 16px;
    }

    .first-slider {
        padding: 90px 0 60px;
    }

    .advantages .box .items {
        gap: 30px;
        max-width: 510px;
    }

    .advantages .box .items .item {
        padding: 24px;
        max-width: 240px;
    }


}
