@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;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/Geologica-Regular.ttf');
  font-weight: 400;
  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-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
  font-family: 'Roboto Flex';
}
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,
svg circle,
svf rect {
  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;
  font-size: 16px;
  color: #000;
  background-color: #F8F8F8;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #303030;
  opacity: 0.2;
  z-index: 5;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1660px;
  padding: 0 30px;
  margin: 0 auto;
}
header {
  position: relative;
  z-index: 10;
  background-color: #000;
}
header.header_fixed .header_bottom{
  position: fixed;
  display: flex;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
  background-color: #000;
}
header.header_fixed .header_fixed_pusher{
  display: block;
  height:64px;
  width:100%;
}
.header_top {
  border-bottom: 1px solid #404040;
}
.header_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.header_top_wrapper .logo {
  display: flex;
  max-width: 233px;
  max-height: 57px;
}
a.logo:hover {
  opacity: 0.7;
}
.header_top_wrapper nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
header a {
  color: #fff;
  font-size: 18px;
}
header a:not(.catalog_link):hover {
  color: #D30E0F;
}
.header_top_wrapper a {
  font-weight: 600;
}
.header_top_wrapper nav li.active span {
  font-weight: 600;
  font-size: 18px;
  color: #D30E0F;
}
.header_bottom_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_bottom_wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.header_bottom_wrapper .catalog_link {
  background-color: #D30E0F;
  height: 50px;
  padding: 20px 40px;
  font-weight: 700;
}
.header_catalog .catalog_popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 660px;
  background-color: #fff;
  z-index: 5;
}
.header_catalog .catalog_list {
  width: 320px;
  border-right: 1px solid #EFEFEF;
  background-color: #F8F8F8;
  flex-shrink: 0;
}
.catalog_list > li {
  border-bottom: 1px solid #EFEFEF;
}
.catalog_list > li > a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
}
.catalog_list > li > a img:last-child {
  margin-left: auto;
  align-self: center;
}
.catalog_list > li > a:hover,
.catalog_list > li.active > a {
  background-color: #fff;
  color: initial;
}
.catalog_list > li > .category_nav {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 5px 10px;
}
.category_nav > li {
  width: 33.33%;
}
.header_bottom_wrapper .phone_wrapper,
.header_bottom_wrapper .header_menu {
  display: flex;
  align-items: center;
}
.header_bottom_wrapper .header_menu {
  gap: 10px;
}
.header_bottom_wrapper .header_menu .link_text {
  display: none;
}
.header_bottom_wrapper .phone_wrapper a {
  padding: 10px;
}
.phone:hover svg path {
  stroke: #D30E0F;
}
.header_bottom_wrapper .phone_wrapper a:not(.phone),
.category_content .show_more {
  position: relative;
}
.header_bottom_wrapper .phone_wrapper a:not(.phone):after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #fff;
  bottom: 10px;
  transition-duration: .3s;
}
.header_bottom_wrapper .phone_wrapper a:not(.phone):hover:after,
.product_info .more_info:hover:after {
  background-color: #D30E0F;
}
.header_bottom_wrapper .phone {
  padding: 10px 15px;
}
.header_bottom_wrapper .header_menu a,
#header_cart_link {
  padding: 10px 12px;
}
#header_cart_link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_bottom_wrapper .header_menu a:hover svg path,
#header_cart_link:hover svg path,
#header_account_link:hover svg path {
  stroke: #D30E0F;
}
.header_bottom_wrapper .header_menu .counter,
#header_cart_link .counter {
  color: #ABABAB;
  transition-duration: .3s;
}
.header_bottom_wrapper .header_menu a:hover .counter,
#header_cart_link:hover .counter,
#mobile_menu #header_account_link:hover .link_text {
  color: #D30E0F;
}
.h_search_form {
  width: 100%;
  max-width: 565px;
  display: flex;
  align-items: center;
  border: 1px solid #4A4949;
}
.h_search_form input {
  border: none;
  width: 100%;
  padding: 12.5px 15px;
  background-color: #222222;
  font-size: 16px;
  color: #fff;
}
.h_search_form input::placeholder {
  color: #7E7E7E;
}
.h_search_form button,
.mobile_search_open {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: #fff;
}
.h_search_form button:hover,
.mobile_search_open:hover {
  background-color: #000;
  box-shadow: inset 0 0 0 1px #fff;
}
.h_search_form button:hover svg path,
.mobile_search_open:hover svg path,
.h_search_form button:hover svg circle,
.mobile_search_open:hover svg circle {
  stroke: #fff;
}
.page_section {
  margin-bottom: 75px;
}
.page_section.front_slider_section {
  margin-bottom: 40px;
}
.page_section.text_section {
  padding: 40px 0;
  background-color: #fff;
  margin-bottom: 0;
}
.page_section.category_section + .text_section {
  border-top: 1px solid #EFEFEF;
}
.page_section.category_section {
  margin-top: 40px;
  margin-bottom: 0;
}
.page_section.product_section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.page_section .section_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.page_section.category_section .section_title {
  margin-bottom: 20px;
}
.front_slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 11px;
}
.front_slider .slick-dots button {
  font-size: 0;
  width: 80px;
  height: 4px;
  background-color: #fff;
  opacity: 0.2;
}
.front_slider .slick-dots li.slick-active button {
  opacity: 1;
}
.product_main_slider .slick-arrow{

  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.4);
  top: calc(50% - 24px);
  z-index: 1;
}
.front_slider .slick-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 104px;
  background-color: #fff;
  top: calc(50% - 52px);
  z-index: 1;
}
.product_main_slider .slick-next_arrow,
.front_slider .slick-next_arrow {
  right: 0;
}
.product_main_slider .slick-prev_arrow,
.front_slider .slick-prev_arrow {
  left: 0;
}
.slick-arrow:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.slick-arrow:hover svg path {
  stroke: #fff;
}
.categories {
  display: flex;
  flex-wrap: wrap;
}
.categories > li {
  width: calc(33.33% - 0.67px);
}
.categories .category_wrapper,
.category_nav .subcategory_wrapper {
  display: flex;
  gap: 15px;
  padding: 20px 56px;
  background-color: #fff;
  height: 100%;
}
.categories .category_wrapper {
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.categories li:nth-last-child(-n + 3) .category_wrapper {
  border-bottom: none;
}
.category_nav .subcategory_wrapper {
  padding: 15px 10px;
}
.category_nav .subcategory_wrapper.no_list {
  align-items: center;
}
.category_wrapper .image_wrapper,
.subcategory_wrapper .image_wrapper {
  display: flex;
  width: 86px;
  max-height: 48px;
  justify-content: center;
}
.category_wrapper .image_wrapper img,
.subcategory_wrapper .image_wrapper img {
  max-height: 100%;
}
.category_wrapper .category_content,
.subcategory_wrapper .subcategory_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.category_content .name,
.subcategory_content .name {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 0;
  color: #000;
}
.category_content .name {
  font-family: Inter;
}
.subcategory_content:not(.no_list) .name {
  padding: 0;
  padding-bottom: 5px;
}
.category_content .subcategories,
.subcategory_content .subcategories {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.subcategories_limit li:nth-child(n+6){
  display:none;
}
.subcategory_content .subcategories.level4 {
  margin-top: 12px;
  margin-left: 15px;
}
.category_content a,
.subcategory_content a {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
}
.category_content a:hover,
.category_content .name:hover {
  color: #D30E0F;
}
.subcategory_content a {
  font-size: 16px;
}
.category_content .show_more {
  position: relative;
  display: block;
  width: min-content;
  white-space: nowrap;
  padding: 10px 0;
  font-weight: 600;
}
.category_content .show_more:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 10px;
  height: 1px;
  background-color: #303030;
}
.category_content .show_more:hover:after {
  background-color: #D30E0F;
}
.product_slider .slick-list {
  z-index: 3;
}
.product_wrap {
  position: relative;
  background-color: #fff;
  transition-duration: .3s;
}
.product_wrap:hover,
.product_wrap .hover_info_wrap {
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.20);
}
.product_slider .product_wrap,
.brands_slider a,
.articles_slider_in .article_wrapper,
.articles_slider .article_wrapper {
  border-right: 1px solid #EFEFEF;
}
.product_slider .slick-slide:last-child .product_wrap,
.brands_slider .slick-slide:last-child a,
.articles_slider .slick-slide:last-child .article_wrapper  {
  border: none;
}
.cart_free_shipping_label{
  position: relative;
  z-index: 2;
  background: #35AD41;
  color: #fff;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  max-width: max-content;
}
.product_wrap .free_shipping_label{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background: #35AD41;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.cart_free_shipping_label svg path,
.product_wrap .free_shipping_label svg path{
  fill: #fff;
}
.product_wrap .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  max-width: 100%;
  margin: 0 auto;
  flex-direction:column;
  overflow:hidden;
    position: relative;
}
.product_wrap .image_wrapper img.first_p{

}
.product_wrap .image_wrapper img.second_p{
  opacity:0;
  visibility:hidden;
  display: none;
}
.product_wrap:hover .image_wrapper img.first_p{
  opacity:0;
  visibility:hidden;
  display: none;
}
.product_wrap:hover .image_wrapper img.second_p{
  opacity:1;
  visibility:visible;
  display: block;
}
.product_wrap .image_wrapper img {
  max-height: 100%;
  transition:0.5s;
}
.product_wrap .status,
.product_section .status {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 6px 12px;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  background-color: #D30E0F;
  color: #fff;
}
.product_wrap .product_info_wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 20px;
}
.product_wrap .product_link {
  display: block;
  height: 60px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3; 
  -webkit-box-orient: vertical;
  color: #303030;
  margin-bottom: 15px;
}
.product_wrap .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.product_wrap .product_info_wrap > .price,
.product_wrap .price_wrapper,
.product_section .price_wrapper,
.product_section .price {
  font-size: 20px;
  font-weight: 600;
}
.product_wrap .price_wrapper,
.product_section .price_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product_wrap .price_wrapper .price,
.product_section .price_wrapper .price {
  color: #D30E0F;
}
.product_section .price {
  font-size: 28px;
}
.product_wrap .price_wrapper .old_price,
.product_section .old_price {
  font-size: 16px;
  font-weight: 500;
  color: #838383;
  text-decoration: line-through;
}
.product_section .old_price {
  font-size: 24px;
}
.product_wrap .stock,
.product_section .stock {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
}
.product_section .stock {
  margin-top: 10px;
  font-size: 18px;
}
.stock.in_stock {
  color: #35AD41;
}
.stock.stock_preorder{
  color: #ff7300;
}
.stock.stock_noavailable{
  color:#d30e0f;
}
.product_wrap .buttons_wrap,
.product_section .buttons_wrap {
  display: flex;
  align-items: stretch;
  gap: 5px;
  margin-top: 15px;
}
.product_wrap .buttons_wrap {
  z-index: 3;
}
.product_wrap .buttons_wrap a,
.product_section .buttons_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 10px 13px;
}
.product_wrap .buttons_wrap .product_cart_link,
.product_section .product_cart_link {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: Geologica;
}
.product_wrap .buttons_wrap .product_cart_link:hover,
.product_section .product_cart_link:hover {
  background-color: #20b11b;
  color: #fff;
  box-shadow: inset 0 0 0 1px #20b11b;
}
.product_wrap .buttons_wrap .product_cart_link:hover svg path,
.product_section .product_cart_link:hover svg path {
  stroke: #fff;
}
.product_wrap .buttons_wrap .product_like,
.product_section .product_like {
  background-color: #F4F4F6;
}
.product_wrap .buttons_wrap .product_like:hover,
.product_section .product_like:hover {
  background-color: #D6D6D6;
}
.product_wrap .buttons_wrap .product_like.active svg path,
.product_section .product_like.active svg path{
  fill: #000;
}
.product_wrap .hover_info_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
  padding: 15px 20px;
  padding-top: 0;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  clip-path: inset(-0 -18px -18px -18px);
}
.product_wrap .hover_info_wrap p {
  margin-bottom: 6px;
}
.product_wrap .hover_info_wrap p:last-child {
  margin-bottom: 0;
}
.product_wrap .hover_info_wrap .spec_name {
  color: #797878;
}
.product_slider .slick-arrow,
.brands_slider .slick-arrow,
.articles_slider .slick-arrow {
  position: absolute;
  top: -65px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #EFEFEF;
}
.product_slider .slick-next_arrow,
.brands_slider .slick-next_arrow,
.articles_slider .slick-next_arrow {
  right: 0;
}
.product_slider .slick-prev_arrow,
.brands_slider .slick-prev_arrow,
.articles_slider .slick-prev_arrow {
  right: 48px;
}
.brands_slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: #fff;
}
.brands_slider a img {
  transition-duration: .3s;
}
.brands_slider a:hover img {
  opacity: 0.7;
}
.brands_slider .image_wrapper {
  max-width: 278px;
  max-height: 72px;
}
.articles_slider_in{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
.articles_slider_in li{
  width: calc(100% / 4);
}
.articles_slider_in .article_wrapper,
.articles_slider .article_wrapper {
  position: relative;
  padding: 20px;
  background-color: #fff;
  transition-duration: .3s;
}
.articles_slider_in .article_wrapper:hover,
.articles_slider .article_wrapper:hover {
  background-color: #efefef;
}
.articles_slider_in .image_wrapper,
.articles_slider .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  margin: 0 auto;
}
.article_wrapper .article_name {
  display: block;
  height: 52px;
  margin-top: 15px;
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.article_wrapper .article_bottom_wrapper {
  display: flex;
  justify-content: space-between;
}
.article_wrapper .date {
  color: #959595;
  font-weight: 500;
}
.article_wrapper .article_link {
  font-weight: 600;
  text-decoration: underline;
}
.article_wrapper .article_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text_section .text_wrapper {
  position: relative;
  line-height: 22px;
}
.text_section .text_wrapper p,
.text_section .text_wrapper ul {
  margin-bottom: 10px;
}
.text_section .text_wrapper p:first-child {
  margin-bottom: 15px;
}
.text_section .text_wrapper p:last-child,
.text_section .text_wrapper ul:last-child {
  margin-bottom: 0;
}
.text_section .text_wrapper .subtitle {
  font-weight: 600;
}
.text_section .text_wrapper ul {
  list-style: inside;
  padding-left: 10px;
}
#up {
  position: fixed;
  right: 55px;
  bottom: 55px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #000;
}
#up:hover,
#mobile_filter_open:hover,
.product_list_controls .load_more:hover,
#filter_reset:hover,
#filter_apply:hover,
.add_review:hover,
#add_review_link button:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
#up:hover svg path,
#mobile_filter_open:hover svg path {
  stroke: #000;
}
#hide_text {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 24px;
}
#hide_text:hover,
.product_info .more_info:hover {
  color: #D30E0F;
}
footer {
  background-color: #000;
}
footer a,
footer span {
  font-weight: 500;
  color: #FFFFFF;
}
.footer_top a {
  font-family: Inter;
}
footer a:hover,
footer li.active span,
footer span.active {
  color: #D30E0F;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 80px;
  gap: 56px;
}
.footer_top .logo {
  display: block;
  max-width: 216px;
}
.footer_top .payment_options {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.footer_top .payment_options img {
  display: block;
}
.footer_top .column_header {
  display: block;
  font-family: Inter;
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
}
.footer_top .footer_column > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 5px;
  max-width: 410px;
}
.footer_top .footer_column > ul > * {
  writing-mode: initial;
  line-height: 24px;
}
.footer_top .footer_column > ul a {
  display: block;
  max-width: 200px;
}
.footer_top .contacts_wrap {
  display: flex;
  flex-direction:column;
  gap: 15px;
  margin-bottom: 15px;
}
.footer_top .contacts_wrap span {
  line-height: 24px;
}
.footer_top .contacts {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 15px;
}
.footer_top .contacts .phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_top .socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_top .socials a:hover {
  opacity: 0.7;
}
.footer_top .schedule {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-direction: column;
}
.footer_top .footer_column:last-child span img {
  margin-bottom: -5px;
  margin-right: 5px;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
}
.footer_bottom > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_bottom > a:last-child {
  margin-left: 144px;
  text-decoration: underline;
}
#mobile_menu_open,
header .mobile_search_open {
  display: none;
}
#mobile_menu,
#mobile_catalog {
  display: none;
  position: fixed;
  z-index: 15;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.mobile_menu_header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}
