:root {
  --color-primary: #e66d0a !important;
  --color-bg-grey-light: #f7f7f7 !important;
  --color-whatsapp: #25d366 !important;
  --color-border-width-grey: #dfdfdf !important;
  --color-white: #fff !important;
  --color-black: #000000 !important;
}

@media (max-width: 1200px) {
  #header {
    height: auto;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block !important;
  }

  .main {
    margin-top: 112px;
  }

  #main-menu-2 {
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-wrap: nowrap;
  }

  #main-menu-2 li a {
    text-align: center;
    color: var(--color-secondary);
  }

  .navbar-collapse {
    z-index: 9999;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.4s ease-in-out;
  }

  .navbar-collapse.open {
    opacity: 1;
    width: 40%;
    height: 100vh;
    -webkit-box-shadow: 10px -1px 16px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px -1px 16px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 10px -1px 16px -7px rgba(0, 0, 0, 0.75);
    background: var(--color-black) !important;
  }

  .menu-item a,
  .menu-item h6 {
    color: var(--color-white);
    text-decoration: none !important;
    text-transform: inherit !important;
  }

  .products-menu ul a {
    color: var(--color-white) !important;
    background: var(--color-white-hover-menu) !important;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .score-content {
    width: 100% !important;
  }

  .container_count {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .container-grid {
    row-gap: 20px;
  }

  .map {
    width: 100% !important;
    margin-top: 30px;
  }

  .container_img_carousel {
    height: 100% !important;
  }

  .container_row {
    width: 100%;
    flex-direction: column;
  }

  .container-iframe-facebook iframe{
    width: 100% !important;
  }
}

@media (max-width: 771px) {
  .navbar-collapse.open {
    width: 65%;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  h2.cont-bg-ttl {
    font-size: 30px !important;
    text-align: center;
  }

  .owl-theme .owl-nav {
    margin-top: 25px !important;
    font-size: 10px !important;
  }

  .blocks-title-container {
    text-align: center;
  }

  .name {
    margin-bottom: 0px;
  }

  .image-arrow-work {
    display: none;
  }
}

@media (max-width: 600px) {
  .footer-mobile {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    margin: 0 auto;
  }
}

@media (max-width: 570px) {
  .string_count {
    font-size: 2rem !important;
  }

  .float {
    bottom: 55px !important;
    right: 5px;
  }
}

@media (max-width: 500px) {
  .main {
    margin-top: 90px;
  }

  .container_img_carousel, .container_img_carousel img {
    min-height: 150px;
  }

  .container_file {
    flex-direction: column;
  }

  #work-form .input-file-custom {
    width: 100%;
  }

  .counter-number span {
    font-size: 0.8em !important;
  }

  .main-title-first {
    font-size: 28px !important;
  }
  
  div.mainttl-block-body {
    font-size: 16px;
  }

  .img-navbar {
    max-height: 60px !important;
  }
}

@media (max-width: 450px) {
  .navbar-collapse.open {
    width: 80%;
  }
}

@media (max-width: 360px) {
  .string_count {
    font-size: 1.8rem !important;
  }

  .string_sub_count {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 340px) {
  h2.cont-bg-ttl {
    font-size: 25px !important;
  }
}

@media (max-width: 330px) {
  .img-mobile {
    max-height: 50px !important;
  }
}
