@media (min-width: 769px) {
  .hide-desctop {
    display: none !important;
  }
}
@media (max-width:1500px) {
  .doctor-wrapper {
    display: flex;
    overflow: hidden;
    position: relative;
    width: calc(100% + 100px);
    margin-right: 200px;
    overflow: hidden;
  }
  .doctor-list {
    max-width: 800px;
  }
}
@media (max-width: 1440px) {
  .hero-desc h2 {
    font-size: 32px;
    line-height: 140%;
  }
}
@media (max-width: 1280px) {
  .doctor-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .doctor-card img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
  }
  .doctor-card {
    flex: 0 0 440px;
    max-width: 440px;
  }
  .doctor-info h3 {
    font-size: 24px;
  }
  .doctor-info p {
    font-size: 18px;
  }
  .eq-large-block {
    padding: 40px;
    height: auto;
  }
  .eq-image img {
    max-width: 350px;
  }
  .eq-small-block {
    padding: 40px;
    height: auto;
  }
  .price-list li {
    font-size: 26px;;
  }
  .price-list {
    gap: 40px;
    font-size: 22px;
  }
  .price-service,
  .price-item {
    font-size: 22px;
  }
  .reviews-wrapper {
    width: 100%;
  }
  .review-card {
    flex: 0 0 600px;
    max-width: 600px;
    padding: 40px;
  }
  .review-text {
    font-size: 22px;
    max-width: 100%;
  }
  .eq-image {
    bottom:-20px; 
  }
}
@media (max-width: 1200px) {
  .perosnal-info {
    gap: 40px;
  }
  .eq-large-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 40px;
  }
  .eq-image {
    position: static;
    margin-bottom: -40px;
    align-self: flex-end;
  }
  .eq-image img {
    max-width: 300px;
  }
  .two-blocks {
    flex-direction: column;
  }
  .eq-small-block {
    max-width: 100%;
    height: auto;
    padding: 40px;
  }
  .eq-image2 {
    position: static;
    margin-top: auto;
    margin-bottom: -40px;
    align-self: flex-end;
  }
    .why-me-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .why-me-left {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .why-me-right {
        gap: 40px;
        max-width: 100%;
    }

    .why-me-block {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }
}
@media (max-width: 1024px) {
  .nav-phone {
    display: inherit;
  }
  .header-wrapper {
    padding: 0 24px;
  }
  .navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px;
    gap: 20px;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
  }
  .navigation.active {
    right: 0;
  }
  .burger {
    display: flex;
    position: relative;
    z-index: 200;
  }
  .btn-header {
    display: none;
    visibility: hidden;
  }
  .hero .btn-header {
    display: flex;
    visibility: visible;
    margin: 30px 0;
  }
  .problem-btn-wrapper{
    margin: 0 auto;
    bottom: 32px;
    right: 32px;
  }
  .main-text {
    font-size: 42px;
    line-height: 120%;
  }
  .video {
    max-width: 900px;
    height: 360px;
    border-radius: 24px;
  }
  .video-container {
    margin-top: 32px;
  }
  .hero-desc h2 {
    font-size: 28px;
    line-height: 135%;
  }
  .right-block {
    width: 100%;
    height: auto;
    padding: 32px 32px 96px;
  }
  .btn-wrapper {
    position: sticky;
    display: flex;
  }
  .table-slides {
    overflow: hidden;
  }
  .price-wrapper {
    width: calc(100% + 60px);
  }
  .placement-info {
    padding: 40px 50px;
  }
  .eq-small-block,
  .eq-large-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    background-color: transparent;
    display: block;
    padding: 0;
    margin-bottom: 40px;
    border-radius: 0;
  }
  .eq-text .paragraph,
  .eq-text {
    text-align: left;
  }
  .eq-image2,
  .eq-image {
    position: static;
    margin-top: 20px;
    align-self: flex-end;
    background-color: #ECECEC;
    border-radius: 30px;
    text-align: center;
    max-width: 480px;
    margin-bottom: 0;
  }
  .eq-image2 img,
  .eq-image img {
    max-width: 300px;
    width: 100%;
    position: relative;
    top: 4px;
  }
  .two-blocks {
    flex-direction: column;
    gap: 24px;
  }
  .price-list {
    gap: 28px;
    font-size: 20px;
  }
  .price-service {
    font-size: 20px;
    min-width: 90px;
    padding: 0 16px;
  }
  .price-item {
    font-size: 20px;
    padding: 24px 16px;
    text-align: right;
  }
  .price-item .code {
    text-align: center;
    width: 100%;
  }
  .price-item-title {
    max-width: 400px;
  }
  .reviews-list {
    gap: 16px;
    padding-right: 80px;
  }
  .review-card {
    flex: 0 0 500px;
    max-width: 500px;
    padding: 32px 32px 96px;
  }
  .review-name {
    font-size: 24px;
  }
  .review-text {
    font-size: 20px;
  }
  .main {
    gap:40px;
    margin-top: 150px;
    padding: 0 24px;
  }
  .doctor-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .doctor-card {
    flex: 0 0 360px;
    max-width: 360px;
    margin-right: 16px;
  }
  .doctor-info h3 {
    font-size: 22px;
  }
  .doctor-info p {
    font-size: 16px;
  }
  .footer-upper {
    display: block;
  }
  .footer-upper-text-wrapper {
    gap: 40px;
    margin-top: 30px;
  }
  .footer-upper-text {
    gap: 30px;
  }
  .footer-wrapper {
    padding: 0 24px;
  }
  .placement-slider {
    margin: 0;
  }
  .equipment-desc {
    font-size: 28px;
  }
  .header-phone.header-phone2 {
    display: none;
  }
  .header-logo {
    width: 280px;
  }
  .header-wrapper div:last-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .problem-flex-card {
    display: block;
  }
  .problem-flex-card > div {
    margin-bottom: 24px;
  }
  .problem-list {
    width: 50%;
  }
  .problem-photo {
    width: calc(50% - 24px);
  }
  .problem-list-card4 {
    width: 200%;
  }
  .doctor-card {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .doctor-list {
    max-width: 800px;
  }
  .doctor-info h3 {
    font-size: 24px;
  }
  .doctor-info p {
    font-size: 16px;
  }
  .slider-controls span {
    font-size: 28px;
  }
  .price-list li {
    font-size: 20px;
  }    
  .placement-info {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .problem-flex {
    display: block;
  }
  .problem-list {
    width: 100%;
  }
  .problem-photo {
    margin: 20px 0 0;
    width: 100%;
    height: 400px;
  }
  .problem-photo img {
    height: auto;
  }
  .problem-list-card4 {
    width: 100%;
  }
  .header-logo {
    width: 220px;
  }
  .problem-flex-card {
    display: block;
  }
  .problem-list-card2 {
    margin-bottom: 24px;
  }
  .header-phone2 {
    display: none;
  }
  .placement-wrapper {
    display: block;
  }
  .placement-list {
    flex: 0 0 100%;
    width: 100%;
  }
  .placement-info {
    width: 100%;
    padding: 25px 0;
  }
  .placement-info br {
    display: none;
  }
  .equipment-wrapper {
    gap: 32px;
  }
  .price-list {
    gap: 20px;
    font-size: 18px;
    justify-content: space-between;
  }
  .price-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 18px;
    padding: 20px;
  }
  .price-item .code,
  .price-item .price {
    font-size: 16px;
    opacity: 0.8;
  }
  .price-item.highlight {
    border-radius: 12px;
    padding: 20px;
  }
  .price-card-mobile {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .price-service {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    gap: 8px;
    font-size: 14px;
    padding: 0;
  }
  .price-service-title,
  .price-service .code,
  .price-service .price {
    margin: 0;
    max-width: 100%;
    text-align: left;
  }
  .price-slides {
    flex: 1;
  }
  .reviews-list {
    gap: 12px;
    padding-right: 40px;
  }
  .review-card {
    flex: 0 0 90%;
  }
  .review-date {
    font-size: 16px;
  }
  .review-name {
    font-size: 20px;
  }
  .review-doctor {
    font-size: 18px;
  }
  .review-text {
    font-size: 18px;
  }
  .modal-content {
    max-width: 530px;
    padding: 30px;
  }
  .perosnal-info {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    align-items: baseline;
  }
  .perosnal-info img {
    max-width: 100%;
  }
  .eq-image img {
    max-width: 250px;
  }
  .eq-image {
    margin-bottom: 0;
  }
  .doctor-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .doctor-list {
    gap: 12px;
    max-width: 400px;
  }
  .doctor-card {
    max-width: 216px;
    width: 100%;
    flex: 0 0 216px;
    margin-right: 20px;
    border-radius: 12px;
    background: #fff;
    text-align: left;
  }
  .doctor-info {
    gap: 10px;
    padding: 10px 0;
  }
  .doctor-info h3 {
    font-size: 20px;
  }
  .doctor-info p {
    font-size: 15px;
  }
  .doctor-wrapper {
    display: flex;
    overflow: hidden;
    position: relative;
    width: calc(100% + 100px);
    margin-right: -200px;
    overflow: hidden;
  }
  .main-text {
    font-size: 32px;
    line-height: 120%;
  }
  .video {
    max-width: 100%;
    height: 280px;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .video-container {
    margin-top: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .hide-mobile {
    display: none !important;
  }
  .hero-desc h2 {
    font-size: 24px;
    line-height: 130%;
    text-align: left;
  }
  .ullist li,
  .paragraph,
  .paragraph2 {
    line-height: 130%;
    text-align: left;
  }
  .paragraph2 {
    font-size: 28px;
  }
  .titleH {
    font-size: 30px;
  }
  .titleH2 {
    font-size: 20px;
  }
  .right-block h1 {
    font-size: 24px;
    line-height: 130%;
  }
  .why-me-wrapper {
    gap: 40px;
    align-items: normal;
  }
  .why-me-left {
    text-align: left;
    align-items: normal;
    gap: 6px;
  }
  .why-me-left h1 {
    font-size: 28px;
    line-height: 120%;
  }
  .why-me-block {
    gap: 12px;
    align-items: normal;
    text-align: left;
    margin-bottom: 20px;
  }
  .why-img {
    max-width: 64px;
  }
  .price-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .price-table th,
  .price-table td,
  .price-card:last-child td {
    font-size: 16px;
    padding: 8px;
  }
  .price-card:last-child td {
    padding: 12px;
  }
  .price-card td:last-child {
    min-width: 100px;
  }
  .price-table th:nth-child(2),
  .price-table td:nth-child(2) {
    display: none;
  }
  .price-wrapper {
    margin-left: -8px;
    width: calc(100% + 16px);
  }
  .footer-wrapper {
    padding: 20px;
  }
  .footer-upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer-upper-text-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .footer-upper-text {
    flex-direction: column;
    gap: 20px;
  }
  .footer-upper img {
    max-width: 150px;
  }
  .footer-bottom {
    font-size: 10px;
    max-width: 100%;
  }
  .footer-wrapper {
    gap: 40px;
  }
}
@media (max-width: 560px) {
  .problem-bottom {
    padding: 30px;
  }
  .problem-bottom p {
    font-size: 18px;
  }
  .problem-blocks-all .problem-flex {
    display: block;
  }
  .problem-blocks-all .problem-flex .btn.red {
    margin-top: 20px;
  }
  .modal-content h2 {
    font-size: 30px ;
    margin-bottom: 5px;
  }
  .modal-content-desc {
    font-size: 14px;
  }
  .form {
    padding: 10px 0;
  }
  form input, form select, form textarea {
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    height: 40px;
  }
  .file-text {
    font-size: 14px;
  }
  .file-label {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    padding: 5px;
    font-size: 14px;
  }
  #checkbox{
    width: 25px;
    height: 25px;
    border: 1px solid #E4032E !important;
  }
  .checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
  }
  .agree-text {
    max-width: 400px;
    font-size: 14px;
  }
  .btn.red {
    height: 50px;
  }
  .ullist li,
  .paragraph, .paragraph2 {
    font-size: 18px;
  }
  .equipment-desc br {
    display: none;
  }
  form select {
    background-size: 28px;
  }
}
@media (max-width: 480px) {
  .problem-photo {
    height: auto;
  }
  .slider-header {
    gap: 16px;
    margin-bottom: 30px;
  }
  .slider-controls {
    gap: 10px;
    font-size: 14px;
  }
  .placement-card img {
    border-radius: 12px;
  }
  .eq-text {
    gap: 8px;
  }
  .price-list {
    gap: 14px;
    font-size: 16px;
  }
  .slider-controls {
    gap: 8px;
  }
  .price-item {
    font-size: 16px;
    padding: 16px;
    gap: 6px;
  }
  .price-item .code,
  .price-item .price {
    font-size: 14px;
  }
  .price-item.highlight {
    border-radius: 10px;
    padding: 16px;
  }
  .reviews-list {
    gap: 8px;
    padding-right: 20px;
  }
  .review-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 20px;
  }
  .review-date {
    font-size: 14px;
  }
  .review-name {
    font-size: 18px;
  }
  .review-doctor {
    font-size: 16px;
  }
  .review-text {
    font-size: 16px;
    line-height: 140%;
  }
  .slider-controls {
    order: 2;
    font-size: 14px;
  }
  .doctor-card {
    width: 100%;
    flex: 0 0 116px;
    margin-right: 20px;
    border-radius: 12px;
    background: #fff;
    text-align: left;
  }
  .doctor-info {
    gap: 8px;
    padding: 8px 0;
  }
  .doctor-info h3 {
    font-size: 18px;
  }
  .doctor-info p {
    font-size: 14px;
  }
  .doctor-wrapper {
    display: flex;
    overflow: hidden;
    position: relative;
    width: calc(100% + 30px);
    margin-right: -200px;
    overflow: hidden;
  }
  .doctor-list {
    max-width: 300px;
  }
  .right-block {
    padding: 20px;
    border-radius: 16px;
  }
  .right-block h1 {
    font-size: 20px;
  }
  .problem-blocks-bottom {
    padding: 20px 20px 80px;
    border-radius: 16px;
  }
  .problem-btn-wrapper {
    bottom: 20px;
    right: 20px;
  }
  .main-text {
    font-size: 24px;
    line-height: 120%;
  }
  .video {
    height: 200px;
  }
  .video-container {
    margin-top: 16px;
  }
  .hero-desc h2 {
    font-size: 20px;
    line-height: 125%;
  }
  .problem-blocks-bottom.open .full-text {
    font-size: 18px;
  }
  .why-me-wrapper .paragraph2 {
    font-size: 24px;
  }
  .equipment-desc {
    font-size: 24px;
  }
  .pers-desc br,
  .why-me-block br {
    display: none;
  }
}
