@media only screen and (max-width: 1600px) {
  .swiper-button-next.actions_slider__btn-next {
    right: 1%;
  }
  .swiper-button-prev.actions_slider__btn-prev {
    left: 1%;
  }
}
@media only screen and (max-width: 1366px) {
  .section_specialists__wrapper {
    gap: 20px;
  }
  .specialist_item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .specialist_item__title {
    margin: 20px 0 10px 0;
  }
  .section_contacts_row {
    gap: 5%;
  }
}
@media only screen and (max-width: 1280px) {
  .header_nav {
    margin-right: 0;
  }
  .nav li a {
    font-size: 15px;
  }
  .header_top.min .nav li a {
    font-size: 15px;
  }
  .header_btn {
    font-size: 15px;
  }
  .header_main {
    font-size: 15px;
    padding-top: 80px;
  }
  .slide_item__title {
    font-size: 45px;
    letter-spacing: 4px;
  }
  .swiper_slide__item-right p {
    margin: 20px 0 30px 0;
  }
  .section_form__consultation-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_about__wrapper {
    display: flex;
    gap: 20px;
  }
  .section_about__left {
    width: 40%;
  }
  .section_about__right {
    width: 60%;
  }
  .section_about__right p {
    margin-top: 0;
  }
  .problems_col__left {
    padding: 50px 0;
  }
  .problems_col__right {
    padding: 50px 0;
  }
  .problem_item {
    font-size: 20px;
    padding: 10px 0;
    margin: 25px 0 50px 0;
    max-width: 300px;
  }
  .services_slide__item-img {
    height: calc(100px + (260 - 100) * ((100vw - 320px) / (1280 - 320)));
  }
  .wrapper_page .services_slide__item-img {
    height: calc(160px + (320 - 160) * ((100vw - 320px) / (1280 - 320)));
  }
  .title_item {
    font-size: 18px;
  }
  .services_slide__item-title {
    margin: 20px 0 15px 0;
  }
  .actions_slide__item {
    padding-top: calc(50px + (110 - 50) * ((100vw - 320px) / (1280 - 320)));
    padding-bottom: calc(50px + (110 - 50) * ((100vw - 320px) / (1280 - 320)));
  }
  .review_slide__item p {
    padding-top: 40px;
  }
  .section_contacts {
    padding-right: 5%;
  }
  .contact_box {
    padding: 40px 50px 50px 50px;
    width: 100%;
    max-width: 350px;
  }
  .footer_menu {
    flex: 0 1 600px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1223px) {
  .specialist_item p {
    min-height: 42px;
  }
}
@media only screen and (max-width: 1100px) {
  .header_btn {
    max-width: 210px;
  }
  .header_top.min .header_btn {
    font-size: 15px;
    max-width: 210px;
  }
  .nav > ul > li {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 15px;
  }
  .header_main {
    font-size: 14px;
    padding-top: 70px;
  }
  .logo_img {
    max-width: 70px;
    margin-right: 15px;
  }
  .header_info__address {
    margin-right: 15px;
  }
  .section {
    margin-top: 60px;
  }
  h3 {
    font-size: 30px;
  }
  .swiper_slide__item {
    gap: 20px;
  }
  .swiper_slide__item-left {
    flex: 0 1 50%;
    position: relative;
  }
  .swiper_pagination_main_slider.swiper-pagination-bullets {
    bottom: 15%;
    left: 51.5%;
    width: 50%;
  }
  .slide_item__title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 4px;
  }
  .section.section_form__consultation {
    margin: 50px 0;
  }
  .section_form__consultation-inner {
    justify-content: center;
    padding: 40px 50px;
  }
  .form_consultation__title {
    font-size: 20px;
  }
  .problem_item {
    font-size: 16px;
    padding: 10px 0;
    margin: 20px 0 40px 0;
    max-width: 250px;
  }
  .title_item {
    font-size: 17px;
    line-height: 1.2;
  }
  .specialist_item p {
    line-height: 1.2;
    min-height: 36px;
    margin: 5px 0;
  }
  .specialist_item .item_btn {
    margin-top: 15px;
  }
  .btn_link {
    font-size: 17px;
    padding: 12px 5px;
    max-width: 220px;
  }
  .container_flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .actions_slide__item p {
    text-align: center;
  }
  .contact_box {
    padding: 30px;
    width: 100%;
    max-width: 300px;
  }
  .contact_box h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section_questions {
    background: url(../img/bg/bg_form_consult.jpg) no-repeat top left/cover;
    padding: 65px 0;
  }
  .box_questions {
    width: 100%;
    max-width: 345px;
  }
  .questions_form .form_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .questions_form .form__group {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .container {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
  .footer_first {
    flex: 0 1 auto;
    order: 2;
  }
  .footer_menu {
    flex: 1 1 100%;
    justify-content: flex-start;
    gap: 0;
    order: 1;
    margin-bottom: 40px;
  }
  .footer_first {
    flex: 0 1 42%;
  }
  .footer_menu {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 0;
  }
  .footer_menu__item:nth-child(1) {
    flex: 0 1 42%;
  }
  .footer_menu__item:nth-child(2) {
    flex: 0 1 40%;
  }
  .footer_menu__item:nth-child(3) {
    flex: 1 1 auto;
  }
  .footer_contacts {
    flex: 0 0 auto;
    order: 3;
  }
  .wrapper_page .specialist_item {
    flex: 0 1 calc(100% / 3 - 17px);
  }
  .wrapper_page .blog_slide__item {
    flex: 0 1 calc(100% / 3 - 17px);
    min-height: auto;
  }
}
@media only screen and (max-width: 1020px) {
  .header_top {
    padding: 10px 0;
    height: 70px;
  }
  .header_top.min {
    height: 60px;
  }
  .header_top .container {
    justify-content: space-evenly;
  }
  .header_nav {
    display: none;
  }
  .menu-outer-wrap {
    display: block;
  }
  .header_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .header_lang__wrap {
    display: none;
  }
  .header_lang__wrap._mobile_lang {
    display: block;
  }
  .header_lang__wrap a {
    color: #fff;
    font-size: 15px;
  }
  .header_lang__wrap span {
    color: #fff;
  }
  .header_lang:focus,
.header_lang.active,
.header_lang:hover {
    color: var(--color_btn-hover);
  }
  .header_phone .phone_icon {
    background: url(../img/ico/phone_w.svg) no-repeat center left/auto;
    color: #fff;
  }
  .header_info__address {
    margin-right: 30px;
  }
  .swiper-pagination.swiper_pagination_services_slider {
    margin-top: 20px;
  }
  .swiper-pagination.swiper_pagination_actions_slider {
    margin-top: 20px;
  }
  .swiper-pagination.swiper_pagination_specialists_slider {
    position: relative;
    margin-top: 20px;
  }
  .section_specialists .swiper-button-next,
.section_specialists .swiper-button-prev {
    display: block;
  }
  .section_specialists .swiper-pagination {
    display: block;
  }
  .questions_form {
    margin-top: 20px;
  }
  .section_questions {
    background: url(../img/bg/bg_form_consult_mobile.jpg) no-repeat center left/cover;
  }
}
@media only screen and (max-width: 990px) {
  .section_main {
    background: var(--color_bg-blocks);
    padding: 50px 0 60px 0;
  }
  .swiper_pagination_main_slider.swiper-pagination-bullets {
    bottom: -35px;
    left: 20%;
    width: 100%;
  }
  .section_form__consultation .container {
    padding: 0;
  }
  .section_form__consultation-inner {
    border-radius: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 40px 35px;
  }
  .form_consultation__title {
    flex: 0 1 200px;
  }
  .actions_slide__item {
    padding-left: 10%;
    padding-right: 10%;
    height: calc(250px + (400 - 250) * ((100vw - 320px) / (990 - 320)));
  }
  .actions_slide__item-title {
    line-height: 1.1;
    text-align: center;
  }
  .actions_slider .slider_btn {
    margin-top: 10px;
  }
  .footer {
    padding: 60px 0;
  }
  .diseases_item {
    flex: 0 1 calc(100% / 3 - 17px);
  }
  .section_contacts_row {
    display: block;
  }
  .contacts_column__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .contacts_map {
    height: calc(270px + (400 - 270) * ((100vw - 320px) / (990 - 320)));
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 880px) {
  .section_form__consultation-inner {
    display: block;
  }
  .form_consultation__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .form_inner {
    display: block;
  }
  .form_consultation .form__group {
    width: 48%;
    margin: 20px auto 0;
  }
  .section_about__wrapper {
    display: block;
  }
  .section_about__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_about__right {
    width: 100%;
  }
  .section_about .btn_link {
    margin-left: auto;
    margin-right: auto;
  }
  .problems_col__left {
    padding: 10px 0;
    width: 33%;
  }
  .problems_col__img {
    width: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .problems_col__img img {
    height: auto;
  }
  .problems_col__right {
    padding: 10px 0;
    width: 30%;
  }
  .problem_item {
    font-size: 15px;
    margin: 20px 0 30px 0;
    max-width: 220px;
  }
  .wrapper_page .review_slide__item {
    flex: 1 1 100%;
  }
  .wrapper_page .blog_slide__item-bottom {
    font-size: 14px;
    line-height: 1.3;
    min-height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .header_logo {
    order: 1;
  }
  .header_info {
    order: 3;
    display: block;
  }
  .header_social {
    order: 2;
  }
  .header_social span {
    display: none;
  }
  .header_info_item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header_info_item:first-child {
    margin-bottom: 5px;
  }
  .header_info_item br {
    display: none;
  }
  .swiper_slide__item-left {
    flex: 0 1 55%;
  }
  .swiper_slide__item-right {
    flex: 0 1 45%;
  }
  .problems_col__left {
    flex: 0 0 200px;
    padding: 10px 0;
    width: auto;
  }
  .problems_col__img {
    flex: 1 1 auto;
    width: auto;
  }
  .problems_col__right {
    flex: 0 0 200px;
    padding: 10px 0;
    width: auto;
  }
  .problem_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 20px 0;
    height: 55px;
    max-width: 170px;
    padding: 5px 30px;
  }
  .problems_col__right .problem_item:nth-child(1) {
    transform: translateX(-5%);
  }
  .problems_col__right .problem_item:nth-child(2) {
    transform: translateX(10%);
  }
  .services_slide__item-img {
    height: calc(250px + (300 - 250) * ((100vw - 320px) / (768 - 320)));
  }
  .swiper-pagination.swiper_pagination_specialists_slider {
    position: relative;
    margin-top: 25px;
  }
  .specialist_item {
    text-align: center;
  }
  .specialist_item .item_btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact_box {
    padding: 20px;
    width: 100%;
    max-width: 260px;
  }
  .contact_box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contacts_list li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contacts_column__wrapper {
    display: block;
  }
  .footer .container {
    gap: 0;
  }
  .footer {
    padding: 60px 0;
  }
  .footer_first {
    flex: 0 1 42%;
  }
  .footer_menu {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 0;
  }
  .footer_menu__item:nth-child(1) {
    flex: 0 1 42%;
  }
  .footer_menu__item:nth-child(2) {
    flex: 0 1 40%;
  }
  .footer_menu__item:nth-child(3) {
    flex: 1 1 auto;
  }
  .footer_contacts {
    flex: 0 0 auto;
    order: 3;
  }
  .breadcrumbs ul {
    background-size: 14px;
  }
  .breadcrumbs li {
    font-size: 12px;
  }
  .diseases_item {
    flex: 0 1 calc(100% / 2 - 13px);
  }
  .wrapper_page .section.section_form__consultation {
    margin-top: 50px;
  }
  .wrapper_page .footer {
    margin-top: 50px;
  }
  .wrapper_page .services_slide__item {
    flex: 0 1 calc(100% / 2 - 13px);
  }
  .wrapper_page .services_slide__item-img {
    height: calc(150px + (300 - 150) * ((100vw - 320px) / (768 - 320)));
  }
  .wrapper_page .actions_item {
    flex: 1 calc(100% / 2 - 13px);
    padding: 15% 5px;
  }
  .wrapper_page .specialist_item {
    flex: 0 1 calc(100% / 2 - 13px);
  }
  .wrapper_page .blog_slide__item {
    flex: 0 1 calc(100% / 2 - 13px);
  }
  .wrapper_page .blog_slide__item-bottom {
    min-height: 200px;
    max-height: 230px;
  }
  .wrapper_page .title_item {
    font-size: 18px;
  }
  .section_reviews_wrapper .review_slide__item {
    padding: 20px;
  }
  .section_reviews_wrapper .review_page__item p {
    background: none;
    padding: 0;
  }
  .section_reviews_wrapper .review_slide__item-bottom--img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .review_name {
    font-size: 16px;
  }
  .review_date {
    font-size: 12px;
  }

}
@media only screen and (max-width: 660px) {
  .header_top .container {
    justify-content: flex-start;
  }
  .header_social {
    display: none;
  }
  .is-menu-open .menu-inner .header_social__icons._mobile {
    transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
    opacity: 1;
  }
  .navigation-list {
    margin-top: -20%;
  }
  .header_lang__wrap {
    margin: 0 5% 0 10%;
  }
  .footer {
    padding: 40px 0;
  }
  .footer_first {
    flex: 0 1 38%;
  }
  .footer_menu__item:nth-child(1) {
    flex: 0 1 38%;
  }
  .footer_menu__item:nth-child(2) {
    flex: 0 1 40%;
  }
}
@media only screen and (max-width: 600px) {
  .logo_img {
    max-width: 45px;
    margin-right: 10px;
  }
  .logo span {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .header_info {
    order: 2;
  }
  .header_phone {
    margin-left: 10%;
  }
  .header_lang__wrap {
    order: 3;
    display: block;
    margin: 0;
  }
  .header_lang__wrap._mobile_lang {
    display: none;
  }
  .header_lang__wrap span {
    color: #000;
    font-size: 12px;
  }
  .header_lang__wrap a {
    color: var(--color_text);
    font-size: 14px;
  }
  .header_lang:focus,
  .header_lang.active,
  .header_lang:hover {
    color: var(--color_btn);
  }
  .section_main .container {
    padding: 0;
  }
  .swiper_slide__item {
    gap: 0;
    flex-direction: column-reverse;
  }
  .swiper_slide__item .btn_sign-up {
    display: none;
  }
  .slide_item__img {
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    margin: 0;
  }
  .swiper_slide__item-right {
    padding: 0 20px;
  }
  .swiper_pagination_main_slider.swiper-pagination-bullets {
    bottom: -35px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .section_form__consultation-inner {
    padding: 40px 20px;
  }
  .form_consultation .form__group {
    width: 100%;
    margin: 20px auto 0;
  }
  .form_consultation .form__input {
    text-align: center;
  }
  .section_problems__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .problems_col__left {
    flex: 1 1 auto;
    padding: 0;
    width: 100%;
    order: 2;
  }
  .problems_col__img {
    flex: 0 1 250px;
    width: 100%;
    max-width: 250px;
    order: 1;
  }
  .problems_col__right {
    flex: 1 1 auto;
    padding: 0;
    width: 100%;
    order: 3;
  }
  .problem_item {
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
    height: auto;
    max-width: 280px;
    padding: 10px;
  }
  .problems_col__left .problem_item:nth-child(1),
  .problems_col__left .problem_item:nth-child(2),
  .problems_col__left .problem_item:nth-child(3),
  .problems_col__left .problem_item:nth-child(4),
  .problems_col__right .problem_item:nth-child(1),
  .problems_col__right .problem_item:nth-child(2),
  .problems_col__right .problem_item:nth-child(3),
  .problems_col__right .problem_item:nth-child(4) {
    transform: translateX(0);
  }
  .actions_slide__item-title {
    display: none;
  }
  .actions_slide__item p {
    font-size: 20px;
  }
  .swiper-pagination.swiper_pagination_actions_slider {
    display: none;
  }
  .section_contacts {
    justify-content: center;
    padding: 300px 0 40px 0;
  }
  .map_box {
    padding-bottom: 100px;
  }
  .contact_box {
    padding: 20px;
    width: 100%;
    max-width: 260px;
  }
  .footer_menu {
    display: block;
    margin-bottom: 20px;
  }
  .footer_menu__item .footer_item__title {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
  }
  .footer_menu__item .footer_item__title:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--color_btn) transparent transparent transparent;
    transition: color 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(20px);
  }
  .menu_item__list {
    margin-bottom: 20px;
  }
  .footer_contacts {
    flex: 1 1 100%;
    order: 2;
    margin-bottom: 30px;
  }
  .footer_social__icons.social_icons {
    margin-top: 25px;
  }
  .footer_first {
    flex: 1 1 100%;
    order: 3;
    display: flex;
    align-items: center;
  }
  .footer_logo {
    margin-right: 20px;
  }
  .footer_copyright {
    margin-top: 0px;
  }
  .wrapper_page .services_slide__item {
    flex: 1 1 100%;
  }
  .wrapper_page .services_slide__item-img {
    height: calc(250px + (400 - 250) * ((100vw - 320px) / (600 - 320)));
  }
  .price_accordion {
    font-size: 16px;
    padding: 15px 20px;
  }
  .price_accordion_content {
    padding: 0 20px;
  }
  .price_accordion_content p {
    font-size: 14px;
    padding: 10px 0;
  }
  .wpcf7-not-valid-tip {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
  .review_page__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 20px;
  }
  .review_page__item .review_slide__item-bottom {
    margin: 0 0 15px 0;
  }
  .review_page__item .reviews_blog__text {
    font-size: 14px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .header_top.min {
    height: 50px;
    padding: 5px 0;
  }
  .menu-container {
    margin: 0;
  }
  .navigation-list {
    margin-left: -10%;
  }
  .action_wrapper {
    padding: 10px;
  }
  .action_wrapper a {
    font-size: 14px;
  }
  .header_phone {
    display: none;
  }
  .header_info {
    display: none;
  }
  .section_main {
    padding: 30px 0 50px 0;
  }
  .slide_item__title {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .swiper_slide__item-right p {
    font-size: 16px;
  }
  .section {
    margin-top: 40px;
  }
  h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  .services_slide__item-img {
    height: calc(230px + (350 - 230) * ((100vw - 320px) / (500 - 320)));
  }
  .actions_slide__item-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.244);
  }
  .review_slide__item {
    padding: 20px;
  }
  .review_slide__item-bottom {
    margin-top: 10px;
  }
  .blog_slide__item-title br {
    display: none;
  }
  .title_item {
    font-size: 20px;
  }
  .blog_slide__item-bottom {
    min-height: 200px;
  }
  .contact_box h3 {
    text-align: center;
  }
  .section_questions__wrapper {
    justify-content: center;
  }
  .section_questions:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
  }
  .box_questions {
    color: #fff;
    text-align: center;
  }
  .questions_form .form__input {
    color: #fff;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
  }
  .questions_form .form__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
  }
  .questions_form .form__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  .questions_form .form__input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }
  .close__modal {
    top: 20px;
    right: 20px;
  }
  .modal__body {
    border-radius: 40px;
    padding: 50px 20px;
    overflow: hidden;
  }
  .modal--form {
    margin: 30px auto 0;
  }
  .form__check {
    font-size: 14px;
    line-height: 1.3;
    background: url(../img/ico/check.svg) no-repeat top left/24px;
    padding-left: 30px;
    width: 100%;
    max-width: 240px;
    margin: 30px auto 0;
  }
  .modal--form .form_button {
    margin-top: 15px;
  }
  .diseases_item {
    flex: 1 1 100%;
    height: 100px;
  }
  .wrapper_page .diseases_item {
    font-size: 18px;
  }
  .wrapper_page .actions_item {
    flex: 1 1 100%;
    padding: 25% 5px;
  }
  .wrapper_page .specialist_item {
    flex: 1 1 100%;
  }
  .wrapper_page .blog_slide__item {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .wrapper_page .blog_slide__item-bottom {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
  .questions_form .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
  }
}
@media only screen and (max-width: 400px) {

  .review_slide__item p {
    font-size: 14px;
  }
}