@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: Inter;
}
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 *,
button {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
nav {
  list-style: none;
}
body {
  font-family: Inter;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
.body--active {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
}
.seo_section .container,
footer .container {
  padding: 0 50px;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #303030;
  opacity: 0.2;
  z-index: 10;
}
.header_top,
.header_bottom {
  position: relative;
  z-index: 11;
}
.header_top {
  background-color: #262626;
}
.header_top a,
.header_top span {
  font-weight: 500;
  font-size:13px;
  color: #fff;
}
.header_top nav ul,
.socials {
  display: flex;
  align-content: center;
  gap: 30px;
}
.socials {
  gap: 10px;
}
.header_top_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}
.header_bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0px 0;
}
.header_bottom_wrapper {
  gap: unset;
  position: relative;
}
.header_bottom {
  background-color: #000;
  color: #fff;
}
.header_bottom .logo {
  flex-shrink: 0;
}
.header_bottom a {
  color: #fff;
}
.header_bottom .catalog_link,
.header_top .catalog_link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  background-color: #E61E29;
}
.contacts_wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 10px;
  font-weight: 500;
}
.header_menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header_menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.header_menu a .counter {
  position: absolute;
  top: -4.5px;
  right: -6px;
  padding: 4px;
  min-width: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
}
#header_cart_link {
  border-radius: 4px;
  background-color: #E61E29;
}
.h_search_form {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 413px;
}
.h_search_form input {
  padding: 13px 15px;
  padding-right: 57px;
  border: 1px solid #4A4949;
  border-radius: 4px;
  background-color: #222222;
  width: 100%;
  font-size: 15px;
  color: #7E7E7E;
  transition-duration: .3s;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.h_search_form input:focus {
  color: #fff;
}
.h_search_form button {
  position: absolute;
  top: 0;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header_catalog_popup {
  display: none;
  position: absolute;
  z-index: 11;
  top: 55px;
  left: 0px;
  right: 0px;
  padding-top: 21px;
}
.header_catalog_popup a {
  color: #000;
}
.header_catalog_wrapper {
  background-color: #fff;
  width: 100%;
  position: relative;
  display: flex;
}
.catalog_list > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  width: 320px;
  border-bottom: 1px solid #EFEFEF;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.catalog_list > li > a:hover,
.catalog_list > li.active > a,
.category_nav > li > a:hover,
.category_nav > li.active > a {
  background-color: #ECECEC;
  color: #FF3131;
}
.catalog_list > li > a:hover svg path,
.catalog_list > li.active > a svg path,
.category_nav > li > a:hover svg path,
.category_nav > li.active > a svg path {
  stroke: #FF3131;
}
.catalog_list > li:last-child > a,
.header_catalog_wrapper .category_nav > li:last-child > a {
  border-bottom: none;
}
.catalog_list > li > a svg,
.catalog_list > li > a img {
  flex-shrink: 0;
}
.catalog_list > li > a svg:last-child {
  margin-left: auto;
  align-self: flex-start;
}
.header_catalog_wrapper .category_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-left: 320px;
  background-color: #fff;
  z-index: 3;
  display: none;
}
.header_catalog_wrapper .category_nav > li {
  width: 320px;
}
.header_catalog_wrapper .category_nav > li > a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  padding: 5px 10px 5px;
  border-bottom: 1px solid #EFEFEF;
  background-color: #fff;
  position: relative;
  z-index: 4;
}
.header_catalog_wrapper .category_nav > li:first-child > a {
  padding-top: 18px;
}
.header_catalog_wrapper .subcategory_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  padding-left: 660px;
  background-color: #fff;
  display: none;
  flex-wrap: wrap;
  align-content: flex-start;
}
.header_catalog_wrapper .subcategory_nav {
  display: none;
  flex-wrap: wrap;
  align-items: stretch;
}
.header_catalog_wrapper .subcategory_nav > li {
  position: relative;
  width: calc(33.33%);
}
.subcategory_nav a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 5px;
  border-right: 1px solid #EFEFEF;
}
.subcategory_nav > li:nth-child(3n) a {
  border-right: none;
}
.subcategory_nav > li:nth-child(3n) a:after {
  position: absolute;
  content: "";
  right: 0;
  width: 640px;
  bottom: -0.5px;
  height: 1px;
  background-color: #EFEFEF;
}
.header_menu a span:not(.counter),
#mobile_menu_open {
  display: none;
}
#mobile_menu,
#mobile_catalog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 15;
  overflow-y: auto;
}
#mobile_catalog {
  height: 100vh;
  overflow-y: hidden;
}
#mobile_catalog .catalog_list,
#mobile_catalog .category_nav,
#mobile_catalog .subcategory_nav {
  padding: 10px 16px;
  height: calc(100vh - 96px);
  overflow-y: auto;
}
.menu_header {
  padding: 20px 16px;
  background-color: #000;
  display: flex;
  align-items: center;
  gap: 30px;
}
#mobile_menu .menu_content_wrapper {
  display: flex;
  flex-direction: column;
  padding:  20px 15px;
  padding-bottom: 30px;
  min-height: calc(100% - 107px);
}
#mobile_menu .menu_content_wrapper > ul:first-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
#mobile_menu .menu_content_wrapper > ul:first-child a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
}
#mobile_menu .catalog_link {
  color: #FF3131;
  font-weight: 600;
}
#mobile_menu .catalog_link svg:first-child {
  width: 24px;
  height: 24px;
}
#mobile_menu .catalog_link svg rect {
  stroke: #FF3131;
}
#mobile_menu nav a,
#mobile_menu .contacts_wrapper a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
}
#mobile_menu nav {
  margin-bottom: 20px;
}
#mobile_menu .contacts_wrapper {
  margin-top: auto;
}
#mobile_menu .contacts_wrapper a{
  display: flex;
  align-items: center;
  gap: 10px
}
#mobile_menu .contacts_wrapper a svg path{
  stroke: #000;
}
#mobile_menu .socials {
  padding: 10px 0;
  flex-wrap: wrap;
}
#mobile_menu .socials svg {
  width: 36px;
  height: 36px;
}
#mobile_menu .catalog_link svg:last-child {
  margin-left: auto;
}
#mobile_menu #header_account_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #E61E29;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
#mobile_menu_close {
  order: 3;
}
.menu_header .logo {
  margin-right: auto;
}
.logo img {
  max-width: 230px;
  margin-top:3px;
}
.page_section {
  padding: 15px 0;
}
.page_section.front_slider_section {
  padding: 0;
  margin-bottom:20px;
}
.page_section.seo_section {
  padding: 20px 0;
  background-color: #FAFAFA;
}
.page_section.category_section {
  padding-top: 0;
  padding-bottom: 20px;
}
.page_section.product_section {
  padding: 0;
}
.product_section + .page_section {
  padding: 30px 0;
}
.section_title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}
.section_header .section_title {
  text-align: left;
  padding-right: 100px;
}
.category_section .section_header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.category_section .section_header .section_title,
.product_section .section_title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}
.product_section .section_title {
  max-width: 885px;
  text-align: left;
  margin-bottom: 10px;
}
.seo_section .section_title {
  text-align: left;
  font-weight: 600;
}
.product_main_slider .slick_arrow,
.front_slider .slick_arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 2;
}
.product_main_slider .slick-next_arrow,
.front_slider .slick-next_arrow {
  right: 10px;
}
.product_main_slider .slick-prev_arrow,
.front_slider .slick-prev_arrow {
  left: 10px;
}
.front_slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front_slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.front_slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.29);
  font-size: 0;
}
.front_slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.categories {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
.categories.slick-slider {
  margin: 0 -5px;
}
.categories li.slick-slide {
  margin: 0 5px;
}
.categories > li {
  width: calc(25% - 7.5px);
}
.categories > li:nth-child(n+5):nth-child(-n+9),
.categories > li:nth-child(n+14):nth-child(-n+18),
.categories > li:nth-child(n+23):nth-child(-n+27) {
  width: calc(20% - 8px);
}
.category_section .categories > li{
  width:calc(100% / 8 - 10px)!important;
}
.categories a {
  position: relative;
  display: block;
  height: 250px;
}
.category_section .categories a {
  height: auto!important;
}
.categories img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categories a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 49, 49, 1) 0%, rgba(217, 42, 42, 0.85) 20%, rgba(154, 30, 30, 0.5) 43%, rgba(80, 15, 15, 0.2) 70.5%, rgba(0, 0, 0, 0) 100%);
  transition-duration: .3s;
}
.categories .name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  border-left: 4px solid #ff3131;
  font-size: 16px;
  font-weight: 700;
  line-height: 131%;
  text-transform: uppercase;
  color: #fff;
}
.category_section .categories .name {
  font-size: 13px;
  bottom: 11px;
  left: 0;
  display: block;
  width: 100%;
  text-transform:none!important;
  font-weight:600!important;
}
.car_models,
.car_brands {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.car_models > li,
.car_brands > li {
  width: calc(100% / 9);
}
.car_models > li{
  position: relative;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-right: 1px solid #E5E5E5;
}
.car_models > li a{
  overflow:hidden;
  font-size: 16px;
  line-height:120%;
  font-weight: 500;
  color: #000;
  text-align:center;
}
.car_models > li:hover a{
  color:#E61E29;
}
.car_brands > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  padding: 20px;
  border-right: 1px solid #E5E5E5;
}
.car_models img,
.car_brands img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.car_models > li:nth-child(9n),
.car_brands > li:nth-child(9n) > a {
  border-right: none;
}
.blog{
  display: flex;
  list-style: none;
  margin: 0px!important;
  padding: 0px!important;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 15px;
}
.blog > li{
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
}
.car_models > li:nth-child(9n):after,
.car_brands > li:nth-child(9n) > a:after {
  position: absolute;
  content: "";
  left: -1320px;
  right: 0;
  bottom: -0.5px;
  height: 1px;
  background-color: #E5E5E5;
}
.product_slider {
  clip-path: inset(-66px 1px 0 1px);
}
.blog_slider {
  clip-path: inset(-66px 1px 0 0);
}
.product_slider {
  margin-top: -5px;
  margin-bottom: -5px;
}
.product_slider .slick-track {
  padding: 5px 0;
}
.product_slider .slick_arrow,
.blog_slider .slick_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -64px;
  border: 1px solid #efefef;
}
.product_slider .slick-prev_arrow,
.blog_slider .slick-prev_arrow {
  right: 45px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: none;
}
.product_slider .slick-next_arrow,
.blog_slider .slick-next_arrow {
  right: 1px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.product_wrap {
  position: relative;
  padding: 15px;
  padding-bottom: 20px;
  border: 1px solid #EFEFEF;
}
.product_slider li.slick-slide:not(:first-child) .product_wrap {
  border-left: none;
}
.product_wrap .image_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px;
  padding-bottom: 15px;
}
.product_wrap .image_wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product_wrap .image_wrapper img.img_f{
  display: block;
  opacity:1;
  visibility:visible;
}
.product_wrap .image_wrapper img.img_s{
  opacity:0;
  visibility:hidden;
  position:absolute;
}
.product_wrap:hover .image_wrapper img.img_f{
  opacity:0;
  visibility:hidden;
}
.product_wrap:hover .image_wrapper img.img_s{
  opacity:1;
  visibility:visible;
}
.product_status {
  position: absolute;
  display: block;
  padding: 6px 12px;
  border-radius: 2px;
  top: 0;
  left: 0;
  font-weight: 600;
}
.product_status.sale {
  background-color: #FF3131;
  color: #fff;
}
.product_status.new {
  background-color: #000;
  color: #fff;
}
.product_status.top {
  background-color: #E5E5E5;
}
.product_wrap_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #7E7E7E;
  position: relative;
  z-index: 2;
}
.stock {
  color: #35ad41;
}
.product_section_header .stock {
  font-weight: 500;
}
.stock.out_of_stock {
  color: #FF3131;
}
.product_wrap .product_link {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  height: 54px;  
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_wrap .product_link:after,
.post_wrapper a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-duration: .3s;
}
.price_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_wrap .price {
  font-weight: 600;
  font-size: 18px;
}
.price_wrapper .price {
  color: #ff3131;
}
.price_wrapper .old_price {
  font-weight: 500;
  font-size: 16px;
  text-decoration: line-through;
  color: #838383;
}
.product_wrap .buttons_wrap,
.product_info_wrap .buttons_wrap {
  display: flex;
  align-items: stretch;
  gap: 5px;
  margin-top: 20px;
}
.product_wrap .buttons_wrap a,
.product_info_wrap .buttons_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 44px;
}
.product_wrap .buttons_wrap a {
  position: relative;
  z-index: 2;
}
.product_wrap .product_cart_link,
.product_info_wrap .product_cart_link {
  width: 100%;
  gap: 10px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
.product_info_wrap .product_cart_link {
  max-width: 191px;
  font-weight: 600;
}
.product_wrap .product_like,
.product_info_wrap .product_like {
  background-color: #F4F4F6;
  width: 44px;
  flex-shrink: 0;
}
.product_like.active svg path {
  fill: #000;
}
.post_wrapper {
  position: relative;
}
.slider_content_options {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.slider_content_options a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 26px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.slider_content_options li.active a,
.slider_content_options a:hover {
  border-color: #000;
}
.slider_content_options li.active a.sale,
.slider_content_options a.sale:hover {
  border-color: #FF3131;
}
.slider_content_options .sale {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FF3131;
}
.product_slider_wrapper {
  position: relative;
  height: max-content;
}
.product_slider_wrapper .tab_content {
  display: block;
  position: relative;
}
.product_slider_wrapper .tab_content.active {
  opacity: 1;
  z-index: 2;
}
.blog .post_wrapper,
.blog_slider .post_wrapper {
  padding: 0 15px;
  border-right: 1px solid #EFEFEF;
}
.post_wrapper .image_wrapper {
  height: 223px;
  border-radius: 4px;
  overflow: hidden;
}
.post_wrapper .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
  margin: 15px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.post_wrapper .post_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_wrapper .date {
  font-weight: 500;
  font-size: 16px;
  color: #959595;
}
.post_wrapper a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.seo_section .text_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.seo_section .subtitle {
  font-size: 20px;
  font-weight: 400;
}
.seo_section ul {
  list-style: disc;
  padding-left: 20px;
}
.seo_section .hide {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.footer_top {
  padding: 40px 0;
  background: url(../img/footer_background.jpg) center no-repeat;
  background-size: cover;
}
.footer_bottom {
  padding: 15px 0;
  background-color: #000;
}
footer a,
footer span {
  color: #fff;
}
.footer_top a,
.footer_top span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.footer_top_wrapper,
.footer_bottom_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.footer_bottom_wrapper {
  gap: unset;
  justify-content: space-between;
  align-items: center;
}
.footer_column .column_header {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}
.footer_column > ul {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  row-gap: 80px;
  column-gap: 15px;
  max-height: 225px;
}
.footer_worktime{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.footer_column > ul > * {
  writing-mode: initial;
}
.footer_column:first-child > ul {
  max-height: 360px;
}
.footer_column:not(:last-child) > ul a,
.footer_column:not(:last-child) > ul span {
  display: block;
  max-width: 168px;
  line-height: 22px;
}
.footer_column:last-child > ul > li > a,
.footer_column:last-child > ul > li > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_top .socials a {
  display: flex;
}
.footer_top .socials svg {
  width: 36px;
  height: 36px;
}
.footer_bottom a,
.footer_bottom span {
  font-weight: 500;
}
.footer_bottom_wrapper > a:last-child {
  margin-left: 85px;
}
.footer_bottom_wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_bottom_wrapper .legal {
  gap: 30px;
}
.footer_bottom_wrapper .legal a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.breadcrumbs_wrapper {
  padding: 20px 0;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 34px;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumbs a {
  color: #8A8A8A;
}
.breadcrumbs a:hover {
  color: #E61E29;
}
.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;
}
.sorting_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #838383;
}
.sorting_wrapper form{
  display:flex;
  align-items:center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #838383;
}
.sorting_wrapper select {
  display: none;
}
.sorting_wrapper .chosen-container {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  width: auto !important;
  min-width: 175px !important;
  color: #0F0F0F;
}
.sorting_wrapper .chosen-single {
  height: 37px;
  line-height: 37px;
  border: 1px solid #E0E0E0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0F0F0F;
  border-radius: 8px;
  width: 100%;
}
.sorting_wrapper .chosen-search {
  display: none;
}
.sorting_wrapper .chosen-drop {
  border: 1px solid #E0E0E0 !important;
  padding-top: 5px;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sorting_wrapper .chosen-with-drop {
  box-shadow: 0px 0px 12px 0px rgba(28, 28, 27, 0.1);
}
.sorting_wrapper .chosen-results li {
  transition-duration: .3s;
  line-height: 20px;
}
.sorting_wrapper .chosen-results li.highlighted {
  background: #fff;
  color: #E61E29;
}
.sorting_wrapper .chosen-container-single .chosen-single span {
  width: min-content;
  margin-right: 42px;
  padding-left: 2px;
}
.sorting_wrapper .chosen-container-single .chosen-single div {
  width: 42px;
}
.sorting_wrapper .chosen-single div b {
  background: url("../img/sorting_chosen.svg") center no-repeat !important;
  width: 42px;
  transition-duration: .3s;
}
.sorting_wrapper .chosen-with-drop div b {
  transform: scaleY(-1);
}
.category_section_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.category_section_wrapper .product_list_wrapper {
  width: 100%;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 0;
  row-gap: 10px;
}
.product_list > li {
  width: 25%;
}
.product_list .product_wrap {
  border-right: none;
}
.product_list > li:nth-child(4n) .product_wrap {
  border-right: 1px solid #EFEFEF;
}
.product_list_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.product_list_controls .load_more {
  padding: 12.5px 18px;
  border-radius: 4px;
  background-color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.load_more.load_more_disabled,
.pagination span.disabled {
  cursor:not-allowed;
  opacity:0.7;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 3px;
}
.pagination li > * {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: 600;
}
.pagination > li:first-child > *,
.pagination > li:last-child > *,
.pagination > li > span.skip {
  background-color: #fff !important;
}
.pagination > li > span.skip {
  color: #000;
}
.pagination a:not(.disabled):hover,
.pagination li.active a,
.pagination .active span,
.product_list_controls .load_more:hover {
  background-color: #E61E29!important;
}
.pagination a:not(.disabled):hover svg path {
  fill: #E61E29;
}
.pagination span {
  cursor: default;
}
.category_section_wrapper .catalog_filter {
  align-self: flex-start;
  width: 280px;
  background-color: #fff;
  flex-shrink: 0;
}
.category_section_wrapper .catalog_filter form{
  align-self: flex-start;
  width: 100%;
  display:flex;
  flex-direction:column;
  flex-shrink: 0;
  color: #0F0F0F;
}
.category_section_wrapper .catalog_filter .filter_header {
  display: none;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}
.category_section_wrapper .catalog_filter .filter_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  transition-duration: .3s;
  cursor: pointer;
}
.category_section_wrapper .catalog_filter .filter_item_head:hover svg path {
  stroke: #E61E29;
}
.category_section_wrapper .catalog_filter .filter_item_body {
  padding-bottom: 10px;
}
.category_section_wrapper .filter_item_head span,
.category_section .categories .name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.category_section_wrapper .catalog_filter .filter_item_head svg {
  flex-shrink: 0;
  transition-duration: .3s;
}
.category_section_wrapper .filter_item_head.collapsed svg {
  transform: scaleY(-1);
}
.category_section_wrapper .catalog_filter .price_input_wrapper {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
}
.category_section_wrapper .price_input_wrapper input {
  width: 35%;
  max-width: 76px;
  padding: 5px 10px;
  height: 30px;
  line-height: 20px;
  font-size: 16px;
  color: #0F0F0F;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 3px;
}
#filter_price_range {
  height: 4px;
  border-radius: 2px;
  border-color: #EDEDED;
}
.filter_price_range .range_slider_left {
  transform: translateX(8px);
}
.filter_price_range .range_slider_right {
  transform: translateX(-8px);
}
.category_section_wrapper .filter_item ul {
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2px 0;
}
.category_section_wrapper .filter_item_body ul::-webkit-scrollbar-track-piece {
  background-color: #E0E0E0;
  border-radius: 3px;
}
.category_section_wrapper .filter_item_body ul::-webkit-scrollbar-track {
  background-color: #E0E0E0;
  border-radius: 3px;
}
.category_section_wrapper .filter_item_body ul::-webkit-scrollbar-thumb {
  background-color: #E61E29;
  border-radius: 3px;
}
.category_section_wrapper .filter_item_body ul::-webkit-scrollbar-corner {
  background-color: #E61E29;
}
.category_section_wrapper .filter_item_body ul::-webkit-scrollbar {
  width: 4px;
}
.category_section_wrapper .filter_item ul li {
  margin-bottom: 8px;
  position: relative;
}
.category_section_wrapper .filter_item ul li.disabled_filter{
  display:none!important;
}
.category_section_wrapper .filter_checkboxes li:last-child {
  margin-bottom: 0;
}
.basket_page_no_call input,
.category_section_wrapper .filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.basket_page_no_call label,
.category_section_wrapper .filter_checkboxes li label {
  padding-left: 30px;
  padding-right: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  transition-duration: .3s;
  font-size: 15px;
  line-height: 18px;
}
.basket_page_no_call label span,
.category_section_wrapper .filter_checkboxes li label span.fval{
  display: flex;
  flex-direction: column;
  padding: 1px 3px;
  background: #efefef;
  max-width: max-content;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 13px;
}
.category_section_wrapper .filter_checkboxes li.disabled_filter label{
  cursor: not-allowed;
  opacity: 0.5;
}
.basket_page_no_call label:before,
.category_section_wrapper .filter_checkboxes li label:before {
  width: 18px;
  height: 18px;
  left: 0;
  top: 1px;
  position: absolute;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  content: "";
  transition: .3s;
}
.basket_page_no_call{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom:10px;
}
.basket_page_no_call input:checked + label:before,
.category_section_wrapper .filter_checkboxes li input:checked + label:before {
  border-color: #E61E29;
}
.basket_page_no_call label:hover:before,
.category_section_wrapper .filter_checkboxes label:hover:before {
  border-color: #E61E29;
}
.basket_page_no_call input:checked + label:after,
.category_section_wrapper .filter_checkboxes li input:checked + label:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  background: url(../img/checkbox_tick.svg) center no-repeat;
  background-size: contain;
}
.section_header #mobile_filter_open,
.catalog_filter .buttons_wrap {
  display: none;
}
.product_section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product_section_header .article {
  padding: 8px 10px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.product_section_header .rating_wrap,
.review_list .rating_wrap,
#review_form .rating_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  color: #8a8a8a;
}
.review_list .rating_wrap,
#review_form .rating_wrap {
  color: #808080;
}
#review_form .rating_wrap {
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.review_star_list {
  width: auto;
  display: flex;
  align-items: center;
  gap: 3px;
}
.review_star_list svg {
  display: block;
}
.review_star_list li.review_star_list_active svg path {
  fill: #FFD100;
  stroke: #FFD100;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_star--active_btn svg path {
  fill: #FFD100;
  stroke: #FFD100;
}
.review_star_list_dinamic--active svg path {
  fill: #FFD100!important;
}
.product_section_top {
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.product_section .product_gallery {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  width: 760px;
  height: min-content;
  overflow: hidden;
}
.product_main_slider {
  width: 650px;
  height: 575px;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  flex-shrink: 0;
}
.product_main_slider li {
  height: 575px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product_main_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.product_nav_slider li img {
  max-height: 70px;
  max-width: 70px;
  opacity: 0.7;
  transition-duration: .3s;
}
.product_nav_slider li.slick-current img,
.product_nav_slider li:hover img {
  opacity: 1;
}
.product_nav_slider {
  width: 90px !important;
  display: flex;
  margin: -4px 0;
  margin-right: 20px;
  padding: 3px 0;
}
.product_gallery .product_nav_slider li {
  height: 90px !important;
  width: 90px !important;
  margin: 4px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  transition-duration: .3s;
  position:relative;
}
.product_gallery .product_nav_slider li .play_video_icon{
  position:absolute;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  top: 0px;
  left:0px;
}
.product_nav_slider li.slick-current {
  border: 1px solid #FF3131;
}
.product_gallery .product_status {
  position: absolute;
  top: 20px;
  left: 130px;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
}
.product_section .product_info_wrap {
  width: 100%;
}
.product_info_wrap .product_status {
  position: static;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product_info_wrap .price_wrapper {
  gap: 15px;
  margin-bottom: 20px;
}
.product_info_wrap .price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
#order .product_info_wrap .price{
  font-size:20px;
}
.product_info_wrap .price_wrapper .price {
  margin-bottom: 0;
}
.product_info_wrap .old_price {
  font-size: 22px;
  font-weight: 400;
}
.product_options_wrap span {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}
.product_options {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.product_options a {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}
.product_options li.active a,
.product_options a:hover {
  border-color: #000;
}
.counter_outer {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
}
.counter_wrap {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}
.counter_wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
}
.counter_wrap button.disabled svg path {
  stroke: #9C9C9C;
}
.counter_wrap input {
  width: 50px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.product_info_wrap .buttons_wrap {
  margin-top: 20px;
}
.product_info_block a.collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.product_info_block .collapse svg {
  transform: scaleY(-1);
  transition-duration: .3s;
}
.product_info_block .collapse.collapsed svg {
  transform: none;
}
.product_info_wrap .buttons_wrap + .product_info_block {
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
}
.product_info_block .text_wrapper {
  line-height: 19px;
}
.product_info_block .text_wrapper strong,
.product_info_block .text_wrapper b{
  font-weight:bold;
}
.delivery_info > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.delivery_info > li:last-child {
  margin-bottom: 0;
}
.delivery_info .free {
  color: #35AD41;
}
.delivery_info > li > span:first-child {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 10px;
  line-height: 20px;
  width: 100%;
  max-width: 240px;
  flex: 1.5;
}
.delivery_info > li > span:first-child svg {
  flex-shrink: 0;
}
.delivery_info > li > span:nth-child(2) {
  text-align: center;
  flex: 1;
}
.info_popup_wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.info_popup_wrap > svg {
  margin-bottom: -5px;
}
.info_popup_wrap .popup_content {
  position: absolute;
  right: 0px;
  bottom: calc(100% + 11px);
  z-index: 3;
  width: 261px;
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
  background-color: #F4F4F6;
  opacity: 0;
  transition-duration: .3s;
  pointer-events: none;
}
.info_popup_wrap .popup_content p {
  font-weight: 500;
  line-height: 143%;
  color: #0f0f0f;
  margin-bottom: 10px;
}
.info_popup_wrap .popup_content p:last-child {
  margin-bottom: 0;
}
.info_popup_wrap:hover .popup_content {
  opacity: 1;
  pointer-events: unset;
}
.product_section_bottom {
  margin-top: 20px;
}
.tab_wrapper > ul {
  display: flex;
  align-items: center;
}
.tab_wrapper > ul li a {
  display: block;
  font-weight: 500;
  padding: 0 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  text-align: center;
  font-size: 16px;
}
.tab_wrapper > ul li.active a,
.tab_wrapper > ul li a:hover {
  text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 0 currentColor;
  color: #FF3131;
  border-color: #FF3131;
}
@supports (-webkit-text-stroke-width: 0.04ex) { /* 2017+, mobile 2022+ */
  .tab_wrapper > ul li.active a,
  .tab_wrapper > ul li a:hover { text-shadow: -0.03ex 0 0 currentColor, 0.03ex 0 0 currentColor;
             -webkit-text-stroke-width: 0.04ex; }
}
.tab_wrapper .tab_content {
  display: none;
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
  margin-top: -1px;
}
.tab_wrapper .tab_content.active {
  display: block !important;
}
.specs > li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  word-break: break-all;
}
.specs > li:nth-child(odd),
.review_list > li:nth-child(odd) {
  background-color: #F8F8F8;
}
.specs > li > span:first-child {
  width: 30%;
  max-width: 375px;
  flex-shrink: 0;
}
.specs > li a:hover{
  text-decoration:underline;
}
.tab_content .text_wrapper {
  max-width: 762px;
  font-size: 16px;
  line-height: 24px;
}
.review_list {
  flex: 1.5;
}
.review_list .review_wrap {
  padding: 15px;
}
.review_wrap .review_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #808080;
}
.review_wrap .name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.review_wrap .text_wrapper {
  width: 100%;
  max-width: unset;
  margin-top: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #4D4D4D;
}
.review_tab_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
#review_form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex: 1;
  max-width: 518px;
}
#review_form > span {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
}
#review_form input,
#review_form textarea {
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  font-size: 16px;
}
#review_form input::placeholder,
#review_form textarea::placeholder {
  color: #808080;
}
#review_form textarea {
  resize: none;
}
#review_form button {
  align-self: flex-start;
  border-radius: 4px;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.slick_arrow.slick-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