#mobile_menu .menu_header_top,
#mobile_menu .menu_header_bottom,
#mobile_catalog .menu_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
#mobile_menu .menu_header_bottom {
  margin-top: 14px;
}
#mobile_menu_close svg {
  display: flex;
}
#mobile_menu #header_account_link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  width: 100%;
  margin-right: 8px;
}
#mobile_menu #header_account_link .link_text {
  display: inline;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition-duration: .3s;
}
#mobile_menu .menu_body_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}
#mobile_menu nav {
  width: 100%;
}
#mobile_menu .menu_body_wrapper a {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 15px 16px;
  border-bottom: 1px solid #EFEFEF;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
#mobile_menu .menu_body_wrapper a:not(.phone):hover {
  background-color: #efefef;
}
#mobile_menu .menu_body_wrapper .phone:hover {
  color: #D30E0F;
}
#mobile_menu .menu_body_wrapper .phone:hover svg path {
  stroke: #D30E0F;
}
#mobile_menu a .counter {
  display: none;
}
#mobile_menu .menu_body_wrapper a:not(.catalog_link) svg path {
  stroke: #000;
}
#mobile_menu .menu_body_wrapper .catalog_link,
#mobile_catalog .subcategory_content a:hover {
  color: #D30E0F;
}
#mobile_menu .catalog_link svg:last-child {
  margin-left: auto;
}
#mobile_menu .menu_body_wrapper .phone {
  border: none;
  margin-top: 35px;
}
#mobile_menu .h_search_form {
  margin-top: 14px;
  max-width: unset;
}
.mobile_search_open.active {
  transform: translateX(100px);
  margin-left: -52px;
}
#mobile_catalog .catalog_list > li > a {
  padding-left: 16px;
  padding-right: 16px; 
}
#mobile_catalog .catalog_list > li > a:hover {
  background-color: #efefef;
}
#mobile_catalog .catalog_list > li > a img:last-child {
  transition-duration: .3s;
  transform: rotate(90deg);
}
#mobile_catalog .catalog_list > li.active > a img:last-child {
  transform: rotate(-90deg);
}
#mobile_catalog .catalog_list > li > .category_nav {
  position: static;
  padding: 5px 16px;
}
#mobile_catalog .category_nav > li,
#mobile_catalog .category_nav .subcategory_wrapper,
#mobile_catalog .subcategory_content a {
  max-width: unset;
  width: 100%;
}
#mobile_catalog .subcategory_content a {
  display: block;
}
#mobile_catalog .subcategory_content .name {
  font-size: 18px;
}
#mobile_menu .search_form_holder {
  display: none;
}
.breadcrumbs_wrapper {
  padding-top: 20px;
}
.breadcrumbs_wrapper.white_background {
  background-color: #fff;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 34px;
  font-size: 16px;
}
.breadcrumbs a {
  color: #8A8A8A;
}
.breadcrumbs a:hover {
  color: #000000;
}
.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;
}
.category_section .subcategories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.category_section .subcategories li {
  width: 20%;
}
.category_section .subcategories a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px;
  padding-bottom: 20px;
  background-color: #fff;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.category_section .subcategories a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.20);
}
.category_section .subcategories li:nth-last-child(-n + 5) a {
  border-bottom: none;
}
.category_section .subcategories li:nth-child(-n + 5) a {
  border-bottom: 1px solid #EFEFEF;
}
.category_section .subcategories .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  max-width: 135px;
}
.category_section .subcategories .image_wrapper img {
  max-height: 100%;
}
.category_section .subcategories a span {
  display: block;
  height: 48px;
  display: -webkit-box;
 -webkit-line-clamp: 2;
         line-clamp: 2; 
 -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #303030;
  text-align: center;
}
.category_section .category_outer_wrapper {
  background-color: #fff;
}
.catalog_controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.catalog_controls .sorting_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
}
.catalog_controls .sorting_wrapper .chosen-container {
  font-size: 16px;
  font-weight: 400;
  width: auto !important;
  min-width: 190px;
  border: 1px solid #EFEFEF;
}
.catalog_controls .sorting_wrapper .chosen-single {
  display: flex;
  height: 44px;
  line-height: 44px;
  padding: 0 14px;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #000;
}
.catalog_controls .sorting_wrapper .chosen-search {
  display: none;
}
.catalog_controls .sorting_wrapper .chosen-drop {
  border: none;
  padding-top: 5px;
  border-radius: 0;
}
.catalog_controls .sorting_wrapper .chosen-results li {
  transition-duration: .3s;
}
.catalog_controls .sorting_wrapper .chosen-results li.highlighted {
  background: #fff;
  color: #D30E0F;
}
.catalog_controls .sorting_wrapper .chosen-container-single .chosen-single div {
  width: 24px;
  right: 14px;
}
.catalog_controls .sorting_wrapper .chosen-single div b {
  background: url("../img/chosen_sprite.svg") center no-repeat !important;
  width: 24px;
  transition-duration: .3s;
}
.catalog_controls .sorting_wrapper .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
.category_section_wrapper {
  display: flex;
  border-top: 1px solid #EFEFEF;
}
.catalog_filter {
  width: 280px;
  flex-shrink: 0;
  border-right: 1px solid #EFEFEF;
  height: min-content;
}
.catalog_filter .filter_header{
  display: none;
}
.catalog_filter .filter_body {
  padding: 10px 20px;
}
.catalog_filter .filter_item {
  padding: 15px 0;
  border-bottom: 1px solid #EFEFEF;
}
.catalog_filter .filter_item:last-child {
  border-bottom: none;
}
.catalog_filter .filter_item_head {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_filter .filter_item_head button img {
  transition-duration: .3s;
}
.catalog_filter .filter_item_head.collapsed button {
  transform: scaleY(-1);
}
.catalog_filter .filter_item_body {
  padding-top: 20px;
}
.catalog_filter .filter_price_range {
  padding-bottom: 9px;
}
.catalog_filter .price_input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.catalog_filter .filter_price_range input {
  max-width: calc(50% - 12px);
  border: 1px solid #E5E5E5;
  background-color: #FDFDFD;
  padding: 5px;
  text-align: center;
}
.catalog_filter .collapse:hover,
.product_info_row .row_header .collapse:hover {
  opacity: 0.7;
}
#slider-range {
  height: 3px;
  margin-top: 30px;
  border-color: #F8F8F8;
}
.filter_price_range .ui-state-default,
.filter_price_range .ui-widget-content .ui-state-default,
.filter_price_range .ui-widget-header .ui-state-default,
.filter_price_range .ui-button, html .ui-button.ui-state-disabled:hover,
.filter_price_range html .ui-button.ui-state-disabled:active {
  cursor: pointer;
  border-radius: 100%;
  background-color: #D30E0F;
  width: 22px;
  height: 22px;
  border: none;
  top: -11px;
  border: none !important;
}
.filter_price_range .ui-slider-horizontal .ui-slider-range {
  background-color: #E5E5E5;
  height: 3px;
  top: -2px;
}
#gift_price_range .range_slider_left,
#slider-range .range_slider_left {
  transform: translateX(8px);
}
#slider-range .range_slider_right {
  transform: translateX(-11px);
}
.filter_item ul {
  max-height: 170px;
  overflow: auto;
  padding: 1px 0;
  padding-right: 14px;
}
.filter_item_body ul::-webkit-scrollbar-track-piece {
  background-color: #EBEBEB;
  border-radius: 3px;
}
.filter_item_body ul::-webkit-scrollbar-track {
  background-color: #EBEBEB;
  border-radius: 3px;
}
.filter_item_body ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 3px;
}
.filter_item_body ul::-webkit-scrollbar-corner {
  background-color: #000;
}
.filter_item_body ul::-webkit-scrollbar {
  width: 4px;
}
.filter_item ul li {
  margin-bottom: 15px;
  position: relative;
}
.filter_item ul li:last-child {
  margin-bottom: 0;
}
.filter_checkboxes input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.filter_checkboxes label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.filter_checkboxes label:hover,
.filter_checkboxes label:hover span {
  color: #D30E0F;
}
.filter_checkboxes label:hover:before {
  border-color: rgb(211, 14, 15);
}
.filter_checkboxes label span {
  font-size: 14px;
  color: #808080;
  transition-duration: .3s;
}
.filter_checkboxes label:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50%);
  transform: translateY(-55%);
  border: 1px solid #C1C1C1;
  transition-duration: .3s;
}
.filter_checkboxes input:checked + label:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
  background: url(../img/checkbox_tick.svg) center no-repeat;
  background-size: contain;
}
.filter_checkboxes input:checked + label:before {
  background-color: rgba(211, 14, 15, 0.5);
  border-color: rgb(211, 14, 15);
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product_list_wrapper{
  width:100%;
}
.product_list li {
  width: 20%;
}
.product_list .product_wrap {
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.product_list .product_wrap.product_wrap_no_available{
  opacity: 0.6;
}
.product_list .product_wrap.product_wrap_no_available:hover{
  opacity: 1;
}
.product_list .product_wrap .hover_info_wrap {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0s linear;
}
.product_list .product_wrap:hover .hover_info_wrap {
  visibility: visible;
  opacity: 1;
}
.product_list_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.product_list_controls .load_more {
  padding: 15px 61px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
.product_list_controls .pagination {
  display: flex;
  align-items: center;
}
.product_list_controls .pagination li a,
.product_list_controls .pagination li span {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #EFEFEF;
  border-left: none;
}
.product_list_controls .pagination li a:hover {
  background-color: #efefef;
}
.product_list_controls .pagination li:first-child > a {
  border-left: 1px solid #EFEFEF;;
}
.product_list_controls .pagination li.active span {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#mobile_filter_open {
  display: none;
}
.product_section .section_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.product_section .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 500;
}
.product_section .section_title {
  margin-bottom: 0;
}
.product_section_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
.product_section_top .product_section_nav {
  display: flex;
  align-items: center;
}
.product_section_top .product_section_nav a,
.product_section .product_section_nav span {
  display: block;
  padding: 20px;
  font-size: 18px;
}
.product_section_top .product_section_nav a:hover {
  color: #D30E0F;
}
.product_section_top .product_section_nav li {
  position: relative;
}
.product_section_top .product_section_nav a:after,
.product_section_top .product_section_nav span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
}
.product_section_top .product_section_nav li.active span {
  color: #D30E0F;
}
.product_section_top .product_section_nav li.active span:after {
  background-color: #D30E0F;
}
.product_section .article {
  font-size: 18px;
}
.product_section_main {
  display: flex;
  gap: 60px;
}
.product_gallery {
  position: relative;
  max-width: 810px;
  height: min-content;
  display: flex;
  flex-shrink: 0;
}
.product_gallery .status {
  top: 22px;
  left: 150px;
  z-index: 5;
}
.product_nav_slider {
  max-width: 90px;
  margin-right: 60px;
  align-self: stretch;
}
.product_nav_slider .slick-list {
  margin: -4px 0;
}
.product_nav_slider li.slick-slide {
  width: 90px !important;
  height: 90px !important;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  cursor: pointer;
  transition-duration: .3s;
}
.product_nav_slider li.slick-slide.slick-current {
  border-color: #D30E0F;
}
.product_main_slider {
  width: 660px;
  height: 581px;
  overflow: hidden;
}
.product_main_slider .slick-track {
  display: flex !important;
}
.product_main_slider li.slick-slide {
  display: flex !important;
  height: inherit !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.product_main_slider li img,
.product_nav_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.product_section .product_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.product_section .product_options {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  gap: 2px;
  margin-top: 15px;
}
.product_section .product_options a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #E5E5E5;
  height: 44px;
  min-width: 44px;
  font-size: 18px;
}
.product_section .product_options li.active a,
.product_section .product_options a:hover {
  border-color: #D30E0F;
}
.product_section .product_options.image_options a {
  height: 56px;
  width: 56px;
}
.product_section .image_options img {
  max-width: 40px;
  max-height: 40px;
}
.product_info_row.flex_row {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.product_info .product_count {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product_info .count_wrapper {
  display: flex;
  align-items: stretch;
  width: min-content;
  border: 1px solid #EFEFEF;
}
.product_info .count_wrapper button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F6;
}
.product_info .count_wrapper button:hover {
  background-color: #D6D6D6;
}
.product_info .count_wrapper input {
  width: 50px;
  padding: 7px;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #404040;
}
.product_section .buttons_wrap {
  margin-top: 0;
  margin-left: 20px;
  width: 100%;
}
.product_section .product_cart_link {
  max-width: 190px;
}
.product_info_row .row_header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 16px;
}
.product_info_row .row_header .collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.product_info_row .row_header svg:first-child {
  max-height: 18px;
  max-width: 18px;
}
.product_info .service_options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product_info .service_options li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  gap: 2px;
}
.product_info .service_options li img {
  height: 30px;
}
.product_info .more_info {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.product_info .more_info:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  transition-duration: .3s;
}
.product_bottom_row .row_header {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
.product_bottom_row p {
  font-size: 16px;
  line-height: 24px;
}
.product_bottom_row b {
  font-weight: 600;
}
.product_section_bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 10px;
}
.specs_list {
  border: 1px solid #E0E0E0;
}
.specs_list > li {
  padding: 15px 20px;
  display: flex;
  gap: 20px;
  line-height: 24px;
}
.specs_list > li:nth-child(odd) {
  background-color: #F5F5F5;
}
.specs_list .name {
  width: 365px;
  flex-shrink: 0;
}
.review_row {
  position: relative;
}
.review_row .row_header {
  padding-right: 315px;
  padding-bottom: 28px;
}
.add_review {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  font-family: Geologica;
  font-size: 16px;
  padding: 12px;
  width: 290px;
  text-align: center;
}
#add_review_link button {
  background-color: #000;
  color: #fff;
  font-family: Geologica;
  font-size: 16px;
  padding: 12px;
  width: 290px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.reviews > li {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #EFEFEF;
}
.reviews > li:last-child {
  border-bottom: none;
}
.reviews .name {
  width: 385px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1B;
}
.reviews .review_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
}
.reviews .date {
  color: #777776;
}
.reviews .review_text {
  color: #1C1C1B;
}
.review_star_list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review_star_list li {
  display: flex;
}
.review_star_list li.review_star_list_active svg path {
  fill: #000;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_star--active_btn svg path {
  fill: #000;
}
.review_star_list_dinamic--active svg path {
  fill: #000!important;
}
#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: #D30E0F;
}
#add_review_link {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
}
#add_review_link .input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#add_review_link input,
#add_review_link textarea {
  width: 300px;
  border-radius: 0;
  border: 1px solid #000;
  padding: 10px 5px;
}
#add_review_link .mark_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product_buy_form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.product_list .c_colors{
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.product_list .c_colors li{
  width:calc(100% / 4 - 5px);
}
.product_list .c_colors li a{
  padding: 4px;
  border: 1px solid #E5E5E5;
  width: 40px;
  height: 40px;
  display: flex;
}
.product_list .c_colors li a:hover{
  border-color: #D30E0F;
}
.product_list .c_colors li a img{
  width: 100%;
}
.pay_online_f{
  cursor: not-allowed;
  display: flex;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  width: 100%;
  line-height: 16px;
  color: #8b8b8b;
  position: relative;
}
.pay_online_f:before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  left: 0;
  top: calc(50% - 8px);
  border-radius: 0px;
  border: 1px solid #ddd;
  transition-duration: .3s;
}
.product_list .product_wrap.product_wrap_no_available .buttons_wrap .product_cart_link:hover{
  background-color: #ff7300;
  color: #fff;
  box-shadow: inset 0 0 0 1px #ff7300;
}

