@media (max-width: 1430px) {
  .container {
    max-width: calc(100% - 20px);
  }
  .box {
    padding: 40px 40px;
  }
  .box-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box-xs {
    padding: 0;
  }
  .h2 {
    font-size: 22px;
  }
  .item-img {
    height: 150px
  }
  .menu {
    gap: 40px;
  }
  .serf-img {
    height: auto;
  }
  .btns-group {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .tab {
    font-size: 24px;
  }
}
@media (min-width: 991px) {
  .show-mob {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-mob {
    display: none !important;
  }
  .box {
    padding: 60px 16px;
  }
  .box-sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .box-xs {
    padding: 0;
  }
  .menu-toggle {
    width: 40px;
    height: 21px;
    position: relative;
  }
  .menu-toggle > span {
    height: 3px;
    border-radius: 10px;
    background: #000;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    transition: 0.3s;
    margin: auto;
  }
  .menu-toggle > span:nth-child(1) {
    top: 0;
  }
  .menu-toggle > span:nth-child(2) {
    bottom: calc(50% - 2px);
  }
  .menu-toggle > span:nth-child(3) {
    bottom: 0;
  }
  .menu-toggle.active > span:nth-child(1) {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
  }
  .menu-toggle.active > span:nth-child(2) {
    bottom: calc(50% - 2px);
    transform: rotate(45deg);
  }
  .menu-toggle.active > span:nth-child(3) {
    width: 0;
  }
  header .box {
    position: relative;
    overflow: visible;
  }
  .menu-content {
    order: 5;
    width: 100%;
    padding-top: 30px;
    display: none;
  }
  header .flex.between.middle {
    flex-wrap: wrap;
  }
  header .menu {
    margin-bottom: 30px;
  }
  .menu {
    flex-direction: column;
  }
  footer .menu {
    gap: 60px;
    text-align: center;
  }
  .lang-content {
    margin-left: 0;
  }
  .logo img {
    height: 32px;
  }.contact .btn {
     margin: 0 auto;
   }
  .section-intro .box {
    height: 540px;
  }
  .attributes img {
    height: 16px;
  }
  .section-intro video {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .section-intro img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .h1 {
    font-size: 28px;
  }
  .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
  .contact {
    padding: 60px 16px;
  }
  .contact-dect {
    font-size: 18px;
  }
  .contacts {
    grid-template-columns: none;
  }
  .map {
    height: 400px;
  }
  .map img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .review-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .review-subtitle {
    font-size: 17px;
  }
  .review-item {
    padding: 30px 16px;
  }
  body:not(.wp-admin) {
    font-size: 16px;
  }
  .review-bottom-text {
    font-size: 17px;
  }
  .review-date {
    font-size: 14px;
  }
  .slider-navi-bottom {
    gap: 23px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .slider-navi-bottom > div {
    flex-grow: 1;
  }
  .slider-title .h1 {
    margin: 0;
  }
  .contact-dect {
    margin-bottom: 30px;
  }
  .contact-item {
    font-size: 18px;
  }
  .contact .socials {
    margin-top: 30px;
  }
  .section-contacts .map {
    height: 450px;
  }

  footer .box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .flex.between.middle {
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: center;
  }
  footer .menu a {
    font-size: 14px;
  }
  footer .socials {
    justify-content: center;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-top: 30px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    margin: 0 !important;
    background: #83AF74;
    opacity: 0.5;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .section.section-products .flex.center {
    margin-top: 60px;
  }
  .item-img {
    height: 130px;
  }
  .item {
    padding: 30px 16px;
    min-height: 0;
  }
  .item .h2 {
    margin-bottom: 16px;
  }
  .icons img {
    height: 24px;
  }
  .btn-sm {
    padding: 10px 20px;
  }
  .section-filter .section-title {
    margin-bottom: 30px;
    display: grid;
    gap: 30px;
  }
  .filter-title {
    gap: 16px;
    margin-bottom: 16px !important;
    text-align: left;
    justify-content: flex-start;
  }
  .btn-toggle {
    min-width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .btn-toggle svg {
    width: 16px;
  }
  .attributes-list {
    gap: 16px;
  }
  .option {
    padding: 4px 8px;
    font-size: 17px;
  }
  .filter-item img {
    height: 16px;
  }

  #tab-1 table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(0, 0, 0, 0.10);
  }
  #tab-1 table tbody > tr {
    display: grid;
    height: auto !important;
    background: rgba(0, 0, 0, 0.10);
    gap: 1px;
  }
  #tab-1 table tbody > tr > td {
    display: flex;
    width: 100% !important;
    height: auto !important;
    border: none;
    align-items: center;

  }
  #tab-1 table > tbody > tr:nth-child(2) > td {
    background: #f9f9f9;
    justify-content: center;
    text-align: center;
  }
  #tab-1 table {
    border: rgba(0, 0, 0, 0.10);
    display: block;
    height: auto !important;
  }

  .filters {
    gap: 30px;
  }
  .products-grid {
    gap: 60px;
    grid-template-columns: none;
    margin: 0;
  }
  .products-grid .item {
    border-color: #B4BDB1 !important;
    background: #B4BDB1 !important;
  }
  .more-block {
    margin-top: 60px;
  }
  .body1 {
    font-size: 18px;
  }
  .intro-caption {
    gap: 20px;
  }
  .slider-item {
    grid-template-columns: none;
  }
  .slide-title {
    padding: 30px 16px;
  }
  .slider-img {
    height: 200px;
  }
  .review-item.serf-item {
    padding: 20px 50px;
  }
  .review-subtitle.serf-title {
    display: none;
  }
  .serf-img {
    margin-bottom: 0;
  }
  .section-contactsfull .contacts {
    gap: 60px;
  }
  .office-title {
    font-size: 18px;
  }
  .office-content {
    font-size: 18px;
    display: grid;
    gap: 16px;
  }
  .product-caption .h1 {
    margin-bottom: 16px;
  }
  .attributes {
    gap: 16px;
    margin-bottom: 30px;
  }
  .product {
    grid-template-columns: none;
  }
  .product-image.show-mob {
    margin-bottom: 30px;
  }
  .btns-group {
    margin-top: 60px;
    align-items: center;
  }
  .tabs-content {
    margin-top: 60px;
  }
  .tabs-content {
    margin-top: 60px;
    display: grid;
    gap: 60px;
  }
  .tab-item:not(.active) {
    display: block;
  }
  .tab.show-mob {
    margin-bottom: 30px;
    display: inline-block;
    color: #000;
    font-size: 22px;
  }
  .section.section-upsells .section-title {
    margin-bottom: 30px;
  }
  .description h3 {
    font-size: 18px;
    margin: 30px 0 16px 0;
  }
  .description table td {
    font-size: 14px;
    padding: 8px 8px;
  }
  .description table > tbody > tr:nth-child(1) > td {
    padding: 16px 8px;
  }
}
@media (max-width: 640px) {

}