/* hovers */
.header_top .catalog_link:hover,
.header_bottom .catalog_link:hover,
.product_cart_link:hover,
#header_cart_link:hover,
.h_search_form button:hover,
#mobile_menu #header_account_link:hover,
#mobile_filter_open:hover,
#apply_filters:hover,
#review_form button:hover {
  background-color: #FF3131;
}
.h_search_form button:hover svg * {
  stroke: #fff;
}
.header_top a:not(.catalog_link):hover,
.contacts_wrapper a:hover,
.post_wrapper a:hover,
.seo_section .hide:hover,
footer a:hover,
#mobile_menu a:hover,
#reset_filters:hover,
.product_info_block a.collapse:hover {
  color: #FF3131;
}
.contacts_wrapper a:hover svg path,
.header_menu a:not(#header_cart_link):hover svg path,
footer ul:not(.socials) > li > a:hover svg path,
#mobile_menu ul:not(.socials) > li > a:hover svg path,
.menu_header button:hover svg path,
#mobile_menu_open:hover svg path,
#mobile_filter_close:hover svg path,
.product_info_block a.collapse:hover svg path,
.info_popup_wrap:hover svg path {
  stroke: #FF3131;
}
.socials a:hover,
.categories a:hover:after {
  opacity: 0.7;
}
.subcategory_nav a:hover {
  background-color: #F8F8F8;
}
.car_models > li img,
.car_brands > li > a img {
  transition-duration: .3s;
}
.car_models > li:hover img,
.car_brands > li > a:hover img {
  transform: scale(1.1);
}
.product_like:hover {
  background-color: #D6D6D6;
}
.product_wrap:hover .product_link:after {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.24);
}
.counter_wrap button:hover {
  background-color: #e5e5e5;
}
.h_search_form input:hover {
  background-color: #323232;
}
.slick_arrow:not(.slick-disabled):hover {
  background-color: #000;
}
.slick_arrow:not(.slick-disabled):hover svg path {
  stroke: #fff;
}
/* end of hovers */