#filter_reset,
#filter_apply {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  width: calc(50% - 5px);
}
#filter_reset {
  background-color: #E8E8E8;
}
#filter_apply {
  background-color: #000;
  color: #fff;
}

.catalog_filter .buttons_wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  background: #fff;
  z-index: 2;
}

.order_summary .promocode_section {
  display: flex;
  margin: 15px 0;
}
.order_summary .promocode_section input {
    flex: 2;
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    padding: 12px 5px;
}
.order_summary .promocode_section a {
  flex: 1;
  margin-left: 10px;
  padding: 10px 10px;
  font-size: 16px;
  transition-duration: .3s;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: Geologica;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_summary .promocode_section a:hover {
  background-color: #d30e0f;
  color: #fff;
}

#promo_percent{
  margin: 15px 0px;
  font-size: 18px;
  display: inline-block;
}
#promo_percent span{
  background: #d30e0f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  font-weight: bold;
}
.product_section .price.price_spec{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
  color: #000;
}
.product_section .price.price_spec span{
  background: #f4f4f6;
  padding: 10px 15px;
}
.product_wrap .price_wrapper .price.price_spec{
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.product_wrap .price_wrapper .price.price_spec span{
  background: #f4f4f6;
  padding: 5px 10px;
}
@media screen and (max-width: 1550px) {
  .header_top_wrapper nav ul {
    gap: 30px;
  }
  .h_search_form {
    max-width: 320px;
  }
  .header_bottom_wrapper .header_menu {
    gap: 0;
  }
  .header_bottom_wrapper .header_menu a,
  .header_bottom_wrapper .phone_wrapper a {
    padding: 7px;
  }
  .categories .category_wrapper {
    padding: 20px;
  }
  .footer_top .footer_column > ul {
    max-height: unset;
  }
  .footer_top .footer_column:last-child {
    max-width: 360px;
  }
  .product_info .service_options {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
}

@media screen and (max-width: 1360px) {
  .product_list li {
    width: 25%;
  }
  .product_info_row.flex_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_section .buttons_wrap {
    margin-top: 20px;
    margin-left: 0;
  }
  .product_gallery {
    width: 710px;
  }
  .product_main_slider {
    width: 560px;
    height: 495px;
  }
}

@media screen and (max-width: 1199px) {
  .subcategory_content:not(.no_list) .name{
    padding-bottom:0px;
  }
  .category_nav .subcategory_wrapper{
    padding:5px 10px;
  }
  .articles_slider_in li{
    width: calc(100% / 3);
  }
  header a {
    font-size: 16px;
  }
  .header_top_wrapper .logo {
    max-width: 145px;
  }
  .header_top_wrapper nav ul {
    gap: 15px;
  }
  .header_bottom_wrapper .catalog_link {
    padding: 20px 25px;
  }
  .header_bottom_wrapper .phone_wrapper a:last-child {
    display: none;
  }
  .header_catalog .catalog_popup {
    height: 750px;
  }
  .header_catalog .catalog_list {
    width: 280px;
  }
  .catalog_list > li > a {
    gap: 10px;
    align-items: center;
  }
  .catalog_list > li> a > img {
    max-width: 20px;
  }
  .catalog_list > li > .category_nav {
    left: 280px;
  }
  .subcategory_wrapper .image_wrapper {
    display: none;
  }
  .category_nav > li {
    width: 50%;
  }
  .categories .category_wrapper {
    padding: 15px;
    gap: 5px;
  }
  .category_wrapper .image_wrapper {
    width: 60px;
  }
  .article_wrapper .article_bottom_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .footer_top .contacts_wrap {
    flex-direction: column;
    gap: 20px;
  }
  .footer_top .schedule {
    flex-direction: column;
  }
  .footer_bottom > a:last-child {
    margin: 0;
  }
  .category_section .subcategories li {
    width: 25%;
  }
  .category_section .subcategories li:nth-last-child(5) a {
    border-bottom: 1px solid #EFEFEF;
  }
  .product_list li {
    width: 33.33%;
  }
  .product_list_controls .load_more {
    padding: 15px 45px;
  }
  .product_section_main {
    gap: 30px;
  }
  .product_nav_slider {
    max-width: 70px;
    margin-right: 40px;
  }
  .product_nav_slider li.slick-slide {
    width: 70px !important;
    height: 70px !important;
    padding: 10px;
  }
  .product_gallery {
    width: 610px;
  }
  .product_main_slider {
    width: 460px;
    height: 495px;
  }
  .product_info .service_options {
    justify-content: space-between;
  }
  .product_info .service_options:after {
    content: "";
    flex: auto;
  }
  .product_list .c_colors li{
    width:calc(100% / 3 - 5px);
  }
}

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

  .buttons_wrap_top{
    display:none!important;
  }
  .articles_slider_in li{
    width: calc(100% / 2);
  }
  #up{
    right: 15px;
    bottom: 15px;
  }
  header.header_fixed .header_bottom{
    position: relative;
    display: flex;
    width: 100%;
    top: auto;
    left: auto;
    z-index: 20;
    background-color: inherit;
  }
  .container {
    padding: 0 16px;
  }
  .header_bottom_wrapper .catalog_link:hover {
    background-color: #000;
    box-shadow: inset 0 0 0 1px #D30E0F;
    color: #D30E0F;
  }
  .header_bottom_wrapper .catalog_link:hover svg rect {
    stroke: #D30E0F;
  }
  #mobile_menu_open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
  .header_top {
    border-bottom: none;
  }
  .header_bottom {
    padding-bottom: 10px;
  }
  .header_top nav {
    display: none;
  }
  .header_bottom_wrapper .phone_wrapper,
  .header_bottom_wrapper .header_menu {
    display: none;
  }
  .header_top_wrapper .logo,
  #mobile_menu .logo,
  #mobile_catalog .logo {
    max-width: 175px;
  }
  .front_slider .slick-arrow {
    height: 76px;
    top: calc(50% - 38px);
  }
  .categories > li {
    width: calc(50% - 0.5px);
  }
  .categories li:nth-last-child(3) .category_wrapper {
    border-bottom: 1px solid #EFEFEF;
  }
  .footer_top {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
    padding: 30px 0;
  }
  .footer_top .logo {
    max-width: 175px;
  }
  .footer_top .footer_column:last-child {
    max-width: unset;
  }
  .footer_bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .catalog_filter {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    width: 375px;
    height: auto;
    margin: 0;
    padding-top: 0;
    border-radius: 0;
    background: #fff;
    overflow-y: auto;
  }
  .catalog_filter .filter_body {
    padding: 0 20px;
    padding-bottom: 80px;
    height: calc(100% - 145px);
    overflow: auto;
  }
  .catalog_filter .filter_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px;
    font-size: 20px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
  }
  #mobile_filter_open {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 40px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .catalog_controls {
    justify-content: space-between;
  }
  .catalog_filter .buttons_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 16px;
    background: #fff;
    z-index: 2;
  }
  .product_section_top .product_section_nav {
    display: none;
  }
  .product_section_top {
    padding: 15px 0;
  }
  .product_section_main {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .product_gallery {
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
  }
  .product_nav_slider {
    margin-right: 0;
    margin-top: 10px;
    max-width: 391px;
  }
  .product_nav_slider li.slick-slide {
    margin: 0 5.5px;
  }
  .product_nav_slider .slick-list {
    margin: 0 -5.5px;
  }
  .product_gallery .status {
    left: 0;
  }
  .product_info_row.flex_row {
    flex-direction: row;
    align-items: center;
  }
  .product_section .buttons_wrap {
    margin-top: 0;
    margin-left: 20px;
  }
  .product_section_bottom {
    margin-top: 40px;
  }
  .product_info .service_options:after {
    display: none;
  }
  .specs_list .name {
    width: 245px;
  }
  .reviews .name {
    width: auto;
  }
  .reviews .review_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .page_section {
    margin-bottom: 45px;
  }
  .page_section.front_slider_section {
    margin-bottom: 20px;
  }
  .page_section.text_section {
    padding: 30px 0;
  }
  .page_section.text_section .section_title {
    margin-bottom: 15px;
  }
  .page_section.category_section {
    margin-top: 20px;
  }
  .page_section .section_title,
  .product_section .price_wrapper .price {
    font-size: 24px;
  }
  .front_slider .slick-dots {
    bottom: 10px;
  }
  .front_slider .slick-dots button {
    width: 50px;
  }
  .product_slider .slick-arrow,
  .brands_slider .slick-arrow,
  .articles_slider .slick-arrow {
    height: 40px;
    width: 40px;
    top: -60px;
  }
  .categories {
    flex-direction: column;
  }
  .categories > li {
    width: 100%;
  }
  .categories li:nth-last-child(2) .category_wrapper {
    border-bottom: 1px solid #EFEFEF;
  }
  .categories .category_wrapper {
    padding: 20px 15px;
  }
  .category_wrapper .image_wrapper {
    width: 46px;
    max-height: 29px;
  }
  .category_content .name {
    padding: 0;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .category_content a {
    font-size: 14px;
  }
  .product_wrap .status,
  .product_wrap .stock,
  .product_section .status {
    font-size: 12px;
  }
  .product_wrap .status {
    top: 10px;
  }
  .product_wrap .product_link,
  .product_wrap .buttons_wrap .product_cart_link,
  footer a,
  footer span,
  .product_wrap .price_wrapper .old_price,
  .catalog_controls .sorting_wrapper .chosen-container,
  .product_list_controls .load_more,
  .product_list_controls .pagination li a,
  .product_list_controls .pagination li span,
  .product_section .stock,
  .product_info_row,
  .reviews .review_text {
    font-size: 14px;
  }
  .product_wrap .product_info_wrap > .price,
  .product_wrap .price_wrapper,
  .footer_top .column_header,
  .catalog_controls .sorting_wrapper,
  .product_section .product_cart_link,
  .reviews .name {
    font-size: 16px;
  }
  .footer_bottom > div {
    gap: 20px;
  }
  .product_list_controls {
    flex-direction: column;
    gap: 20px;
  }
  .category_section .subcategories a {
    padding: 10px;
    padding-bottom: 15px;
  }
  .category_section .subcategories a span {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .product_section .old_price {
    font-size: 20px;
  }
  .product_info .service_options li img {
    height: 25px;
  }
  .specs_list {
    width: 100%;
    overflow-y: auto;
  }
  .specs_list > li {
    min-width: 700px;
  }
  .specs_list::-webkit-scrollbar-track-piece {
    background-color: #EBEBEB;
  }
  .specs_list::-webkit-scrollbar-track {
    background-color: #EBEBEB;
  }
  .specs_list::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
  .specs_list::-webkit-scrollbar-corner {
    background-color: #000000;
  }
  .specs_list::-webkit-scrollbar {
    height: 4px;
  }
  .product_nav_slider {
    max-width: 290px;
  }
  .product_nav_slider li.slick-slide {
    padding: 8px;
    height: 44px !important;
    width: 44px !important;
  }
  .product_section .product_options.image_options a {
    width: 46px;
    height: 46px;
  }
  .articles_slider_in li{
    width: 100%;
  }
}

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

  .product_list .c_colors li{
    width:calc(100% / 3 - 5px);
  }
  .header_bottom_wrapper {
    gap: 8px;
    overflow: hidden;
  }
  .search_form_holder {
    display: none;
    margin-top: 8px;
  }
  .h_search_form {
    max-width: unset;
  }
  .header_catalog {
    width: 100%;
  }
  .header_bottom_wrapper .catalog_link {
    justify-content: center;
    padding: 12px 40px;
    height: 44px;
  }
  .header_bottom_wrapper .catalog_link svg {
    width: 20px;
    height: 20px;
  }
  header .mobile_search_open {
    display: flex;
  }
  .footer_top {
    flex-direction: column;
    row-gap: 30px;
  }
  .footer_top .footer_column:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_top .footer_column .payment_options {
    margin: 0;
    flex-direction: row;
    writing-mode: initial;
    gap: 20px;
  }
  .footer_top .footer_column > ul {
    flex-wrap: wrap;
  }
  .footer_top .footer_column > ul > li {
    height: calc(33.33% - 6.7px);
  }
  .footer_top .footer_column > ul a {
    max-width: 152px;
    line-height: 27px;
  }
  .category_section .subcategories li {
    width: 33.33%;
  }
  .category_section .subcategories li:nth-last-child(4) a {
    border-bottom: 1px solid #EFEFEF;
  }
  .product_list li {
    width: 50%;
  }
  .catalog_controls {
    flex-direction: column-reverse;
    gap: 12px;
  }
  #mobile_filter_open {
    padding: 12px 80px;
  }
  .catalog_controls .sorting_wrapper .chosen-container {
    max-width: 195px;
  }
}

