@font-face {
  font-family: 'Roboto Flex';
  src: url('../fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf');
  font-weight: 100 900;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: 'Roboto Flex';
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
svg path {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
nav {
  list-style: none;
}
body {
  position: relative;
  font-family: Roboto Flex;
  color: #28383C;
  background-color: #F8F8F8;
  font-size: 14px;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}
header:not(.main_page_header) {
  position: relative;
  z-index: 11;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}
.header_promo {
  background-color: #28383c;
}
.header_promo .promo_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.header_promo .promo_wrapper a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header_promo .promo_wrapper a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 15px 0;
}
.header_top_wrapper a {
  font-size: 14px;
  color: #404040;
}
.header_top_wrapper .socials a {
  font-size: 0px;
}
.socials a:hover svg  path {
  fill: #E3711E;
}
footer .socials li:first-child svg path:last-child,
#main_menu .socials li:nth-child(3) svg path:last-child {
  fill: #fff !important;
}
.header_top_wrapper ul:not(.chosen-results) {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_top_wrapper .header_options {
  font-weight: 500;
}
.header_top_wrapper .header_options a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header_top_wrapper .header_options li:last-child a:hover,
header nav a:hover,
header nav li.active span {
  color: #e3711e;
}
.header_top_wrapper .header_options li:last-child a:hover svg path {
  fill: #e3711e;
}
.header_top_wrapper .chosen-container {
  width: 45px !important;
}
.header_top_wrapper .chosen-single div {
  width: 16px;
}
.header_top_wrapper .chosen-single span {
  margin-right: 3px;
}
.header_top_wrapper .chosen-single,
.header_top_wrapper .chosen-with-drop .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
}
.header_top_wrapper .chosen-single div b {
  background: url("../img/chosen_caret.svg") center no-repeat !important;
  width: 16px;
  transition-duration: .3s;
}
.header_top_wrapper .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
.header_top_wrapper .chosen-search {
  display: none;
}
.header_top_wrapper .chosen-drop {
  background: #fff;
  border: none;
}
.header_top_wrapper .chosen-results {
  padding: 0;
  margin: 0;
}
.header_top_wrapper .chosen-results li {
  transition-duration: .3s;
} 
.header_top_wrapper .chosen-results li.highlighted {
  background: #fff;
  color: #e3711e;
}
.header_bottom {
  background-color: #fff;
}
.header_left {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 390px;
  width: 100%;
}
.header_bottom_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.logo {
  flex-shrink: 0;
}
.header_catalog {
  height: 86px;
  display: flex;
  align-items: center;
}
header .catalog_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 22px;
  background: #e3711e;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