.lang_select_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.lang_select_holder li a.active{
  color: #FF3131;
}
.review_list li.nocomments{
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  font-size: 14px;
}

.slick-track,.slick-list{
  min-width: 100%;
}
.contacts_wrapper{
  max-width:200px;
}
.go_top{
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  display:none;
  align-items: center;
  justify-content: center;
}
.go_top.active{
  display: flex;
  flex-direction: column;
}
.go_top:hover{
  transform: scale(1.1);
}
.go_top svg{
  width:25px;
  height:25px;
  transform: rotate(180deg);
}
.go_top svg path{
  stroke:#fff;
}
.hidden_filter{
  display:none!important;
}
.contacts_wrapper .address_link a span{
  padding-left: 10px;
}
.search_filter_val{
  width: 100%;
  line-height: 30px;
  height: 30px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  color: #404040;
  border-radius: 0px;
  border: 1px solid #222;
  padding: 5px 6px;
  margin-bottom: 10px;
}
.play_video_top{
  width: 40px;
  height: 30px;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 20px;
}
.play_video_top_t{
  width: 25px;
  height: 18px;
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 5px;
}
.play_video_top_t svg,
.play_video_top svg{
  width:100%;
  height:100%;
}
.logined svg path{
  stroke: #E61E29;
}
.filter_body{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.filter_body .filter_item{
  background: #f4f4f6;
  padding: 5px 10px;
  border-radius: 5px;
}
.filter_body .filter_item{
  background: #f4f4f6;
  padding: 5px 10px;
  border-radius: 5px;
}
.m_team_holder {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin:20px 0px;
  padding:0px!important;
}
.m_team_holder > li{
  width: calc(100% / 4 - 10px);
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  justify-content:center;
}
.m_team_holder > li .m_team img{
  display:block;
  width:100%;
}
.tpl_team .m_team{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:10px;
  align-items:center;
  justify-content:center;
  position:relative;
}
.tpl_team .m_team_info{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:10px;
  align-items:flex-start;
  justify-content:center;
}
.tpl_team .m_team_info span{
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0 10px;
  border-left: 4px solid #ff3131;
  font-size: 18px;
  font-weight: 700;
  line-height: 131%;
  text-transform: uppercase;
  color: #000;
}
.tpl_team .m_team_info p{    
  font-size: 14px;
  font-weight: 500;
  line-height: 131%;
}
#cart{
  display:none;
  position: absolute;
  top: 44px;
  right: 0px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  width: 300px;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 10px;
}
#cart .cart_product_list .pricing_wrap a:hover svg path{
  stroke:#fff!important;
}
#cart .go_basket{    
  background: #e61e29;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