@media screen and (max-width: 520px) {
  .order_summary .promocode_section a{
    margin-left: 0px;
  }
  .header_top_wrapper .logo,
  .footer_top .logo,
  #mobile_menu .logo,
  #mobile_catalog .logo {
    max-width: 150px;
  }
  .page_section .section_title {
    font-size: 20px;
  }
  .product_slider .slick-arrow,
  .brands_slider .slick-arrow,
  .articles_slider .slick-arrow {
    top: -58px;
  }
  .product_wrap .product_link {
    font-size: 12px;
    line-height: 17px;
    height: 51px;
  }
  .product_wrap .buttons_wrap .product_cart_link svg {
    display: none;
  }
  .footer_top .payment_options img {
    height: 18px;
  }
  .category_section .subcategories li {
    width: 50%;
  }
  .category_section .subcategories li:nth-last-child(3) a {
    border-bottom: 1px solid #EFEFEF;
  }
  #mobile_filter_open,
  .product_list_controls .load_more {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .product_list_controls .pagination {
    width: 100%;
  }
  .pagination li {
    flex: 1;
  }
  .product_list_controls .pagination li a,
  .product_list_controls .pagination li span {
    width: 100%;
  }
  .catalog_filter {
    width: auto;
    left: 0;
  }
  .product_main_slider {
    width: 345px;
    height: 305px;
  }
  .product_info_row.flex_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_section .buttons_wrap {
    margin-left: 0;
    margin-top: 20px;
  }
  .product_info .service_options:not(.payment_options):after {
    display: block;
  }
  .product_info .service_options.payment_options {
    column-gap: 10px;
    row-gap: 20px;
  }
  .product_info .service_options.payment_options li {
    width: calc(50% - 5px);
  }
  .review_row .row_header {
    padding-bottom: 74px;
  }
  .add_review {
    top: 38px;
    left: 0;
    width: auto;
  }
}

@media screen and (max-width: 374px) {
  .product_wrap .buttons_wrap .product_cart_link {
    font-size: 0 !important;
    gap: 0;
  }
  .product_wrap .buttons_wrap .product_cart_link svg {
    display: block;
  }
  .footer_top .footer_column > ul {

  }
  .footer_bottom > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_main_slider {
    width: 290px;
    height: 255px;
  }
  .specs_list > li {
    width: 570px;
    min-width: unset;
  }
  .specs_list .value {
    max-width: 290px;
  }
  .product_info .service_options li {
    line-height: 20px;
    text-align: center;
  }
}