header .catalog_link svg {
  display: flex;
}
header .catalog_link:hover {
  background-color: #28383C;
}
.header_bottom_wrapper .phone_wrapper a:hover {
  color: #e3711e;
}
.header_bottom_wrapper .phone_wrapper a:hover svg path {
  fill: #e3711e;
}
.header_bottom_wrapper .logo {
  display: flex;
}
.header_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 390px;
}
.header_menu a {
  height: 44px;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #eaeaea;
  border-radius: 22px;
  font-weight: 500;
}
#header_cart_link:hover,
#header_account_link:hover {
  color: #fff;
  background-color: #E3711E;
  border-color: #E3711E;
}
.header_menu a:hover svg path {
  fill: #fff;
}
#main_menu_open:hover svg path,
#main_menu_close:hover svg path,
#mobile_catalog_close:hover svg path {
  stroke: #E3711E;
}
#header_cart_link {
  gap: 7px;
  border-color: #28383C;
  background-color: #28383C;
  color: #fff;
}
.h_search_form {
  width: 100%;
  max-width: 320px;
  position: relative;
  z-index:2;
}
.h_search_form input {
  padding: 14px 55px 14px 15px;
  border: 1px solid #eaeaea;
  border-radius: 22px;
  background-color: #fbfbfb;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #28383c;
}
.h_search_form input::placeholder {
  color: #28383c;
}
.h_search_form button {
  position: absolute;
  top: calc(50% - 17px);
  right: 0px;
  height: 38px;
  width: 48px;
  background: none;
  border: none;
  cursor: pointer;
}
.h_search_form button:hover svg path {
  fill: #e3711e;
}
.header_catalog_popup {
  display: none;
  position: absolute;
  z-index: 11;
  top: 86px;
  left: 0px;
  right: 0px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header_catalog_wrapper {
  background-color: #fff;
  width: 100%;
  position: relative;
  display: flex;
}
.catalog_list > li > a {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  width: 260px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  z-index: 5;
}
.catalog_list > li > a svg:first-child {
  width: 26px;
  height:26px;
}
.catalog_list > li > a:hover,
.catalog_list > li.active > a,
.product_card_wrapper .add_review:hover {
  background-color: #28383c;
  color: #fff;
}
.catalog_list > li > a:hover svg:last-child path,
.catalog_list > li.active > a svg:last-child path {
  stroke: #fff;
}

.catalog_list > li > a:hover svg:first-child path,
.catalog_list > li.active > a svg:first-child path {
  fill: #fff;
  stroke:inherit;
}
.catalog_list > li > a:hover svg.str:first-child path, 
.catalog_list > li.active > a svg.str:first-child path{
  stroke: #fff;
  fill:inherit;
}
.catalog_list > li:last-child > a {
  border-bottom: none;
}
.catalog_list > li > a svg {
  flex-shrink: 0;
}
.catalog_list > li > a svg:first-child {
  margin-right: 10px;
  width:24px;
  height:24px;
}
.catalog_list > li > a svg:last-child:not(:first-child) {
  margin-left: auto;
  padding-left: 20px;
  width: 40px;
}
.header_catalog_wrapper .category_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-left: 270px;
  padding-right: 10px;
  background-color: #fff;
  z-index: 2;
  display: none;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  min-height:100%;
}
.category_nav > li {
/*  max-width: 255px;*/
  width: calc(25% - 7.5px);
}
.menu_subcategory_wrapper {
  position: relative;
  height: 160px;
  padding: 20px;
  background: rgba(227, 113, 30, 0.1);
  overflow: hidden;
  transition-duration: .3s;
}
.menu_subcategory_wrapper:hover {
  background: rgba(227, 113, 30, 0.15);
}
.menu_subcategory_wrapper a {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.menu_subcategory_wrapper a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.menu_subcategory_wrapper img {
  max-width: 130px;
  max-height: 130px;
  position: absolute;
  bottom: 5px;
  right: 0;
  mix-blend-mode: multiply;
  transition: 0.5s;
}
.menu_subcategory_wrapper:hover img {
  transform: scale(1.1);
}
.header_catalog_wrapper .subcategory_nav a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
}
.header_catalog_wrapper .subcategory_nav a:hover,
.header_catalog_wrapper .category_nav > li > a:hover {
  color: #e3711e;
}
#main_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 375px;
  background-color: #f8f8f8;
  z-index: 15;
  color: #28383c;
}
#main_menu a {
  color: #28383c;
  font-size: 16px;
  font-weight: 500;
}
#main_menu .active > span,
#main_menu a:hover {
  color: #E3711E;
}
#main_menu .menu_header {
  background-color: #28383c;
  padding: 4.3px;
}
#main_menu .menu_wrapper {
  padding: 20px 0;
}
#main_menu .menu_wrapper > * {
  padding: 0 24px;
}
#main_menu .menu_wrapper > ul:first-child a,
#main_menu .menu_wrapper > ul:first-child span {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  font-weight: 500;
}
#main_menu .contacts_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 50px 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
}
#main_menu .contacts_wrap span {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
#main_menu .socials {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 20px;
}
#main_menu .socials svg {
  max-width: 20px;
  max-height: 20px;
}
#main_menu .socials li {
  width: calc(50% - 6px);
}
#main_menu .socials a {
  display: flex;
  align-items: center;
  gap: 10px;
}
main {
  position: relative;
}
#shader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(48, 48, 48, 0.20);
  z-index: 10;
}
.page_section {
  margin-bottom: 30px;
}
.page_section.highlighted {
  background-color: #fff;
  padding: 40px 0;
}
.page_section.product_section + .page_section {
  margin-bottom: 100px;
}
.section_title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 44px;
  color: #404040;
}
.section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 98px;
  margin-bottom: 40px;
}
.section_header .section_title {
  margin-bottom: 0;
}
.section_header a {
  border: 1px solid #eaeaea;
  border-radius: 22px;
  padding: 14px 22px;
  font-weight: 500;
  color: #28383c;
  background-color: #fbfbfb;
}
.section_header a:hover {
  color: #E3711E;
  border-color: #E3711E;
}
.section_title.page_title {
  margin-bottom: 20px;
  line-height: unset;
}
.product_card_wrapper .section_title {
  font-size: 24px;
  margin-bottom: 15px;
}
.front_slider {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.front_slider .slick-track {
  display: flex;
  gap: 3px;
}
.front_slider li.slick-slide {
  overflow: hidden;
}
.front_slider .slick_arrow {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  top: calc(50% - 22px);
}
.front_slider .slick-prev_arrow {
  left: 10px;
  padding-right: 2px;
}
.front_slider .slick-next_arrow {
  right: 10px;
  padding-left: 2px;
}
.front_slider .mobile_image {
  display: none;
}
.category_slider {
  margin-right: -50px;
  margin-left: -85px;
  clip-path: inset(-100px 0 0 85px);
}
.category_slider .slick-track,
.blog_slider .slick-track {
  display: flex;
  gap: 10px;
}
.category_slider .slick-track:before,
.category_slider .slick-track:after,
.blog_slider .slick-track:before,
.blog_slider .slick-track:after {
  display: none;
}
.category_slider .category_wrapper {
  position: relative;
  height: 240px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.category_slider .category_wrapper a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.category_slider .category_wrapper a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.category_slider .category_wrapper .image_wrapper {
  width: 100%;
  height: 100%;
}
.category_slider .category_wrapper .image_wrapper img,
.post_wrapper .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_slider .post_wrapper {
  position: relative;
  height: 270px;
  display: flex;
}
.blog_slider .post_wrapper .image_wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid #E5E5E5;
}
.blog_slider .post_wrapper .article_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  transition-duration: .3s;
}
.blog_slider .post_wrapper .article_info a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.blog_slider .post_wrapper .article_info a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog_slider .post_wrapper:hover .article_info {
  background-color: rgba(0, 0, 0, 0.3);
}
.featured_brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.featured_brands li a:not(.brands_link) img {
  transition-duration: .3s;
}
.featured_brands li a:not(.brands_link):hover img {
  transform: scale(1.1);
}
.featured_brands li:last-child {
  flex-shrink: 0;
}
.featured_brands .brands_link {
  padding: 16px 49px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  background-color: #28383C;
}
.product_wrap {
  position: relative;
  padding: 15px;
  padding-top: 0;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
}
.product_slider li:nth-child(n+2) .product_wrap {
  border-left: none;
}
.product_wrap .product_image_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  height: 200px;
}
.product_image_wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product_image_wrap .product_like {
  position: absolute;
  top: 15px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #fbfbfb;
}
.product_like:hover svg path {
  stroke: #E3711E;
}
.product_image_wrap .product_status {
  position: absolute;
  top: 22px;
  left: 0;
  padding: 4px 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product_status.sale {
  background-color: #EF3830;
}
.product_status.top {
  background-color: #E3711E;
}
.product_status.new {
  background-color: #28383C;
}
.product_wrap .product_info_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid #F8F8F8;
}
.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  white-space: nowrap;
}
.product_card_wrapper .availability {
  font-size: 16px;
  font-weight: 500;
}
.availability .indicator {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  flex-shrink: 0;
}
.product_card_wrapper .availability .indicator {
  width: 8px;
  height: 8px;
}
.product_wrap .availability span:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.availability.available {
  color: #52B04D;
}
.availability.available .indicator {
  background-color: #52B04D;
}
.availability.out_of_stock {
  color: #838383;
}
.availability.out_of_stock .indicator {
  background-color: #838383;
}
.product_wrap .product_link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #28383c;
/*  word-break: break-word;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 20px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_wrap .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product_wrap .product_cart_link {
  flex-shrink: 0;
  margin-left: 15px;
}
.product_wrap .product_like,
.product_wrap .product_cart_link,
.product_wrap .compare {
  z-index: 3;
}
.header_promo .promo_wrapper a:hover {
  color: #E3711E;
}
.product_wrap .old_price,
.product_card_wrapper .old_price {
  font-size: 15px;
  font-weight: 500;
  color: #838383;
  text-decoration: line-through;
}
.product_card_wrapper .old_price {
  font-size: 18px;
  margin-right: 15px;
}
.product_wrap .price,
.product_card_wrapper .price {
  font-size: 16px;
  font-weight: 700;
  color: #28383c;
}
.product_card_wrapper .price {
  font-size: 24px;
}
.product_wrap .price_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_wrap .old_price + .price,
.product_card_wrapper .old_price + .price {
  color: #ef3830;
}
.product_wrap .buttons_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.product_wrap .product_cart_link,
.product_card_wrapper .product_cart_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #fbfbfb;
  border: 1px solid #eaeaea;
}
.product_wrap .product_cart_link:hover svg path {
  fill: #E3711E;
}
.product_card_wrapper .product_cart_link:hover {
  background-color: #28383C;
}
.product_wrap .compare,
.product_card_wrapper .compare {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  border-radius: 6px;
  background-color: #F4F4F6;
}
.product_wrap .compare:hover,
.product_card_wrapper .compare:hover {
  color: #e3711e;
  background-color: rgba(173, 54, 53, 0.08);
}
.product_wrap .compare:hover svg path,
.product_card_wrapper .compare:hover svg path {
  stroke: #e3711e;
}
.product_wrap .compare.active,
.product_card_wrapper .compare.active{
  color: #e3711e;
  background-color: rgba(173, 54, 53, 0.08);
}
.product_wrap .compare.active svg path,
.product_card_wrapper .compare.active svg path {
  stroke: #e3711e;
}
.product_wrap .product_size {
  border-radius: 6px;
  padding: 5px;
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  height: 28px;
  -webkit-line-clamp: 1;
  transition-duration: .3s;
  text-wrap-mode: nowrap;
  max-width: 185px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 20px;
  -webkit-box-orient: vertical;
}
.product_wrap:hover .product_size {
  background-color: #fff;
  border-color: #fff;
}
.product_wrap .product_description {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
  right: -1px;
  z-index: 5;
  padding: 15px;
  padding-top: 0;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  border-top: none;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  max-height: 82px;
}
.product_slider .slick_arrow,
.category_slider .slick_arrow,
.featured_brands .slick_arrow,
.blog_slider .slick_arrow {
  position: absolute;
  top: -84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  background: #fbfbfb;
}
.slick_arrow {
  background-color: #fff;
}
.slick_arrow:hover {
  border-color: #E3711E;
}
.slick_arrow svg {
  transition-duration: .3s;
}
.slick_arrow:hover svg {
  transform: scale(1.1);
}
.slick_arrow:hover svg path {
  stroke: #E3711E;
}
.product_slider .slick-next_arrow,
.featured_brands .slick-next_arrow,
.blog_slider .slick-next_arrow {
  right: 0;
}
.category_slider .slick-next_arrow {
  right: 50px;
}
.product_slider .slick-prev_arrow,
.featured_brands .slick-prev_arrow,
.blog_slider .slick-prev_arrow {
  right: 49px;
}
.category_slider .slick-prev_arrow {
  right: 99px;
}
.seo_section .text_section_wrap {
  clear: both;
  font-family: Roboto Flex !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.text_section_wrap p,
.text_section_wrap li {
  font-family: Roboto Flex !important;
  color: #28383C !important;
}
.text_section_wrap .subtitle {
  font-size: 20px;
  font-weight: 400;
}
.text_section_wrap ul {
  list-style: disc;
  padding-left: 15px;
  margin-left: 0 !important;
}
.text_section_wrap .collapse {
  display: initial;
  font-size: 16px;
  font-weight: 500;
  color: #28383C;
  text-decoration: underline !important;
  width: min-content;
  text-decoration-skip-ink: none;
}
.text_section_wrap .collapse:hover {
  color: #E3711E;
}
footer {
  position: relative;
  background-color: #fbfbfb;
  padding-top: 30px;
  box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.15);
}
footer .logo img {
  width: 157px;
  height: 127px;
}
.footer_top {
  display: flex;
  justify-content: space-between;
}
.footer_top .footer_column {
  display: flex;
  flex-direction: column;
}
.footer_top .footer_column:first-child {
  gap: 50px;
  margin-right: -10px;
}
.footer_top .footer_column .column_header {
  font-size: 16px;
  font-weight: 500;
}
.footer_top .footer_column > ul:not(.payment_options) {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  row-gap: 80px;
  column-gap: 15px;
  max-height: 285px;
  padding-top: 20px;
}
.footer_top .payment_options {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_top .footer_column > ul > * {
  writing-mode: initial;
}
footer span,
footer a {
  font-size: 14px;
  color: #28383c;
}
footer .active > span,
footer a:hover {
  color: #E3711E;
}
.footer_top .socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_top .contacts .complex_link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer_top .contacts .complex_link svg {
  width: 18px;
}
.footer_top .contacts > li:first-child a:hover svg path {
  fill: #e3711e;
}
.footer_top .contacts > li:nth-child(4) a:hover svg path {
  stroke: #e3711e;
}
.footer_top .contacts a,
.footer_top .contacts span {
  font-size: 16px;
  font-weight: 500;
}
.footer_top .contacts > li > a:not(.complex_link),
.footer_top .contacts > li > span:not(.complex_link) {
  margin-left: 33px;
}
.footer_top .contacts .email {
  margin-top: 5px;
  margin-bottom: 15px;
}
.footer_mid_holder {
  background-color: #28383C;
}
.footer_mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-left: none;
  border-right: none;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
}
.footer_mid a {
  color: #fff;
}
.footer_mid .legal {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_mid span:last-child {
  display: block;
  width: 265px;
  text-align: right;
  text-decoration: underline;
}
.mobile_only {
  display: none;
}
#mobile_menu,
#mobile_catalog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F8F8F8;
  z-index: 15;
  overflow-y: auto;
}
.mobile_catalog_header {
  padding: 12px;
  background-color: #28383C;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#mobile_catalog_close {
  margin-left: auto;
}
.mobile_menu_body {
  padding: 24px 20px 40px;
}
.mobile_menu_body > a,
.mobile_menu_body nav a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #404040;
  border-bottom: 1px solid #EFEFEF;
}
.mobile_menu_body ul:not(.socials) a:hover,
.mobile_menu_body .catalog_link:hover,
#mobile_menu .contacts a:hover {
  color: #e3711e;
}
.mobile_menu_body .catalog_link:hover svg path {
  stroke: #e3711e;
}
.mobile_menu_body .catalog_link:hover svg path:nth-child(2) {
  fill: #e3711e;
}
.mobile_menu_body .catalog_link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.mobile_menu_body .catalog_link svg:last-child {
  margin-left: auto;
}
#mobile_menu .contacts_wrapper {
  position: relative;
  padding: 20px 0;
  margin: 50px 0;
}
#mobile_menu .contacts_wrapper:after,
#mobile_menu .contacts_wrapper:before {
  position: absolute;
  content: "";
  left: -24px;
  right: -24px;
  height: 1px;
  background-color: #E4E4E4;
}
#mobile_menu .contacts_wrapper:before {
  top: -1px;
}
#mobile_menu .contacts_wrapper:after {
  bottom: 0;
}
#mobile_menu .contacts_wrapper span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 20px;
}
#mobile_menu .contacts a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 12px;
}
#mobile_menu .contacts li:last-child a {
  margin-bottom: 0;
}
#mobile_menu .socials {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}
#mobile_menu .socials a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
}
#mobile_menu .socials a svg {
  height: 20px;
  width: 20px;
}
#mobile_menu .language_options {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 25px;
}
#mobile_menu .currency_options {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 42px;
}
#mobile_menu .language_options a,
#mobile_menu .currency_options a {
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
}
#mobile_menu .currency_options a {
  color: #404040;
  border-color: #E4E4E4;
}
#mobile_menu .language_options a:hover,
#mobile_menu .language_options a.active {
  color: #404040;
  background-color: #fff;
}
#mobile_menu .currency_options a:hover,
#mobile_menu .currency_options a.active {
  color: #fff;
  background-color: #e3711e;
  border-color: #e3711e;
}
#mobile_menu .login_link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 79px;
  border: 1px solid #e3711e;
  background-color: #e3711e;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
#mobile_menu .login_link:hover {
  background-color: transparent;
}
#mobile_menu .login_link svg {
  width: 24px;
  height: 24px;
}
#mobile_menu .login_link svg path {
  fill: #fff;
}
.mobile_catalog_body {
  background-color: #F8F8F8;
}
#mobile_catalog .catalog_list > li > a {
  width: unset;
  padding: 10px 15px;
  line-height: unset;
  justify-content: flex-start;
  gap: 10px;
}
#mobile_catalog .catalog_list > li > a.active {
  background-color: #28383C;
  border-color: #28383C;
  color: #fff;
}
#mobile_catalog .catalog_list > li > a.active svg:last-child:not(:first-child) {
  transform: rotate(-90deg);
}
#mobile_catalog .catalog_list > li > a.active svg:last-child:not(:first-child) path {
  stroke: #fff;
}
#mobile_catalog .catalog_list > li > a svg:last-child:not(:first-child) {
  height: 24px;
  width: 24px;
  transform: rotate(90deg);
  padding: 0;
  margin-left: auto;
  transition-duration: .3s;
}
#mobile_catalog .catalog_list > li.active > a svg:last-child {
  transform: rotate(-90deg);
}
#mobile_catalog .category_nav {
  padding: 10px;
  display: none;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}
#mobile_catalog .category_nav a {
  font-size: 14px;
  font-weight: 500;
/*  display: block;*/
/*  padding: 11.5px 34px;*/
}
.footer_column .collapse svg {
  display: none;
}
.breadcrumbs_wrapper {
  padding: 20px 0;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 34px;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumbs a {
  color: #8A8A8A;
}
.breadcrumbs li.active a {
  color: #404040;
  pointer-events: none;
}
.breadcrumbs a:hover {
  color: #404040;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  background-image: url("../img/breadcrumbs_chevron.svg");
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: -24px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.catalog_top {
  padding-top: 5px;
  margin-bottom: 30px;
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.subcategories li {
  width: calc(16.66% - 8.5px);
}
.subcategory_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  font-size: 16px;
  color: #303030;
  font-weight: 500;
}
.subcategory_wrapper:hover {
  border-color: #e3711e;
  color: #e3711e;
}
.catalog_wrapper {
  display: flex;
}
.catalog_controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.catalog_controls form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#mobile_filter_open {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px;
  color: #28383C;
  font-family: Roboto Flex;
  font-size: 18px;
  font-weight: 600;
  display: none;
}
#mobile_filter_open:hover {
  color: #E3711E;
}
#mobile_filter_open:hover svg path {
  stroke: #E3711E;
}
.catalog_controls .product_count_wrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #838383;
  font-size: 15px;
  padding: 15px;
  border-radius: 6px;
}
.catalog_controls .availability_filter {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #404040;
  font-size: 16px;
}
.availability_filter .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
}
.availability_filter .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.availability_filter .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F8F8F8;
  -webkit-transition: .4s;
  transition: .4s;
}
.availability_filter .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
  -webkit-transition: .4s;
  transition: .4s;
}
.availability_filter input:checked + .slider {
  background-color: #e3711e;
}
.availability_filter input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.availability_filter .slider.round {
  border-radius: 34px;
}
.availability_filter .slider.round:before {
  border-radius: 50%;
}
.catalog_options > div > span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.catalog_controls .chosen-container {
  font: inherit;
  font-size: 15px;
  width: auto !important;
  color: #000;
}
.catalog_controls select {
  display: none;
}
.catalog_controls .chosen-single {
  height: 44px;
  line-height: 44px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #28383C;
  border-radius: 6px;
  width: min-content;
}
.catalog_controls .chosen-search {
  display: none;
}
.catalog_controls .chosen-drop {
  border: none;
  padding-top: 5px;
  border-radius: 0;
}
.catalog_controls .sorting_wrapper .chosen-with-drop {
  box-shadow: 0px 0px 12px 0px rgba(28, 28, 27, 0.1);
}
.catalog_controls .chosen-results li {
  transition-duration: .3s;
  line-height: 20px;
}
.catalog_controls .chosen-results li.highlighted {
  background: #fff;
  color: #E3711E;
}
.catalog_controls .chosen-container-single .chosen-single span {
  width: min-content;
  margin-right: 44px;
  padding-left: 2px;
}
.catalog_controls .chosen-container-single .chosen-single div {
  width: 44px;
}
.catalog_controls .chosen-single div b {
  background: url("../img/sorting_chosen.svg") center no-repeat !important;
  width: 44px;
  transition-duration: .3s;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product_list > li {
  width: 25%;
}
.product_list .product_wrap {
  border-left: none;
  border-top: none;
}
.product_list > li:nth-child(4n + 1) .product_wrap {
  border-left: 1px solid #EFEFEF;
}
.product_list > li:nth-child(-n + 4) .product_wrap {
  border-top: 1px solid #EFEFEF;
}
.product_list_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}
.product_list_controls .load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 300px;
  height: 44px;
  border-radius: 22px;
  background-color: #28383C;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.load_more.load_more_disabled{
  pointer-events: none;
  cursor:not-allowed;
  opacity:0.7;
}
.product_list_controls .load_more svg {
  transition-duration: .3s;
}
.product_list_controls .load_more:hover {
  background-color: #E3711E;
}
.product_list_controls .load_more:hover svg {
  transform: rotate(-90deg);
}
.product_list_controls .pagination {
  display: flex;
  align-items: center;
  gap: 3px;
}
.product_list_controls .pagination li > * {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: #28383C;
  font-size: 16px;
  font-weight: 500;
}
.product_list_controls .pagination a:hover,
.product_list_controls .pagination .active span {
  color: #fff;
  background-color: #28383C;
}
.product_list_controls .pagination a:hover svg path {
  stroke: #fff;
}
.product_list_controls .pagination span {
  cursor: default;
}
.catalog_section .catalog_list_wrapper{
  width:calc(100% - 338px);
}
.catalog_section .catalog_filter {
  align-self: flex-start;
  width: 328px;
  margin-right: 10px;
  padding: 20px 0;
  background-color: #fff;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
}
.catalog_section .catalog_filter form{
  align-self: flex-start;
  width: 100%;
  display:flex;
  flex-direction:column;
  flex-shrink: 0;
}
.catalog_section .catalog_filter .filter_header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #28383C;
}
.catalog_section .catalog_filter .filter_item {
  padding: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.catalog_section .catalog_filter .filter_item:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
}
.catalog_section .catalog_filter .filter_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #28383C;
  transition-duration: .3s;
  cursor: pointer;
}
.catalog_section .catalog_filter .filter_item_head:hover svg path {
  stroke: #e3711e;
}
.catalog_section .catalog_filter .filter_item_body {
  padding-top: 20px;
}
.catalog_section .filter_item_head span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.catalog_section .catalog_filter .filter_item_head svg {
  flex-shrink: 0;
  transition-duration: .3s;
}
.catalog_section .filter_item_head.collapsed svg {
  transform: scaleY(-1);
}
.catalog_section .catalog_filter .price_input_wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}
.catalog_section .price_input_wrapper input {
  width: calc(50% - 4px);
  padding: 14.5px 10px;
  font-size: 16px;
  color: #28383c;
  font-weight: 600;
  background-color: #F8F8F8;
  border: none;
  border-radius: 6px;
}
#filter_price_range {
  height: 4px;
  border-radius: 2px;
  border-color: #D0D0D5;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
  width: 19px;
  height: 19px;
  border: 2px solid #D0D0D5;
  top: -8.5px;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #e3711e;
  height: 4px;
  top: -1px;
}
.filter_price_range .range_slider_left {
  transform: translateX(8px);
}
.filter_price_range .range_slider_right {
  transform: translateX(-8px);
}
.catalog_section .filter_item ul {
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3px 0;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-track-piece {
  background-color: #D0D0D5;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-track {
  background-color: #D0D0D5;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-thumb {
  background-color: #E3711E;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-corner {
  background-color: #E3711E;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar {
  width: 5px;
}
.catalog_section .filter_item ul li {
  margin-bottom: 10px;
  position: relative;
}
.catalog_section .filter_checkboxes li:last-child {
  margin-bottom: 0;
}
.catalog_section .filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.catalog_section .filter_checkboxes li label {
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  font-size: 15px;
  font-weight: 500;
  color: #28383c;
  display: flex;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right:5px;
}
.catalog_section .filter_checkboxes li.disabled_filter label{
  cursor: not-allowed;
  opacity: 0.5;
}
.catalog_section .filter_checkboxes li label span{
  background: #f8f8f8;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 8px;
  font-size: 15px;
  color: #8B8B8B;
  background-color: #F8F8F8;
  border: none;
  border-radius: 6px;
}
.brands_link{
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid #28383C;
  border-radius: 6px;
  background-color: #28383C;
  color: #fff;
  justify-content: center;
  width: 200px;
  margin: 20px auto;
}
.brands_link:hover{
  border: 1px solid #e3711e;
  background-color: #e3711e;
  color: #fff;
}
.featured_brands_main li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}
.featured_brands li a img {
  max-width: 100%;
  max-height: 100%;
}
.featured_brands_main .slick-slide:nth-child(n + 2) a {
  border-left: none;
}
.featured_brands_main .slick-slide div:last-child a {
  border-top: none;
}
.catalog_section .filter_checkboxes li label:before {
  width: 18px;
  height: 18px;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-55%);
  position: absolute;
  border: 1px solid #efefef;
  border-radius: 4px;
  content: "";
  transition: .3s;
}
.catalog_section .filter_checkboxes li input:checked + label:before {
  background-color: #28383c;
  border-color: #28383c;
}
.catalog_section .filter_checkboxes label:hover:before {
  border-color: #28383c;
}
.catalog_section .filter_checkboxes li input:checked + label:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 4.5px;
  top: calc(50% - 5px);
  background: url(../img/checkbox_tick_n.svg) center no-repeat;
  background-size: contain;
}
#mobile_filter_close {
  display: none;
}
.product_card_wrapper {
  padding: 30px;
  background-color: #fff;
}
.product_card_wrapper .product_top_wrap {
  display: flex;
  gap: 60px;
}
.product_card_wrapper .product_gallery {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 515px;
  height: min-content;
  overflow: hidden;
}
.product_main_slider {
  width: 435px;
  height: 435px;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
}
.product_main_slider li {
  width: 100%;
  height: 435px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.product_main_slider li img,
.product_nav_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.product_nav_slider {
  max-width: 70px;
  padding: 26.5px 0;
  margin-right: 10px;
}
.product_gallery .product_nav_slider li {
  height: 70px !important;
  width: 70px !important;
  margin: 2.5px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  transition-duration: .3s;
}
.product_nav_slider li.slick-current,
.product_gallery .product_nav_slider li:hover {
  border: 1px solid #28383C;
}
.product_gallery .product_like {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background-color: #F4F4F6;
}
.product_gallery .product_status {
  position: absolute;
  top: 22px;
  left: 92px;
  padding: 4px 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product_card_wrapper .product_info_wrap {
  width: 100%;
}
.product_card_wrapper .product_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.product_card_wrapper .product_info_top .rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product_card_wrapper .product_info_top .article {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  background-color: #F8F8F8;
}
.product_card_wrapper .product_info {
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  display: block;
  margin-bottom: 40px;
}
.product_card_wrapper .quantity_wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  font-size: 16px;
  color: #838383;
}
.product_card_wrapper .quantity_wrapper > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product_card_wrapper .counter_wrap {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  overflow: hidden;
}
.product_card_wrapper .counter_wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #FBFBFB;
}
.product_card_wrapper .counter_wrap button:not(.disabled):hover {
  background-color: #D3D3D3;
}
.counter_wrap button.disabled {
  cursor: default;
}
.counter_wrap button.disabled svg path {
  stroke: #9C9C9C;
}
.product_card_wrapper .counter_wrap input {
  width: 50px;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #404040;
}
.product_wrap .stock{
  gap: 15px;
  font-size: 14px;
  color: #838383;
}
.product_wrap .stock span{
  font-weight: 500;
  color: #404040;
  padding: 4px 5px;
  border-radius: 6px;
  line-height: 20px;
  background-color: #F8F8F8;
}
.product_card_wrapper .stock span {
  font-weight: 500;
  color: #404040;
  padding: 8px 10px;
  border-radius: 6px;
  line-height: 20px;
  background-color: #F8F8F8;
} 
.product_card_wrapper .buttons_wrap {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.product_card_wrapper .product_cart_link {
  width: 162px;
  flex: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  background-color: #E3711E;
  color: #fff;
}
.product_card_wrapper .compare {
  width: 176px;
  font-size: 16px;
  color: #404040;
}
.product_card_wrapper .product_mid_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.product_card_wrapper .product_mid_wrap .columns_wrapper {
  display: flex;
  gap: 40px;
  width:100%;
}
.product_card_wrapper .product_info_column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}
.product_card_wrapper .product_info_column .column_header {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  color: #404040;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 30px;
}
.product_card_wrapper .description {
  max-height: 520px;
  overflow: hidden;
  transition-duration: .3s;
}
.product_card_wrapper .description p {
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  margin-bottom: 15px;
}
.product_card_wrapper .description p.subtitle {
  font-weight: 600;
  margin-bottom: 25px;
}
.product_card_wrapper .description b {
  font-weight: 600;
}
.product_card_wrapper .properties li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 137%;
  color: #28383C;
}
.product_card_wrapper .properties li:nth-child(odd) {
  background-color: #FBFBFB;
}
.product_card_wrapper .properties li:nth-child(even) {
  background: rgba(227, 113, 30, 0.1);
}
/*.product_card_wrapper .properties li:nth-child(n + 11) {
  display: none;
}*/
.product_card_wrapper .properties .name {
  width: 60%;
  flex-shrink: 0;
  text-wrap: wrap;
  text-align: left;
}
.product_card_wrapper .properties .value {
  text-wrap: wrap;
  font-weight: 600;
}
.product_card_wrapper .properties .name img {
  display: inline-block;
  margin-bottom: -7px;
  margin-left: 6px;
}
.product_card_wrapper .product_mid_wrap .expand,
.product_card_wrapper .product_bottom_wrap .expand {
  padding: 10px 40px;
  color: #FFF;
  font-size: 16px;
  background-color: #28383C;
  border-radius: 6px;
}
.product_card_wrapper .product_info_column .expand {
  margin-top: 20px;
  max-width: 310px;
  align-self: center;
}
.product_card_wrapper .product_mid_wrap .expand:hover,
.product_card_wrapper .product_bottom_wrap .expand:hover {
  color: #e3711e;
}
.product_card_wrapper .product_bottom_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  gap: 30px;
}
.product_card_wrapper .product_bottom_wrap .review_section_header {
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
}
.review_star_list {
  width: auto;
  display: flex;
  align-items: center;
}
.review_star_list svg {
  display: block;
}
.product_card_wrapper .product_bottom_wrap .review_star_list {
  margin-left: 30px;
  margin-right: 10px;
}
.review_star_list li.review_star_list_active path{
  filL:#FFD100;
}
#submit_review{
  display: block;
  padding: 9px 39px;
  height: 40px;
  line-height: 22px;
  border-radius: 6px;
  background: #e3711e;
  border: 1px solid #e3711e;
  color: #FFF;
  font-size: 16px;
  margin-left: auto;
  float:left;
}
#submit_review:hover{
  background-color: rgba(173, 54, 53, 0.08);
  color: #e3711e;
}
.mark_wrapper{
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  width:100%;
}
#add_review_link{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.review_star_list li{
  cursor:pointer;
}
.review_star_list li.review_star--active_btn path,
.review_star_list li.review_star_list_dinamic--active path{
  filL:#FFD100;
}
.product_card_wrapper .review_count {
  font-size: 16px;
}
.product_card_wrapper .add_review {
  display: block;
  padding: 9px 39px;
  height: 40px;
  line-height: 22px;
  border-radius: 6px;
  background: #e3711e;
  border: 1px solid #e3711e;
  color: #FFF;
  font-size: 16px;
  margin-left: auto;
}
.product_card_wrapper .review_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}
.product_card_wrapper .review_list li {
  width: calc(50% - 10px);
}
.product_card_wrapper .review_list > li:nth-child(n + 3) {
  display: none;
}
.review_list .review_wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 6px;
  background-color: #F8F8F8;
  height: 100%;
}
.review_list .review_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #404040;
  font-size: 18px;
  font-weight: 500;
}
.review_list .review_wrapper .review_text {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.review_list .review_wrapper .date {
  color: #747474;
  font-size: 14px;
  margin-top: auto;
}
.input_wrapper span,
.main_form_item label,
.main_form_item span{
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 8px;
}
.input_wrapper input,
.input_wrapper textarea,
.main_form_item input,
.input_wrap textarea,
.input_wrap input{
  width:100%;
  outline: none;
  background: #FBFBFB;
  box-shadow: none;
  font-weight: normal;
  font-size: 12px;
  color: #28383C;
  border: 1px solid #EAEAEA;
  padding: 14px 12px;
}
.input_wrapper input::placeholder,
.input_wrapper textarea::placeholder,
.main_form_item input::placeholder,
.input_wrap textarea::placeholder,
.input_wrap input::placeholder {
  color: #777776;
}
.input_wrap textarea:focus,
.input_wrap input:focus{
  border: 1px solid #e3711e;
}
.input_wrapper textarea,
.input_wrap textarea{
  min-height:100px;
}
#login .main_form_item {
  margin-bottom: 20px;
  position: relative;
}
#login .to_forget_pass {
  padding: 0;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #747474;
  float: right;
  border: none;
}
#login .to_forget_pass:hover {
  color: #E3711E;
}
.reveal_password {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.reveal_password:hover svg path {
  stroke: #E3711E;
}
.reveal_password.active svg path:nth-last-child(-n + 2) {
  display: none;
}
.login_option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #28383C;
}
#login .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
#login .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#login .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #28383C;
  -webkit-transition: .3s;
  transition: .3s;
}
#login .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #28383C;
  -webkit-transition: .3s;
  transition: .3s;
}
#login .slider:hover:before {
  background-color: #28383C;
}
#login input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
#login .slider.round {
  border-radius: 34px;
}
#login .slider.round:before {
  border-radius: 50%;
}
.main_form_item.signup_wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  color: #28383C;
}
.signup_wrap .to_registration {
  color: #28383C;
  font-weight: 700;
}
.input_wrapper{
  width: 100%;
  float: none;
  max-width: 100%;
  margin: 10px auto 10px auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.contacts_page .socials{
  gap: 10px;
}
.contacts_page .socials li svg{
  width: 25px;
  height: 25px;
}
.stock_available{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}
footer .collapse {
  pointer-events: none;
}
.filter_body .buttons_wrap {
  display: none;
}
.product_card_wrapper .article {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.slick-slider .slick-list,
.slick-track{
  min-width:100%;
}
.brands_slider{
  display: flex;
  flex-wrap:wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 20px auto;
}
.brands_slider li{
  display: flex;
}
.brands_slider li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}
.brands_slider li a img{
  width:100%;
  display: block;
  transition:0.5s;
}
.brands_slider li a:hover img{
  transform:scale(1.1);
}
.wrapper main{
flex: 1;
}
.tpl_alert_category{
  display:flex;
  flex-direction:column;
  gap:5px;
  width:400px;
  padding:10px 15px;
  background:#fff;
  top: 40%;
  left:50%;
  margin-left:-200px;
  z-index:1001;
  position:fixed;
  align-items: center;
  justify-content: center;
}
.alert_category_e{
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  background: #ebebeb;
  border: 2px solid #E3711E;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #E3711E;
}
.alert_category_q{
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
}
.alert_category_t{
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.alert_category_b{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.alert_category_b a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  background: #fbfbfb;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
}
.alert_category_b a.close_alert_category{
  background-color: #E3711E;
  color: #fff;
}
.alert_category_b a:hover{
  background-color: #D3D3D3;
}
.alert_category_b a.close_alert_category:hover{
  background-color: #28383C;
}
.overflow_alert_category{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:1000;
  left:0px;
  top:0px;
  background:rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.pay_disabled{
  display:none!important;
}
.seo_tabs{
  display:flex;
  flex-direction:column;
  width:100%;
}
.seo_tabs .seo_tab{
  display:none;
}
.seo_tabs .seo_tab.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
.seo_tabs_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  margin: 10px auto;
  border-bottom: 1px solid #28383c;
}
.seo_tabs_nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  color: #28383C;
  padding: 5px 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.seo_tabs_nav a:hover,
.seo_tabs_nav a.active{
  background-color: #28383C;
  color: #fff;
}

.gallery_block {
  width:100%;
  margin:0px 0px!important;
  padding:0px!important;
}
.gallery_block div {
  margin-bottom:0px!important;
}
.gallery_block li{
  padding:5px;
  margin-bottom:0px!important;
}
.gallery_block li a{
  border-radius:5px;
  overflow:hidden;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
}
.gallery_block li a img{
  width:100%;
  display: block;
  transition:0.5s;
}
.gallery_block li a:hover img{
  opacity:0.7;
}
.gallery_block .slick_arrow{
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  top: calc(50% - 22px);
}
.gallery_block .slick-prev_arrow{
    left: 10px;
    padding-right: 2px;
  }
.gallery_block .slick-next_arrow{
    right: 10px;
    padding-left: 2px;
}
.product_section .product_available{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.nosale{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .header_bottom_wrapper {
    gap: 20px;
  }
  .h_search_form {
    max-width: 280px;
    margin-left: auto;
  }
  .header_menu {
    min-width: unset;
  }
  .category_slider .category_wrapper a {
    font-size: 20px;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    row-gap: 40px;
  }
  .subcategories li {
    width: calc(20% - 8px);
  }
}

@media screen and (max-width: 1250px) {
  .catalog_controls {
    margin-left: 0;
  }
}


@media screen and (max-width: 1200px) {
  .subcategories li {
    width: calc(25% - 7.5px);
  }
  #header_account_link {
    font-size: 0;
    gap: 0;
  }
  #header_cart_link span:last-child {
    font-size: 0;
    margin-left: -7px;
  }
  .header_catalog_wrapper .category_nav > li {
    width:calc(33.33% - 6.67px);
  }
  .header_top_wrapper ul:not(.chosen-results) {
    gap: 15px;
  }
  .header_bottom_wrapper .phone_wrapper {
    font-size: 18px;
  }
  .front_slider .slide_description .slide_title {
    font-size: 38px;
  }
  .front_slider .slide_product:before {
    left: 55px;
  }
  .featured_brands .brands_link {
    padding: 16px 35px;
  }
  .footer_top .footer_column > ul {
    row-gap: 45px;
  }
  .product_list > li {
    width: 33.3%;
  }
  .product_list > li:nth-child(4n + 1) .product_wrap {
    border-left: none;
  }
  .product_list > li:nth-child(-n + 4) .product_wrap {
    border-top: none;
  }
  .product_list > li:nth-child(3n + 1) .product_wrap {
    border-left: 1px solid #EFEFEF;
  }
  .product_list > li:nth-child(-n + 3) .product_wrap {
    border-top: 1px solid #EFEFEF;
  }
  .product_card_wrapper .product_gallery {
    max-width: 415px;
  }
  .product_card_wrapper .product_top_wrap {
    gap: 40px;
  }
  .product_main_slider {
    width: 335px;
    height: 335px;
  }
  .product_main_slider li {
    height: 335px;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    max-height: unset;
  }
}

@media screen and (max-width: 1100px) {
   .header_catalog_wrapper .category_nav > li {
    width: calc(50% - 5px);
  }
  .header_menu a {
    padding: 13px;
  }
  .header_top_wrapper ul:not(.chosen-results) {
    gap: 10px;
  }
  .header_top_wrapper ul.socials {
    display: none;
  }
  .header_bottom_wrapper,
  .header_bottom_wrapper > div:not(.header_catalog) {
    gap: 20px;
  }
  .h_search_form button {
    right: 10px;
  }
  .h_search_form input {
    padding-right: 40px;
  }
  .header_bottom_wrapper .phone_wrapper {
    font-size: 16px;
  }
  .header_bottom_wrapper .phone_wrapper a {
    gap: 5px;
  }
  .header_bottom_wrapper .phone_wrapper a svg {
    height: 16px;
    width: 16px;
  }
  .header_bottom_wrapper .phone_wrapper .expand {
    display: none;
  }
  .front_slider .slide_description .slide_title {
    font-size: 36px;
  }
  .front_slider .slide_product {
    margin-left: 30px;
  }
  .featured_brands .brands_link {
    padding: 16px 25px;
  }
  .footer_top .footer_column > ul {
    row-gap: 20px;
  }
  .footer_mid span:last-child {
    width: 199px;
  }
  .footer_top .contacts .complex_link {
    gap: 5px;
  }
  .footer_top .contacts > li > a:not(.complex_link),
  .footer_top .contacts > li > span:not(.complex_link) {
    margin-left: 23px;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    row-gap: 30px;
  }
  .subcategories li {
    width: calc(33.3% - 7px);
  }
  .product_list_controls .load_more {
    width: 250px;
  }
  .catalog_section .catalog_filter {
    width: 288px;
  }
  .product_card_wrapper .product_top_wrap {
    gap: 20px;
  }
  .product_card_wrapper .product_info_top,
  .product_card_wrapper .availability {
    font-size: 14px;
  }
  .product_card_wrapper .availability .indicator {
    width: 6px;
    height: 6px;
  }
  .product_card_wrapper .properties .name {
    width: 50%;
  }
  .footer_top .socials {
    gap: 15px;
  }
}

@media screen and (max-width: 992px) {
  #header_cart_link span:last-child {
    margin: 0;
    font-size: 14px;
  }
  #header_account_link {
    display: flex;
    font-size: 14px;
    gap: 10px;
  }
  header {
    position: relative;
    z-index: 4;
  }
  header .logo img {
    width: 55px;
  }
  .header_catalog {
    height: auto;
    padding: 12px 0;
  }
  .header_bottom_wrapper > div:not(.header_catalog) {
    gap: 10px;
  }
  #main_menu_open,
  #mobile_menu_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
