@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: 'Montserrat';
  src: url('../fonts/Montserrat-Regulart.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-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: "Montserrat", sans-serif;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: "Montserrat", sans-serif;
}
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: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1d1d1b;
  background-color: #f6f6f6;
  border: 1px solid #c9c9c9;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(48, 48, 48, 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;
}
.header_bottom {
  background-color: #333;
}
header.header_fixed .header_bottom{
  position: fixed;
  display: flex;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
}
header.header_fixed .header_fixed_pusher{
  display: block;
  height:64px;
  width:100%;
}
.header_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  gap: 20px;
}
.header_top_wrapper .logo {
  display: flex;
  max-width: 240px;
  max-height: 63px;
}
a.logo:hover {
  opacity: 0.7;
}
.header_top a,
.header_top_wrapper span {
  font-weight: 600;
}
.header_top_wrapper nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header_bottom a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
header a:not(.catalog_link):hover {
  color: #09B700;
}
.header_top_wrapper nav li.active span {
  font-weight: 500;
  font-size: 18px;
  color: #09B700;
}
.phone_wrapper {
  gap: 10px;
  padding: 0 15px;
}
.phone_wrapper.address_wrapper {
  padding: 0 10px;
}
.phone_wrapper a.expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#mobile_menu .phone_wrapper a:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-left: 0;
}
.lang_options {
  display: flex;
  align-items: center;
}
.lang_options li {
  border-right: 1px solid #1d1d1b;
}
.lang_options li:last-child {
  border: none;
}
.lang_options a {
  display: block;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 600;
}
.lang_options a.active {
  color: #09B700;
}
.phone_wrapper a:first-child {
  padding: 10px 0;
}
.header_bottom_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 10px;
}
.header_bottom_wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}
.header_bottom_wrapper a:hover:before {
  background-color: #fff !important;
}
.header_bottom_wrapper .catalog_link,
#mobile_menu .catalog_link {
  position: relative;
  background-color: #09B700;
  height: 44px;
  padding: 10px 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
#mobile_menu .catalog_link {
  width: 100%;
  color: #fff;
  padding: 15px 20px;
  height: 50px;
  border-bottom: 1px solid #efefef;
}
.header_bottom_wrapper .catalog_link:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 100%;
  bottom: -18px;
}
.header_catalog .catalog_popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  /*background-color: #fff;*/
  z-index: 5;
  top: 100%;
}
header .catalog_popup {
  background-color: #fff;
}
.header_catalog .catalog_list,
.front_slider_wrapper .catalog_list {
  width: 320px;
  background-color: #fff;
  flex-shrink: 0;
  border-bottom: 1px solid #efefef;
}
.front_slider_wrapper .catalog_list {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
}

.front_slider_wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  max-height: 720px;
  transform: translateX(0);
}
.front_slider_wrapper .front_slider {
  max-width: calc(100% - 320px);
  margin-left: 320px;
}