#cart .go_basket:hover{
  background-color: #FF3131;
}
.cart_holder{
  position:relative;
}
#cart .cart_product_list li .product_image_wrap{
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
#cart .cart_product_list{
  width:100%;
  padding-bottom:0px;
  max-height: 420px;
  overflow: auto;
}
#cart .cart_product_list li{
  margin-bottom: 10px;
}
#cart .cart_product_list .delete_product{
  width: 25px;
  height: 25px;
}
#cart .cart_product_list .product_options{
  margin-bottom: 5px;
  font-size: 12px;
}
#cart .product_info_wrap .price{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
#cart .cart_product_list .product_name{
  color:#000!important;
  font-size: 12px;
  line-height: 120%;
  margin: 0 24px 10px 0;
  width: calc(100% - 30px);
}
.cart_holder:hover #cart{
  display: flex;
  flex-direction:column;
}
.pay_text{
  display:none;
  flex-direction: column;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 150%;
  background: #f8f8f8;
}
.pay_text.active{
  display:flex;
}
.pay_text_title{
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.prepay_label{
  background-color: #f5f5f5;
  color: #e61e29;
  border: 1px solid #e5e5e5;
  font-weight: 600;
  font-size: 15px;
  width: max-content;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.nocall_submit .req_text{
    flex-direction: row;
    gap:5px;
}
.atent{
      font-size: 15px;
    line-height: 18px;
}
.atent a{
  color:#E61E29;
    transition-duration: .3s;
}
.atent a:hover{
  text-decoration:underline;
}
@media screen and (max-width: 1400px) {
  .header_top nav ul {
    gap: 15px;
  }
  .h_search_form {
    max-width: 320px;
  }
  .footer_top_wrapper {
    gap: 30px;
    justify-content: space-between;
  }
  .product_section .product_gallery {
    width: 660px;
  }
  .tab_content .text_wrapper {
    max-width: 660px;
  }
  .product_main_slider {
    width: 550px;
  }
  .product_main_slider,
  .product_main_slider li {
    height: 500px;
  }
}

@media screen and (max-width: 1300px) {
  .header_bottom_wrapper {
    gap: 15px;
  }
  .header_top .socials,
  .header_bottom .contacts_wrapper {
    display: none;
  }
  .header_top_wrapper {
    padding: 15px 0;
  }
  .catalog_list > li > a,
  .header_catalog_wrapper .category_nav > li {
    width: 270px;
  }
  .header_catalog_wrapper .category_nav {
    padding-left: 270px;
  }
  .header_catalog_wrapper .subcategory_nav {
    padding-left: 560px;
  }
  .categories > li:nth-child(n):nth-child(n) {
    width: calc(33.33% - 6.67px);
  }
  .categories > li:nth-child(n+4):nth-child(-n+7),
  .categories > li:nth-child(n+11):nth-child(-n+14),
  .categories > li:nth-child(n+18):nth-child(-n+21) {
    width: calc(25% - 7.5px);
  }
  .car_models > li,
  .car_brands > li {
    width: calc(100% / 8);
  }
  .car_models > li:nth-child(9n):after,
  .car_brands > li:nth-child(9n) > a:after {
    display: none;
  }
  .car_models > li:nth-child(9n),
  .car_brands > li:nth-child(9n) > a {
    border-right: 1px solid #E5E5E5;
  }
  .car_models > li:nth-child(8n):after,
  .car_brands > li:nth-child(8n) > a:after {
    display: block;
    position: absolute;
    content: "";
    left: -1320px;
    right: 0;
    bottom: -0.5px;
    height: 1px;
    background-color: #E5E5E5;
  }
  .car_models > li:nth-child(8n)
  .car_brands > li:nth-child(8n) > a {
    border-right: none;
  }
  .product_list > li {
    width: 33.33%;
  }
  .product_list > li:nth-child(4n) .product_wrap {
    border-right: none;
  }
  .product_list > li:nth-child(3n) .product_wrap {
    border-right: 1px solid #EFEFEF;
  }
}

@media screen and (max-width: 1200px) {
  
  .category_section .categories > li{
    width:calc(100% / 6 - 10px)!important;
  }
  .container,
  .seo_section .container,
  footer .container {
    padding: 0 30px;
  }
  .header_bottom .catalog_link {
    padding: 12px 25px;
  }
  .catalog_list > li > a,
  .header_catalog_wrapper .category_nav > li > a {
    font-size: 14px;
    width: 240px;
  }
  .header_catalog_wrapper .category_nav {
    padding-left: 240px;
  }
  .header_catalog_wrapper .subcategory_nav {
    padding-left: 500px;
  }
  .categories > li:nth-child(n):nth-child(n) {
    width: calc(33.33% - 6.67px);
  }
  .header_catalog_wrapper .subcategory_nav a {
    font-size: 14px;
    gap: 10px;
    padding: 15px 10px;
  }
  .categories a {
    height: 220px;
  }
  .car_models > li,
  .car_brands > li {
    width: calc(100% / 6);
  }
  .car_models > li:nth-child(8n):after,
  .car_brands > li:nth-child(8n) > a:after {
    display: none;
  }
  .car_models > li:nth-child(8n),
  .car_brands > li:nth-child(8n) > a {
    border-right: 1px solid #E5E5E5;
  }
  .car_models > li:nth-child(6n):after ,
  .car_brands > li:nth-child(6n) > a:after {
    display: block;
    position: absolute;
    content: "";
    left: -1320px;
    right: 0;
    bottom: -0.5px;
    height: 1px;
    background-color: #E5E5E5;
  }
  .car_models > li:nth-child(6n),
  .car_brands > li:nth-child(6n) > a {
    border-right: none;
  }
  .footer_top_wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 60px;
    row-gap: 40px;
  }
  .footer_top_wrapper .footer_column:first-child {
    width: 100%;
  }
  .footer_column > ul {
    row-gap: 40px;
  }
  .footer_column:first-child > ul {
    max-height: 215px;
  }
  .footer_bottom_wrapper ul {
    flex-direction: column;
    gap: 10px !important;
  }
  .footer_bottom_wrapper > a:last-child {
    margin-left: 0;
  }
  .product_section .product_gallery {
    width: 530px;
  }
  .tab_content .text_wrapper {
    max-width: 530px;
  }
  .product_main_slider {
    width: 450px;
  }
  .product_main_slider,
  .product_main_slider li {
    height: 390px;
  }
  .product_nav_slider {
    width: 70px !important;
    margin-right: 10px;
  }
  .product_gallery .product_nav_slider li {
    height: 70px !important;
    width: 70px !important;
  }
  .review_tab_wrapper {
    gap: 20px;
  }
  #review_form {
    flex: 1.2;
  }
  .product_gallery .product_status {
    left: 100px;
  }
}

