@media (max-width: 1318px) {
  .header .main_menu a {
    margin-left: 23px;
  }
}
@media (max-width: 1190px) {
  .header .main_menu {
    margin-left: 15px;
  }
  .header .soc_menu {
    margin-left: 15px;
  }
}
@media (max-width: 1190px) {
  .header .actions_menu li a {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .section_05 .tabs_nav_next {
    right: 0;
    top: 45%;
  }
  .section_05 .tabs_nav_prev {
    left: 0;
    top: 45%;
  }
  .prod_card {
    height: 400px;
  }
  .prod_card .card_footer {
    margin-top: auto;
  }
  .prod_card .card_footer .price_box {
    flex-wrap: wrap;
    width: min-content;
  }
  .prod_card .card_footer .price_box * {
    width: 100%;
  }
  .swiper .swiper-pagination span {
    width: 50px;
  }
  .section_02 .col-lg-6 {
    margin-bottom: 20px;
  }
  .prod_card {
    margin-left: auto;
    margin-right: auto;
  }
  .news_box {
    margin-bottom: 30px;
  }
  .section_06 .main_btn {
    margin-bottom: 40px;
  }
  .section_02 h2 {
    font-size: 22px;
  }
  body {
    padding-bottom: 95px;
  }
  .header .actions_menu {
    position: fixed;
    width: 100%;
    bottom: -2px;
    left: 0;
    z-index: 10;
    box-shadow: 2px 0 2px #000;
  }
  .header .actions_menu li {
    width: 25%;
    border-right: 1px solid #fff;
  }
  .header .actions_menu li:last-child {
    border: none;
  }
  .header .actions_menu li:last-child a {
    border: none;
  }
  .header .actions_menu li a {
    width: 100%;
  }
  .header .nav_header {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 2;
    overflow-y: auto;
    transition: all 0.6s ease-out;
  }
  .header .nav_header.active {
    left: 0;
  }
  .header .nav_header .row .col-lg-12 {
    justify-content: center;
    height: 100%;
    display: block !important;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 15%;
  }
  .header .all_quants {
    display: none;
  }
  .header .burger {
    display: flex;
    z-index: 3;
  }
  .header .catalog .catalog_link {
    width: 100%;
    max-width: unset;
  }
  .header .catalog .catalog_link::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: auto;
  }
  .header .catalog .catalog_menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .header .catalog .catalog_menu .sub_menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: auto;
    left: unset;
    top: unset;
    display: none;
    column-count: 1;
  }
  .header .main_menu {
    display: block;
    margin-top: 20px;
  }
  .header .main_menu a {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
  }
  .header .soc_menu {
    margin-bottom: 30px;
  }
  .section_01 .hero_1 {
    margin-bottom: 20px;
  }
  .section_01 .hero_1, .section_01 .hero_2, .section_01 .hero_3, .section_01 .hero_4 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .section_01 .hero_1:hover, .section_01 .hero_2:hover, .section_01 .hero_3:hover, .section_01 .hero_4:hover {
    background-size: cover;
  }
  .catalog_section .tab_links li {
    width: 50%;
  }
  .catalog_section .catalog_list {
    justify-content: center;
  }
  .catalog_section .catalog_list .cat_box {
    max-width: 45%;
  }
  .catalog_section .tabs_content_box {
    min-height: 2600px;
  }
}
@media (max-width: 776px) {
  .cart_section .cart_table_box th div {
    margin-left: 15px;
  }
}