.catalog_list > li {
  border: 1px solid #efefef;
  border-bottom: none;
}
.catalog_list > li > a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 15px;
  padding-top: 9px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #303030;
}
.catalog_list > li > a svg:last-child {
  margin-left: auto;
  align-self: center;
}
.catalog_list > li > a img {
  margin-right: 2px;
}
.catalog_list > li > a img,
.catalog_list > li > a svg {
  flex-shrink: 0;
}
.catalog_list > li > a:hover,
.catalog_list > li.active > a {
  background-color: #f8f8f8;
  color: #303030;
}
.front_slider_wrapper .catalog_list > li > .category_nav {
  position: fixed;
}
.catalog_list > li > .category_nav {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
  background-color: #fff;
  z-index: 7;
}
.category_nav > li {
  width: 33.33%;
}
.phone_wrapper,
.header_bottom_wrapper .header_menu {
  display: flex;
  align-items: center;
}
.header_bottom_wrapper .header_menu {
  gap: 17px;
}
.header_bottom_wrapper .header_menu .link_text {
  display: none;
}
.phone:hover svg path {
  stroke: #09B700;
}
.header_bottom_wrapper .phone_wrapper a:not(.phone),
.category_content .show_more,
#mobile_menu .cart_link {
  position: relative;
}
#mobile_filter_open:hover {
  background-color: #09B700;
}
.header_bottom_wrapper .phone {
  padding: 10px 0;
}
.header_bottom_wrapper .header_menu a,
#header_cart_link,
.menu_header_top .cart_link  {
  position: relative;
  width: 44px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hexagon {
  position: relative;
}
.hexagon:before,
.header_menu a:before,
.front_slider .slick-dots button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: cos(30deg);
  clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
  background-color: #706f6f;
  z-index: 1;
  transition-duration: .3s;
}
#header_likes_link:before,
.menu_header_top button:before {
  background-color: #EF9014;
}
#header_cart_link:before,
.cart_link:before {
  background-color: #09B700;
}
.hexagon > *,
.header_menu a > * {
  z-index: 3;
}
#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: #09B700;
}
.header_bottom_wrapper .header_menu .counter,
#header_cart_link .counter,
#header_likes_link .counter,
.menu_header_top .cart_link .counter {
  position: absolute;
  top: -3.5px;
  right: 1.5px;
  display: block;
  min-width: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #1d1d1b;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500;
  padding: 0 3px;
  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: #09B700;
}
.h_search_form {
  width: 100%;
  max-width: 503px;
  display: flex;
  align-items: center;
  background-color: #706f6f;
  /*overflow: hidden;*/
  position: relative;
}
.h_search_form input {
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D1B;
  border: 1px solid #4a4949;
  border-right: none;
}
.h_search_form input::placeholder {
  color: #7e7e7e;
}
input::placeholder {
  color: #706F6F;
}
.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 {
  background-color: #706f6f;
}
.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: #09B700;
}
.page_section {
  margin-bottom: 50px;
}
.white_section {
  background-color: #fff;
}
.page_section.white_section {
  padding: 40px 0;
}
.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 {
  padding-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.page_section .section_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 48px;
}
.page_section.product_section .section_title {
  line-height: 36px;
}
.page_section.text_section .section_title {
  line-height: 34px;
}
.front_slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 11px;
}
.front_slider .slick-dots button {
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
}
.front_slider .slick-dots button:before {
  background-color: #fff;
  opacity: 0.5;
}
.front_slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.front_slider li img {
  width: 100%;
  object-fit: cover;
}
.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: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  top: calc(50% - 40px);
  z-index: 5;
}
.product_slider .slick-arrow,
.brands_slider .slick-arrow,
.articles_slider .slick-arrow,
.categories .slick-arrow {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #efefef;
  background-color: #fff;
  bottom: calc(100% + 20px);
}
.product_main_slider .slick-next_arrow,
.front_slider .slick-next_arrow,
.product_slider .slick-next_arrow,
.brands_slider .slick-next_arrow,
.articles_slider .slick-next_arrow,
.categories .slick-next_arrow {
  right: 0;
}
.front_slider .slick-prev_arrow {
  left: 0;
}
.product_main_slider .slick-prev_arrow,
.product_slider .slick-prev_arrow,
.brands_slider .slick-prev_arrow,
.articles_slider .slick-prev_arrow,
.categories .slick-prev_arrow {
  right: 48px;
}
.slick-arrow:hover {
  background-color: #1d1d1b;
}
.front_slider .slick-arrow:hover {
  background-color: #fff !important;
}
.front_slider .slick-arrow:hover svg path {
  stroke: #09B700;
}
.slick-arrow:hover svg path {
  stroke: #fff;
}
.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.categories > li {
  width: calc(20%);
}
.categories .category_wrapper,
.category_nav .subcategory_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 15px;
  padding-bottom: 20px;
  background-color: #fff;
  height: 100%;
  border: 1px solid #efefef;
}
.category_nav .subcategory_wrapper {
  flex-direction: row;
  border: none;
  padding: 15px 10px;
  align-items: flex-start;
  text-align: left;
}
.categories .category_wrapper span,
.category_nav .subcategory_wrapper span {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.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: 135px;
  max-height: 86px;
  justify-content: center;
}
.subcategory_wrapper a:hover {
  color: #09B700;
}
.subcategory_wrapper .image_wrapper {
  width: 86px;
  height: 48px;
  flex-shrink: 0;
}
.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%;
}
.subcategory_wrapper .subcategory_content  {
  gap: 15px;
}
.category_content .name,
.subcategory_content .name {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 0;
  color: #303030;
}
.subcategory_content .name {
  font-size: 16px;
  font-weight: 700;
}
.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: #09B700;
}
.subcategory_content a {
  font-size: 14px;
  font-weight: 500;
}
.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: #09B700;
}
.product_slider .slick-list {
  z-index: 3;
}
.product_slider .slick-track {
  padding-bottom: 20px;
}
.product_wrap {
  position: relative;
  background-color: #fff;
  transition-duration: .3s;
}
.product_wrap:hover,
.categories .category_wrapper:hover {
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}
.product_slider .product_wrap:hover {
  border-color: #fff;
}
.product_slider .product_wrap,
.brands_slider a,
.articles_slider_in .article_wrapper,
.articles_slider .article_wrapper {
  border-right: 1px solid #efefef;  
}
.product_wrap .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  flex-direction:column;
  overflow:hidden;
  padding: 15px 0;
}
.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-size: 14px;
  font-weight: 600;
  color: #fff;
}
.status.top {
  background-color: #ef9014;
}
.status.promo {
  background-color: #b70000;
}
.status.new {
  background-color: #09B700;
}
.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;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3; 
  -webkit-box-orient: vertical;
  color: #303030;
  margin-bottom: 15px;
}
.product_wrap .stock {
  margin-bottom: 15px;
  margin-top: 0;
}
.product_wrap .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.product_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;
  font-weight: 400;
}
.product_wrap .stock,
.product_section .stock {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #b70000;
}
.product_section .stock {
  font-size: 18px;
  font-weight: 400;
}
.stock.in_stock {
  color: #35AD41;
}
.product_wrap .buttons_wrap,
.product_section .buttons_wrap {
  display: flex;
  align-items: stretch;
  gap: 5px;
  margin-top: 15px;
  align-self: flex-start;
}
.product_wrap .product_bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product_wrap .product_like {
  margin-left: auto;
}
.product_wrap .product_bottom a,
.product_section .buttons_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 51px;
}
.product_section .buttons_wrap a {
  width: 48px;
  height: 48px;
  border: 1px solid #EFEFEF;
  border-radius: 0;
}
.product_section .buttons_wrap a.product_cart_link {
  width: auto;
  background-color: #09B700;
  padding: 12px 50px;
  gap: 10px;
  border-color: #09B700;
  font-weight: 600;
}
.product_section .buttons_wrap a.product_cart_link:hover {
  background-color: #fff;
  color: #09B700;
}
.product_section .buttons_wrap a.product_cart_link:hover svg path {
  stroke: #09B700;
}
.product_wrap .product_bottom a:before {
  background-color: #fafafa;
  z-index: 2;
}
.product_wrap .product_bottom a:hover svg path {
  stroke: #fff;
}
.product_wrap .product_bottom a:hover:before {
  background-color: #09b700;
}
/*hexagon with borders*/
.product_wrap .product_bottom a:after,
#slider-range .hexagon:after {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
  background-color: #e0e0e0;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
