@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: flex !important;
    }

    header .top {
        display: none;
    }   

    header .bottom {
        transition: var(--all-inout);
    }

    header.open .bottom {
        background: var(--blue);
    }

    header .bottom .container .logo img {
        transition: var(--all-inout);
    }

    header.open .bottom .container .logo img {
        filter: brightness(0) invert(1);
    }
    
    #menu {
        position: fixed;
        left: -110%;
        height: calc(100vh - 78px);
        width: 100vw;
        opacity: 0;
        top: 78px;
        background: var(--light-blue);
        background: linear-gradient(175deg, #212187 24.58%, #4D60D0 80.63%);
        transition: var(--all-inout);
        display: flex;
        flex-direction: column;
        gap: 24px;
        overflow: hidden;
    }
    
    #menu::after {
        width: 400px;
        height: 400px;
        content: "";
        border-radius: 411px;
        background: #FFF;
        filter: blur(108.73018646240234px);
        position: absolute;
        left: 50%;
        margin-left: -200px;
        top: 90%;
    }

    #menu > div:not(.info) {
        height: 100%;
        overflow: scroll;
    }

    #menu.open {
        opacity: 1;
        left: 0;
    }

    #menu ul#header-menu {
        flex-direction: column;
        gap: 24px;
        padding-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
        align-items: flex-start;
    }

    .home-first {
        background: url('../images/3210.webp') top right / auto 120px no-repeat, url('../images/3209.webp') 0 320px / 50px auto no-repeat, url('../images/subtract1.svg') 50% calc(100% - 120px) / 100% auto no-repeat;
        display: flex;
        flex-direction: column;
    }

    .home-first::after {
        height: 120px;
    }

    .first-padding {
        padding-top: 94px !important;
        padding-bottom: 50px;
    }

    .home-first .container {
        order: 1;
        position: static;
    }

    .home-first > .image {
        order: 2;
        position: relative;
        right: initial;
        bottom: initial;
    }

    .home-first .box {
        padding: 32px 0 0;
        width: 100%;
        max-width: 100%;
    }

    h1, .h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    .home-first .box h1 {
        font-size: 32px;
        line-height: 1.1;
    }

    .home-first .box .but {
        position: absolute;
        bottom: 30px;
        left: 10px;
        z-index: 3;
        width: calc(100% - 20px);
    }

    .home-first .box .but a {
        width: 100%;
        height: 52px;
    }

    .home-services {
        padding: 40px 0 80px;
    }

    section .container > h2, h2, .h2 {
        font-size: 32px;
        line-height: 130%;
    }

    section .container > h2 + .box {
        margin-top: 40px;
    }

    .grid-3, .grid-2 {
        grid-template-columns: 100%;
    }

    .home-services .box .tabs-buts {
        order: 1;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .home-services .box .tabs-content {
        order: 2;
    }

    .home-services .box .tabs-buts .tablinks {
        height: 100px;
        padding: 12px;
        font-size: 14px;
    }

    .home-services .box .tabs-content .tabcontent .inner {
        padding: 16px;
    }

    .home-services .box .tabs-content .tabcontent .inner .title {
        height: 60px;
        font-size: 22px;
        line-height: 1.3;
    }

    .home-services .box .tabs-content .tabcontent .inner .title::after {
        width: 40px;
        height: 40px;
        background: url('../images/Group4311.svg') center center / 40px auto no-repeat;
    }

    .home-services .box .tabs-content .tabcontent .inner .info {
        grid-template-columns: 100%;
        gap: 20px;
        margin-top: 20px;
    }

    .home-services .box .tabs-content .tabcontent .inner .info .list ul {
        gap: 12px;
    }

    .home-services .box .tabs-content .tabcontent .inner .info .list ul li a {
        line-height: 1.3;
        font-size: 18px;
    }

    .home-services .box .tabs-content .tabcontent .inner .but {
        margin-top: 20px;
    }

    .home-consultation .box > .image {
        width: 100%;
        height: 236px;
        position: relative;
        top: initial;
        left: initial;
        margin-top: 40px;
        display: none;
    }

    .home-consultation .box > .image .img {
        border-radius: 30px;
        height: 100%;
    }

    .home-consultation .box > .image img {
        object-position: 0 0;
    }

    .home-consultation .box {
        display: flex;
        flex-direction: column-reverse;
        gap: 48px;
    }

    .home-consultation .box .circle {
        columns: 1;
        gap: 0px;
    }

    .home-consultation .box .circle .item {
        max-width: 100%;
    }

    .home-consultation .box .circle .item:not(:nth-child(4)):not(:first-child) {
        margin-top: 72px;
    }

    .home-consultation .box .circle .item:nth-child(2) {
        margin-right: 0px;
    }

    .home-consultation .box .circle .item:nth-child(4) {
        margin-top: 72px;
    }

    .home-consultation .box .circle .item:nth-child(5) {
        margin-left: 0px;
    }

    .home-consultation .box .circle .item:nth-child(4)::after, .home-consultation .box .circle .item:nth-child(5)::after, .home-consultation .box .circle .item:nth-child(6)::after {
        order: 5;
    }

    .home-consultation .box .circle .item:nth-child(4) .img, .home-consultation .box .circle .item:nth-child(5) .img, .home-consultation .box .circle .item:nth-child(6) .img {
        order: 3;
        margin-left: 0px;
        margin-right: -56px;
    }

    .home-consultation .box .circle .item:nth-child(4) .text, .home-consultation .box .circle .item:nth-child(5) .text, .home-consultation .box .circle .item:nth-child(6) .text {
        padding: 12px 28px 12px 64px;
    }

    .home-consultation .box .circle .item:nth-child(4) .text::before, .home-consultation .box .circle .item:nth-child(5) .text::before, .home-consultation .box .circle .item:nth-child(6) .text::before {
        rotate: 0deg;
    }

    .home-consultation .box .circle .item .img {
  	    width: 110px;
  	    height: 110px;
  	    transform: translateY(55px);
    }

    .home-consultation .box .circle .item::after {
        font-size: 45px;
        max-width: 47px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1;
    }

    .home-consultation .box .circle .item .text {
        max-width: calc(100% - 64px);
        height: 104px;
    }

    .home-consultation .box .circle .item .text::before {
        /*mask: url('../images/Rectangle6361_.svg') top left / auto 100% no-repeat;*/
        border-radius: 12px;
        background: url('../images/Rectangle6361_.svg') top left / auto 100% no-repeat;
    }

    .home-consultation .box .circle .item .text::after {
        background: url('../images/Rectangle6361_.svg') top left / auto 100% no-repeat;
        border-radius: 12px;
    }

    .home-consultation .box .circle .item:nth-child(4) .text::after, .home-consultation .box .circle .item:nth-child(5) .text::after, .home-consultation .box .circle .item:nth-child(6) .text::after {
        rotate: 0deg;
    }

    .form-block .box .info .img {
        display: none;
    }

    .form-block .box {
        flex-direction: column;
        gap: 24px;
    }

    .form-block .box::before {
        height: 260px;
        width: 100%;
        content: "";
        position: absolute;
        right: 0px;
        bottom: initial;
        background: url('../images/Rectangle68.svg') top right / auto 100% no-repeat;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .form-block .box .info .text {
        max-width: 290px;
        padding-left: 16px;
    }   
    
    .form-block .box .form {
        max-width: 100%;
    }

    .about-widget .box .info {
        order: 1;
    }

    .about-widget .box .text {
        order: 2;
        gap: 32px;
    }

    p.subname + h2 {
        margin-top: 8px;
    }

    .about-widget .box .info .img {
        height: 260px;
    }

    .about-widget .box .text .item .title, .title-with-logo {
        padding-left: 60px;
        font-size: 28px;
    }

    .about-widget .box .text .item p, .about-widget .box .text .item ol, .about-widget .box .text .item ul {
        font-size: 16px;
    }

    .form-block {
        padding: 40px 0;
    }

    .about-widget {
        padding: 40px 0;
    }

    .advantage-block {
        padding: 40px 0;
    }

    .advantage-block .box .item .title {
        height: 66px;
        font-size: 20px;
        margin-top: -44px;
    }

    .advantage-block .box .item .text > * {
        font-size: 16px;
    }

    .doctors-widget .slider .item {
        gap: 32px;
    }

    .doctors-widget .slider .item .info .photo {
        height: 260px;
    }

    .doctors-widget .slider .item .text {
        gap: 24px;
    }

    .doctors-widget .slider .slick-prev, .doctors-widget .slider .slick-next {
        top: -8px;
        right: 0;
    }

    .doctors-widget .slider .slick-prev {
        right: 56px;
    }

    .doctors-widget {
        padding: 40px 0;
    }

    .reviews-widget {
        padding: 40px 0;
    }

    .reviews-widget .box {
        display: grid;
        grid-template-columns: 100%;
    }

    .reviews-widget .box::before {
        height: 290px;
        width: calc(100% + 10px);
        right: 0;
        background: url('../images/Rectangle69.svg') top right / auto 100% no-repeat;
        border-top-left-radius: 36px;
        border-bottom-left-radius: 36px;
        width: calc(100% + 10px);
    }

    .reviews-widget .box .text .h2 {
        font-size: 25px;
        max-width: 70%;
    }

    .reviews-widget .box .text {
        height: 290px;
        padding-left: 16px;
    }

    .reviews-widget .box .items .video-review-but {
        display: none;
    }

    .reviews-widget .box .text p {
        letter-spacing: 0px;
    }

    .reviews-widget .box .text .controls {
        margin-top: 24px;
    }

    .reviews-widget .box .items .slider .item {
        display: grid;
        grid-template-columns: 100%;
    }

    .reviews-widget .box .items .slider .item .img {
        min-height: 225px;
        border-radius: 20px;
        height: 225px;
    }

    .video-review-but a {
        font-size: 14px;
        line-height: 110%;
        width: 220px;
        height: 54px;
        gap: 10px;
        padding: 0 32px 0 6px;
        font-size: 14px;
        line-height: 110%;
        margin-left: 0;
    }

    .video-review-but a::after {
        mask: url('../images/review-vector.svg') left top / auto 100% no-repeat;
    }

    .video-review-but a::before {
        scale: 0.65;
    }

     .reviews-widget .box .text .controls {
        margin-top: 0px;
    }

    footer .box {
        grid-template-columns: 100%;
        gap: 40px;
    }

    footer .box .info-box .row {
        display: grid;
        grid-template-columns: 100%;
    }

    footer .box .info-box .row:last-child {
        display: flex;
        flex-direction: column-reverse;
    }

    footer .box .info-box .row .link {
        margin-top: 24px;
    }

    footer .box .map-box .map {
        height: 300px;
    }

    header .bottom .container .buttons .but {
        display: none;
    }

    .menu-but {
        width: 46px;
        height: 46px;
        border: 1px solid var(--blue);
        position: relative;
        border-radius: 50%;
        transition: var(--all-inout);
    }

    header.open .menu-but {
        border-color: var(--white);
    }

    .menu-but span {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 24px;
        border-radius: 2px;
        background: var(--blue);
        transition: var(--all-inout);
        transform: translate(-50%, -50%);
        transform-origin: top left;
    }

    header.open .menu-but span {
        background: var(--white);
    }

    .menu-but span:first-child {
        margin-top: -6px;
    }

    .menu-but span:last-child {
        margin-top: 6px;
    }

    .menu-but.open span:nth-child(2) {
        opacity: 0;
    }

    .menu-but.open span:first-child {
        rotate: 45deg;
        margin-top: 0;
    }

    .menu-but.open span:last-child {
        rotate: -45deg;
        margin-top: 0;
    }

    header .bottom .container .buttons .call a {
        transition: var(--all-inout)
    }

    header.open .bottom .container .buttons .call a {
        border-color: var(--white);
        background: transparent;
    }

    header.open .bottom .container .buttons .call a img {
        transition: var(--all-inout);
        filter: brightness(0) invert(1);
    }

    #menu ul#header-menu > li > a {
        color: var(--white);
    }

    .gallery {
        padding: 40px 0 60px;
    }

    .gallery .slider .item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .gallery .slider .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .service-first .box {
        padding-bottom: 50px;
        max-width: 100%;
    }

    .service-first > .image {
        width: 100%;
        height: 100%;
        position: relative;
        top: initial;
        left: initial;
    }

    .service-first {
        background: url('../images/3210.webp') top left / auto 120px no-repeat, url('../images/3209.webp') 0 320px / 50px auto no-repeat;
    }

    .service-first .box .breadcrumbs {
        margin-bottom: 16px;
    }   
    
    .service-first .box .buts {
        margin-top: 12px;
        gap: 24px;
        flex-direction: column;
    }

    .service-first .box .buts a {
        width: 100%;
    }

    .service-first-text .box {
        gap: 40px;
    }

    .service-first-text .box .items .item {
        padding: 16px;
        min-height: auto;
    }

    .service-first-text {
        padding: 40px 0 75px;
    }

    .text-section {
        padding: 80px 0 40px;
        background: none;
    }

    .text-section .box {
        grid-template-columns: 100%;
    }

    .text-section .info {
        order: 1;
    }

    .text-section .text-box {
        order: 2;
        margin-top: 24px;
    }

    .text-section .info .img.slider .img-inner,
    .text-section .info .img:not(.slider) .img-inner {
        border-radius: 20px;
    }

    .prices-widget {
        padding: 60px 0 40px;
        background: none;
    }

    .prices-widget .box .item .subtitle {
        font-size: 22px;
    }

    .prices-widget .box .item .list {
        padding: 24px 16px;
    }

    .prices-widget .box .item .list .row {
        align-items: flex-start;
        gap: 12px;
        padding: 16px 0;
        flex-direction: column;
    }

    .text-section .info .slick-prev, .text-section .info .slick-next {
        top: calc(50% - 25px);
    }

    .services-list-buts {
        padding: 75px 0 40px;
    }

    .services-list-buts .but-stroked {
        height: 48px;
        padding: 0 12px;
        font-size: 14px;
    }

    .infopage-box .info h1 {
        font-size: 158px;
        font-weight: 700;
        line-height: 130px;
    }

    .articles-first .box .blocks {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .pagination {
        margin-top: 40px;
        gap: 4px;
    }

    .articles-first {
        padding-bottom: 60px;
    }

    .contacts-first {
        padding-bottom: 40px;
    }

    .contacts-first .box .blocks {
        display: grid;
        grid-template-columns: 100%;
        gap: 50px;
    }

    .prices-section .box .sidebar {
        display: none;
    }

    .prices-section .box .item .subtitle {
        font-size: 22px;
    }

    .prices-section .box .prices-list .item .list {
        padding: 24px 16px;
    }

    .prices-section .box .prices-list .item .list .row {
        align-items: flex-start;
        gap: 12px;
        padding: 16px 0;
        flex-direction: column;
    }

    .prices-section .box {
        display: grid;
        grid-template-columns: 100%;
        gap: 40px;
        margin-top: 40px;
    }

    .results-first .box .blocks .block {
        gap: 32px;
        grid-template-columns: 100%;
        padding: 24px 16px;
    }

    .results-first .box .blocks .block:nth-child(2n) {
        grid-template-columns: 100%;
    }

    .results-first .box .blocks .block .text {
        order: 2;
    }

    .results-first .box .blocks .block .text .but a {
        width: 100%;
    }

    .results-first .box .blocks .block .photo {
        order: 1;
    }

    .services-first .box .slider .item {
        grid-template-columns: 100%;
    }

    .services-first .box .slider .item .image .srvs-items {
        grid-template-columns: 100%;
        padding: 12px;
        gap: 12px;
    }

    .srvs-item .excerpt {
        max-height: 24px;
    }

    .services-first .box .slider .item .info {
        padding: 16px;
    }

    .services-first .box .slider .item .info .messangers {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
    }

    .services-first .box .form-part {
        padding: 24px 16px;
        gap: 32px;
        flex-direction: column;
    }

    .services-first .box .form-part .title {
        width: 100%;
        max-width: 100%;
    }

    .services-first {
        padding-bottom: 40px;
    }

    .services-first .box .form-part form {
        gap: 16px;
        flex-direction: column;
    }

    .slider-controls {
        left: 0px;
        padding: 0 26px;
        max-width: 100%;
    }

    #menu ul#header-menu {
        position: relative;
        z-index: 2;
    }
    
    #menu ul#header-menu > li {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #menu ul#header-menu > li > a {
        width: fit-content;
    }

    #menu .info {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: auto;
        padding-bottom: 32px;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: relative;
    }

    #menu .info > p {
        color: var(--white);
        text-align: center;
        font-size: 12px;
        font-weight: 300;
    }

    #menu .info > .social {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .submenu-but {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 0;
        top: -9px;
        border: 0px solid var(--text-blue);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .submenu-but::after {
        width: 24px;
        height: 24px;
        content: "";
        background: var(--white);
        mask: url('../images/Vector15.svg') center center no-repeat;
        rotate: 90deg;
        transition: var(--all-inout);
        display: flex;
    }
    
    .submenu-but.show::after {
        rotate: 0deg;
    }

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu {
        background: transparent;
        width: 100%;
    }

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu.show {
		max-height: 600px;
		opacity: 1;
		transform: translateY(0px);
	}

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu {
        top: initial;
        left: initial;
        position: relative;
    }

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu a {
        font-weight: 300;
        color: var(--white);
    }

    .contacts-first .box .blocks .info .items {
        grid-template-columns: 100%;
        gap: 32px;
    }

    #menu ul#header-menu > li.current-menu-item > a, #menu ul#header-menu > li > a:hover {
        color: var(--light-blue);
    }

    #menu ul#header-menu > li > a:hover::before, #menu ul#header-menu > li.current-menu-item > a::before {
        background: var(--light-blue);
    }

    body.open {
    	background: var(--blue);
        overflow: hidden;
    }

    .service-first > .image::before {
        display: none;
    }

    .text-section .info .img.slider .slick-arrow.slick-prev,
    .additional-text-block .img.slider .slick-arrow.slick-prev {
	    left: 16px;
    }

    .text-section .info .img.slider .slick-arrow.slick-next,
    .additional-text-block .img.slider .slick-arrow.slick-next {
	    right: 16px;
    }

    .article-first {
        padding-bottom: 0px;
    }

    .article-first-text {
        padding-top: 30px;
    }

    .article-first-text .box {
        grid-template-columns: 100%;
    }

    .article-first .box {
        padding-bottom: 20px;
    }

    .article-first-text .article-meta {
        padding: 16px;
        gap: 24px;
        flex-direction: column;
    }

    .article-first-text .article-meta .author-box {
        width: 100%;
    }

    .article-main-text {
        padding: 20px 0 80px;
    }

    .additional-text-block {
        padding: 60px 0;
    }

    .additional-text-block .box {
        gap: 60px;
    }

    .additional-text-block .box .block {
        grid-template-columns: 100%;
    }

    .additional-text-block .box .block:nth-child(2n) .text {
        order: 1;
    }

    .additional-text-block .box .block:nth-child(2n) .images {
	    order: 2;
    }

    .additional-text-block .box .block:nth-child(2n) {
        grid-template-columns: 100%;
    }

    .additional-text-block .box .block .img.slider {
        max-height: initial;
    }

    .additional-text-block .box .block .img {
        height: 320px;
    }

    .about-numbers .box {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .about-numbers .box .item p {
        font-size: 17px;
    }

    .about-numbers .box .item .info .number {
        font-size: 60px;
        line-height: 80px;
    }

    .pll-parent-menu-item {
        display: none !important;
    }

    #menu .info .lang {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    #menu .info .lang a {
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        opacity: 0.7;
        text-transform: uppercase;
        text-decoration: none;
    }

    #menu .info .lang a.active,
    #menu .info .lang a:hover {
        opacity: 1;
    }

    #menu .info .lang a.active {
        text-decoration: underline;
    }

    .equipment-section .box {
        padding: 32px 16px;
    }

    .equipment-section .slider .slick-prev, .equipment-section .slider .slick-next {
        right: 16px;
    }

    .equipment-section .slider .slick-prev {
        right: 72px;
    }

    .equipment-section .box .item {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .equipment-section .box .item .subname {
        margin-bottom: 16px;
    }

    .articles-first .box .blog-title {
        flex-direction: column;
    }

    .articles-first .box .blog-title .categories {
        flex-wrap: wrap;
        gap: 12px 16px;
    }
    
    .articles-first .box .blog-title .categories a {
        min-width: 10px;
        padding: 0 16px;
    }


































}