/*
  #main_menu_close {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 2;
  }
  #main_menu_close svg path {
    stroke: #28383C;
  }

  #main_menu {
    position: absolute;
    top: 100%;
    bottom: unset;
    height: calc(100vh - 100%);
    width: 100%;
    border-top: 1px solid #28383C;
    overflow-y: auto;
  }
  */
  .content_table table{
    min-width: 100%;
  }
  .content_table{
    width: 100%;
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .catalog_section .catalog_list_wrapper{
    width:100%;
  }
  .container {
    padding: 0 12px;
  }
  .mobile_only {
    display: initial;
  }
  /*
  #main_menu .menu_header,
  */
  .header_top,
  .header_bottom_wrapper .phone_wrapper,
  .header_bottom_wrapper .h_search_form,
  .header_bottom_wrapper .header_catalog {
    display: none;
  }
  .h_search_form {
    max-width: 460px;
    margin: 0;
  }
  header .catalog_link {
    flex-shrink: 0;
  }
  .header_bottom_wrapper {
    gap: 0;
    padding-top: 12px;
  }
  .mobile_header_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .front_slider .slide_wrapper {
    padding: 16px 24px;
    flex-direction: column;
    height: auto;
  }
  .front_slider .slide_description {
    max-width: unset;
  }
  .front_slider .slide_description .slide_title {
    max-width: 500px;
    font-size: 30px;
  }
  .front_slider .slide_description a {
    margin: 20px 0;
  }
  .front_slider .slide_product {
    margin-top: 40px;
    margin-left: 0;
    align-items: center;
    justify-content: unset;
  }
  .front_slider .slide_product:before {
    transform: rotate(75deg);
    height: 1500px;
    left: 35px;
    top: -290px;
  }
  .front_slider .slide_product .image_wrapper {
    max-width: 235px;
    max-height: 106px;
  }
  .front_slider .image_description {
    margin-left: 0;
    margin-top: 25px;
  }
  .front_slider .slick-next_arrow {
    right: 5px;
  }
  .front_slider .slick-prev_arrow {
    left: 5px;
  }
  #mobile_menu_open {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-right: 12px;
  }
  #mobile_menu_open:hover svg path,
  #mobile_menu_close:hover svg path,
  #mobile_catalog_close:hover svg path,
  #mobile_filter_close:hover svg path {
    stroke: #E3711E;
  }
  .page_section.front_slider_section {
    margin-bottom: 0;
  }
  .page_section:not(.front_slider_section) {
    margin-bottom: 0;
    padding: 20px 0;
  }
  .breadcrumbs_wrapper {
    padding-bottom: 0;
  }
  .section_title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .page_section.product_section + .page_section .section_title {
    margin-bottom: 20px;
  }
  .page_section.product_section + .page_section .slick_arrow {
    top: -63px;
  }
  .featured_brands {
    flex-wrap: wrap;
  }
  .featured_brands.featured_brands_main{
    flex-wrap:nowrap;
  }
  .featured_brands li {
    width: calc(33.3% - 20px);
    text-align: center;
  }
  .featured_brands li:last-child {
    width: 100%;
  }
  .featured_brands .brands_link {
    padding: 16px 49px;
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  .product_wrap .availability,
  .product_wrap .product_link,
  .product_wrap .old_price,
  .product_wrap .product_description,
  .text_section_wrap,
  .product_image_wrap .product_status {
    font-size: 12px;
  }
  .text_section_wrap .subtitle {
    font-size: 16px;
  }
  .product_like {
    width: 36px;
    height: 36px;
  }
  .product_image_wrap .product_like {
    right: -7px;
  }
  .product_like svg {
    width: 20px;
    height: 20px;
  }
  .footer_top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    column-gap: 65px;
  }
  .footer_top .footer_column {
    align-items: center;
  }
  .footer_top .footer_column:first-child {
    width: 100%;
    gap: 20px;
  }
  .footer_top .footer_column > ul {
    align-items: center;
  }
  .catalog_section .catalog_filter {
    display: none;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0;
    height:100%;
    overflow-y: auto;
  }
  .catalog_section .catalog_filter .filter_header {
    justify-content: flex-start;
    gap: 10px;
    padding: 30px 20px 20px;
  }
  #mobile_filter_close {
    margin-left: auto;
  }
  .catalog_section .catalog_filter .filter_header span svg {
    display: none;
  }
  #mobile_menu_close,
  #mobile_catalog_close,
  #mobile_filter_close {
    display: block;
  }
  #mobile_filter_open {
    display: flex;
  }
  .catalog_controls {
    flex-wrap: wrap;
    gap: 10px;
  }
  .catalog_controls form{
    flex-wrap: wrap;
    gap: 10px;
    width:100%;
    justify-content: space-between;
    padding: 0 20px;
  }
  .product_card_wrapper .product_top_wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .product_card_wrapper .product_gallery {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 435px;
  }
  .product_gallery .product_nav_slider li {
    margin: 0 4.4px;
    width: 50px !important;
    height: 50px !important;
  }
  .product_main_slider {
    margin-bottom: 10px;
    width: 435px;
    height: 435px;
  }
  .product_main_slider li {
    height: 435px;
  }
  .product_nav_slider {
    width: 100%;
    max-width: 351px;
    align-self: center;
    padding: 0 26.5px;
    margin: 0;
  }
  .product_gallery .product_status {
    left: 12px;
  }
  .product_card_wrapper .product_info,
  .product_card_wrapper .old_price,
  .product_card_wrapper .quantity_wrapper,
  .product_card_wrapper .properties li,
  .review_list .review_wrapper .review_text {
    font-size: 14px;
  }
  .product_card_wrapper .product_info_top {
    margin-bottom: 20px;
  }
  .product_card_wrapper .product_info {
    margin-bottom: 30px;
  }
  .product_card_wrapper .price {
    font-size: 20px;
  }
  .product_card_wrapper .stock span,
  .review_list .review_header {
    font-size: 16px;
  }
  .product_card_wrapper .buttons_wrap {
    margin-top: 30px;
  }
  .product_card_wrapper .product_mid_wrap .columns_wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .product_card_wrapper .product_info_column {
    width: 100%;
  }
  .product_card_wrapper .product_info_column .column_header,
  .product_card_wrapper .product_bottom_wrap .review_section_header {
    font-size: 18px;
  }
  .product_card_wrapper .properties li {
    padding: 8px;
  }
  .product_card_wrapper .properties .name {
    width: 66%;
  }
  .product_card_wrapper .product_bottom_wrap {
    margin-top: 70px;
  }
  .product_card_wrapper .review_count {
    font-size: 12px;
  }
  .product_card_wrapper .review_list {
    flex-direction: column;
    gap: 16px;
  }
  .product_card_wrapper .review_list li {
    width: 100%;
  }
  .page_section.product_section > .container {
    padding: 0;
  }
  .review_list .review_wrapper,
  .product_card_wrapper {
    padding: 20px 12px;
  }
  .product_wrap .product_image_wrap {
    padding: 4.5px;
    height: 160px;
  }
  .product_image_wrap .product_status {
    top: 20px;
  }
  .product_image_wrap .product_like {
    right: 0;
  }
  .product_wrap {
    padding: 8px;
    padding-bottom: 15px;
  }
  .header_catalog_wrapper .category_nav > li {
    width: auto;
  }
  .product_wrap .product_link {
    min-height: 40px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .product_wrap .price,
  .product_wrap .product_size {
    font-size: 14px;
  }
  .product_wrap .product_cart_link {
    width: 36px;
    height: 36px;
  }
  .product_wrap .product_cart_link svg,
  .product_card_wrapper .product_cart_link svg {
    width: 17px;
    height: 36px;
  }
  .text_section_wrap p,
  .text_section_wrap li {
    font-size: 12px !important;
  }
  .page_section.highlighted {
    padding: 30px 0;
  }
  .footer_mid span:last-child {
    width: auto;
  }
  .text_section_wrap .collapse {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    max-height: 230px;
  }
  footer {
    padding-top: 24px;
  }
  .footer_mid {
    margin-top: 24px;
    flex-direction: column;
    gap: 15px;
  }
  .category_slider .category_wrapper {
    height: 200px;
  }
  .featured_brands_main li a {
    height: 100px;
  }
  .featured_brands_main li a img {
    max-height: 80px;
  }
  .header_left {
    width: auto;
  }
  .filter_body {
    position: relative;
    padding-bottom: 84px;
  }
  .filter_body .buttons_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
    background-color: #fff;
    z-index: 3;
    border-top: 1px solid #efefef;
  }
  .filter_body .buttons_wrap a {
    width: calc(50% - 10px);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    max-width: 300px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
  }
  .filter_body .buttons_wrap a:first-child {
    background-color: #28383c;
    color: #fff;
  }
  .filter_body .buttons_wrap a:last-child {
    border: 1px solid #eaeaea;
    background-color: #fbfbfb;
    color: #28383C;
  }
  .filter_body .buttons_wrap a:hover {
    background-color: #e3711e;
    border-color: #e3711e;
    color: #fff;
  }
  .product_list > li {
    width: 25%;
  }
  .menu_subcategory_wrapper {
    padding: 12px;
  }
  .menu_subcategory_wrapper a {
    font-size: 14px;
  }
  .page_section.product_section + .page_section {
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 768px) {
  .product_card_wrapper .properties .name {
    width: 45%;
  }
  .product_list > li {
    width: 33.33%;
  }
  .category_nav > li {
    width: calc(33.33% - 6.67px);
  }
  .category_slider .category_wrapper {
    height: 150px;
  }
  .page_section.view_all_section {
    position: relative;
    padding-bottom: 84px;
  }
  .page_section.view_all_section .section_header a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .stock_available{
    align-items: flex-start;
    flex-direction: column;
  }
  .product_wrap .stock{
    font-size:12px;
  }
  .front_slider .slide_description .slide_title {
    font-size: 24px;
  }
  .front_slider .slide_product:before {
    transform: rotate(78deg);
    top: -320px;
  }
  .front_slider .slide_description .slide_bottom_text,
  .front_slider .slide_description a {
    font-size: 14px;
  }
  .front_slider .image_description {
    font-size: 11px;
  }
  .front_slider .image_description .highlighted {
    font-size: 13px;
  }
  .section_title {
    font-size: 20px;
  }
  .footer_mid {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .footer_mid span:last-child {
    width: auto;
  }
  .mobile_menu_header {
    flex-wrap: wrap;
  }
  #mobile_menu .login_link {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
  }
  .product_card_wrapper .product_bottom_wrap .review_star_list {
    margin-left: 15px;
  }
  .h_search_form {
    max-width: 300px;
  }
}