#slider-range .hexagon:after {
  background-color: #1D1D1B;
}
.product_wrap .buttons_wrap .product_cart_link,
.product_section .product_cart_link {
  width: 100%;
  background-color: #1d1d1b;
  color: #fff;
}
.product_wrap .buttons_wrap .product_cart_link:hover,
.product_section .product_cart_link:hover {
  background-color: #09B700;
  color: #fff;
}
.product_like {
  border-radius: 3px;
}
.product_section .product_like:hover,
.product_section .product_like.active:hover {
  background-color: #d6d6d6 !important;
}
.product_section .product_like.active {
  background-color: #f4f4f6 !important;
}
.product_wrap .product_like.active:hover svg path {
  fill: #fff;
}
.product_like.active svg path {
  fill: #09b700;
  stroke: #09b700;
}
/*.product_wrap .buttons_wrap .product_like:hover svg path,
.product_section .product_like:hover svg path {
  stroke: #d30e0f;
}*/
/*.product_wrap .buttons_wrap .product_like.active svg path,
.product_section .product_like.active svg path{
  fill: #d30e0f;
  stroke: #d30e0f;
}*/
.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;
}
.brands_slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 30px;
  background-color: #fff;
}
.brands_slider .slick-slide > div:first-child {
  border-bottom: 1px solid #efefef;
}
.brands_slider a img {
  transition-duration: .3s;
}
.brands_slider a:hover img {
  opacity: 0.7;
}
.brands_slider .image_wrapper {
  max-width: 200px;
  max-height: 60px;
}
.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 .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;
  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;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.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: 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 li {
  position: relative;
  padding-left: 20px;
}
.text_section .text_wrapper ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 9.5px;
  left: 8.5px;
  background-color: #1D1D1B;
}
.text_section .text_wrapper strong {
  font-weight: 700;
}
#up {
  position: fixed;
  right: 70px;
  bottom: 88px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #1d1d1b;
}
#up:hover,
.product_list_controls .load_more:hover,
#filter_reset:hover,
.add_review:hover,
#filter_apply:hover,
#add_review_link button:hover {
  background-color: #09B700;
  color: #fff;
}
#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: #09B700;
}
footer a,
footer span {
  line-height: 19px;
  color: #FFFFFF;
}
.footer_column:last-child a,
.footer_column:last-child span {
  line-height: 20px;
  font-weight: 500;
}
footer a:hover,
footer li.active span,
footer span.active {
  color: #09B700;
}
.footer_top_outer {
  background-color: #333;
}
.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 30px;
  gap: 80px;
}
.footer_column {
  flex: 1;
  border-right: 1px solid #e0e0e0;
  height: min-content;
}
.footer_column:first-child {
  max-width: 190px;
  border: none;
}
.footer_column:last-child {
  border: none;
}
.footer_top .logo {
  display: block;
  max-width: 216px;
}
footer .payment_options {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_top .payment_options img {
  display: block;
}
.footer_top .column_header {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #e0e0e0;
  margin-bottom: 20px;
}
.footer_top .footer_column > ul:not(.socials) {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 15px;
  max-height: 242px;
  max-width: 461px;
}
.footer_top .footer_column > ul:not(.socials) > * {
  writing-mode: initial;
  line-height: 19px;
}
.footer_top .footer_column > ul:not(.socials) a {
  display: block;
  max-width: 230px;
}
.footer_top .contacts_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer_top .contacts_wrap .phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts_wrap .schedule {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.contacts_wrap .schedule > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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,
#mobile_menu .socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #efefef;
}
.contacts_page .socials a {
  border-color: #1d1d1b;
}
#mobile_menu .socials {
  width: 100%;
  padding: 0 20px;
  gap: 20px;
  justify-content: space-between;
}
#mobile_menu .socials a {
  padding: 0 !important;
}
.socials a:hover {
  border-color: #09B700;
}
.footer_top .socials a:hover svg path,
#mobile_menu .socials a:hover svg path,
.socials a:hover svg path {
  stroke: #09B700;
}
#header_likes_link:hover svg path,
.phone_wrapper a:hover svg path {
  stroke: #09B700;
}
#header_likes_link:hover .counter {
  color: #09B700;
}
.footer_top .logo {
  margin-bottom: 30px;
}
.footer_top .schedule > span:nth-child(n + 2) {
  padding-left: 30px;
}
.footer_top .schedule > span:first-child,
.footer_top .footer_column:first-child > span:not(.logo) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 20px;
}
.footer_top .footer_column:first-child > span:not(.logo) {
  line-height: 24px;
}
.footer_top .schedule > span:first-child svg,
.footer_top .footer_column:first-child > span:not(.logo) svg {
  width: 20px;
}
.footer_top .footer_column:last-child span img {
  margin-bottom: -5px;
  margin-right: 5px;
}
.footer_top a,
.footer_top span {
  font-weight: 500;
}
.footer_bottom_outer {
  background-color: #5d5d5d;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.footer_bottom a,
.footer_bottom span {
  color: #e3e3e3;
}
.footer_bottom > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_bottom > a:last-child {
  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;
  border: 1px solid rgba(13, 61, 61, 0.19);
}
.menu_header_top_outer {
  background-color: #f6f6f6;
}
.menu_header_top {
  padding-top: 11px;
  padding-bottom: 5px;
}
#mobile_menu .menu_header_bottom_outer {
  background-color: #333;
}
.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 {
  padding: 10px 0;
  gap: 8px;
}
#mobile_menu_close svg {
  display: flex;
}
#mobile_menu #header_account_link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  background-color: #706F6F;
}
#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: 30px 8px;
}
.mobile_catalog_body {
  padding: 30px 8px;
}
#mobile_menu nav {
  width: 100%;
  margin-bottom: 30px;
}
#mobile_menu .menu_body_wrapper nav a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #EFEFEF;
  font-size: 18px;
  font-weight: 500;
  color: #1D1D1B;
}
#mobile_menu #header_likes_link {
  display: flex;
  align-items: center;
  padding: 15px 0;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  color: #1D1D1B;
}
#mobile_catalog .catalog_list > li {
  border: none;
}
#mobile_catalog .catalog_list > li > a {
  border-bottom: 1px solid #efefef;
}
#mobile_menu #header_likes_link svg path {
  stroke: #EF9014;
}
#mobile_menu #header_likes_link .counter {
  position: static;
}
#mobile_menu #header_likes_link .link_text {
  display: block;
}
#mobile_menu .contacts a {
  color: #1D1D1B;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-weight: 500;
}
#mobile_menu .phone_wrapper {
  display: flex;
  margin-bottom: 5px;
}
#mobile_menu .contacts .phone_wrapper:last-child {
  margin-bottom: 0;
}
#mobile_menu .contacts .phone svg path {
  stroke: #1D1D1B;
}
#mobile_menu .menu_body_wrapper nav li:first-child a {
  border-top: 1px solid #EFEFEF;
}
#mobile_menu .menu_body_wrapper a:not(.catalog_link):hover {
  color: #09B700;
}
#mobile_menu .lang_options li {
  border-color: #fff;
}
#mobile_menu .lang_options a {
  color: #fff;
  font-size: 20px;
}
/*
#mobile_menu .menu_body_wrapper .phone:hover svg path {
  stroke: #09B700;
}/*
#mobile_menu .menu_body_wrapper a:not(.catalog_link) svg path {
  stroke: #000;
}*/
#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: 10px 15px;
}
#mobile_catalog .catalog_list > li > a.active {
  background-color: #1d1d1b;
}
#mobile_catalog .catalog_list > li > a svg:last-child {
  transition-duration: .3s;
  transform: rotate(90deg);
}
#mobile_catalog .catalog_list > li.active > a svg:last-child {
  transform: rotate(-90deg);
}
#mobile_catalog .catalog_list > li > .category_nav {
  position: static;
  padding: 15px;
  background-color: #f8f8f8;
}
#mobile_catalog .category_nav .subcategory_wrapper {
  background-color: #f8f8f8;
}
#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,
.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;
  font-weight: 500;
}
.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;
}
.breadcrumbs li.active a {
  color: #1D1D1B;
  pointer-events: none;
}
.category_section .subcategories {
  display: flex;
  flex-wrap: wrap;
}
.category_section .subcategories > li {
  width: calc(100% / 7);
}
.articles_slider {
  margin: -20px 0;
}
.category_section .subcategories .slick-track,
.articles_slider .slick-track {
  padding: 20px 0;
}
.category_section .subcategories a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  border-top: none;
  border-left: none;
}
.category_section .subcategories a:hover,
.articles_slider_in .article_wrapper:hover,
.articles_slider .article_wrapper:hover {
  position: relative;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.20);
}
.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: 44px;
  display: -webkit-box;
 -webkit-line-clamp: 2;
         line-clamp: 2; 
 -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #1d1d1b;
  text-align: center;
}
.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: #1D1D1B;
}
.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: #09B700;
}
.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;
  gap: 15px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
}
.catalog_filter {
  position: sticky;
  top: 90px;
  width: 305px;
  flex-shrink: 0;
  height: min-content;
  background-color: #fff;
  margin-bottom: 15px;
}
#mobile_filter_close,
#filter_apply,
#filter_reset {
  display: none;
}
.catalog_filter .filter_header {
  padding: 15px 16px;
  background-color: #1d1d1b;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.catalog_filter .filter_header span {
  display: flex;
  align-items: center;
  gap: 14px;
}
.catalog_filter .filter_item {
  border-bottom: 1px solid #efefef;
  padding: 16px 20px;
}
.catalog_filter .filter_item:last-child {
  border: 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 .sorting_header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog_filter .filter_item_head button svg {
  transition-duration: .3s;
}
.catalog_filter .filter_item_head button:hover svg path {
  stroke: #09b700;
}
.catalog_filter .filter_item_head.collapsed button svg {
  transform: scaleY(-1);
}
.catalog_filter .filter_item_body {
  padding-top: 20px;
}
.catalog_filter .filter_price_range {
  padding-bottom: 9px;
  padding-top: 15px;
}
.catalog_filter .price_input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_filter .filter_price_range input {
  max-width: calc(50% - 4px);
  border: 1px solid #706f6f;
  padding: 12.5px 12px;
  font-size: 12px;
}
.product_info_row .row_header .collapse:hover {
  opacity: 0.7;
}
#slider-range {
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  height: 2px;
  margin-top: 30px;
  border: none;
  border-radius: 0;
}
.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;
  background: transparent !important;
  width: 14px;
  height: 16px;
  border: none;
  top: -7px;
  border: none !important;
}
.filter_price_range .ui-slider-horizontal .ui-slider-range {
  background-color: #706f6f;
  height: 2px;
  top: 0px;
  border-radius: 0;
}
#gift_price_range .range_slider_left,
#slider-range .range_slider_left {
  transform: translateX(2px);
}
#slider-range .range_slider_right {
  transform: translateX(-6px);
}
#slider-range .hexagon:before {
  background-color: #09B700;
  z-index: 2;
}
.filter_item ul {
  max-height: 170px;
  overflow: auto;
  padding: 1px 0;
  padding-right: 14px;
}
.filter_item_body ul::-webkit-scrollbar-track-piece {
  background-color: #1d1d1b;
}
.filter_item_body ul::-webkit-scrollbar-track {
  background-color: #1d1d1b;
}
.filter_item_body ul::-webkit-scrollbar-thumb {
  background-color: #09B700;
}
.filter_item_body ul::-webkit-scrollbar-corner {
  background-color: #09B700;
}
.filter_item_body ul::-webkit-scrollbar {
  width: 4px;
}
.filter_item ul li {
  margin-bottom: 15px;
  position: relative;
}
.filter_item ul.sorting_list li {
  margin-bottom: 20px;
}
.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,
.radio_section label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 33px;
  cursor: pointer;
  transition-duration: .3s;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
