@media (max-width: 1440px) {
  .container {
    max-width: 980px;
  }

  .frequency_content .bg_img,
  .concept_left .bg_img,
  .block_left .bg_img,
  .block_right .bg_img {
    transform: translate(-10%, -20%) scale(0.7);
  }
}

@media (max-width: 1380px) {
  .logo img {
    width: 190px;
    height: auto;
    border-radius: 0;
  }
  .main_btn {
    max-width: 200px;
  }
  .header_nav ul {
    gap: 20px;
  }


.first_screen {
margin: 0px !important;
}
  .first_screen-inner {
    max-width: 100%;
  }
  .first_screen-list {
    justify-content: unset;
  }
  .header_nav ul {
    font-size: 14px;
  }
}

@media (max-width: 1220px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
  .footer_mid ul {
    justify-content: center;
  }
  .block_inner .text_standard {
    margin: 15px 0 30px;
  }
  .faq_left img,
  .lymphsystem .block_right img {
    width: 300px;
    height: auto;
  }
  .concept_swiper img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }
  .concept_right {
    max-width: 400px;
  }
  .burger {
    position: relative;
    width: 24px;
    height: 18px;
  }
  .burger span {
    position: absolute;
    width: 100%;
    border-radius: 20px;
    height: 2px;
    background-color: var(--color-red);
  }
  .burger span:first-child {
    top: 0;
  }
  .burger span:last-child {
    bottom: 0;
  }
  .burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header_wrapper,
  .header_top-bar {
    position: fixed;
    width: 100%;
    top: -100% !important;
    left: 0;

    transition: 0.4s;
    /* display: none !important; */
  }
  .header_top-bar.active {
    top: 0% !important;
  }
  .header_wrapper.active {
    top: 80px !important;
  }
  .header_top-bar {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
  .header_top-wrapper {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column-reverse;
    gap: 10px !important;
  }
  .header_nav ul {
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
  .header_inner .logo {
    display: none;
  }
  .header_wrapper {
    background-color: #fff;
    top: 80px;
    padding-bottom: 20px;
    height: 100%;
  }
  .header_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header_top-bar .container_fluid {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
  }
  .header_top-close {
    position: relative;
    width: 25px;
    height: 25px;
  }
  .header_top-close span {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background-color: #fff;
  }
  .header_top-close span:first-child {
    transform: rotate(45deg);
  }
  .header_top-close span:last-child {
    transform: rotate(-45deg);
  }

  .first_screen picture img {
    border-radius: 0;
  }

  main {
    padding-top: 0;
  }

  .first_screen {
    height: 100vh;
  }
  .header_burger {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }
  header.scrolled {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .block_left img {
    width: 350px;
    height: auto;
  }

  .frequency_content .bg_img,
  .concept_left .bg_img,
  .block_left .bg_img,
  .block_right .bg_img {
    transform: translate(-10%, -20%) scale(0.4);
  }
}

@media (max-width: 1160px) {
  .footer_top-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
  }
  .footer_top-btn svg {
    width: 70px;
    height: 70px;
  }
  .footer_mid ul {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

@media (max-width: 1060px) {
}

@media (max-width: 993px) {
  #body_scan {
    display: none;
  }
  .application_content .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .application_item {
    width: fit-content;
    margin: 0 auto;
  }
  .application_pagination {
    text-align: center;
    bottom: -50px !important;
  }
  .swiper-autoheight .swiper-wrapper {
    flex-direction: row;
  }
  .result_content .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .result_content .swiper-slide + .swiper-slide {
    margin-top: 0;
  }
  .result_pagination {
    text-align: center;
  }
  .result_bot {
    margin-top: 40px;
  }
  .quote img {
    width: 100%;
    height: auto;
  }
  .quote {
    height: 250px;
  }
}

@media (max-width: 900px) {
  .footer_logo img {
    width: 200px;
  }
  .concept_inner {
    flex-direction: column;
  }
  .concept_left {
    width: 100%;
  }
  .frequency_content {
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-height: 900px) {
  .first_screen-inner h1 {
    font-size: clamp(1.125rem, 0.7522rem + 1.4035vw, 1.875rem);
  }

  .footer_logo img,
  .logo img {
    width: 150px;
    height: auto;
  }

  .footer_mid,
  .footer_bottom .container_fluid,
  .faq_block-answer,
  .application_item-desc,
  .frequency_item-desc,
  .text_standard,
  .first_screen-list,
  .header_top-bar,
  .header_nav a {
    font-size: 14px;
  }

  .application_content .swiper-wrapper {
    grid-gap: 30px;
    margin-top: 30px;
  }

  .main_btn {
    font-size: 14px;
    max-width: 180px;
    height: 45px;
  }

  .concept_right img,
  .faq_left img,
  .concept_right,
  .block img {
    width: 300px;
    height: auto;
  }
  .body_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .body_images img {
    width: 100%;
    height: auto;
  }

  .application_inner img,
  .result_inner img {
    width: 150px;
    height: auto;
  }

  .quote {
    height: 150px;
  }

  .faq_block {
    padding: 10px 0;
  }
  .faq_block-question {
    font-size: 16px;
  }
  .faq_block-question svg {
    width: 15px;
    height: 15px;
  }
  .price_content {
    max-width: 530px;
  }
  .price_block {
    font-size: 16px;
  }

  .footer_top-btn svg {
    width: 70px;
    height: 70px;
  }
}

@media (max-height: 700px) {
  .first_screen-inner h1 {
    font-size: 20px;
  }
  .sign_in-inner p {
    font-size: 14px;
  }
  .sign_in-inner p,
  .footer_mid,
  .footer_bottom .container_fluid,
  .faq_block-answer,
  .application_item-desc,
  .frequency_item-desc,
  .text_standard,
  .first_screen-list,
  .header_top-bar,
  .header_nav a,
  body {
    font-size: 12px;
  }

  .concept_right,
  .concept_swiper img,
  .block_right img,
  .block_left img {
    width: 250px;
  }
  .main_btn {
    font-size: 12px;
    max-width: 160px;
    height: 40px;
  }
  .first_screen-inner {
    grid-gap: 15px;
  }
  .first_screen-list_block li::before {
    width: 4px;
    height: 4px;
    top: 5px;
  }
  .sign_in-inner p {
    margin-top: 5px;
  }

  .wrapper {
    padding: 40px 0 !important;
  }
  .lymphsystem {
    margin-bottom: -6px !important;
  }
  section {
    margin: 40px 0 !important;
  }
  .small_title {
    font-size: 22px;
  }
  .title_h2 {
    font-size: 26px;
  }
  .frequency_content {
    margin-top: 40px;
  }
  .frequency_item-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .block_inner {
    gap: 30px;
  }
}

@media (max-width: 830px) {
  .bg_img {
    display: none;
  }

  .concept_swiper img,
  .block_right img,
  .block_left img {
    max-width: 450px;
    width: 100%;
  }

  .faq_inner,
  .block_inner {
    flex-direction: column;
  }
  .grapes .block_inner,
  .treatment .block_inner {
    flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .header_top-bar_right {
    flex-wrap: wrap;
  }
  .frequency_content {
    grid-template-columns: 1fr;
  }
  .concept_right {
    width: 100%;
    max-width: 100%;
  }
  .facial_swiper img,
  .concept_swiper img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .body_images img {
    width: 100%;
    height: auto;
  }
  .sign_in-wrapper svg {
    width: 50px;
    height: 50px;
  }
  .frequency_content {
    grid-gap: 25px;
  }

  .block_inner {
    gap: 25px;
  }
  .first_screen-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .first_screen-list_title {
    height: auto;
    font-size: 16px;
    font-weight: 500;
  }
  .arrow_bottom-wrap,
  .first_screen-list_title img {
    display: none;
  }

  .first_screen-btns_wrapper a,
  .first_screen-btns_wrapper {
    width: 100%;
  }

  .first_screen-btns_wrapper {
    gap: 10px;
  }

  .faq_left img {
    max-width: 100%;
    width: 100%;
  }
  .faq_block-question svg {
    width: 20px;
    height: 20px;
  }
  .faq_block {
    padding: 15px 0;
  }
  .faq_content {
    margin-top: 15px;
  }
  .price_content {
    margin-top: 30px;
  }
  .price_block {
    flex-direction: column-reverse;
  }
  .price_block + .price_block {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fdebd7;
  }
}

@media (max-width: 475px) {
  .concept_left-btns,
  .first_screen-btns_wrapper {
    flex-direction: column;
  }
  .concept_left-btns a,
  .first_screen-btns_wrapper a {
    max-width: 100%;
  }
}