@media screen and (max-width: 650px) {
  .h_search_form {
    max-width: 230px;
  }
  .subcategories li {
    width: calc(50% - 5px);
  }
  .category_nav > li {
    width: calc(50% - 5px);
  }
  .catalog_options {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .catalog_controls .product_count_wrap {
    width: 100%;
    justify-content: space-between;
  }
  .product_list > li {
    width: 50%;
  }
  .product_list > li:nth-child(3n + 1) .product_wrap {
    border-left: none;
  }
  .product_list > li:nth-child(-n + 3) .product_wrap {
    border-top: none;
  }
  .product_list > li:nth-child(2n + 1) .product_wrap {
    border-left: 1px solid #EFEFEF;
  }
  .product_list > li:nth-child(-n + 2) .product_wrap {
    border-top: 1px solid #EFEFEF;
  }
  .product_list_controls {
    flex-direction: column;
    gap: 20px;
  }
  .product_list_controls .load_more {
    width: 100%;
    max-width: 350px;
  }
  .product_card_wrapper .product_bottom_wrap .review_section_header {
    flex-wrap: wrap;
  }
  .product_card_wrapper .add_review {
    min-width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .product_card_wrapper .product_bottom_wrap .review_star_list {
    margin-left: auto;
  }
}

@media screen and (max-width: 500px) {
  #main_menu{
    max-width:375px;
    width:100%;
  }
  #main_menu .menu_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .menu_header #header_account_link{
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
    width: max-content;
    height: 40px;
    border-radius: 20px;
  }
  .product_card_wrapper .properties li {
    justify-content: space-between; 
  }
  .product_card_wrapper .properties .name {
    width: auto;
  }
  .product_card_wrapper .properties .value {
    text-align: right;
  }
  footer .collapse {
    pointer-events: initial;
  }
  footer .collapsed .collapse svg {
    transform: none;
  }
  .footer_column:nth-child(n + 2) {
    width: 100%;
    align-items: flex-start;
  }
  .footer_column .column_header {
    width: 100%;
    justify-content: space-between;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    align-items: flex-start;
  }
  #header_account_link,
  .front_slider .full_image {
    display: none;
  }
  .header_menu {
    gap: 0;
  }
  .front_slider .mobile_image {
    display: initial;
  }
  .front_slider li.slick-slide a {
    display: block;
    width: 100%;
  }
  .front_slider li.slick-slide a img {
    width: 100%;
  }
  .mobile_header_bottom_wrapper {
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
  }
  .header_catalog {
    padding: 0;
  }
  .header_catalog,
  .header_catalog .catalog_link {
    width: 100%;
  }
  .h_search_form {
    max-width: unset;
  }
  header .catalog_link {
    justify-content: center;
  }
  .header_bottom_wrapper .logo img {
    max-width: 130px;
  }
  .front_slider .slide_product:before {
    transform: rotate(80deg);
    top: -330px;
  }
  .section_title {
    font-size: 20px;
  }
  .featured_brands li {
    width: calc(50% - 15px);
  }
  .featured_brands .brands_link {
    display: block;
    width: 100%;
    padding: 13px;
  }
  .product_image_wrap img {
    max-height: 120px;
    max-width: 120px;
  }
  .footer_top {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
  }
  .footer_top .footer_column:nth-child(3) {
    order: unset;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    flex-wrap: nowrap;
    max-height: unset;
    width: 100%;
    align-items: stretch;
  }
  .footer_top .socials {
    width: 100%;
    justify-content: center;
  }
  .footer_column .column_header {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .footer_column .collapse {
    cursor: pointer;
  }
  .footer_column .collapse svg {
    display: initial;
  }
  .column_header:not(.collapsed) svg {
    transform: scaleY(-1);
  }
  .footer_top .footer_column .column_header.collapsed {
    margin-bottom: 0;
  }
  .footer_mid {
    margin-top: 30px;
  }
  .subcategories li {
    width: calc(50% - 5px);
  }
  .product_card_wrapper .quantity_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .product_card_wrapper .compare {
    font-size: 0;
    gap: 0;
    width: 44px;
  }
  .product_card_wrapper .product_gallery {
    max-width: 310px;
  }
  .product_main_slider {
    width: 310px;
    height: 310px;
  }
  .product_main_slider li {
    height: 310px;
  }
  .product_card_wrapper .product_info_top {
    flex-wrap: wrap;
  }
  .product_card_wrapper .product_info_top .article {
    margin-right: 50px;
  }
  .catalog_controls .chosen-container-single .chosen-single span {
    width: 0;
  }
  .chosen-container.chosen-with-drop .chosen-drop {
    width: 175px !important;
    right: 0;
    left: unset;
  }
}

@media screen and (max-width: 379px) {
  .category_slider {
    margin-left: -202px;
    clip-path: inset(-100px 0 0 200px);
  }
}

@media screen and (max-width: 374px) {
  .product_card_wrapper .properties li {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .blog_slider .post_wrapper {
    height: 200px;
  }
  .blog_slider .post_wrapper .article_info {
    padding: 12px;
  }
  .header_promo .promo_wrapper {
    gap: 7px;
    flex-wrap: wrap;
  }
  .header_promo .promo_wrapper,
  .header_promo .promo_wrapper a {
    font-size: 12px; 
  }
  .header_promo .promo_wrapper svg {
    max-width: 18px;
  }
  .category_slider {
    margin-left: -142px;
    clip-path: inset(-100px 0 0 140px);
  }
  .header_bottom_wrapper .logo img {
    max-width: 100px;
  }
  #mobile_menu_open {
    padding: 6px;
    margin-right: 6px;
  }
  .header_menu a {
    padding: 8px;
  }
  .front_slider .slide_description .slide_title {
    font-size: 20px;
  }
  .product_list_controls .pagination li > * {
    width: 40px;
    height: 40px;
  }
  .product_wrap .product_cart_link {
    font-size: 0;
    gap: 0;
  }
  .product_wrap .product_cart_link svg {
    display: initial;
  }
  /*.product_slider .slick_arrow {
    width: 32px;
    height: 32px;
    top: -64px;
  }
  .product_slider .slick-prev_arrow {
    right: 37px;
  }*/
  .product_info_wrap .price_wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .product_image_wrap .product_status {
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .catalog_controls .product_count_wrap {
    gap: 10px;
  }
  .catalog_controls form {
    padding: 0;
  }
  .product_card_wrapper .product_gallery {
    max-width: 255px;
  }
  .product_main_slider {
    width: 255px;
    height: 255px;
  }
  .product_main_slider li {
    height: 255px;
  }
  .product_nav_slider {
    max-width: 255px;
  }
  .footer_mid .legal {
    flex-direction: column;
    gap: 15px;
  }
}