.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.333333%;
}
.col-xs-2 {
  width: 16.666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333%;
}
.col-xs-5 {
  width: 41.666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333%;
}
.col-xs-8 {
  width: 66.666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333%;
}
.col-xs-11 {
  width: 91.666667%;
}
.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
.sm-hidden {
	display: none;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-1 {
  width: 8.333333%;
}
.col-sm-2 {
  width: 16.666667%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-4 {
  width: 33.333333%;
}
.col-sm-5 {
  width: 41.666667%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-7 {
  width: 58.333333%;
}
.col-sm-8 {
  width: 66.666667%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-10 {
  width: 83.333333%;
}
.col-sm-11 {
  width: 91.666667%;
}
.col-sm-12 {
  width: 100%;
}
.blog_image {
	margin: 0 25px 0 0;
	float: left;
	width: 275px;
}
.tab_navigation a {
  padding: 10px 15px;
  font-size: 14px;
}
}

@media (min-width: 768px) {
.container {
  max-width: 750px;
}
.md-hidden {
	display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.col-md-1 {
  width: 8.333333%;
}
.col-md-2 {
  width: 16.666667%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.333333%;
}
.col-md-5 {
  width: 41.666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.333333%;
}
.col-md-8 {
  width: 66.666667%;
}
.col-md-9 {
  width: 75%;
}
.col-md-10 {
  width: 83.333333%;
}
.col-md-11 {
  width: 91.666667%;
}
.col-md-12 {
  width: 100%;
}
#menu {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 17px;
}
  .menu_group_header {
    float: left;
    font-size: 14px;
  }
  .menu_group_header .menu_item {
    float: left;
  }
  .menu_group_header .menu_item_1 .menu_link {
    display: block;
    padding: 0 15px;
  }
  .menu_group_header .menu_item_2 .menu_link {
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
  }
  .menu_group_header .menu_item_2 .menu_link:hover {
    background-color: rgb(232, 232, 225);
  }
  .menu_group_header .menu_eventer{
    position: relative;
  }
  .menu_group_header .menu_item_1.menu_eventer > a:after{
    content: "";
  display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    background-size: cover;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
  .menu_group_header .menu_item_1.menu_eventer:hover > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu_group_header .menu_list {
    margin: 0px;
  }
  .menu_group_header .menu_item {
    margin: 0px;
  }
  .menu_group_header .menu_eventer .menu_list_2{
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    top: 100%;
    background: rgb(255, 255, 255);
    transform: translate(0px, 20px);
    border: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1000;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    padding: 0px;
  }
  .menu_group_header .menu_eventer:hover .menu_list_2 {
    top: 50%;
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .menu_group_header .menu_item_2 {
    float: none;
    margin-bottom: 0px;
  }
  .menu_group_header .menu_list_3 {
    padding: 0px;
  }
  .menu_group_header .menu_item_3 {
    float: none;
    width: 100%;
  }
  .menu_group_header .menu_item_3 .menu_link {
    padding-left: 30px;
  }
  .arrow_toggle{
    margin-left: 1px;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
  .menu_group_header .menu_eventer:hover .arrow_toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_top {
  border-bottom: 1px solid #e5e5e5;
}
.header_phones {
  float: right;
}
.logo {
    float: left;
}
.header_bottom {
  background: #181818;
}
.catalog_nav,
.cart_account {
  float: right;
  width: 33.3333%;
}
.search_wrap {
  width: 33.3333%;
  float: right;
  padding: 6px 15px 0;
}
#catalog_menu {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
}
#catalog_menu li {
  padding: 0 20px;
}
#catalog_menu li:last-child > a {
    border-bottom: none;
}
.submenu {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  min-width: 100%;
  padding: 5px 0px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
li.parent:hover  > .submenu {
  display: block;
}
.angle_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -10px;
}
.col-md-7 .pagination {
  text-align: left;
}
.products_sort {
  text-align: right;
}
.purchase .text_left {
  text-align: left;
}
.purchase_image {
  width: 70px;
}
.total_row td {
  border: none;
  padding-left: 0;
}
.purchase .purchase_total {
  text-align: right;
  padding-right: 0;
}
}

@media (min-width: 992px) {
.container {
  max-width: 970px;
}
.lg-hidden {
	display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-1 {
  width: 8.333333%;
}
.col-lg-2 {
  width: 16.666667%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-4 {
  width: 33.333333%;
}
.col-lg-5 {
  width: 41.666667%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-7 {
  width: 58.333333%;
}
.col-lg-8 {
  width: 66.666667%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-10 {
  width: 83.333333%;
}
.col-lg-11 {
  width: 91.666667%;
}
.col-lg-12 {
  width: 100%;
}
.catalog_nav,
.cart_account {
  width: 25%;
}
.search_wrap {
  width: 50%;
}
.logo {
  float: left;
  max-width: 190px;
}
#menu {
  width: auto;
  margin-left: 20px;
}
#sidebar {
  float: right;
}
.news_annotation {
  max-height: 95px;
}
.filter_head {
  border-bottom: 1px solid #e5e5e3;
  padding: 0 0 10px;
  font-size: 16px;
  color: #000;
  background-color: transparent;
}
.filter_head::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #ff9248;
  position: absolute;
  bottom: -2px;
  left: 0;
}
}

@media (min-width: 544px) and (max-width: 991px){
.news_image {
  margin: 0 25px 0 0;
  float: left;
  width: 275px;
  height: 205px;
  padding: 0;
}
.foot:nth-child(3n) {
  clear: left;
}
}

@media (min-width: 1200px) {
.container {
  max-width: 1200px;
}
.xl-hidden {
	display: none;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
}
.col-xl-1 {
  width: 8.333333%;
}
.col-xl-2 {
  width: 16.666667%;
}
.col-xl-3 {
  width: 25%;
}
.col-xl-4 {
  width: 33.333333%;
}
.col-xl-5 {
  width: 41.666667%;
}
.col-xl-6 {
  width: 50%;
}
.col-xl-7 {
  width: 58.333333%;
}
.col-xl-8 {
  width: 66.666667%;
}
.col-xl-9 {
  width: 75%;
}
.col-xl-10 {
  width: 83.333333%;
}
.col-xl-11 {
  width: 91.666667%;
}
.col-xl-12 {
  width: 100%;
}
.browsed_img {
  width: 80px;
}
.browsed_name {
  font-size: 15px;
}
#menu {
  margin-left: 90px;
}
.hover_block {
  min-height: 220px;
}
.hover_inner {
 /* margin-bottom: -47px;*/
}
.card:hover .hover_inner {
  margin-bottom: 0px;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.foot_social a {
  width: 30px;
  height: 30px;
  line-height: 29px;
}
}

@media (max-width: 991px) {
#free_shipping,
.tablet-hidden {
  display: none;
}
  .order_notify_v2 svg {
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }
  .order_notify_v2 .o_notify_v2_heading {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
.mobile-hidden {
  display: none;
}
#menu {
  position: absolute;
  z-index: 9999;
  top: 51px;
  left: 0;
  width: 100%;
  padding: 7px 15px 0;
  background-color: #fff;
  text-align: center;
}
.menu_group_header .menu_item {
  padding: 10px 15px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-color: #fbfbfb;
}
.menu_group_header {
  width: 100%;
  text-align: left;
}
.menu_group_header .menu_item_1 .menu_link {
  position: relative;
  display: block;
  padding: 8px 15px;
}
.menu_group_header .menu_list_2 .menu_item {
  border-left: none;
  border-right: none;
}
.header_phones {
  text-align: center;
  padding-top: 10px;
}
.header_phone {
  font-size: 17px;
  padding-top: 5px;
}
.callback {
  font-size: 13px;
}
.top_inner {
  border-bottom: 1px solid #e5e5e5;
}
.top_item {
  width: 20%;
  padding: 15px 0 0;
  text-align: center;
}
.search_wrap {
  background: #ff9248;
  padding: 2px;
  margin: 5px 0;
}
.catalog_nav {
  margin-bottom: 20px;
}
#catalog_menu .submenu a {
  padding-left: 10px;
}
#catalog_menu {
  padding: 5px 20px 5px;
}
#catalog_menu .submenu .submenu a {
  padding-left: 20px;
}
#catalog_menu .submenu  .submenu .submenu a {
  padding-left: 30px;
}
.cat_switch {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 37px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.cat_switch svg {
  vertical-align: middle;
}
.cat_switch:hover {
  color: #ff9c00;
}
.cat_switch.active{
  transform: rotate(180deg);
}
.purchase,
.purchase tbody,
.purchase tfoot,
.purchase tr,
.purchase td,
.purchase th {
    display: block;
}
.purchase tr {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}
.purchase .total_row {
  border: none;
}
.purchase .purchase_total {
  border: 1px solid #e5e5e5;
  padding: 20px 5px;
}
.purchase .coupon {
  border: 1px solid #e5e5e5;
  padding: 10px 5px 0;
}
.purchase td,
.purchase th {
    border: none;
    padding: 5px;
}
.purchase .purchase_image {
    padding-top: 15px;
}
.purchase .purchase_sum {
    padding-bottom: 20px;
}
.purchase td:empty,
.purchase th:empty {
    display: none;
}
.purchase .coupon .message_error {
    margin: 0 auto 12px;
}
.purchase_remove {
    position: absolute;
    top: 8px;
    right: 8px;
}
}

@media (max-width: 543px) {
.small-hidden {
  display: none;
}
.slick-dots {
  bottom: 10px;
}
}
.captcha{
  transform:scale(0.8);
  transform-origin:0 0;
}
@media (max-width: 365px){
  .captcha{
    transform:scale(0.76);
    transform-origin:0 0;
  }
}
