@media (min-width: 768px) and (max-width: 3000px) {
  .body {
    display: none;
  }

  .desktop-hidden {
    display: none !important;
  }

  .body_desktop {
    display: block;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  .body {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .body_desktop {
    display: none;
  }

  .mobile-hidden {
    display: none;
  }

  .desktop-hidden {
    display: block;
  }
}

@media (min-width: 768px) {
  /*!  ОБНУЛЕНИЕ */
  *,
  *::before,
  *::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
  }

  ul,
  ol,
  li {
    list-style: none;
  }

  img {
    vertical-align: top;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: inherit;
    font-size: inherit;
  }

  html,
  body {
    height: 100%;
    line-height: 1;
  }

  body {
    height: 100%;
    line-height: 1;
  }

  /*! coding */

  .body {
    display: none;
  }

  .desktop-hidden {
    display: none !important;
  }

  /* Make h2 with h1 class have same margin as h1 */
  .body_desktop h2.h1 {
    margin-bottom: 0.67em;
  }

  /* Fix hero section styling conflicts in desktop */
  .body_desktop .hero {
    padding-bottom: 0;
  }

  .body_desktop .hero .slogan {
    color: #000;
  }

  .body_desktop .hero h2.h1 {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    color: black;
    text-align: center;
  }

  footer.desktop-hidden {
    display: none !important;
  }

  .body_desktop {
    display: block;
  }

  body {
    background-color: rgb(255, 255, 255);
  }

  .body_desktop_header {
    max-width: 2000px;
    margin: 0 auto;
    height: 100vh;
    /* background: url(../img/desktop/bg_1)  no-repeat center  top / cover; */
  }

  .bg-video {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

  .body_desktop_header_nav {
    z-index: 20;
    position: relative;
  }

  .body_desktop_header_nav ul {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
  }

  .body_desktop_header_nav ul li a {
    color: rgb(255, 255, 255);
  }

  .body_desktop_header_nav ul li a:hover {
    color: rgb(192, 112, 8);
    text-decoration: line-through;
    transition: all 1s;
  }

  .body_desktop_header_nav_center {
    width: 100%;
    max-width: 230px;
    margin-top: -15px;
  }

  .body_desktop_header_nav_left,
  .body_desktop_header_nav_right {
    font-size: 25px;
    text-transform: uppercase;
  }

  .body_desktop {
    background: #000;
  }

  .body_desktop_body {
    max-width: 2000px;
    margin: 0 auto;
    color: #fff;
  }

  .body_desktop_body .h1 {
    margin-top: 0;
    color: white;
    font-size: 2em;
    font-weight: bold;
  }

  .body_desktop_body .slogan {
    color: #fff;
  }

  .body_desktop_body .hero__title {
    font-family: "Amatic SC";
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 0;
    padding: 36px 0;
    text-align: center;
  }

  .body_desktop_body h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    color: #000 !important;
    font-weight: bold;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .body_desktop_body h1.h1 {
    color: #000 !important;
    display: block !important;
  }

  .body_desktop_body h2,
  h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
  }

  .body_desktop_body h3 {
    font-size: 25px;
    letter-spacing: 1;
    padding-top: 20px;
    color: #fff;
  }

  .body_desktop_body h2 {
    background-color: rgb(30, 30, 30);
    font-size: 25px;
    padding-bottom: 25px;
    margin-top: 30px;
    color: #fff;
  }

  .body_desktop_body .time {
    text-align: center;
    margin-top: 15px;
  }

  .price_h3 {
    margin-top: 15px;
    text-transform: uppercase;
  }

  .top_master {
    text-transform: lowercase;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .body_desktop_body_price {
    max-width: 700px;
    margin: 0 auto;
  }

  .body_desktop_body_price ul li {
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }

  .body_desktop_body_price ul .underline {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(152, 152, 152);
  }

  .top {
    color: rgb(192, 112, 8);
  }

  .body_desktop_body_btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .body_desktop_body_btn h3 a {
    color: #000;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 3px;
  }

  .body_desktop_body_btn h3 a:hover {
    background-color: rgb(135, 135, 135);
    color: #fff;
    transition: all 0.3s;
  }

  .body_desktop_main {
    display: flex;
    max-width: 2000px;
    margin: 0 auto;
  }

  .body_desktop_main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }

  .body_desktop_main ul li {
    list-style: none;
    height: 70vh;
    flex-grow: 1;
  }

  .body_desktop_main ul li:last-child {
    flex-grow: 10;
  }

  .body_desktop_main ul li img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }

  .body_desktop_footer {
    max-width: 2000px;
    margin: 0 auto;
    background-color: #000;
    padding: 40px 20px;
  }

  .desktop_footer__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .desktop_footer__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .desktop_footer__column--left {
    align-items: flex-start;
  }

  .desktop_footer__column--center {
    align-items: flex-start;
  }

  .desktop_footer__column--right {
    align-items: flex-end;
  }

  .desktop_footer__logo {
    max-width: 200px;
    height: auto;
  }

  .desktop_footer__dev p {
    font-size: 12px;
    color: rgb(192, 112, 8);
    margin: 0;
    line-height: 1.4;
  }

  .desktop_footer__copyright {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .desktop_footer__copyright p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 1.4;
  }

  .desktop_footer__copyright p a {
    color: rgb(192, 112, 8);
    text-decoration: none;
  }

  .desktop_footer__copyright p a:hover {
    text-decoration: underline;
    transition: all 0.3s;
  }

  .desktop_footer__nav-columns {
    display: flex;
    gap: 75px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .desktop_footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    min-width: 115px;
  }

  .desktop_footer__nav-list--left {
    align-items: flex-start;
  }

  .desktop_footer__nav-list--right {
    align-items: flex-start;
  }

  .desktop_footer__nav-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .desktop_footer__nav-list li a:hover {
    color: rgb(192, 112, 8);
    transition: all 0.3s;
  }

  .desktop_footer__contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
  }

  .desktop_footer__contact a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .desktop_footer__contact a:hover {
    color: rgb(192, 112, 8);
    transition: all 0.3s;
  }

  .desktop_footer__social {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
  }

  .desktop_footer__social-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: color 0.3s ease;
  }

  .desktop_footer__social-link:hover {
    color: rgb(192, 112, 8);
    transition: all 0.3s;
  }

  .desktop_footer__social-link svg {
    width: 28px;
    height: 28px;
  }

  /* Responsive adjustments for smaller desktop screens */
  @media (max-width: 1200px) {
    .desktop_footer__container {
      gap: 30px;
      padding: 0 10px;
    }

    .desktop_footer__logo {
      max-width: 180px;
    }
  }

  @media (max-width: 767px) {
    .desktop_footer__container {
      flex-direction: column;
      gap: 30px;
      align-items: center;
    }

    .desktop_footer__column--left,
    .desktop_footer__column--center,
    .desktop_footer__column--right {
      align-items: center;
    }

    .desktop_footer__nav-columns {
      flex-direction: column;
      gap: 20px;
      justify-content: center;
    }

    .desktop_footer__nav-list--left,
    .desktop_footer__nav-list--right {
      align-items: center;
    }

    .desktop_footer__contact {
      align-items: center;
    }

    .desktop_footer__social {
      justify-content: center;
    }
  }

  /* Force h1 visibility - highest priority */
  h1 {
    color: #000 !important;
    display: block !important;
    font-size: 30px !important;
    text-align: center !important;
    padding: 20px !important;
    background: #fff !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
