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

    .mobile {
        display: flex;
    }

    img.mobile + img.desktop {
        display: none;
    }

    header {
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 8;
    }

    body {
        padding-top: 51px;
    }

    #menu {
        position: fixed;
        opacity: 0;
        left: 100%;
        top: 51px;
        height: calc(100dvh - 51px);
        transition: var(--all-out);
        flex-direction: column;
        width: 100%;
        padding: 24px 10px;
        gap: 20px;
    }

    #menu.open {
        left: 0;
        opacity: 1;
        transition: var(--all-in);
        background: var(--bg);
    }

    #menu > * {
        width: 100%;
    }

    #menu > .menu {
        overflow-y: auto;
    }

    #header-menu {
        gap: 0px;
        flex-direction: column;
    }

    #header-menu > li {
        height: auto;
        width: 100%;
    }

    #header-menu > li > a {
        gap: 4px;
        line-height: 30px;
        padding: 15px 20px;
        font-size: 20px;
        color: var(--text);
        border-radius: 0px;
        border: 0px;
        font-weight: bold;
        border-bottom: 1px solid var(--but);
        width: 100%;
        justify-content: space-between;
    }

    #header-menu > li:first-child > a {
        border-top: 1px solid var(--but);
    }

    #header-menu > li > a:hover {
        background: var(--light-hover);
        border-color: var(--but);
    }

    #menu .header-but:not(.mobile) {
        display: none;
    }

    #menu .header-but.mobile {
        background-color: var(--white);
        border-radius: 20px;
        box-shadow: var(--box-shadow-slider);
        padding: 20px 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    #menu .header-but.mobile p {
        font-size: 25px;
        font-weight: bold;
    }

    #menu .header-but.mobile a {
        width: 100%;
    }

    .menu-but {
        width: 42px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        align-items: center;
    }

    .menu-but span {
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: var(--seablue2);
        display: flex;
        transition: var(--all-inout);
        transform-origin: center;
    }

    .menu-but.open span:last-child {
        opacity: 0;
        width: 0;
    }

    .menu-but.open span:first-child {
        rotate: 45deg;
        width: 28px;
        translate: 0 8px;
    }

    .menu-but.open span:nth-child(2) {
        rotate: -45deg;
        width: 28px;
    }

    header .top {
        justify-content: space-between;
        padding: 0;
        height: 50px;
    }

    header .top .controls {
        margin-left: 0;
    }

    header .top .controls .lang {
        display: none;
    }

    header .top .controls .city {
        display: none;
    }

    header .top .controls .addr {
        display: none;
    }
    
    header .top .controls .email {
        display: none;
    }

    header .top .controls .phone {
        margin-left: 0;
        width: 42px;
        justify-content: flex-end;
    }

    header .top .controls .phone a {
        gap: 0px;
        font-size: 0;
        padding-left: 0;
        border-left: 0px solid var(--light-grey);
        width: 30px;
        height: 30px;
    }

    header .top .controls .phone a::before {
        width: 30px;
        height: 30px;
        background: url('../images/head-phone.svg') center center / 24px auto no-repeat;
    }

    header .search input[type="text"], header .search input[type="search"] {
        height: 40px;
    }

    header .search form .search-submit {
        height: 40px;
    }

    .slider {
        padding-top: 20px;
    }

    .slider .slider-box .item {
        border-radius: 20px;
        height: 240px;
    }

    .slider .slider-box .item .slide-content {
        padding: 15px 10px;
        max-width: 100%;
        height: 100%;
        justify-content: flex-end;
    }

    .slider .slider-box .item .slide-content .title, .slider.service-first .slider-box .item .slide-content .title {
        font-size: 25px;
        line-height: 30px;
        max-width: 90%;
    }

    .slider .slider-box .item .slide-content .title img, .slider .slider-box .item .slide-content .title picture {
        max-width: 25px;
        max-height: 25px;
        translate: 0 2px;
    }

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

    .slider .slider-box .item .slide-content .but a {
        height: 46px;
        padding: 0 32px;
        font-size: 15px;
    }

    .slider .slider-box .slick-dots {
        margin-top: 20px;
        gap: 8px;
    }

    .slider .slider-box .slick-dots li {
        width: 15px;
        height: 15px;
    }
    
    .slider .slider-box .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    
    .slider .slider-box .slick-dots li:hover button, .slider .slider-box .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
    }

    h1, .h1, h2, .h2 {
        font-size: 30px;
    }

    .home-services {
        padding: 40px 0;
        background: url('../images/smile-bg.svg') 50% calc(100% - 350px) / auto 505px no-repeat;
    }

    section.center .container > h2 + .box, section.center .container > h1 + .box {
        margin-top: 20px;
    }

    .home-services .home-services-list .tabs-buts {
        display: none;
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .image {
        display: none;
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .but {
        display: none;
    }

    .home-services .home-services-list .tabs-info .tabcontent .content {
        grid-template-columns: 1fr;
        max-height: 0;
        overflow: hidden;
        transition: var(--all-inout);
    }

    .home-services .home-services-list .tabs-info .tabcontent {
        display: flex !important;
        padding: 20px;
        border-radius: 20px;
        box-shadow: none;
        gap: 0px;
    }

    .home-services .home-services-list .tabs-info .tabcontent .title {
        padding-bottom: 0;
        border-bottom: 0px solid var(--seablue);
        cursor: pointer;
    }

    .home-services .home-services-list .tabs-info .tabcontent .title h3 {
        font-weight: 700;
        text-transform: none;
        font-size: 20px;
    }

    .home-services .home-services-list .tabs-info .tabcontent .title::after {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        flex-shrink: 0;
        border: 1px solid var(--but);
        content: "";
        transition: var(--all-out);
        background-color: var(--white);
        background-image: url('../images/price-arrow-green.svg');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .home-services .home-services-list .tabs-info .tabcontent .title:hover::after {
        transition: var(--all-in);
        background-color: var(--but-10);
    }
    
    .home-services .home-services-list .tabs-info .tabcontent .title.active::after {
        transition: var(--all-in);
        background-color: var(--but);
        background-image: url('../images/price-arrow-white.svg');
    }

    .home-services .home-services-list .tabs-info {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul {
        gap: 0;
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul::before {
        display: flex;
        width: 100%;
        height: 10px;
        content: "";
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul li {
        padding-left: 0;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--but);
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul li:first-child {
        border-top: 1px solid var(--but);
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul li::before {
        display: none;
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul li a {
        display: flex;
        width: 100%;
        position: relative;
        padding-right: 45px;
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul li a::after {
        content: "";
        width: 25px;
        height: 25px;
        border-radius: 50%;
        flex-shrink: 0;
        background: url('../images/home-service-arrow.svg') center center / 14px auto no-repeat, var(--seablue);
        display: flex;
        position: absolute;
        right: 0;
        top: calc(50% - 13px);
    }

    .home-services .home-services-list .tabs-info .tabcontent .content .links ul li a {
        line-height: 23px;
        font-size: 15px;
    }

    .home-services .box {
        gap: 40px;
    }

    .form-block {
        width: 100%;
        padding: 20px 10px;
        border-radius: 20px;
        flex-direction: column;
        gap: 30px;
    }

    .form-block .text {
        max-width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .form-block .text .h3 {
        text-align: center;
        font-size: 24px;
    }

    .form-block .text p {
        font-size: 15px;
    }

    form .form-group input[type="text"], form .form-group input[type="tel"], form .form-group textarea, form .form-group select {
        height: 40px;
    }

    .form-block .form form .form-group.but {
        margin-top: 10px;
    }

    .form-block .form form .form-group.but input[type="submit"] {
        height: 46px;
        font-size: 15px;
    }

    .home-about-clinic {
        padding: 0px 0 20px;
    }

    .home-about-clinic .box {
        flex-direction: column;
        gap: 20px;
    }

    .home-about-clinic .box .video {
        max-width: 100%;
        height: 210px;
        border-radius: 20px;
    }

    .home-about-clinic .box .text p, .home-about-clinic .box .text ul, .home-about-clinic .box .text ol {
        font-size: 15px;
    }

    .home-about-clinic .box .text {
        min-height: 1px;
        gap: 15px;
        justify-content: flex-start;
    }

    .home-about-clinic .but {
        margin-top: 30px;
    }

    .home-advantages {
        padding: 20px 0 40px;
    }

    .home-advantages .box {
        gap: 20px;
    }

    .home-advantages .box .item {
        grid-template-columns: 1fr;
        border-radius: 20px;
        grid-auto-rows: auto;
    }

    .home-advantages .box .item:nth-child(2n+1) {
        grid-template-columns: 1fr;
    }

    .home-advantages .box .item:nth-child(2n+1) .image {
        order: 1;
    }

    .home-advantages .box .item:nth-child(2n+1) .text {
        order: 2;
    }

    .home-advantages .box .item .image {
        max-width: 100%;
        border-radius: 20px;
        height: 200px;
    }

    .home-advantages .box .item .text {
        padding: 20px 10px;
        gap: 15px;
        min-height: 1px;
    }

    .home-advantages .box .item .text h3, .home-advantages .box .item .text .h3 {
        font-size: 20px;
    }
    
    .home-advantages .box .item .text p, .home-advantages .box .item .text ul, .home-advantages .box .item .text ol {
        font-size: 15px;
    }

    .home-advantages .but {
        margin-top: 30px;
    }

    .home-numbers {
        padding: 50px 0 40px;
    }

    .home-numbers .box {
        max-width: 100%;
        border-radius: 20px;
        padding: 20px 10px;
    }

    .box .num-items {
        margin-top: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .num-items .item {
        gap: 0px;
    }

    .num-items .item .number {
        font-size: 45px;
    }

    .num-items .item p {
        font-size: 20px;
        font-weight: 400;
    }

    .home-numbers .form-block {
        margin-top: 40px;
    }

    .home-doctors {
        padding: 40px 0 20px;
    }

    .home-doctors .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-doctors .box.doctors-slider .item {
        margin: 0 10px;
        border-radius: 20px;
    }

    .home-doctors .box.doctors-slider.slick-slider .item {
        margin-bottom: 42px;
        width: 69vw !important;
    }

    .home-doctors .box.doctors-slider.slick-slider .slick-list {
        padding: 0 20% 0 0;
    }

    .home-doctors .box.doctors-slider .item .photo {
        height: 280px;
    }

    .home-doctors .box.doctors-slider .item .name {
        margin-top: 0px;
        padding: 0 20px;
        min-height: 48px;
        text-align: center;
    }

    .home-doctors .box.doctors-slider .item .name a {
        font-size: 20px;
        line-height: 24px;
    }

    .home-doctors .box.doctors-slider .item p {
        padding: 0 20px;
        min-height: 46px;
        font-size: 15px;
        line-height: 23px;
    }

    .home-doctors .box.doctors-slider .item .doctor-but {
        padding: 0 20px 20px 20px;
    }

    .home-doctors .box.doctors-slider .item .doctor-but a {
        height: 50px;
        font-size: 16px;
    }

    .home-doctors .box.doctors-slider .slick-dots {
        margin-top: 0px;
        gap: 8px;
    }

    .home-doctors .box.doctors-slider .slick-dots li {
        width: 15px;
        height: 15px;
    }

    .home-doctors .box.doctors-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .home-doctors .box.doctors-slider .slick-dots li:hover button, .home-doctors .box.doctors-slider .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
    }

    .home-doctors .box.doctors-slider .slick-arrow {
        top: initial;
        bottom: 0;
        translate: 0 12px;
    }

    .home-doctors .box.doctors-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .home-doctors .box.doctors-slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .home-about-us {
        padding: 20px 0 40px;
    }

    .home-about-us .box {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .home-about-us .box .image {
        order: 1;
        max-width: 100%;
        border-radius: 20px;
        height: 335px;
    }

    .home-about-us .box .text {
        order: 2;
        gap: 16px;
    }

    .home-about-us .box .text p, .home-about-us .box .text ol, .home-about-us .box .text ul {
        font-size: 15px;
    }

    .home-about-us .but {
        margin-top: 30px;
    }

    .but a, .but button, input[type="submit"] {
        height: 46px;
        padding: 0 20px;
        font-size: 15px;
    }

    .home-reviews {
        padding: 40px 0 40px;
    }

    .home-reviews .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-reviews .box.reviews-slider .item {
        margin-bottom: 42px;
        width: 100%;
        margin: 0 10px;
        border-radius: 20px;
        padding: 20px;
        max-width: 100%;
        min-height: 490px;
    }

    /*.home-reviews .box.reviews-slider.slick-slider .slick-list {
        padding: 0 20% 0 0;
    }*/

    .home-reviews .box.reviews-slider .item .name {
        font-size: 20px;
    }

    .home-reviews .box.reviews-slider .item .text * {
        font-size: 15px;
    }

    .home-reviews .box.reviews-slider .slick-dots {
        margin-top: 0px;
        gap: 8px;
    }

    .home-reviews .box.reviews-slider .slick-dots li {
        width: 15px;
        height: 15px;
    }

    .home-reviews .box.reviews-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .home-reviews .box.reviews-slider .slick-dots li:hover button, .home-reviews .box.reviews-slider .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
    }

    .home-reviews .box.reviews-slider .slick-arrow {
        top: initial;
        translate: 0 12px;
        bottom: 0;
    }

    .home-reviews .box.reviews-slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .home-reviews .box.reviews-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .home-reviews .but {
        margin-top: 43px;
    }

    .home-text {
        padding: 40px 0 20px;
    }

    .home-text .box {
        border-radius: 20px;
        padding: 20px 10px;
    }

    .home-text .box.text-content h1, .home-text .box.text-content h2 {
        font-size: 30px;
    }

    .home-text .box .box-wr {
        gap: 16px;
    }

    .home-text .box.text-content p, .home-text .box.text-content ul, .home-text .box.text-content ol {
        font-size: 15px;
    }

    .home-text .box .more-but a {
        height: 46px;
        font-size: 15px;
    }

    .articles-widget {
        padding: 20px 0;
    }

    .articles-widget .box {
        gap: 20px;
        flex-direction: column;
    }

    .articles-widget .box .item .image {
        height: 210px;
        border-radius: 20px;
    }

    .articles-widget .box .item {
        border-radius: 20px;
        padding-bottom: 20px;
        gap: 16px;
    }

    .articles-widget .box .item .title {
        padding: 0 10px;
        font-size: 24px;
    }

    .articles-widget .box .item .short * {
        font-size: 15px;
    }

    .articles-widget .box .item .short {
        padding: 0px 10px;
        max-height: 92px;
    }

    .articles-widget .box .article-but {
        padding: 0px 10px;
    }

    .articles-widget .box .article-but a {
        height: 46px;
        font-size: 15px;
    }

    .articles-widget .but {
        margin-top: 30px;
    }

    .form-section {
        padding: 20px 0 40px;
    }

    footer .box.top {
        padding: 40px 0 40px;
        flex-direction: column;
        gap: 30px;
    }

    footer .box.top .col.logo p {
        display: none;
    }
    
    footer .box.top .col.logo {
        max-width: 100%;
        text-align: center;
    }

    footer .box.top .col.links {
        max-width: 100%;
        gap: 20px;
    }

    footer .box.top .col.links ul {
        display: grid;
        gap: 10px 20px;
        grid-template-columns: 1fr 1fr;
    }

    footer .box.top .col.contacts {
        max-width: 100%;
        gap: 12px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    footer .box.top .col.contacts .title {
        order: 1;
        text-align: left;
    }

    footer .box.top .col.contacts .lang {
        order: 2;
        margin-top: 0px;
    }

    footer .box.top .col.contacts .phone {
        order: 3;
    }
	
	footer .box.top .col.contacts .phones {
        order: 3;
    }

    footer .box.top .col.contacts .city {
        order: 4;
        margin-top: 0px;
    }
	
	footer .box.top .col.contacts .addr {
		order: 4;
		grid-column-start: 1;
        grid-column-end: 3;
		margin-top: 0px;
	}
	
	footer .box.top .col.contacts .addr ul {
		text-align: center;
	}

    footer .box.top .col.contacts .social {
        order: 5;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    footer .box.top .col.contacts .phone {
        justify-content: flex-start;
        margin-top: 0px;
    }

    footer .box.top .col.contacts .social {
        justify-content: center;
        gap: 30px;
        margin-top: 18px;
    }

    footer .box.copyright {
        padding: 20px 0;
        font-size: 12px;
    }

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

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

    .info-page.not-found .box .h1 {
        margin-top: -60px;
    }

    .info-page .box p {
        font-size: 15px;
    }

    .info-page .box .but {
        margin-top: 20px;
    }

    .breadcrumbs {
        padding: 16px 0;
    }

    .breadcrumbs .box a {
        font-size: 13px;
    }

    .services-block {
        display: none;
    }

    .services-block.new .box {
        grid-template-columns: 100%;
        gap: 24px;
    }

    .services-page {
        padding: 20px 0;
        background: none;
    }

    .form-section.bg {
        padding: 20px 0 40px;
        background: url('../images/figure-up-bg.svg') 50% 64px / cover no-repeat;
    }

    .prices-block {
        padding: 20px 0 20px;
    }

    .prices-block .box {
        gap: 15px;
    }

    .prices-block .box .item {
        padding: 0 10px;
    }

    .prices-block .box .item .title {
        padding: 20px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        padding-right: 65px;
        position: relative;
    }

    .prices-block .box .item .title .name {
        font-size: 20px;
        line-height: 24px;
    }

    .prices-block .box .item .title .price {
        line-height: 24px;
    }

    .prices-block .box .item .title .price::after {
        position: absolute;
        right: 10px;
        top: 50%;
        translate: 0 -50%;
    }

    .price-item {
        padding: 10px 0;
    }

    .price-item .name {
        font-size: 15px;
    }

    .price-item .price {
        font-size: 13px;
    }

    .price-item .price span.old {
        font-size: 13px;
    }

    .price-item .price span:not(.old) {
        font-size: 15px;
    }

    .text-main-block.text-block1 {
        margin-top: 30px;
    }

    .text-main-block.text-block1 .box {
        border-radius: 20px;
        padding: 20px 10px;
        gap: 16px;
    }

    .content-text p {
        font-size: 15px;
    }
    
    .content-text ol {
        font-size: 15px;
        gap: 12px;
    }
    
    .content-text ul {
        font-size: 15px;
    }

    .text-main-block.text-block2, .text-main-block.text-block3, .text-main-block.text-block4 {
        margin-top: 40px;
    }

    .text-main-block.text-block2 .box .video {
        float: none !important;
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        height: 210px;
        border-radius: 20px;
        margin-bottom: 16px !important;
    }

    .text-main-block.text-block2 .box > :not(.video):not(.image) {
        margin-bottom: 16px;
    }

    .text-main-block .but {
        margin-top: 30px;
    }

    .text-main-block.text-block3 .box:not(.single) {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .text-main-block.text-block3 .box .image, .text-main-block.text-block4 .box .image {
        border-radius: 20px;
        height: 210px;
    }

    .text-main-block.text-block3 .box .text, .text-main-block.text-block4 .box .text {
        gap: 16px;
    }

    .results-block {
        padding: 80px 0 53px;
        background: url('../images/figure-up-bg.svg') 50% 40px / cover no-repeat;
    }

    .results-block .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .results-block .box {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .results-block .box.slick-slider .item {
        margin: 0 10px;
        margin-bottom: 32px;
        padding-bottom: 20px;
        border-radius: 20px;
    }

    .results-block .box.slick-slider .slick-list {
        padding: 0 20% 0 0;
    }

    .results-block .box.slick-slider .slick-dots {
        margin-top: 0px;
        width: 100%;
        display: flex !important;
        padding: 0;
        justify-content: center;
        align-items: center;
        list-style: none;
        gap: 8px;
    }
    
    .results-block .box.slick-slider .slick-dots li {
        width: 15px;
        height: 15px;
        display: flex;
	    align-items: center;
	    justify-content: center;
    }
    
    .results-block .box.slick-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
	    opacity: 0.5;
	    background: var(--white);
	    border: 0;
	    padding: 0;
	    font-size: 0;
    }
    
    .results-block .box.slick-slider li:hover button, .results-block .box.slick-slider .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
        opacity: 1;
    }

    .results-block .box.slick-slider .slick-arrow {
        position: absolute;
        top: initial;
        bottom: 0;
        translate: 0 12px;
        padding: 0;
        border: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        opacity: 0.5;
        background: var(--white);
        font-size: 0;
    }
    
    .results-block .box.slick-slider .slick-arrow:hover {
        opacity: 1;
        box-shadow: var(--box-shadow-slider);
    }
    
    .results-block .box.slick-slider .slick-arrow::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url('../images/slider-arrow-green.svg') center center / 20px auto no-repeat;
    }
    
    .results-block .box.slick-slider .slick-arrow.slick-prev::before {
        rotate: 180deg;
    }
    
    .results-block .box.slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }
    
    .results-block .box.slick-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .results-block .box .item .image {
        height: 210px;
        border-radius: 20px;
    }

    .results-block .box .item .title {
        min-height: 48px;
        padding: 0px 10px;
    }

    .results-block .box .item .title a {
        font-size: 20px;
        line-height: 24px;
    }

    .results-block .box .item .but {
        margin-top: 0px;
        padding: 0 10px;
    }

    .service-prices {
        padding: 40px 0 20px;
    }

    .service-prices .box {
        gap: 30px;
    }

    .service-prices .box .price-box {
        gap: 15px;
    }

    .service-prices .box .price-box .title {
        font-size: 20px;
    }

    .price-item .price span.old::after {
        content: "";
        display: block;
    }

    .service-prices .form-block {
        margin-top: 40px;
    }

    .text-main-block.text-block4 .box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .home-doctors .but {
        margin-top: 43px;
    }

    .faq-block {
        padding: 40px 0 40px;
    }

    .faq-block .box {
        gap: 20px;
    }

    .faq-block .box .item {
        padding: 0 10px;
    }

    .faq-block .box .item .title {
        font-size: 20px;
        padding: 20px 0;
        line-height: 24px;
    }

    .faq-block .box .item .title::after {
        margin-left: 15px;
        flex-shrink: 0;
    }

    .faq-block .box .item .content::before {
        height: 15px;
    }

    .faq-block .box .item .content::after {
        height: 20px;
    }

    .about-us-block {
        padding: 20px 0;
        background: url('../images/figure-up-bg.svg') 50% 980px / auto 1255px no-repeat;
    }

    .about-us-block .box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .about-us-block .box .image {
        order: 1;
        max-width: 100%;
        border-radius: 20px;
    }

    .about-us-block .box .text {
        order: 2;
        gap: 16px;
    }

    .about-us-block .box .text p, .about-us-block .box .text ol, .about-us-block .box .text ul {
        font-size: 15px;
    }

    .about-us-block .box .image {
        height: 210px;
    }

    .about-us-block .block.white {
        padding: 20px 10px;
    }

    .about-us-block .block {
        border-radius: 20px;
    }

    .about-us-block .block {
        margin-top: 40px;
        gap: 16px;
    }

    .about-us-block .block.numbers .num-items {
        margin-top: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .about-us-block .block.numbers .num-items .item {
        gap: 0px;
    }

    .about-us-block .block.numbers .num-items .item p {
        font-weight: 400;
    }

    .about-us-block .block.with-image {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .about-us-block .block.with-image .image {
        max-width: 100%;
        border-radius: 20px;
        height: 210px;
    }

    .about-us-block .block.with-image .text {
        gap: 16px;
    }

    .about-us-block .block.block-text-white .item {
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-radius: 20px;
        grid-auto-rows: auto;
    }

    .about-us-block .block.block-text-white .item .image {
        max-width: 100%;
        border-radius: 20px;
        height: 210px;
    }

    .about-us-block .block.block-text-white .item:nth-child(2n+1) .image {
        order: 1;
    }

    .about-us-block .block.block-text-white .item:nth-child(2n+1) .text {
        order: 2;
    }

    .about-us-block .block.block-text-white .item .text {
        padding: 0 10px 20px 10px;
        gap: 16px;
        min-height: 1px;
    }

    .about-us-block .block.block-text-white .item .text p, .about-us-block .block.block-text-white .item .text ul, .about-us-block .block.block-text-white .item .text ol {
        font-size: 15px;
    }

    .reviews-block {
        padding: 20px 0;
    }

    .reviews-block .but {
        margin-top: 40px;
    }

    .reviews-block .but a {
        width: 100%;
    }

    .reviews-block .buts {
        margin-top: 40px;
    }

    .reviews-block .box {
        margin-top: 40px;
        flex-direction: column;
        gap: 20px;
    }

    .reviews-block .box .list .review-list .item {
        border-radius: 20px;
        padding: 20px 10px;
    }

    .reviews-block .box .list .review-list .item .name {
        font-size: 20px;
    }

    .reviews-block .box .list .review-list .item .text * {
        font-family: var(--font-poppins);
        font-size: 15px;
    }

    .reviews-block .box .list .review-list {
        gap: 20px;
    }

    .reviews-block .box .sidebar {
        display: none;
    }

    .reviews-block .controls {
        margin-top: 40px;
    }

    .reviews-block .controls .but {
        margin-top: 0px;
    }

    .pagination, .pagination > div {
        gap: 10px;
    }

    .pagination a, .pagination span {
        display: flex;
        width: 32px;
        height: 40px;
    }

    .pagination a.previouspostslink, .pagination a.nextpostslink {
        width: 40px;
    }

    .doctors-block {
        padding: 20px 0;
    }

    .doctors-block .box {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .doctors-block .box .item {
        margin: 0;
        border-radius: 20px;
    }

    .doctors-block .box .item .photo {
        height: 280px;
    }

    .doctors-block .box .item .name {
        margin-top: 0px;
        padding: 0 10px;
        min-height: 48px;
    }

    .doctors-block .box .item .name a {
        font-size: 20px;
        line-height: 24px;
    }

    .doctors-block .box .item p {
        padding: 0 10px;
        min-height: 46px;
        font-size: 15px;
        line-height: 23px;
    }

    .doctors-block .box .item .doctor-but {
        padding: 0 10px 20px 10px;
    }

    .doctors-block .box .item .doctor-but a {
        height: 46px;
        font-size: 15px;
    }

    .doctor-block {
        padding: 20px 0;
    }

    .doctor-block .box.about {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .doctor-block .box.about .photo {
        height: 350px;
        max-height: 350px;
        border-radius: 20px;
    }

    .doctor-block .box.about .text {
        gap: 16px;
    }

    .doctor-block .box.serts {
        margin-top: 40px;
    }

    .doctor-block .box.serts .serts-list {
        display: block;
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .doctor-block .box.serts .item {
        height: 170px;
        border-radius: 20px;
    }

    .doctor-block .box.serts .serts-list.slick-slider .item {
        margin: 0 10px;
        border-radius: 20px;
        width: 69vw !important;
    }

    .doctor-block .box.serts .serts-list.slick-slider .slick-list {
        padding: 0 20% 0 0;
    }

    .doctor-block .box.serts .serts-list .slick-dots {
        margin-top: 0px;
        width: 100%;
        display: flex !important;
        padding: 0;
        justify-content: center;
        align-items: center;
        list-style: none;
        gap: 8px;
        margin-top: 42px;
    }
    
    .doctor-block .box.serts .serts-list.slick-slider .slick-dots li {
        width: 15px;
        height: 15px;
        display: flex;
	    align-items: center;
	    justify-content: center;
    }
    
    .doctor-block .box.serts .serts-list.slick-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
	    opacity: 0.5;
	    background: var(--seablue);
	    border: 0;
	    padding: 0;
	    font-size: 0;
    }
    
    .doctor-block .box.serts .serts-list.slick-slider li:hover button, .doctor-block .box.serts .serts-list.slick-slider .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
        opacity: 1;
    }

    .doctor-block .box.serts .serts-list.slick-slider .slick-arrow {
        position: absolute;
        top: initial;
        bottom: 0;
        translate: 0 12px;
        padding: 0;
        border: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        opacity: 0.5;
        background: var(--seablue);
        font-size: 0;
    }
    
    .doctor-block .box.serts .serts-list.slick-slider .slick-arrow:hover {
        opacity: 1;
        box-shadow: var(--box-shadow-slider);
    }
    
    .doctor-block .box.serts .serts-list.slick-slider .slick-arrow::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url('../images/slider-arrow.svg') center center / 20px auto no-repeat;
    }
    
    .doctor-block .box.serts .serts-list.slick-slider .slick-arrow.slick-prev::before {
        rotate: 180deg;
    }
    
    .doctor-block .box.serts .serts-list.slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }
    
    .doctor-block .box.serts .serts-list.slick-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .doctor-block .box.skills {
        margin-top: 53px;
    }

    .doctor-block .box.skills .text {
        margin-top: 15px;
        gap: 16px;
    }

    .doctor-block .box.skills .text ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .doctor-block .box.other {
        margin-top: 40px;
    }

    .doctor-block .box.other .text {
        margin-top: 15px;
        gap: 16px;
    }

    .contacts-block {
        padding: 20px 0;
    }

    .contacts-block .box {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .contacts-block .box .image {
        height: 210px;
        border-radius: 20px;
    }

    .contacts-block .box .text {
        gap: 10px;
    }

    .contacts-block .box .text .title {
        font-size: 20px;
    }
    
    .contacts-block .box .text .title:not(:first-child) {
        margin-top: 10px;
    }

    .content-text ul li:not(:first-child) {
        margin-top: 10px;
    }

    .home-services.contact-services {
        padding: 20px 0 40px;
        background: url('../images/figure-up-bg.svg') 50% 285px / cover no-repeat;
    }

    .articles-block.articles-widget .box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

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

    .article-text .box {
        margin-top: 20px;
    }

    .article-text .content-text > :not(:last-child) {
        margin-bottom: 15px;
    }

    .content-text .img-wr {
        border-radius: 20px;
        max-width: 100%;
    }

    img.alignleft, span.alignleft {
        float: none;
        clear: both;
        margin: 0;
    }

    img.alignright, span.alignright {
        float: none;
        clear: both;
        margin: 0;
    }

    .article-text .content-text h1:not(:first-child), .article-text .content-text h2:not(:first-child), .article-text .content-text h3:not(:first-child), .article-text .content-text h4:not(:first-child) {
        margin-top: 30px;
    }

    .article-text .content-text h1, .article-text .content-text h2 {
        font-size: 24px;
    }

    .article-text .content-text h3 {
        font-size: 20px;
    }

    .article-text .content-text .white-box {
        border-radius: 20px;
        padding: 20px 10px;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .article-text .content-text .white-box > :not(:last-child), .article-text .content-text .transparent-box > :not(:last-child) {
        margin-bottom: 15px;
    }

    .article-text .content-text .white-box h1, .article-text .content-text .white-box h2, .article-text .content-text .white-box h3 {
        text-align: left;
        font-size: 24px;
    }

    .article-text .content-text .transparent-box {
        border-radius: 20px;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .article-text .content-text ol {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .article-text .content-text ol li::before {
        font-size: 45px;
        line-height: 55px;
    }

    .article-text .content-text ol li {
        border-radius: 20px;
        padding: 10px 10px 20px 10px;
    }

    .reviews-block .buts {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .reviews-block .buts .active-reviews-el {
        order: 1;
        width: 100%;
        height: 45px;
        display: flex;
        padding: 0 20px;
        border-radius: 20px;
        border: 1px solid var(--grey);
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        justify-content: space-between;
        background: var(--white);
        transition: var(--all-out);
        position: relative;
        z-index: 2;
    }

    .reviews-block .buts .active-reviews-el.open {
        transition: var(--all-in);
        border-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .reviews-block .buts .active-reviews-el::after {
        content: "";
        width: 24px;
        height: 24px;
        display: flex;
        background: url('../images/rev-select-arrow.svg') center center no-repeat;
    }

    .reviews-block .buts .reviews-buts-list {
        order: 2;
        border: 1px solid var(--white);
        border-top: 0;
        border-bottom: 0;
        border-radius: 20px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        overflow: hidden;
        max-height: 0px;
        transition: var(--all-inout);
        position: absolute;
        left: 0;
        top: 100%;
    }

    .reviews-block .buts .reviews-buts-list.open {
        border-bottom: 1px solid var(--grey);
        border-color: var(--grey);
        box-shadow: var(--box-shadow-slider);
    }

    .reviews-block .buts .reviews-buts-list button, .reviews-block .buts .reviews-buts-list button.active {
        border-radius: 0;
        width: 100%;
        padding: 15px 20px;
        height: auto;
        font-weight: bold;
        font-size: 15px;
        color: var(--grey3);
        background: var(--white);
        text-align: left;
    }

    .reviews-block .buts .reviews-buts-list button:hover {
        background: var(--seablue2);
        color: var(--white);
    }

    #form .modal-box {
        border-radius: 20px;
        flex-direction: column;
    }

    #form .modal-box .image {
        max-width: 100%;
        height: 196px;
    }

    #form .modal-box .form {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        border-radius: 20px;
        gap: 15px;
        text-align: center;
    }

    #form .modal-box .form .title {
        font-size: 30px;
    }

    #form .modal-box .form > p {
        font-size: 15px;
        text-align: left;
    }

    #form .modal-box .form > .modal-form {
        margin-top: 0px;
    }

    #form .modal-box .form > .modal-form form {
        gap: 15px;
    }

    #form {
        border-radius: 20px;
    }

    #review .modal-box {
        border-radius: 20px;
        flex-direction: column;
    }

    #review .modal-box .form {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        border-radius: 20px;
        gap: 15px;
        text-align: center;
    }

    #review .modal-box .form .title {
        font-size: 30px;
    }

    #review .modal-box .form > p {
        font-size: 15px;
        text-align: left;
    }

    #review .modal-box .form > .modal-form {
        margin-top: 0px;
    }

    #review .modal-box .form > .modal-form form {
        gap: 15px;
    }

    #review {
        border-radius: 20px;
    }

    form .form-group textarea {
        height: 190px;
    }

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

    #header-menu > li.menu-item-has-children {
        position: relative;
        flex-direction: column;
    }

    #header-menu > li.menu-item-has-children .sub-menu-but {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        flex-shrink: 0;
        border: 1px solid var(--but);
        content: "";
        transition: var(--all-out);
        background-color: var(--white);
        background-image: url('../images/price-arrow-green.svg');
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 10px;
    }

    #header-menu > li.menu-item-has-children .sub-menu-but.open {
        rotate: 180deg;
    }

    #header-menu > li > .sub-menu {
        max-height: 0;
        overflow: hidden;
        translate: 0 0px;
        transition: var(--all-out);
        position: relative;
        left: initial;
        top: initial;
        border-radius: 8px;
        background: none;
        min-width: 165px;
        width: 100%;
        padding: 0;
        list-style: none;
        opacity: 1;
    }

    #header-menu > li > .sub-menu > li > a {
        padding: 12px 20px;
    }

    .search-results-block {
	    padding: 20px 0;
    }

    .sitemap-block .block h2 {
        padding-bottom: 12px;
        font-size: 24px;
    }

    .sitemap-block .block .items .part h3 {
        font-size: 20px;
    }

    .sitemap-block .block .items .part {
        padding: 16px;
    }

    .sitemap-block .block .items .part ul {
        grid-template-columns: 1fr;
    }

    .article-text .box .gallery {
        grid-template-columns: 100% !important;
    }














    




















    




    
}

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

    .mobile {
        display: flex;
    }

    

    
}