.order_page .radio_section label {
  text-transform: none;
}
.filter_checkboxes label:hover:before,
.radio_section label:hover:before {
  background-color: rgba(9, 183, 0, 0.1);
}
.filter_checkboxes label span {
  font-size: 14px;
  color: #808080;
}
.filter_checkboxes label:before,
.radio_section label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: calc(50%);
  transform: translateY(-50%);
  border: 1px solid #000;
  transition-duration: .3s;
}
.filter_checkboxes input[type="radio"] + label:before,
.radio_section input[type="radio"] + label:before {
  border-radius: 50%;
}
.filter_checkboxes input[type="radio"]:checked + label:before,
.radio_section input[type="radio"]:checked + label:before {
  border-color: #09B700;
}
.filter_checkboxes input:checked + label:after,
.radio_section input:checked + label:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 6px);
  background: url(../img/checkbox_tick.svg) center no-repeat;
  background-size: contain;
  transition-duration: .3s;
}
.filter_checkboxes input:checked + label:before,
.radio_section input:checked + label:before {
  background-color: #09B700;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product_list_wrapper{
  width:100%;
}
.product_list > li {
  width: 25%;
}
.product_list .product_wrap {
  border: 1px solid #EFEFEF;
  border-left: none;
  border-top: none;
}
.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 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background-color: #1d1d1b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.product_list_controls .load_more:hover {
  background-color: #09B700;
}
.product_list_controls .pagination {
  display: flex;
  align-items: center;
}
.product_list_controls .pagination li a,
.product_list_controls .pagination li span {
  height: 48px;
  width: 48px;
  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,
.product_list_controls .pagination li.active span {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
  color: #fff;
}
.product_list_controls .pagination li a:hover svg path {
  stroke: #fff;
}
.product_list_controls .pagination li:first-child > * {
  border-left: 1px solid #EFEFEF;
}

/*{
  background-color: #1D1D1B;
  border-color: #1D1D1B;
  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: 20px;
}
.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;
  font-weight: 600;
}

.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: 2px;
  transition-duration: .3s;
}
.product_section_top .product_section_nav li.active span,
#mobile_menu .lang_options a.active,
.product_section_top .product_section_nav a:hover {
  color: #fff;
  background-color: #333;
}
.product_section_top .product_section_nav li.active span:after,
.product_section_top .product_section_nav li:hover a:after {
  background-color: #333;
}
.product_section .article {
  display: block;
  padding: 10px 0;
  font-size: 18px;
}
.product_section_main {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.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;
  background-color: #fff;
}
.product_nav_slider li.slick-slide.slick-current {
  border-color: #09B700;
}
.product_main_slider {
  width: 660px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.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: 10px;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
}
.product_bottom_row:not(#reviews) .row_content {
  padding: 15px;
  background-color: #fff;
}
.product_section .product_page_block,
.product_section .payment_delivery_row {
  padding: 15px;
  margin-bottom: 15px;
}
.product_section .product_page_block .product_info_row {
  background-color: #fff;
}
.product_section .product_page_block:last-child,
.product_section .product_page_block .product_info_row:last-child {
  margin-bottom: 0;
}
.product_section .product_info_column > .product_page_block:not(.product_info) {
  padding: 0;
}
.product_section .payment_delivery_row a.more_info {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin-top: 8px;
}
.product_section .product_options {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  gap: 8px;
  margin-top: 15px;
}
.product_section .product_options a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #efefef;
  height: 44px;
  min-width: 44px;
  font-size: 18px;
}
.product_section .product_sizes_row .product_options a {
  border-color: #1d1d1b;
  padding: 11px 12px;
  letter-spacing: 0.03em;
}
.product_section .product_sizes_row .product_options li.disabled a {
  border-color: #706f6f !important;
  color: #706f6f !important;
  text-decoration: line-through;
  pointer-events: none;
}
.product_section .product_options li.active a,
.product_section .product_options a:hover {
  border-color: #09B700;
}
.product_section .product_sizes_row .product_options a:hover,
.product_section .product_sizes_row .product_options li.active a {
  border-color: #ef9014;
  background-color: #ef9014;
  color: #fff;
}
.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,
.cart_product_list .product_count {
  display: flex;
  align-items: center;
  gap: 15px;
}
.order_summary .product_count {
  font-size: 14px;
}
.product_info .count_wrapper,
.cart_product_list .quantity_counter {
  display: flex;
  align-items: center;
  width: min-content;
  border: 1px solid #EFEFEF;
}
.product_info .count_wrapper button,
.cart_product_list .quantity_counter a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F6;
}
.product_info .count_wrapper button:hover,
.cart_product_list .quantity_counter a:hover {
  background-color: #D6D6D6;
}
.product_info .count_wrapper input,
.cart_product_list .quantity_counter 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: 205px;
}
.product_info_row .row_header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.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;
}
.payment_delivery_row .row_content {
  padding-top: 15px;
  border-top: 1px solid #efefef;
  margin-top: 10px;
}
.payment_delivery_row .service_options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 20px;
  flex-wrap: wrap;
}
.payment_delivery_row .service_options li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  gap: 2px;
}
.payment_delivery_row .service_options li .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}
.payment_delivery_row .service_options li img {
  max-height: 30px;
  max-width: 80px;
}
.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: #1D1D1B;
  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 > li {
  padding: 15px 20px;
  display: flex;
  gap: 20px;
  line-height: 24px;
}
.specs_list > li:nth-child(odd) {
  background-color: #f6f6f6;
}
.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: #1D1D1B;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  width: 305px;
}
#add_review_link button {
  background-color: #09b700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 9px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 6px;
}
.reviews > li {
  padding: 15px;
  background-color: #fff;
}
.reviews .name {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1B;
}
.reviews .review_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 15px;
}
.reviews .date {
  font-size: 16px;
  color: #777776;
}
.reviews .review_text {
  color: #1C1C1B;
  font-size: 16px;
  line-height: 22px;
}
.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: #09B700;
}
#add_review_link {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
#add_review_link .input_wrapper {
  display: flex;
}
#add_review_link input,
#add_review_link textarea {
  width: 100%;
  border: 1px solid #1d1d1b;
  padding: 12.5px 10px;
  font-size: 12px;
}
#add_review_link textarea {
  margin-bottom: 10px;
}
#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 a{
  padding: 4px;
  border: 1px solid #E5E5E5;
  width: 40px;
  height: 40px;
  display: flex;
}
.product_list .c_colors li a:hover{
  border-color: #09B700;
}
.product_list .c_colors li a img{
  width: 100%;
}
.front_slider .mobile_img {
  display: none;
}
.footer_column .column_header svg {
  display: none;
}
.catalog_link:hover {
  background-color: #1d1d1b !important;
  box-shadow: inset 0 0 0 1px #09B700;
}
#sorting form {
  display: flex;
  align-items: center;
  gap: 12px;
}
.articles_slider .slick-arrow {
  bottom: 100%;
}



.product_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
  flex-wrap: wrap;
}
.product_info .brand_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_info .brand_wrap img {
  display: flex;
}
.product_info .content {
  margin-bottom: 0 !important;
}

.product_section .reviews {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.product_section .reviews > li {
  width: calc(50% - 15px);
}
.reviews .review_content_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.product_section .section_header {
  text-align: left;
}
.product_bottom_row .row_header > svg {
  display: none;
}
#review_popup .review_star_list svg {
  width: 25px;
  height: 25px;
}
#review_popup .input_wrapper {
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
#review_popup textarea {
  resize: none;
}
.input_wrapper .name,
.main_form_item span:first-child,
.account_subsection .input_wrap span,
.main_form_item label {
  font-size: 12px;
  color: #1D1D1B;
}
.account_subsection .input_wrap span {
  margin-bottom: 1px;
}




footer .phone_wrapper {
  padding: 0;
  gap: 0;
}
footer .phone_wrapper .phone {
  padding: 10px 15px;
}
footer .phone_wrapper a:not(.phone) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
}
header .phone_wrapper .expand svg {
  transition-duration: .3s;
}
header .phone_wrapper .expand.active svg {
  transform: scaleY(-1);
}

#contacts_popup {
  display: none;
  position: absolute;
  top: 100%;
  padding: 10px 20px;
  width: 355px;
  background-color: #FFFFFF;
  z-index: 10;
}
#contacts_popup a {
  color: #111;
  margin-bottom: 5px;
}
#contacts_popup a:last-child {
  margin: 0;
}
#contacts_popup a:hover,
.product_section .payment_delivery_row a.more_info:hover {
  color: #09b700;
}
#contacts_popup svg:not(.viber_c) path {
  stroke: #111;
}
#contacts_popup a:hover svg path,
.product_info_row .row_header .collapse:hover svg path {
  stroke: #09b700;
}
#contacts_popup .phone_wrapper {
  padding: 0;
}
.menu_header_top .cart_link,
.menu_header_top button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 49px;
}
#mobile_search_toggle {
  display: none;
  position: relative;
}
.product_options_row > span {
  font-size: 16px;
  font-weight: 600;
}
.product_section .content {
  margin-bottom: 0 !important;
}
.page_section.padded_top {
  padding-top: 20px;
}
.text_section_wrap {
  padding: 20px;
  background-color: #fff;
}

.password_wrapper {
    position: relative;
}
.password_wrapper .pass_view_on,
.password_wrapper .pass_view_off {
    position: absolute;
    bottom: 8px;
    right: 11px;
    cursor: pointer;
}
.password_wrapper .pass_view_on svg,
.password_wrapper .pass_view_off svg {
  display: flex;
}
.password_wrapper .pass_view_on:hover svg path,
.password_wrapper .pass_view_off:hover svg path {
  stroke: #09b700;
}
.password_wrapper.revealed .pass_view_off {
    display: block;
}
.password_wrapper.revealed .pass_view_on,
.password_wrapper .pass_view_off,
.order_head_mobile  {
    display: none;
}

.order_confirmation_wrapper {
  padding: 20px;
  background-color: #fff;
}


#login .switch_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 14px;
}
#login .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 23px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #1d1d1b;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 34px;
}
.slider:before {
  display: flex;
  position: absolute;
  content: "";
  height: 15px; 
  width: 13px; 
  left: 4px;
  bottom: 4px;
  background-color: #1D1D1B;
  -webkit-transition: .3s;
  transition: .3s;
  aspect-ratio: cos(30deg);
  clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.phone_form_inputs {
  display: none;
}


@media screen and (max-width: 1700px) {
  header .address_wrapper {
    display: none;
  }
  header .phone_wrapper {
    margin-left: auto;
  }
}


@media screen and (max-width: 1550px) {
  .h_search_form {
    max-width: 500px;
  }
  .categories .category_wrapper {
    padding: 20px;
  }
  .footer_top .footer_column > ul {
    flex-wrap: nowrap;
    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;
  }
  .product_list > li {
    width: 25%;
  }
  .footer_top {
    gap: 40px;
    justify-content: space-between;
  }
  .product_wrap .price_wrapper {
    flex-direction: column-reverse;
    gap: 5px;
    align-items: flex-start;
  }
  .product_section_main {
    gap: 30px;
  }
  .product_nav_slider {
    margin-right: 30px;
  }
  .product_gallery {
    max-width: 780px;
  }
  .product_gallery .status {
    left: 120px;
  }
  .product_info_row.flex_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .product_section .buttons_wrap {
    margin: 0;
  }
  .order_summary {
    width: 600px !important;
  }
}

@media screen and (max-width: 1360px) {
  .payment_delivery_row .service_options {
    justify-content: flex-start;
    gap: 20px;
  }
  .payment_delivery_row .service_options li {
    width: calc(50% - 10px);
  }
  .header_top_wrapper .phone_wrapper {
    display: none;
  }
  header nav {
    margin-left: auto;
  }
  .categories > li {
    width: 25%;
  }
  .product_list > li {
    width: 33.33%;
  }
  .product_gallery {
    width: 680px;
  }
  .product_main_slider {
    width: 560px;
  }
  .footer_top {
    gap: 40px;
    justify-content: space-between;
  }
  .h_search_form {
    max-width: 360px;
  }
  .footer_column {
    max-width: 330px;
  }
  .footer_column:nth-child(n + 3) {
    min-width: 300px;
    flex-shrink: 0;
  }
  .footer_column:nth-child(3) .phone > svg {
    display: none;
  }
  .header_top_wrapper .logo {
    max-width: 180px;
  }
}

@media screen and (max-width: 1199px) {
  .orders_history {
    font-size: 12px !important;
  }
  .h_search_form {
    max-width: 400px;
  }
  .articles_slider_in li{
    width: calc(100% / 3);
  }
  header a {
    font-size: 16px;
  }
  .header_top_wrapper .logo {
    max-width: 130px;
  }
  .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_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;
  }
  .front_slider_wrapper .catalog_list {
    width: 280px;
  }
  .front_slider_wrapper .front_slider {
    max-width: calc(100% - 280px);
    margin-left: 280px;
  }
  .subcategory_wrapper .image_wrapper {
    display: none;
  }
  .category_nav > li {
    width: 50%;
  }
  .categories .category_wrapper {
    gap: 5px;
  }
  .article_wrapper .article_bottom_wrapper {
    gap: 10px;
  }
  .category_section .subcategories li {
    width: 25%;
  }
  .product_list > li {
    width: 50%;
  }
  .product_section_main {
    gap: 30px;
  }
  .product_nav_slider {
    max-width: 70px;
    margin-right: 30px;
  }
  .product_nav_slider li.slick-slide {
    width: 70px !important;
    height: 70px !important;
    padding: 10px;
  }
  .product_gallery {
    width: 460px;
  }
  .product_main_slider {
    width: 360px;
  }
  .product_gallery .status {
    left: 110px;
  }
  .product_info .service_options {
    justify-content: space-between;
  }
  .product_info .service_options:after {
    content: "";
    flex: auto;
  }
  .footer_bottom > div,
  .footer_bottom .payment_options {
    gap: 10px;
  }
  .footer_top {
    gap: 20px;
  }
  header .phone_wrapper {
    display: none;
  }
  .h_search_form {
    max-width: 500px;
  }
  .header_top_wrapper {
    gap: 15px;
  }
  .lang_options a {
    padding: 0 5px;
    font-size: 16px;
  }
  .header_top a {
    font-size: 14px;
  }
  .header_top nav ul {
    gap: 10px;
  }
  .footer_top {
    flex-wrap: wrap;
  }
  .footer_top .footer_column:first-child {
    flex: unset;
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .footer_top .logo {
    margin-bottom: 10px;
  }
  .footer_top .socials {
    margin-top: 0;
  }
  .product_list_controls {
    flex-direction: column;
    gap: 20px;
  }
  .order_summary {
    width: 500px !important;
  }
}

@media screen and (max-width: 992px) {
  .payment_delivery_row .service_options li {
    width: auto;
  }
  .order_confirmation_wrapper {
    margin: 0 -8px;
    padding: 20px 8px;
  }
  .order_form {
    margin: 0 -8px;
  }
  .order_head_mobile  {
    display: block;
  }
  .order_summary {
    width: 100% !important;
  }
  .text_section_wrap {
    padding: 20px 8px;
    margin: 0 -8px;
  }
  .category_section .subcategories {
    margin-bottom: 20px;
  }
  .product_list > li {
    width: 33.33%;
  }
  .category_outer_wrapper {
    padding-top: 20px;
    background-color: #fff;
  }
  .front_slider_wrapper .catalog_list {
    display: none;
  }
  .header_top_wrapper {
    padding-top: 11px;
    padding-bottom: 5px;
  }
  .articles_slider_in li{
    width: calc(100% / 2);
  }
  #up{
    right: 15px;
    bottom: 15px;
  }
  header.header_fixed .header_bottom{
    position: static;
    width: 100%;
    z-index: 20;
  }
  header.header_fixed .header_fixed_pusher {
    height: 0 !important;
  }
  .container {
    padding: 0 8px;
  }
  #mobile_menu_open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 49px;
  }
  #header_cart_link {
    width: 43px;
    height: 49px;
    justify-content: center;
  }
  .header_top {
    border-bottom: none;
  }
  .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: 146px;
  }
  #mobile_menu .logo,
  #mobile_catalog .logo {
    display: flex;
  }
  .front_slider .slick-arrow {
    height: 48px;
    width: 30px;
    top: calc(50% - 24px);
  }
  .categories > li {
    width: calc(50% - 0.5px);
  }
  .categories li:nth-last-child(3) .category_wrapper {
    border-bottom: 1px solid #EFEFEF;
  }
  .footer_top {
    flex-direction: column;    
    gap: 30px;
  }
  .footer_top .footer_column {
    width: 100%;
    max-width: unset;
    border: none;
  }
  .footer_top .logo {
    max-width: 184px;
  }
  .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;
    padding-bottom: 80px;
    overflow-y: auto;
    border-radius: 0;
    background: #fff;
  }
  #mobile_filter_close {
    display: flex;
  }
  .catalog_filter .filter_header span svg {
    display: none;
  }
  .catalog_filter .filter_body {
    height: calc(100% - 145px);
    overflow: auto;
  }
  .catalog_filter .filter_item {
    border: none;
    border-bottom: 1px solid #efefef;
  }
  .catalog_filter .filter_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13.5px 16px;
    font-size: 20px;
    font-weight: 600;
    background-color: #1D1D1B;
    color: #fff;
  }
  #mobile_filter_open {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    padding: 12px 40px;
    background-color: #1d1d1b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .catalog_controls {
    justify-content: space-between;
  }
  .catalog_filter .buttons_wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 375px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 16px;
    background-color: #fff;
  }
  #filter_reset,
  #filter_apply {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    width: calc(50% - 5px);
    color: #fff;
  }
  #filter_reset {
    background-color: #706f6f;
  }
  #filter_apply {
    background-color: #1d1d1b;
  }
  .product_section_top {
    background-color: transparent;
  }
  .product_section_top .container  {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .product_section_top .product_section_nav {
    width: min-content;
    white-space: nowrap; 
  }
  .product_section_main {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    margin: 0 -8px;
  }
  .product_section .product_info {
    padding: 8px;
  }
  .product_gallery {
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
  }
  .payment_delivery_row .service_options {
    justify-content: flex-start;
  }
  .product_bottom_row:not(.review_row) {
    background-color: #FFF;
    margin: 0 -8px;
    padding: 0 8px;
    padding-top: 10px;
  }
  .product_bottom_row#description {
    margin-bottom: -40px;
    padding-bottom: 40px;
  }
  .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: 0;
  }
  .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;
  }
  #header_likes_link .link_text {
    display: none;
  }
  #header_likes_link {
    display: flex;
    padding: 9px 12px;
    position: relative;
  }
  #header_likes_link .counter {
    top: 1px;
  }
  .categories {
    display: block;
    width: 100%;
  }
  /*.front_slider .slick-arrow,
  .product_slider .slick-arrow,
  .brands_slider .slick-arrow,
  .articles_slider .slick-arrow,
  .categories .slick-arrow,
  .slick-arrow {
    width: 30px;
    height: 48px;
    top: calc(50% - 24px);
  }
  .product_slider .slick-prev_arrow,
  .brands_slider .slick-prev_arrow,
  .articles_slider .slick-prev_arrow,
  .categories .slick-prev_arrow,
  .subcategories .slick-prev_arrow {
    left: -16px;
  }
  .product_slider .slick-next_arrow,
  .brands_slider .slick-next_arrow,
  .articles_slider .slick-next_arrow,
  .categories .slick-next_arrow,
  .subcategories .slick-next_arrow {
    right: -16px;
  }*/
  .page_section {
    margin-bottom: 20px;
  }
  .page_section.white_section {
    padding: 20px 0;
  }
  .footer_top {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #mobile_catalog .subcategory_content .name {
    font-size: 16px;
  }
  .category_nav .subcategory_wrapper {
    padding: 5px 0;
  }
  .categories .slick-track {
    padding: 20px 0;
  }
  .categories {
    margin: -20px 0;
  }
  .product_info .product_info_top {
    display: none;
  }
  .product_section .section_header {
    margin-bottom: 20px;
  }
  .product_section .section_header,
  .product_section .section_header .product_info_top {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .product_bottom_row .row_header svg {
    display: block;
    transition-duration: .3s;
  }
  .product_bottom_row .row_header {
    margin-bottom: 15px;
  }
  .product_bottom_row:not(#reviews) .row_content {
    padding: 0;
  }
  .product_bottom_row.expanded .row_header svg {
    transform: scaleY(-1);
  }
  .product_bottom_row .row_header:hover svg path {
    stroke: #09B700;
  }
  .review_row .row_header {
    padding-bottom: 15px;
    padding-right: 0;
  }
  .add_review {
    position: static;
    margin-bottom: 20px;
  }
  .page_section.product_section {
    padding-bottom: 20px;
  }
  .front_slider_wrapper .front_slider {
    max-width: 100%;
    margin: 0;
  }
  .footer_top .footer_column .column_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .footer_top .footer_column .column_header svg {
    display: block;
    transition-duration: .3s;
  }
  .footer_top .footer_column.expanded .column_header svg {
    transform: scaleY(-1);
  }
  .footer_column:nth-child(3) .phone > svg {
    display: block;
  }
  .footer_top .contacts .phone {
    padding-left: 0;
  }
  .footer_top .contacts_wrap {
    display: none;
    padding-top: 20px;
  }
  .footer_top .footer_column > ul:not(.socials) {
    display: none;
    padding-top: 20px;
    max-height: unset;
    writing-mode: initial;
  }
  .footer_top .footer_column > ul:not(.socials) > li {
    margin-bottom: 15px;
  }
  .footer_top .footer_column > ul:not(.socials) > li:last-child {
    margin-bottom: 0;
  }
  .footer_top .footer_column:first-child {
    margin-bottom: 0;
    align-items: flex-start;
  }
  .front_slider_section .container {
    padding: 0;
  }
  .contacts_wrap .schedule {
    margin-top: 15px;
  }
  .header_bottom_wrapper {
    padding: 10px 0;
  }
  .header_bottom_wrapper .catalog_link {
    font-size: 16px;
  }
  .h_search_form input {
    padding: 10px 15px;
    height: 44px;
    line-height: 24px;
  }
  #mobile_menu .phone_wrapper {
    padding: 0;
    gap: 0;
  }
  .text_section .container {
    padding: 0 16px;
  }
  .footer_top a {
    font-size: 16px;
  }
  .category_section_wrapper {
    border-top: none;
  }
  .product_list .product_wrap {
    border-bottom: none;
  }
  .product_list {
    row-gap: 12px;
  }
  .product_list > li:nth-child(3n) .product_wrap {
    border-right: none;
  }
  .product_section_main .product_page_block:not(.product_info) {
    display: none;
  }
  .product_page_block:not(.product_info) {
    padding: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cart_product_list .quantity_counter a {
    width: 44px;
    height: 44px;
  }
  .product_section_top .product_section_nav a,
  .product_section .product_section_nav span {
    padding: 10px;
    font-size: 15px;
  }
  .product_list_controls {
    margin-top: 30px;
    margin-bottom: 10px;
    gap: 10px;
  }
  .h_search_form button svg {
    width: 18px;
    height: 18px;
  }
  #mobile_search_toggle svg {
    transition-duration: .3s;
  }
  #mobile_search_toggle svg.close {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    opacity: 0;
  }
  #mobile_search_toggle.active svg.close {
    opacity: 1;
  }
  #mobile_search_toggle.active svg:not(.close) {
    opacity: 0;
  }
  #mobile_search_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #706f6f;
  }
  .header_bottom_wrapper .h_search_form {
    display: none;
  }
  .search_form_holder {
    padding-bottom: 10px;
    display: none;
  }
  .search_form_holder .h_search_form {
    width: 100%;
    max-width: unset;
  }
  .page_section .section_header .section_title {
    font-size: 20px;
    line-height: 40px;
  }
  .page_section .section_header .section_subtitle,
  .product_wrap .product_link {
    font-size: 12px;
  }
  .page_section {
    margin-bottom: 30px;
  }
  .product_slider .slick-track {
    margin-bottom: -20px;
  }
  .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: 20px;
  }
  .page_section .section_title {
    line-height: 24px;
  }
  .front_slider .slick-dots {
    bottom: 3px;
    gap: 6px;
  }
  .front_slider .slick-dots button {
    width: 8px;
    height: 9px;
  }
  .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;
  }
  .product_section .price {
    font-size: 24px;
  }
  .product_section .old_price,
  .product_bottom_row .row_header {
    font-size: 20px;
  }
  .category_content a,
  .categories .category_wrapper span,
  .category_nav .subcategory_wrapper span,
  .product_section .product_info,
  .h_search_form input,
  .text_section .text_wrapper p,
  .text_section .text_wrapper ul,
  .product_section .article {
    font-size: 14px;
  }
  .product_wrap .stock,
  .product_section .status {
    font-size: 12px;
  }
  .product_wrap .status {
    top: 10px;
    padding: 3px 6px;
    font-size: 11px;
  }
  .product_wrap .buttons_wrap .product_cart_link,
  .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,
  .footer_bottom div a,
  .product_options_row > span,
  .product_section .product_options a {
    font-size: 14px;
  }
  .product_wrap .product_info_wrap > .price,
  .product_wrap .price_wrapper,
  .catalog_controls .sorting_wrapper,
  .reviews .name,
  .product_info .count_wrapper input,
  .product_wrap .price, .product_wrap .price_wrapper,
  .product_section .price_wrapper,
  .footer_bottom {
    font-size: 16px;
  }
  .footer_top .footer_column .column_header,
  .product_section .product_cart_link {
    font-size: 18px;
  }
  .article_wrapper .article_link,
  .article_wrapper .date {
    font-size: 12px;
  }
  .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::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
  }
  .specs_list::-webkit-scrollbar-track {
    background-color: #ebebeb;
  }
  .specs_list::-webkit-scrollbar-thumb {
    background-color: #1d1d1b;
  }
  .specs_list::-webkit-scrollbar-corner {
    background-color: #1d1d1b;
  }
  .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%;
  }
  .product_wrap .product_info_wrap {
    padding: 8px;
  }
  .product_wrap .product_link {
    line-height: 17px;
    height: 51px;
    margin-bottom: 10px;
  }
  .product_wrap .image_wrapper {
    padding: 20px 6px;
  }
  .product_wrap .stock {
    margin-bottom: 10px;
  }
  .categories .category_wrapper span,
  .category_nav .subcategory_wrapper span {
    line-height: 16px;
    height: 48px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .brands_slider a {
    padding: 20px;
  }
  .article_wrapper .article_name {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .front_slider .mobile_img {
    display: block;
  }
  .front_slider img:not(.mobile_img) {
    display: none;
  }
  .product_section .reviews {
    flex-direction: column;
    gap: 0;
  }
  .product_section .reviews > li {
    width: 100%;
  }
  .product_slider .slick-arrow,
  .brands_slider .slick-arrow,
  .articles_slider .slick-arrow,
  .categories .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .product_main_slider .slick-prev_arrow,
  .product_slider .slick-prev_arrow,
  .brands_slider .slick-prev_arrow,
  .articles_slider .slick-prev_arrow,
  .categories .slick-prev_arrow {
    right: 40px;
  }
  .product_wrap .price_wrapper {
    flex-direction: row;
    gap: 15px;
  }
  .product_wrap .product_bottom a {
    display: none;
  }
  .articles_slider_in .article_wrapper,
  .articles_slider .article_wrapper {
    padding: 10px;
    padding-bottom: 15px;
  }
  .header_bottom_wrapper {
    gap: 8px;
  }
  .category_section .subcategories li {
    width: 33.33%;
  }
}

@media screen and (max-width: 670px) {
  .payment_delivery_row .service_options li {
    width: calc(50% - 10px);
  }
  .search_form_holder {
    display: none;
  }
  .header_catalog {
    width: calc(100% - 52px);
  }
  .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: 15px;
  }
  .footer_top .footer_column .payment_options {
    margin: 0;
    flex-direction: row;
    writing-mode: initial;
    gap: 20px;
  }
  .footer_top .footer_column > ul > li {
    height: calc(33.33% - 6.7px);
  }
  .footer_top .footer_column > ul a {
    max-width: unset;
  }
  .category_section .subcategories li {
    width: 33.33%;
  }
  .product_list > li {
    width: 50%;
  }
  .product_list > li:nth-child(3n) .product_wrap {
    border-right: 1px solid #efefef;
  }
  .product_list > li:nth-child(2n) .product_wrap {
    border-right: none;
  }
  .catalog_controls {
    flex-direction: column-reverse;
    gap: 12px;
  }
  #mobile_filter_open {
    padding: 12px 80px;
  }
  .catalog_controls .sorting_wrapper .chosen-container {
    max-width: 195px;
  }
  .footer_top .footer_column > ul,
  .footer_column .contacts_wrap {
    display: none;
    padding-top: 10px;
  }
  .footer_top .footer_column > ul {
    writing-mode: initial;
    max-width: unset;
  }
  .footer_top .footer_column > ul > li {
    height: auto;
    margin-bottom: 15px;
  }
  .footer_top .footer_column > ul > li:last-child,
  .footer_top .logo {
    margin-bottom: 0;
  }
  .footer_bottom {
    align-items: center;
  }
}

