

.mobile-menu {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%); 
  background: rgba(152, 95, 58, 0.9);
  z-index: 9999;
  font-size: 16px;
  overflow-y: auto;
  transition: ease all 0.5s;
  display: block;
  overflow-x: hidden;
}

.mobile-menu.opened {
  transform: translateX(0);
}

.mobile-menu .title {
  font-size: 24px;
  color: #fff;
  height: 84px; 
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
}
.mobile-menu .title a {
    color: #fff;
}

.mobile-menu li {
  text-indent: 20px;
}

.mobile-menu li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 40px;
  padding: 10px 10px;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
}

.mobile-menu li.childs > a {
  background: url(../images/arrow-right.png) right center no-repeat;
  background-size: 30px;
}

.mobile-menu li.childs.opened > a {
  background: url(../images/arrow-right.png) right center no-repeat;
  background-size: 30px;
}
.mobile-menu li.childs {
  position: relative;
}
.mobile-menu li.childs .a-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: transparent;
}

.mobile-menu > ul > li > a {
  border-bottom: 1px solid #aaa;
}

.mobile-menu-close {
  color: #fff;
  float: right;
  font-size: 48px;
}

.mobile-menu ul > li > ul > li {
  text-indent: 40px;
}

.mobile-menu ul > li > ul > li > ul > li {
  text-indent: 60px;
}

.mobile-menu ul > li > ul > li > a {
  border-bottom: 1px solid #aaa;
}

.mobile-menu ul > li > ul > li > ul > li > a {
  border-bottom: 1px solid #aaa;
}

.mobile-menu ul > li ul {
  display: none;
}

.mobile-menu ul > li.opened > ul {
  display: block;
}

.mobile-menu ul > li.opened > ul > li.opened > {
  display: block;
}
@media screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
  .header {
    height: 84px;
  }
  .header-nav {
    display: none;
  }
  .header-logo {
    width: 70%;
  }
  .header .lang {
    display: none;
  }
  .header .container {
    justify-content: space-between;
    align-items: center;
    padding:0 20px;
  }
  .toogle-menu {
    border: solid 2px #985f3a;
    padding: 0px 5px;
    display: block;
    width: 35px;
    border-radius: 5px;
    margin-left: 10px;
  }
  .toogle-menu span {
    width: 100%;
    height: 2px;
    background: #985f3a;
    margin: 5px 0px;
    display: block;
  }
  .index-product {
    background: url(../images/index-product-bg.jpg) repeat;
  }
  .index-product-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .index-product-content-item {
    width: auto;
    height: auto;
  }
  .footer {
    overflow: hidden;
    box-sizing: border-box;
    padding: 16px;
  }
  
  .footer .container.flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; 
  }
  .footer .footer-list {
    margin-right: 0;
  }
  .footer .footer-logo {
    display: none;
  } 
  .footer .footer-guestbook {
    grid-column: 1/-1;
    width: auto; 
  }
  .footer .footer-list {
    width: auto;
  }
  .footer .footer-contact {
    width: auto;
  }
  
  .footer .footer-item ul {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer .footer-product {
    display: none;
  }
  .about-panel {
    padding: 16px;
  }
  .about-panel .cult {
    grid-template-columns: 1fr;
  }
  .about-top {
    flex-direction: column;
  }
  .about-top-side {
    display: none;
  }
  .about-content {
    padding: 16px;
  }
  .case-list {
    padding: 16px;
  }
  .case-list ul{
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  .contact-list {
    padding: 16px;
    margin-top: 20px;
  }
  .contact-list ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-list li h4 {
    font-size: 24px;
  }
  .contact-list li p {
    font-size: 18px;
  } 
  .contact-title {
    display: none;
  }
  .guestbook {
    padding: 16px;
    margin: 0;
  }
  .guestbook h2 {
    display: none;
  }
  .guestbook-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-cat {
    padding: 16px;
    margin: 0;
  }
  .news-tab-content{
    flex-direction: column;
  }
  .new-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news-item{
    margin-bottom: 20px;
  }
  .new-item-t h4 {
    font-size: 18px;
  }
  .new-item-t p {
    font-size: 14px;
  }
  .product-list-container {
    flex-direction: column;
    padding: 10px;
    margin: 0;
  }
  .product-side h2 {
    display: none;
  }
  .product-nav-mobile {
    font-size: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0 10px;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 20px;
  }
   
  .product-list li h4 {
    font-size: 14px;
  }
  .product-list li {
    margin: 0;
    width: 100%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05), -3px -3px 6px rgba(0, 0, 0, 0.05);
  }
  .product-nav-mobile li{
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product-nav-mobile li:last-child::after,.product-nav-mobile li:nth-child(3n)::after{
    background: transparent;
  }
  .product-nav-mobile li::after{
    content: '';
    height: 50%;
    top: 25%;
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
  }
  .product-nav-mobile li.active a {
    color: #985f3a;
  }
  .product-side {
    width: 100%
  }
   
  .product-list {
    width: 100%;
  }
  .product-list-t {
    font-size: 24px;
    color: #194987;
    margin-bottom: 20px;
  }
  .product-list-t span {
    font-size: 24px;
  }
  .product-list ul {
    margin: 20px 0;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .product-show {
    width: 100%
  }
  .product-show-container {
    grid-template-columns: 1fr;

  }
  .show {
    padding: 16px;
    box-sizing: border-box;
  }
  .show-title {
    margin: 20px 0;
    font-size: 24px;
  }
  .pos .container {
    font-size: 16px;
  }
  .banner .swiper .swiper-pagination{
    background: none;
    height: auto;
  }
  .banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
  }
  
}
.pos-mobile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-top: solid 1px #f8f8f8;
  align-items: center;
  margin-bottom: 20px;
}
.pos-mobile span {
  border-left: solid 4px #985f3a;
  padding-left: 6px;
  line-height: 1.1em;
  color: #985f3a;
}
.pos-mobile a {
  display: block;  
  border-radius: 8px;
  /* border:solid 1px #f3f4f5; */
}