@media screen and (max-width: 992px) {
  .cart_holder:hover #cart{
    display:none;
  }
  .m_team_holder > li{
    width: calc(100% / 3 - 10px);
  }
  .tpl_team .m_team_info span{
    font-size: 16px;
  }
  .tpl_team .m_team_info p{    
    font-size: 12px;
  }
  .sort_text{
    display:none;
  }
  .logined svg path{
    stroke:#fff;
  }
  .play_video_top{
    width: 36px;
    height: 30px;
    right: 13px;
    top: 13px;
  }
  .go_top{
    right:10px;
    bottom:10px;
  }
  .category_section .categories > li{
    width:calc(100% / 5 - 10px)!important;
  }
  .blog > li{
    width: calc(100% / 2);
  }
  .lang_select_holder{
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    font-weight: 500;
  }
  .container,
  .seo_section .container,
  footer .container {
    padding: 0 16px;
  }
  .seo_section .section_title {
    font-size: 22px;
  }
  .slider_content_options a,
  .category_section .section_header .section_title,
  .product_section .section_title,
  .product_info_wrap .price_wrapper .old_price,
  #review_form > span {
    font-size: 20px;
  }
  .seo_section .subtitle {
    font-size: 18px;
  }
  .product_wrap .price,
  .post_wrapper .post_bottom span,
  .footer_column .column_header,
  .product_section .product_info_wrap .product_cart_link,
  .tab_content .review_list .text_wrapper {
    font-size: 16px;
  }
  .footer_column:not(:last-child) > ul a,
  .footer_column:not(:last-child) > ul span,
  .price_wrapper .old_price,
  .catalog_list .category_nav > li > a,
  .subcategory_nav a,
  .product_wrap .product_cart_link,
  .product_info_wrap .product_cart_link,
  .specs > li,
  .tab_content .text_wrapper {
    font-size: 14px;
  }
  .footer_column:first-child > ul a,
  .footer_column:first-child > ul span {
    font-size: 15px;
  }
  .categories .name,
  .category_section .categories .name,
  .product_info_wrap .product_info_block {
    font-size: 12px;
  }
  .page_section,
  .page_section.seo_section {
    padding: 15px 0;
  }
  .section_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section_header {
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .section_header .section_title {
    padding-right: 90px;
    margin-bottom: 0;
  }
  header {
    display: flex;
    flex-direction: column-reverse;
  }
  .header_top {
    background-color: #000;
    border-top: 1px solid #404040;
  }
  .header_top_wrapper {
    padding: 10px 0;
  }
  .header_bottom_wrapper {
    padding: 6px 0;
  }
  .logo img {
    max-width: 210px;
  }
  .header_top nav,
  .header_menu > li:first-child,
  .header_bottom_wrapper .h_search_form,
  .header_bottom_wrapper .catalog_link {
    display: none;
  }
  .header_menu {
    margin-left: auto;
  }
  .h_search_form {
    max-width: 440px;
  }
  .h_search_form input {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header_top .catalog_link {
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile_catalog_wrapper {
    position: relative;
  }
  .catalog_list > li > a {
    width: 100%;
  }
  .catalog_list .category_nav,
  .catalog_list .subcategory_nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    padding-bottom: 30px;
    overflow-y: auto;
    background-color: #fff;
  }
  .catalog_list .category_nav {
    flex-direction: column;
  }
  .catalog_list .category_nav > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    border-bottom: 1px solid #EFEFEF;
  }
  .catalog_list .subcategory_nav {
    z-index: 18;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
  }
  .catalog_list .subcategory_nav > li {
    width: calc(20%);
    position: relative;
  }
  .subcategory_nav a {
    height: 100%;
    padding: 10px;
  }
  .subcategory_nav > li:nth-child(3n) a {
    border-right: 1px solid #EFEFEF;
  }
  .subcategory_nav > li:nth-child(5n) a {
    border-right: none;
  }
  .subcategory_nav > li:nth-child(3n) a:after {
    display: none;
  }
  .subcategory_nav > li:nth-child(5n) a:after {
    position: absolute;
    content: "";
    right: 0;
    width: calc(100vw - 32px);
    bottom: -0.5px;
    height: 1px;
    background-color: #EFEFEF;
  }
  #mobile_menu_open,
  #mobile_catalog_close,
  #mobile_menu_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
  #mobile_catalog_close {
    width: 32px;
    height: 32px;
    margin-left: auto;
  }
  .front_slider .slick-dots {
    bottom: 10px;
    gap: 5px;
  }
  .front_slider .slick-dots button {
    width: 6px;
    height: 6px;
  }
  .categories a,
  .category_section .categories a {
    height: 170px;
  }
  .categories .name {
    left: 10px;
    bottom: 15px;
  }
  .category_section .categories .name {
    left: 20px;
    bottom: 15px;
    width: calc(100% - 20px);
  }
  .slider_content_options {
    gap: 10px;
    margin-bottom: 20px;
  }
  .car_models > li,
  .car_brands > li {
    width: calc(100% / 5);
  }
  .car_models > li:nth-child(6n):after,
  .car_brands > li:nth-child(6n) > a:after {
    display: none;
  }
  .car_models > li:nth-child(6n),
  .car_brands > li:nth-child(6n) > a {
    border-right: 1px solid #E5E5E5;
  }
  .car_models > li:nth-child(5n):after,
  .car_brands > li:nth-child(5n) > a:after {
    display: block;
    position: absolute;
    content: "";
    left: -1320px;
    right: 0;
    bottom: -0.5px;
    height: 1px;
    background-color: #E5E5E5;
  }
  .car_models > li:nth-child(5n),
  .car_brands > li:nth-child(5n) > a {
    border-right: none;
  }
  .car_brands > li > a {
    height: 100px;
    padding: 20px;
  }
  .product_wrap {
    padding: 10px;
  }
  .footer_column .column_header {
    color: #999;
  }
  .footer_column > ul {
    row-gap: 40px;
  }
  .footer_bottom_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .footer_bottom_wrapper ul {
    flex-direction: row;
    gap: 30px !important;
  }
  .footer_bottom_wrapper a,
  .footer_bottom_wrapper span {
    color: #e3e3e3;
  }
  .footer_bottom_wrapper > span:first-child {
    order: 4;
  }
  .footer_top_wrapper {
    gap: 30px;
  }
  .category_section .catalog_filter {
    display: none;
    position: fixed;
    z-index: 12;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    margin: 0;
    width: auto;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0;
    height:100%;
    overflow-y: auto;
  }
  .category_section .catalog_filter .filter_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    height: 72px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .catalog_filter .filter_body {
    padding: 0 16px;
    height: calc(100vh - 72px);
    overflow-y: auto;
    padding-bottom: 124px;
  }
  #mobile_filter_close {
    margin-left: auto;
  }
  .category_section_wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  #mobile_filter_open {
    order: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 36px;
    gap: 10px;
    margin-right: auto;
    border-radius: 5px;
    background-color: #000;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
  }
  .catalog_filter .buttons_wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 84px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
    background-color: #fff;
    padding: 0 16px;
  }
  .catalog_filter .buttons_wrap a {
    flex: 1;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .catalog_filter .buttons_wrap a:first-child {
    border: 1px solid #e0e0e0;
    color: #fff;
  }
  .catalog_filter .buttons_wrap a:last-child {
    background-color: #000;
    color: #fff;
  }
  .category_section .section_header {
    min-height: unset;
  }
  .sorting_wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
  }
  .product_section_top {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .product_section .product_gallery {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0 auto;
  }
  .product_section .product_gallery {
    width: 450px;
  }
  .product_nav_slider {
    width: auto !important;
    max-width: 350px;
    padding: 0;
    margin: 0 -4px;
    margin-top: 15px;
  }
  .product_gallery .product_nav_slider li {
    margin: 0 4px;
    width: 62px !important;
    height: 62px !important;
  }
  .product_nav_slider li img {
    max-width: 42px;
    max-height: 42px;
  }
  .product_gallery .product_status {
    left: 15px;
    top: 15px;
  }
  .tab_content .text_wrapper {
    max-width: unset;
  }
  .review_tab_wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
  .tab_wrapper > ul {
    white-space: nowrap;
    overflow-y: auto;
  }
  .tab_wrapper > ul li a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product_section_header .article {
    padding: 5px 8px;
  }
  .review_star_list svg {
    width: 16px;
    height: 16px;
  }
  .review_list .review_star_list svg {
    width: 18px;
    height: 18px;
  }
  .specs > li {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 768px) {
  .sorting_wrapper{
    position: sticky;
    top: 0px;
    z-index: 10;
    background: rgb(255 255 255 / 85%);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m_team_holder > li{
    width: calc(100% / 2 - 10px);
  }

  .category_section .categories{
    gap:5px;
  }
  .category_section .categories > li{
    width:calc(100% / 3 - 5px)!important;
  }
  .product_wrap .price {
    font-size: 14px;
  }
  .product_wrap .old_price {
    font-size: 12px;
  }
  .product_wrap .price_wrapper {
    gap: 5px;
  }
  .car_models > li,
  .car_brands > li {
    width: calc(100% / 4);
  }
  .car_models > li:nth-child(5n):after,
  .car_brands > li:nth-child(5n) > a:after {
    display: none;
  }
  .car_models > li:nth-child(5n),
  .car_brands > li:nth-child(5n) > a {
    border-right: 1px solid #E5E5E5;
  }
  .car_models > li:nth-child(4n):after,
  .car_brands > li:nth-child(4n) > a:after {
    display: block;
    position: absolute;
    content: "";
    left: -1320px;
    right: 0;
    bottom: -0.5px;
    height: 1px;
    background-color: #E5E5E5;
  }
  .car_models > li:nth-child(4n),
  .car_brands > li:nth-child(4n) > a {
    border-right: none;
  }
  .car_brands > li > a {
    height: 80px;
    padding: 15px;
  }
  .post_wrapper .image_wrapper {
    height: 200px;
  }
  .specs > li > span:first-child {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {

  .blog > li{
    width: 100%;
  }
  .header_bottom_wrapper {
    gap: 10px;
  }
  .logo img {
    max-width: 170px;
  }
  .header_top_wrapper {
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
  }
  .h_search_form {
    max-width: unset;
    width: 100%;
  }
  .header_top .catalog_link {
    justify-content: center;
  }
  .categories {
    gap: 5px;
  }
  .categories > li:nth-child(n):nth-child(n) {
    width: calc(50% - 2.5px);
  }
  .car_brands > li > a {
    height: 60px;
    padding: 10px;
  }
  .blog .post_wrapper,
  .blog_slider .post_wrapper {
    padding: 0 5px;
    border: none;
  }
  .footer_column:first-child > ul {
    max-height: 390px;
  }
  .footer_column {
    width: 100%;
  }
  .menu_header {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .menu_header #header_account_link {
    width: 100%;
    order: 3;
  }
  .footer_bottom_wrapper ul.legal {
    gap: 20px !important;
  }
  .slider_content_options {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .slider_content_options::-webkit-scrollbar {
    height: 0 !important;
  }
  .catalog_list .subcategory_nav > li {
    width: calc(25%);
    position: relative;
  }
  .subcategory_nav > li:nth-child(5n) a {
    border-right: 1px solid #EFEFEF;
  }
  .subcategory_nav > li:nth-child(4n) a {
    border-right: none;
  }
  .subcategory_nav > li:nth-child(5n) a:after {
    display: none;
  }
  .subcategory_nav > li:nth-child(4n) a:after {
    position: absolute;
    content: "";
    right: 0;
    width: calc(100vw - 32px);
    bottom: -0.5px;
    height: 1px;
    background-color: #EFEFEF;
  }
  .footer_top_wrapper {
    flex-direction: column;
  }
  .footer_bottom_wrapper {
    align-items: flex-start;
  }
  .sorting_wrapper {
    flex-wrap: wrap;
  }
  #mobile_filter_open {
    order: unset;
    width: 100%;
  }
  .product_list_controls {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
  }
  .product_list_controls .load_more {
    width: 100%;
    max-width: 343px;
    text-align: center;
  }
  .product_list > li {
    width: 50%;
  }
  .product_list > li:nth-child(3n) .product_wrap {
    border-right: none;
  }
  .product_list > li:nth-child(2n) .product_wrap {
    border-right: 1px solid #EFEFEF;
  }
  .specs > li > span:first-child {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .catalog_list .subcategory_nav > li {
    width: calc(33%);
    position: relative;
  }
  .subcategory_nav > li:nth-child(4n) a {
    border-right: 1px solid #EFEFEF;
  }
  .subcategory_nav > li:nth-child(3n) a {
    border-right: none;
  }
  .subcategory_nav > li:nth-child(4n) a:after {
    display: none;
  }
  .subcategory_nav > li:nth-child(3n) a:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    width: calc(100vw - 32px);
    bottom: -0.5px;
    height: 1px;
    background-color: #EFEFEF;
  }
  .pagination > li:first-child,
  .pagination > li:last-child {
    display: none;
  }
  .product_section .product_gallery,
  .product_main_slider {
    width: 343px;
  }
  .product_main_slider,
  .product_main_slider li {
    height: 343px;
  }
  .product_section .product_info_wrap .product_cart_link {
    width: calc(100% - 49px);
    max-width: unset;
  }
  #review_form button {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .categories > li:nth-child(n):nth-child(n) {
    width: 100%;
  }
  .categories a {
    height: 130px;
  }
  .footer_column > ul {
    max-height: unset !important;
  }
  .footer_column:not(:last-child) > ul a,
  .footer_column:not(:last-child) > ul span {
    max-width: unset;
  }
  .footer_bottom_wrapper ul.legal {
    flex-direction: column;
    gap: 10px !important;
    align-items: flex-start;
  }
  .catalog_list .subcategory_nav > li {
    width: 50%;
    position: relative;
  }
  .subcategory_nav > li:nth-child(3n) a {
    border-right: 1px solid #EFEFEF;
  }
  .subcategory_nav > li:nth-child(2n) a {
    border-right: none;
  }
  .subcategory_nav > li:nth-child(3n) a:after {
    display: none;
  }
  .subcategory_nav > li:nth-child(2n) a:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    width: calc(100vw - 32px);
    bottom: -0.5px;
    height: 1px;
    background-color: #EFEFEF;
  }
  .logo img {
    max-width: 140px;
  }
  .header_menu a {
    width: 38px;
    height: 38px;
  }
  .product_list > li {
    width: 100%;
  }
  .product_list > li:nth-child(n) .product_wrap {
    border-right: 1px solid #EFEFEF;
  }
  .product_section_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .product_section .product_gallery,
  .product_main_slider {
    width: 288px;
  }
  .product_main_slider,
  .product_main_slider li {
    height: 288px;
  }
  .product_nav_slider {
    max-width: 277px;
  }
  .specs > li {
    flex-direction: column;
    gap: 5px;
  }
  .specs > li > span:first-child {
    width: 100%;
    font-weight: 500;
  }
  .review_wrap .review_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}