@media screen and (max-width: 520px) {
  .header_top_wrapper .logo,
  .footer_top .logo,
  #mobile_menu .logo,
  #mobile_catalog .logo {
    max-width: 150px;
  }
  .page_section .section_title {
    font-size: 20px;
  }
  .product_wrap .product_link {
    font-size: 12px;
    line-height: 17px;
    height: 51px;
  }
  .footer_top .payment_options img {
    height: 18px;
  }
  .category_section .subcategories li {
    width: 50%;
  }
  #mobile_filter_open,
  .product_list_controls .load_more {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .product_list_controls .pagination {
    width: 100%;
    justify-content: center;
  }
  .pagination li {
    flex: 1;
    max-width: 48px;
  }
  .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;
  }
  .product_info_row.flex_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_section .buttons_wrap {
    margin-left: 0;
    margin-top: 0;
  }
  .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);
  }
  .add_review {
    top: 38px;
    left: 0;
    width: auto;
  }
  .catalog_controls .sorting_wrapper {
    width: 100%;
  }
  #sorting form {
    justify-content: flex-end;
  }
  .product_section .product_cart_link,
  .add_review {
    max-width: unset;
    width: 100%;
  }
  .catalog_filter .buttons_wrap {
    width: 100%;
  }
}

@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 {
    flex-wrap: nowrap;
    max-height: unset;
  }
  .footer_bottom > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_main_slider {
    width: 290px;
  }
  .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;
  }
  #sorting form .chosen-container {
    max-width: 170px !important;
    min-width: unset !important;
    margin-left: auto;
  }
  #mobile_menu #header_account_link {
    padding: 10px 20px;
  }
  #mobile_menu #header_account_link .link_text {
    font-size: 14px;
  }
  .payment_delivery_row .service_options li {
    width: 100%;
  }
}