@media (min-width: 768px) and (max-width: 1020px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: flex !important;
    }

    header .top {
        display: none;
    }   
    
    #menu {
        position: fixed;
        left: -110%;
        height: calc(100vh - 78px);
        width: 100vw;
        opacity: 0;
        top: 78px;
        background: var(--light-blue);
        transition: var(--all-inout);
    }

    #menu.open {
        opacity: 1;
        left: 0;
    }

    #menu ul#header-menu {
        flex-direction: column;
        gap: 24px;
        padding-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
        align-items: flex-start;
    }

    .home-first {
        background: url('../images/3210.webp') top left / auto 120px no-repeat, url('../images/3209.webp') 0 320px / 50px auto no-repeat, url('../images/subtract1.svg') 50% 95% / 100% auto no-repeat;
        display: flex;
        flex-direction: column;
    }

    .first-padding {
        padding-top: 94px !important;
    }

    .home-first .container {
        order: 1;
    }

    .home-first > .image {
        order: 2;
        position: relative;
        right: initial;
        bottom: initial;
        text-align: right;
    }

    .home-first .box {
        padding: 32px 0;
        width: 100%;
        max-width: 100%;
    }

    h1, .h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    .home-first .box h1 {
        font-size: 36px;
    }

    .home-services {
        padding: 40px 0 80px;
    }

    section .container > h2, h2, .h2 {
        font-size: 32px;
        line-height: 130%;
    }

    section .container > h2 + .box {
        margin-top: 40px;
    }

    .grid-3, .grid-2 {
        grid-template-columns: 100%;
    }

    .doctors-widget .slider .item {
        grid-template-columns: 1fr 1fr;
    }

    .home-services .box .tabs-buts {
        order: 1;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .home-services .box .tabs-content {
        order: 2;
    }

    .home-services .box .tabs-buts .tablinks {
        height: 100px;
        padding: 12px;
        font-size: 14px;
    }

    .home-services .box .tabs-content .tabcontent .inner {
        padding: 16px;
    }

    .home-services .box .tabs-content .tabcontent .inner .title {
        height: 60px;
        font-size: 22px;
        line-height: 1.3;
    }

    .home-services .box .tabs-content .tabcontent .inner .title::after {
        width: 40px;
        height: 40px;
        background: url('../images/Group4311.svg') center center / 40px auto no-repeat;
    }

    .home-services .box .tabs-content .tabcontent .inner .info {
        grid-template-columns: 100%;
        gap: 20px;
        margin-top: 20px;
    }

    .home-services .box .tabs-content .tabcontent .inner .info .list ul {
        gap: 12px;
    }

    .home-services .box .tabs-content .tabcontent .inner .info .list ul li a {
        line-height: 1.3;
        font-size: 18px;
    }

    .home-services .box .tabs-content .tabcontent .inner .but {
        margin-top: 20px;
    }

    .home-consultation .box .circle .item:nth-child(2) {
        margin-right: 55px;
    }

    .home-consultation .box .circle .item:nth-child(5) {
        margin-left: 55px;
    }

    .home-consultation .box .circle .item::after {
        font-size: 54px;
        max-width: 64px;
    }

    .home-consultation .box .circle .item .img {
        width: 60px;
        height: 80px;
    }

    .home-consultation .box .circle .item {
        max-width: 285px;
    }

    .home-consultation .box > .image {
        width: 160px;
        top: 130px;
        left: calc(50% - 75px);
    }

    .form-block .box .info .img {
        display: none;
    }

    .form-block .box {
        flex-direction: column;
        gap: 24px;
    }

    .form-block .box::before {
        height: 260px;
        width: 100%;
        content: "";
        position: absolute;
        right: 0px;
        bottom: initial;
        background: url('../images/Rectangle68.svg') top right / auto 100% no-repeat;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .form-block .box .info .text {
        max-width: 290px;
        padding-left: 16px;
    }   
    
    .form-block .box .form {
        max-width: 100%;
    }

    .about-widget .box .info {
        order: 1;
    }

    .about-widget .box .text {
        order: 2;
        gap: 32px;
    }

    p.subname + h2 {
        margin-top: 8px;
    }

    .about-widget .box .info .img {
        height: 260px;
    }

    .about-widget .box .text .item .title, .title-with-logo {
        padding-left: 60px;
        font-size: 28px;
    }

    .about-widget .box .text .item p, .about-widget .box .text .item ol, .about-widget .box .text .item ul {
        font-size: 16px;
    }

    .form-block {
        padding: 40px 0;
    }

    .about-widget {
        padding: 40px 0;
    }

    .advantage-block {
        padding: 40px 0;
    }

    .advantage-block .box .item .title {
        height: 66px;
        font-size: 20px;
        margin-top: -44px;
    }

    .advantage-block .box .item .text > * {
        font-size: 16px;
    }

    .doctors-widget .slider .item {
        gap: 32px;
    }

    .doctors-widget .slider .item .info .photo {
        height: 260px;
    }

    .doctors-widget .slider .item .text {
        gap: 24px;
    }

    .doctors-widget .slider .slick-prev, .doctors-widget .slider .slick-next {
        top: -8px;
        right: 0;
    }

    .doctors-widget .slider .slick-prev {
        right: 56px;
    }

    .doctors-widget {
        padding: 40px 0;
    }

    .reviews-widget {
        padding: 40px 0;
    }

    .reviews-widget .box {
        display: grid;
        grid-template-columns: 100%;
    }

    .reviews-widget .box::before {
        height: 290px;
        width: 100%;
        right: 0;
        background: url('../images/3213.webp') left center / 50px auto no-repeat, url('../images/Rectangle69.svg') top right / auto 100% no-repeat;
    }

    .reviews-widget .box .text .h2 {
        font-size: 36px;
    }

    .reviews-widget .box .text {
        height: 290px;
        padding-left: 16px;
    }

    .reviews-widget .box .text p {
        letter-spacing: 0px;
    }

    .reviews-widget .box .text .controls {
        margin-top: 24px;
    }

    .reviews-widget .box .items .slider .item {
        display: grid;
        grid-template-columns: 285px auto;
    }

    .reviews-widget .box .items .slider .item .img {
        min-height: 225px;
        border-radius: 20px;
        height: 225px;
    }

    footer .box {
        grid-template-columns: 100%;
        gap: 40px;
    }

    footer .box .info-box .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    footer .box .info-box .row:last-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    footer .box .info-box .row .link {
        margin-top: 24px;
    }

    footer .box .map-box .map {
        height: 300px;
    }

    header .bottom .container .buttons .but {
        display: none;
    }

    .menu-but {
        width: 46px;
        height: 46px;
        border: 1px solid var(--blue);
        position: relative;
        border-radius: 50%;
    }

    .menu-but span {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 24px;
        border-radius: 2;
        background: var(--blue);
        transition: var(--all-inout);
        transform: translate(-50%, -50%);
        transform-origin: top left;
    }

    .menu-but span:first-child {
        margin-top: -6px;
    }

    .menu-but span:last-child {
        margin-top: 6px;
    }

    .menu-but.open span:nth-child(2) {
        opacity: 0;
    }

    .menu-but.open span:first-child {
        rotate: 45deg;
        margin-top: 0;
    }

    .menu-but.open span:last-child {
        rotate: -45deg;
        margin-top: 0;
    }

    .gallery {
        padding: 40px 0 60px;
    }

    .gallery .slider .item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .gallery .slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .service-first .box {
        padding-bottom: 50px;
        max-width: 100%;
    }

    .service-first > .image {
        width: 100%;
        height: 100%;
        position: relative;
        top: initial;
        left: initial;
    }

    .service-first {
        background: url('../images/3210.webp') top left / auto 120px no-repeat, url('../images/3209.webp') 0 320px / 50px auto no-repeat;
    }

    .service-first .box .breadcrumbs {
        margin-bottom: 16px;
    }   
    
    .service-first .box .buts {
        margin-top: 12px;
        gap: 24px;
    }

    .service-first .box .buts a {
        width: 100%;
    }

    .service-first-text .box {
        gap: 40px;
    }

    .service-first-text .box .items .item {
        padding: 16px;
        min-height: auto;
    }

    .service-first-text {
        padding: 40px 0 75px;
    }

    .text-section {
        padding: 80px 0 40px;
        background: none;
    }

    .text-section .box {
        grid-template-columns: 100%;
    }

    .text-section .info {
        order: 1;
    }

    .text-section .text-box {
        order: 2;
        margin-top: 24px;
    }

    .text-section .info .img.slider .img-inner,
    .text-section .info .img:not(.slider) .img-inner {
        border-radius: 20px;
    }

    .prices-widget {
        padding: 60px 0 40px;
        background: none;
    }

    .prices-widget .box .item .subtitle {
        font-size: 22px;
    }

    .prices-widget .box .item .list {
        padding: 24px 16px;
    }

    .prices-widget .box .item .list .row {
        align-items: flex-start;
        gap: 12px;
        padding: 16px 0;
    }

    .text-section .info .slick-prev, .text-section .info .slick-next {
        top: calc(50% - 25px);
    }

    .services-list-buts {
        padding: 75px 0 40px;
    }

    .services-list-buts .but-stroked {
        height: 48px;
        padding: 0 12px;
        font-size: 14px;
    }

    .infopage-box .info h1 {
        font-size: 158px;
        font-weight: 700;
        line-height: 130px;
    }

    .articles-first .box .blocks {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .pagination {
        margin-top: 40px;
        gap: 4px;
    }

    .articles-first {
        padding-bottom: 60px;
    }

    .contacts-first {
        padding-bottom: 40px;
    }

    .contacts-first .box .blocks {
        display: grid;
        grid-template-columns: 100%;
        gap: 50px;
    }

    .prices-section .box .sidebar {
        display: none;
    }

    .prices-section .box .item .subtitle {
        font-size: 22px;
    }

    .prices-section .box .prices-list .item .list {
        padding: 24px 16px;
    }

    .prices-section .box .prices-list .item .list .row {
        align-items: flex-start;
        gap: 12px;
        padding: 16px 0;
    }

    .prices-section .box {
        display: grid;
        grid-template-columns: 100%;
        gap: 40px;
        margin-top: 40px;
    }

    .results-first .box .blocks .block {
        gap: 32px;
        grid-template-columns: 100%;
        padding: 24px 16px;
    }

    .results-first .box .blocks .block .text {
        order: 2;
    }

    .results-first .box .blocks .block .text .but a {
        width: 100%;
    }

    .results-first .box .blocks .block .photo {
        order: 1;
    }

    .services-first .box .slider .item {
        grid-template-columns: 100%;
    }

    .services-first .box .slider .item .image .srvs-items {
        grid-template-columns: 1fr 1fr;
        padding: 12px;
        gap: 12px;
    }

    .srvs-item .excerpt {
        max-height: 24px;
    }

    .services-first .box .slider .item .info {
        padding: 16px;
    }

    .services-first .box .slider .item .info .messangers {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
    }

    .services-first .box .form-part {
        padding: 24px 16px;
        gap: 32px;
        flex-direction: column;
    }

    .services-first .box .form-part .title {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .services-first {
        padding-bottom: 40px;
    }

    .services-first .box .form-part form {
        gap: 16px;
        flex-direction: column;
    }

    .slider-controls {
        left: 0px;
        padding: 0 26px;
        max-width: 100%;
    }

    .text-section .info .img.slider .slick-arrow.slick-prev,
    .additional-text-block .img.slider .slick-arrow.slick-prev {
	    left: 16px;
    }

    .text-section .info .img.slider .slick-arrow.slick-next,
    .additional-text-block .img.slider .slick-arrow.slick-next {
	    right: 16px;
    }

    .article-first {
        padding-bottom: 0px;
    }

    .article-first-text {
        padding-top: 30px;
    }

    .article-first-text .box {
        grid-template-columns: 100%;
    }

    .article-first .box {
        padding-bottom: 20px;
    }

    .article-first-text .article-meta {
        padding: 16px;
        gap: 24px;
        flex-direction: column;
    }

    .article-first-text .article-meta .author-box {
        width: 100%;
    }

    .article-main-text {
        padding: 20px 0 80px;
    }

    .additional-text-block {
        padding: 60px 0;
    }

    .additional-text-block .box {
        gap: 60px;
    }

    .additional-text-block .box .block {
        grid-template-columns: 100%;
    }

    .additional-text-block .box .block:nth-child(2n) .text {
        order: 1;
    }

    .additional-text-block .box .block:nth-child(2n) .images {
	    order: 2;
    }

    .additional-text-block .box .block:nth-child(2n) {
        grid-template-columns: 100%;
    }

    .additional-text-block .box .block .img.slider {
        max-height: initial;
    }

    .additional-text-block .box .block .img {
        height: 320px;
    }

    .article-first-text .article-meta .author-text {
        width: 100%;
        max-width: 100%;
    }

    .about-numbers .box {
        gap: 40px;
    }

    .about-numbers .box .item p {
        font-size: 17px;
    }

    .about-numbers .box .item .info .number {
        font-size: 60px;
        line-height: 80px;
    }

    .equipment-section .box .item {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .articles-first .box .blog-title {
        flex-direction: column;
    }

    #menu .info {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: auto;
        padding-bottom: 32px;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: relative;
    }

    #menu .info > p {
        color: var(--white);
        text-align: center;
        font-size: 12px;
        font-weight: 300;
    }

    #menu .info > .social {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    header.open .bottom {
        background: var(--blue);
    }

    header.open .bottom .container .logo img {
        filter: brightness(0) invert(1);
    }
    
    #menu {
        position: fixed;
        left: -110%;
        height: calc(100vh - 78px);
        width: 100vw;
        opacity: 0;
        top: 78px;
        background: var(--light-blue);
        background: linear-gradient(175deg, #212187 24.58%, #4D60D0 80.63%);
        transition: var(--all-inout);
        display: flex;
        flex-direction: column;
        gap: 24px;
        overflow: hidden;
    }
    
    #menu::after {
        width: 400px;
        height: 400px;
        content: "";
        border-radius: 411px;
        background: #FFF;
        filter: blur(108.73018646240234px);
        position: absolute;
        left: 50%;
        margin-left: -200px;
        top: 90%;
    }

    #menu .info .lang {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    #menu .info .lang a {
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        opacity: 0.7;
        text-transform: uppercase;
        text-decoration: none;
    }

    #menu .info .lang a.active,
    #menu .info .lang a:hover {
        opacity: 1;
    }

    #menu .info .lang a.active {
        text-decoration: underline;
    }

    header.open .menu-but {
        border-color: var(--white);
    }

    header.open .menu-but span {
        background: var(--white);
    }

    header.open .bottom .container .buttons .call a {
        border-color: var(--white);
        background: transparent;
    }

    header.open .bottom .container .buttons .call a img {
        transition: var(--all-inout);
        filter: brightness(0) invert(1);
    }

    #menu ul#header-menu > li > a {
        color: var(--white);
    }

    .submenu-but {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 0;
        top: -9px;
        border: 0px solid var(--text-blue);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .submenu-but::after {
        width: 24px;
        height: 24px;
        content: "";
        background: var(--white);
        mask: url('../images/Vector15.svg') center center no-repeat;
        rotate: 90deg;
        transition: var(--all-inout);
        display: flex;
    }
    
    .submenu-but.show::after {
        rotate: 0deg;
    }

    #menu ul#header-menu > li {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .pll-parent-menu-item {
        display: none !important;
    }

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu.show {
		max-height: 600px;
		opacity: 1;
		transform: translateY(0px);
	}

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu {
        top: initial;
        left: initial;
        position: relative;
    }

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu a {
        font-weight: 300;
        color: var(--white);
    }

    #menu ul#header-menu > li.menu-item-has-children > .sub-menu {
        background: transparent;
        width: 100%;
    }

    #menu > div:not(.info) {
        height: 100%;
        overflow: scroll;
    }

    #menu ul#header-menu > li.current-menu-item > a, #menu ul#header-menu > li > a:hover {
        color: var(--light-blue);
    }

    #menu ul#header-menu > li > a {
        width: fit-content;
    }

    #menu ul#header-menu > li > a:hover::before, #menu ul#header-menu > li.current-menu-item > a::before {
        background: var(--light-blue);
    }



    




    


    

}

@media (min-width: 1021px) and (max-width: 1229px) {
    .container {
        max-width: 991px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    h2, .h2, h1, .h1 {
        font-size: 44px;
        line-height: 1.3;
    }

    footer .box {
        grid-template-columns: auto 383px;
        gap: 32px;
    }

    footer .box .info-box .row {
        grid-template-columns: 240px auto;
        gap: 24px 80px;
    }

    .services-first .box .slider .item {
        grid-template-columns: 640px auto;
    }

    .services-first .box .form-part form .col:first-child {
        max-width: 270px;
    }

    section .container > h2 {
        font-size: 44px;
        line-height: 1.3;
    }

    .but-filled {
        padding: 0 12px;
        font-size: 14px;
    }

    .but-stroked {
        font-size: 14px;
    }

    .service-first-text .box {
        gap: 80px;
    }

    .reviews-widget .box {
        grid-template-columns: auto 460px;
    }

    .reviews-widget .box .items .slider .item {
        grid-template-columns: 225px auto;
    }

    .reviews-widget .box::before {
        width: calc((var(--container) - 580px) + ((100vw - var(--container)) / 2) - 46px);
        right: 492px;
    }

    .doctors-widget .slider .item {
        gap: 40px;
    }

    .advantage-block .box .item .title {
        font-size: 20px;
    }

    .form-block .box .form {
        max-width: 300px;
    }

    .form-block .box .info {
        max-width: 630px;
        gap: 30px;
    }

    .form-block .box::before {
        height: 260px;
        width: calc(751px + ((100vw - var(--container)) / 2) + 15px);
        right: 330px;
    }

    .form-block .box .info .img {
        height: 340px;
        width: 225px;
    }

    header .bottom .container .buttons .but a {
        padding: 0 16px;
    }

    #menu ul#header-menu {
        gap: 14px;
    }

    .articles-first .box .blocks {
        gap: 40px 24px;
    }

    .contacts-first .box .blocks {
        grid-template-columns: auto 383px;
        gap: 32px;
    }

    .contacts-first .box .blocks .info .items {
        grid-template-columns: 290px auto;
        gap: 40px;
    }

    .prices-section .box {
        grid-template-columns: auto 640px;
        gap: 30px;
    }

    .prices-section .box .prices-list .item .list .row .price {
        gap: 16px;
        flex-shrink: 0;
    }

    .text-section .info .img.slider .slick-arrow.slick-prev,
    .additional-text-block .img.slider .slick-arrow.slick-prev {
        left: 16px;
    }

    .text-section .info .img.slider .slick-arrow.slick-next,
    .additional-text-block .img.slider .slick-arrow.slick-next {
	    right: 16px;
    }

    .article-first-text .box {
        grid-template-columns: auto 50%;
        gap: 24px 32px;
    }

    .equipment-section .box .item {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

     

















    
}

