@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  font-family: Raleway;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: Raleway;
  color: #282828;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
svg path {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: #282828;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.image_wrapper img {
  max-width: 100%;
  max-height: 100%;
}
nav {
  list-style: none;
}
body {
  position: relative;
  font-family: Raleway;
  color: #282828;
  font-size: 20px;
  font-variant-numeric: lining-nums;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 100px;
  margin: 0 auto;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.header_top {
  background-color: #282828;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top_wrapper span,
.header_top_wrapper a {
  font-size: 18px;
  color: #fff;
}
.header_top_wrapper li.active span,
.header_top_wrapper a:hover {
  color: #FFDE19;
}
.header_top_wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h_search_form,
#subscribe_form {
  position: relative;
  width: 100%;
  max-width: 336px;
  display: flex;
  align-items: center;
}
#subscribe_form {
  max-width: unset;
}
.h_search_form input,
#subscribe_form input {
  width: 100%;
  padding: 15px 77px 13px 24px;
  border: none;
  border-radius: 53px;
  background-color: #fff;
  font-size: 16px;
}
.h_search_form button,
#subscribe_form button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  font-weight:600;
  height: 47px;
  border: 1px solid #FFDE19;
  border-radius: 50px;
  background-color: #FFDE19;
}
#subscribe_form button {
  width: auto;
  display: block;
  padding: 10px 20px 12px 28px;
  border: 1px solid #FFDE19;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
}
#subscribe_form button:hover,
.h_search_form button:hover {
  background-color: #fff;
  border-color: #282828;
}
.header_top_wrapper .phone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 500;
}
.header_top_wrapper .phone:hover svg path {
  fill: #FFDE19;
}
.lang_options {
  gap: 12px;
}
.lang_options a,
.lang_options span {
  font-size: 20px;
  line-height: 20px;
}
.lang_options li.active a,
.lang_options li.active span {
  display: block;
  padding: 9px 8px;
  border-radius: 10px;
  background-color: #FFDE19;
  color: #282828;
}
#mobile_menu .lang_options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 7px;
}
.header_bottom_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.header_bottom_wrapper > ul {
  display: flex;
  align-items: center;
}
.header_bottom_wrapper .catalog_list {
  margin-left: 65px;
  margin-right: auto;
}
.header_bottom_wrapper .header_menu {
  gap: 22px;
}
.header_menu > li:first-child {
  display: none;
}
.header_bottom_wrapper .category_nav_decor {
  position: absolute;
  top: -20px;
  width: 20px;
  height: 20px;
}
.category_nav_after svg {
  transform: scaleX(-1);
}
.header_bottom_wrapper .catalog_list > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100px;
  padding: 0 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 500;
}
.header_bottom_wrapper .catalog_list > li > a .image_wrapper {
  display: none;
}
.header_bottom_wrapper .catalog_list > li > a:hover,
.header_bottom_wrapper .catalog_list > li.active > a {
  background-color: #FFDE19;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#mobile_menu .catalog_list > li {
  margin-bottom: 4px;
}
#mobile_menu .catalog_list > li:last-child {
  margin-bottom: 4px;
}
#mobile_menu .catalog_list > li > a {
  display: flex;
  align-items: center;
  gap: 16px;
}
#mobile_menu .catalog_list > li > a .image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
#mobile_menu .catalog_list > li > a svg {
  margin-left: auto;
  transform: rotate(-90deg);
  height: 20px;
}
#mobile_menu .catalog_list > li.active > a svg {
  transform: rotate(-180deg);
}
#mobile_menu,
#mobile_menu .contacts a,
.lang_options a,
.lang_options span {
  font-size: 14px;
  font-weight: 400;
}
#mobile_menu a:hover {
  color: #FFDE19;
}
#mobile_menu a:hover svg path {
  fill: #FFDE19;
}
#mobile_menu .phone:hover svg path {
  stroke: #ffde19;
}
#mobile_menu .contacts > li {
  margin-bottom: 5px;
}
#mobile_menu .contacts > li:last-child {
  margin-bottom: 0;
  margin-top: 15px;
}
#mobile_menu .phone {
  gap: 4px;
}
#mobile_menu .phone svg {
  width: 17px;
  height: 17px;
}
#mobile_menu .email {
  gap: 6px;
}
#mobile_menu .email svg {
  width: 13px;
  height: 13px;
}
#mobile_menu .socials a {
  width: 27px;
  height: 27px;
}
#mobile_menu .category_nav_decor {
  display: none;
}
#mobile_menu .category_nav {
  padding: 10px 0;
  padding-left: 46px;
}
#mobile_menu .category_nav a {
  display: flex;
  align-items: center;
  gap: 16px;
}
#mobile_menu .category_nav a .image_wrapper {
  width: 30px;
  height: 30px;
}
.header_bottom_wrapper .category_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 25px 47px;
  border-radius: 20px;
  background-color: #FFDE19;
  z-index: 10;
}
.header_bottom_wrapper .category_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.header_bottom_wrapper .category_nav li {
  width: calc(14.3% - 8.8px);
  flex-shrink: 0;
}
.header_bottom_wrapper .category_nav a {
  display: block;
  padding: 4px 15px 14px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #282828;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.header_bottom_wrapper .category_nav a:hover {
  background-color: #fff;
  border-color: #fff;
}
.header_bottom_wrapper .category_nav .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.page_section {
  margin-bottom: 60px;
}
.section_title {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 40px;
}
.front_slider {
  border-radius: 40px;
  overflow: hidden;
}
.front_slider li.slick-slide {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  height: 507px;
}
.front_slider .image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.front_slider .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front_slider .slide_content {
  position: relative;
  z-index: 2;
  height: 100%;
  background: linear-gradient(3.75deg, rgba(0, 0, 0, 0.8) 4.63%, rgba(0, 0, 0, 0) 94.36%);
  padding: 67px 68px;
  padding-bottom: 77px;
  display: flex;
  flex-direction: column;
}
.front_slider .info_row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.front_slider .slide_title {
  margin-top: 42px;
}
.front_slider .front_slider_section {
  padding: 40px 27px;
  padding-bottom: 44px;
  background: rgba(40, 40, 40, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  max-width: 501px;
}
.front_slider_section .section_name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 35px;
  color: #fff;
  margin-bottom: 11px;
}
.front_slider_section > p {
  color: #fff;
  margin-bottom: 18px;
  line-height: 23px;
}
.front_slider_section a {
  display: block;
  padding: 14px;
  width: 253px;
  border-radius: 20px;
  background-color: #FFDE19;
  box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
  text-align: center;
  font-weight: 500;
}
.front_slider_section a:hover {
  color: #fff;
  background-color: #282828;
}
.front_slider_section a svg {
  display: none;
}
.front_slider .slide_title {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin-top: auto;
  text-transform: uppercase;
}
.front_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.front_slider .slick-dots li.slick-active svg path,
.front_slider .slick-dots li:hover svg path {
  fill: #FFDE11;
}
.categories {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.categories li {
  width: calc(100% / 4 - 15px);
}
.categories a {
  display: block;
  height: 100%;
  padding: 30px 20px;
  padding-bottom: 50px;
  border-radius: 40px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.categories .image_wrapper {
  height: 288px;
  margin: 0 auto;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories a:hover {
  background-color: #F6E10C;
  border-color: #F6E10C;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.product_slider_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.slider_content_options_tab,
.slider_content_options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.slider_content_options_tab a,
.slider_content_options a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #282828;
  font-weight: 500;
  color: #fff;
}
.slider_content_options_tab a:hover,
.slider_content_options_tab li.active a,
.slider_content_options a:hover,
.slider_content_options li.active a {
  background-color: #FFDE19;
  color: #282828;
}
.product_slider_controls .slider_pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 500;
}
.product_slider_controls .slider_pagination p {
  padding: 0 38px;
}
.product_slider_controls .slider_pagination p span {
  display: inline-block;
  min-width: 10px;
  text-align: center;
}
.product_slider_controls .slider_pagination .slick-arrow {
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  height: 28px;
  visibility: hidden;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.product_slider_controls .slider_pagination .slick-arrow.tab1 {
  visibility: visible;
}
.product_slider_controls .slider_pagination .slick-arrow.slick-next_arrow {
  left: unset;
  right: 0;
}
.product_wrap {
  position: relative;
  padding-bottom: 54px;
  border-radius: 40px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  transform: rotate(0deg);
  transition-duration: .3s;
}
.product_list .product_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}
.product_wrap .product_top {
  position: relative;
  padding: 0 30px;
  padding-top: 93px;
  margin-bottom: 10px;
}
.product_list .product_wrap .product_top {
    padding: 10px 25px;
}
.product_top .product_like {
  position: absolute;
  display: flex;
  padding: 1px;
  top: 10px;
  right: 20px;
}
.product_like svg path,
.header_menu li:nth-child(2) svg path,
.header_menu li:nth-child(3) svg path:nth-child(n + 2) {
  fill: transparent;
}
.product_like:hover svg path,
.product_like.active svg path,
.header_menu li:nth-child(2) a:hover svg path,
.header_menu li:nth-child(3) a:hover svg path:nth-child(n + 2) {
  fill: #282828;
}
#header_cart_link {
  position: relative;
}
#header_cart_link .counter {
  position: absolute;
  bottom: 1px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  min-width: 16px;
  font-size: 9px;
  line-height: 9px;
  font-weight: 600;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
  color: #282828;
}
#header_cart_link:hover .counter {
  color: #282828;
}
#header_wish_link {
  position: relative;
}
#header_wish_link .counter{
  position: absolute;
  bottom: 1px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  min-width: 16px;
  font-size: 9px;
  line-height: 9px;
  font-weight: 600;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
  color: #282828;
}
#header_wish_link:hover .counter {
  color: #282828;
}
.product_top .product_link:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border-radius: 40px;
}
.product_wrap .product_like svg {
  width: 30px;
  height: 30px;
}
.product_wrap .hover_wrap {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 0;
  padding: 45px 25px;
  background: rgba(40, 40, 40, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 3;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.product_wrap:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hover_wrap .product_specs li {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 6px;
  margin-bottom: 12px;
}
.hover_wrap .product_specs li:last-child {
  margin-bottom: 0;
}
.hover_wrap .product_specs span {
  display: flex;
  width: calc(50% - 3px);
  align-items: center;
  justify-content: flex-start;
}
.hover_wrap .product_specs span:last-child {
  width: calc(50% - 3px);
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  text-align:right;
}
.product_wrap .image_wrapper {
  max-height: 208px;
  max-width: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.product_wrap .status {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 155px;
  font-size:17px;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
}
.status.sale {
  background-color: #FF0606;
  color: #fff;
}
.status.new {
  background-color: #FFDE19;
}
.status.top {
  background-color: #01860E;
  color: #fff;
}
.status.photo_count {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  background-color: #E2E2E2;
}
.product_wrap .product_link {
  font-weight: 500;
  text-align: center;
  margin: 5px 0px;
  word-break: break-word;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 54px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_wrap .product_like {
  position: relative;
  z-index: 6;
}
.product_wrap .product_size,
.product_wrap .price_wrapper,
.product_section .price_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_wrap .product_size {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  min-height: 30px;
}
.product_wrap .product_size span {
  display: flex;
  align-items: center;
}
.product_wrap .price_wrapper {
  gap: 10px;
  font-weight: 500;
}
.product_section .price_wrapper {
  gap: 23px;
  margin-top: 23px;
  margin-bottom: 43px;
  justify-content: flex-start;
}
.product_wrap .old_price,
.product_section .old_price {
  display: block;
  padding: 0 3px;
  position: relative;
  font-size: 15px;
  color: #565656;
}
.product_section .old_price {
  font-size: 20px;
}
.product_wrap .old_price:after,
.product_section .old_price:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #565656;
  transform: rotate(6.5deg);
}
.product_wrap .price {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.product_wrap .price span {
  margin-top: -3px;
  margin-left: 4px;
}
.product_section .price {
  display: block;
  padding: 12px 25px;
  font-weight:600;
  font-size:22px;
  border-radius: 20px;
  border: 1px solid #282828;
}
.product_wrap .product_cart_link,
.product_wrap .product_info_link {
  max-width: 155px;
  margin: 0 auto;
  font-weight: 500;
  border-radius: 20px;
  position: relative;
  z-index: 6;
}
.product_wrap .product_cart_link,
.product_section .product_cart_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px;
  margin-bottom: 15px;
  background-color: #FFDE19;
}
.product_wrap .product_cart_link:hover,
.product_section .product_cart_link:hover {
  background-color: #282828;
  color: #fff;
  box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
}
.product_wrap .product_cart_link:hover svg path,
.product_section .product_cart_link:hover svg path {
  stroke: #fff;
}
.product_section .product_cart_link {
  height: 72px;
  margin-bottom: 0;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  max-width: 280px;
}
.product_wrap .product_info_link {
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #282828;
}
.product_wrap .product_info_link:hover {
  background-color: #FFDE19;
  border-color: #FFDE19;
  box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
}
.product_wrap .buttons_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  gap: 15px;
  margin-top: auto;
}
.product_wrap .buttons_wrap .product_cart_link {
  margin: 0;
  padding: 10px 20px;
}
.product_slider_wrapper {
  position: relative;
}
.product_slider_wrapper .tab_content {
  display: none;
  position: relative;
  transition-duration: .3s;
}
.product_slider_wrapper .tab_content.active {
  display:block;
  z-index: 2;
}
.tab_content:not(.active) .product_slider .slick-arrow {
  display: none;
}
.product_slider_g .slick_arrow{
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: #FFDE19;
  border-radius: 12px;
}
.product_slider_g .slick-prev_arrow{
  left: 0px;
}
.product_slider_g .slick-next_arrow{
  right: 0px;
}
.product_slider_g li.slick-slide,
.product_slider li.slick-slide {
  margin: 0 10px;
}
.product_slider_g,
.product_slider {
  position:relative;
  margin: 0 -10px;
}
.product_slider_g .slick-track,
.product_slider .slick-track {
  padding-bottom: 5px;
}
.product_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom:20px;
}
.product_list > li {
  width: calc(25% - 10px);
}
.advantages {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages li {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 31px;
  padding: 43px 36px;
  border-radius: 50px;
  border: 1px solid rgba(40, 40, 40, 0.5);
}
.advantages .image_wrapper {
  flex-shrink: 0;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
}
.advantages .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 13px;
  padding-top: 7px;
}
.brands_slider .slick-list {
  margin: 0 61px;
}
.brands_slider .slick-track {
  display: flex !important;
}
.brands_list{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:5px;
}
.brands_list li{
  height: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  width:calc(100% / 6 - 5px);
}
.brands_slider li.slick-slide {
  height: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.brands_slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22.5px);
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
}
.brands_slider .slick-prev_arrow {
  left: 0;
}
.brands_slider .slick-next_arrow {
  right: 0;
}
.brands_list a:hover,
.brands_slider a:hover {
  opacity: 0.7;
}
.seo_text_wrapper {
  position: relative;
  padding: 32px 33px;
  border-radius: 50px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  font-size: 20px;
  font-weight: 500;
  color: #282828;
}
.seo_text_wrapper p {
  font-weight: 500;
  line-height: 23px;
}
.seo_text_wrapper .title {
  font-size: 40px;
  line-height: normal;
  margin-bottom: 37px;
  padding-right: 235px;
}
.seo_text_wrapper .subtitle {
  font-size: 30px;
  line-height: 35px;
  margin-top: 55px;
  margin-bottom: 18px;
}
.seo_text_wrapper ul {
  margin-bottom: 80px;
}
.seo_text_wrapper ul li,
.article_page_wrap .info_page_row ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  line-height: 23px;
}
.article_page_wrap .info_page_row ul li {
  margin-bottom: 10px;
  padding-left: 25px;
}
.seo_text_wrapper ul li:last-child,
.article_page_wrap .info_page_row ul li:last-child {
  margin-bottom: 0;
}
.seo_text_wrapper ul li:before,
.article_page_wrap .info_page_row ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
}
.article_page_wrap .info_page_row ul li:before {
  width: 15px;
  height: 15px;
  top: 4px;
}
.article_page_wrap .text_wrapper a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.seo_text_wrapper .footer {
  font-weight: 600;
  margin-bottom: 18px;
}
.seo_text_wrapper .footer:last-child {
  margin-bottom: 0;
}
/*
.seo_text_wrapper .content > * {
  display: none;
}
.seo_text_wrapper .content > *:nth-child(1),
.seo_text_wrapper .content > *:nth-child(2) {
  display: block;
}
*/
.seo_text_wrapper .content.sertificats > *{
  display: block!important;
}
.benefits_wrap.active .seo_text_wrapper .content > *,
.seo_text_wrapper.active .content > *{
  display: block!important;
}
.seo_text_wrapper .show_more {
  position: absolute;
  top: 34px;
  right: 33px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 20px;
  background-color: #FFDE19;
  font-weight: 500;
}
.seo_text_wrapper .show_more:hover {
  background-color: #282828;
  color: #fff;
  box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
}
.seo_text_wrapper .show_more:hover svg path {
  fill: #fff;
}
footer {
  background-color: #282828;
  padding-top: 84px;
  padding-bottom: 116px;
  margin-top: 10px;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 59px;
}
.footer_bottom span,
.footer_bottom a {
  color: #fff;
  font-size: 18px;
}
footer a:hover {
  color: #FFDE19;
}
footer .contacts > li > a:hover svg path {
  fill: #FFDE19;
}
.footer_bottom .footer_column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_column .column_header {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.footer_column > ul > li {
  margin-bottom: 10px;
}
.footer_column > ul > li:last-child {
  margin-bottom: 0;
}
.contacts > li > a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 500;
}
#mobile_menu .phone svg path {
  stroke: #282828;
} 
#mobile_menu .email svg path {
  fill: #282828;
} 
.subscribe_form_wrap .header {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
}
.socials svg {
  transition-duration: .3s;
}
.socials a:hover svg {
  transform: scale(1.1);
}
#mobile_menu_open,
.mobile_logo {
  display: none;
}
#mobile_menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 86px;
  background-color: #fff;
  z-index: 15;
  overflow: auto;
  padding: 20px 0;
}
#mobile_menu > * {
  padding: 0 20px;
}
#mobile_menu .category_nav {
  display: none;
}
#mobile_menu nav {
  padding: 18px 20px;
  margin: 20px 0;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
#mobile_menu nav li {
  margin-bottom: 9px;
}
#mobile_menu nav li:last-child {
  margin-bottom: 0;
}
.breadcrumbs_wrapper {
  margin-top: 20px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.breadcrumbs li {
  position: relative;
  padding-right: 27px;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/breadcrumbs_caret.svg) center no-repeat;
  top: calc(50% - 6px);
  right: 7px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #565656;
  font-size: 16px;
  font-weight: 500;
  white-space: pre-wrap;
}
.breadcrumbs a:hover span,
.breadcrumbs a:hover {
  color: #FFDE19;
}
.breadcrumbs_wrapper + .catalog_section,
.breadcrumbs_wrapper + .category_section {
  margin-top: 30px;
}
.catalog_section .categories {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  margin-bottom:30px;
  margin-top:20px;
  padding-bottom:20px;
}
.catalog_section .categories li {
  width: 100%;
}
.catalog_section .categories .image_wrapper {
  height: 236px;
  margin-bottom: 37px;
}
.catalog_section .categories a {
  padding: 32px 10px 20px;
}
.category_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.filters {
  width: 315px;
  flex-shrink: 0;
  padding: 45px 28px;
  border-radius: 40px;
  border: 1px solid rgba(40, 40, 40, 0.5);
}
.filter_item {
  margin-bottom: 30px;
}
.filter_item:last-child {
  margin-bottom: 0;
}
.filter_item_head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.filter_item_head.collapse {
  cursor: pointer;
  transition-duration: .3s;
}
.filter_item_head.collapse svg {
  transition-duration: .3s;
  flex-shrink: 0;
}
.filter_item_head.collapsed.collapse svg {
  transform: scaleY(-1);
}
.filter_item_head.collapse:hover {
  color: #ffde19;
}
.filter_item_head.collapse:hover svg path {
  fill: #FFDE19;
}
.filter_item .filter_slider {
  padding-top: 5px;
  margin-top: -5px;
}
.filters .ui-slider {
  height: 3px;
  margin-bottom: 15px;
  background-color: #565656;
  border: none;
  border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: none;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #282828;
  height: 3px;
  top: 0;
}
.filters .ui-slider .range_slider_left,
.filters .ui-slider .range_slider_left {
  transform: translateX(11px);
}
.filters .ui-slider .range_slider_right {
  transform: translateX(-2px);
}
.slider_range_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider_range_inputs .input_wrapper {
  padding: 7px 17px;
  border-radius: 15px;
  border: 0.5px solid #282828;
  font-size: 16px;
  font-variant-numeric: lining-nums;
  font-weight: 300;
}
.slider_range_inputs .input_wrapper span {
  margin-left: 1px;
  font-weight: 600;
  margin-right:5px;
}
.slider_range_inputs .dash {
  width: 23px;
  height: 1px;
  background-color: #282828;
}
.filter_checkboxes {
  display: flex;
  flex-direction: column;
  gap:6px;
}
.filter_item .filter_checkboxes li:nth-child(n + 10){
  display:none;
}
.filter_item.show_all .filter_checkboxes li:nth-child(n + 10){
  display:flex;
}
.filter_item.show_all .show_all_filters{
  display:none;
}
.filter_checkboxes li {
  position: relative;
}
.filter_checkboxes input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.show_all_filters{
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_all_filters:hover{
  text-decoration:underline;
}
.filter_checkboxes label {
  display: block;
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.filter_checkboxes label:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 2px;
  top: calc(50% - 7.5px);
  border-radius: 5px;
  transform: rotate(45deg);
  border: 1px solid #282828;
  background-color: transparent;
  transition-duration: .3s;
}
.filter_checkboxes label:hover {
  color: #FFDE19;
}
.filter_checkboxes input:checked + label:before {
  background-color: #FFDE19;
  border-color: #FFDE19;
}
.list_controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category_wrapper .list_controls {
  margin-top: 45px;
}
.blog_posts + .list_controls {
  margin-top: 60px;
}
.list_controls .load_more_blog,
.list_controls .load_more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex: 1;
  max-width: 335px;
  height: 64px;
  border-radius: 20px;
  background-color: #282828;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.list_controls .load_more_blog:hover,
.list_controls .load_more:hover {
  color: #282828;
  background-color: #FFDE19;
  box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
}
.list_controls .pagination {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.list_controls .pagination .active > span,
.list_controls .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background-color: #282828;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.list_controls .pagination li:last-child a,
.list_controls .pagination li:first-child a {
  background-color: transparent;
  width: auto;
  padding: 10px;
}
.list_controls .pagination li.active span,
.list_controls li.active a,
.list_controls .pagination a:hover {
  background-color: #FFDE19;
  color: #282828;
}
.list_controls .pagination li:last-child a:hover svg path,
.list_controls .pagination li:first-child a:hover svg path {
  fill: #FFDE19;
}
.list_controls .pagination .separator {
  display: flex;
  height: 100%;
  align-items: flex-end;
  gap: 2px;
}
.product_list_menu,
.mobile_filter_header,
#mobile_up,
.mobile_logo_holder {
  display: none;
}
.category_section .section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
.section_header .section_title {
  margin-bottom: 0 !important;
}
.category_section .chosen-container {
  width: auto !important;
  transition-duration: .3s;
  flex-shrink: 0;
}
.category_section .chosen-single {
  display: flex;
  align-items: center;
  background: #282828 !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 14px;
  padding-right: 53px;
  padding-bottom: 13px;
  padding-left: 53px;
  height: 48px;
}
.category_section .chosen-container.chosen-with-drop .chosen-drop {
  border: none;
  border-radius: 10px;
  background: #282828 !important;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.category_section .chosen-single > div {
  position: static !important;
}
.category_section .chosen-single > div > b {
  background: url(../img/chosen_sprite.svg) center no-repeat !important;
}
.category_section .chosen-container-single .chosen-single span {
  margin-right: 10px;
}
.category_section .chosen-search {
  display: none;
}
.category_section .chosen-results li {
  padding: 12px 53px;
  transition-duration: .3s;
  background: #282828;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.category_section .chosen-results li.highlighted,
.category_section .chosen-results li.result-selected {
  color: #FFDE19;
  background: #282828;
}
.page_section.no_breadcrumbs {
  margin-top: 40px;
}
.blog_options {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.blog_options > span {
  font-size: 25px;
  font-weight: 500;
}
.blog_posts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.post_wrapper {
  display: flex;
  align-items: stretch;
  gap: 50px;
  padding: 35px;
  border-radius: 30px;
  border: 1px solid rgba(40, 40, 40, 0.6);
}
.post_wrapper .image_wrapper {
  width: 280px;
  height: 200px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}
.post_wrapper .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_wrapper .post_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post_wrapper .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.post_wrapper .summary {
  line-height: 23px;
  margin-bottom: 15px;
}
.post_wrapper a {
  display: inline-block;
  padding: 13px 65px 15px;
  margin-top: auto;
  border-radius: 20px;
  font-weight: 500;
  background-color: #FFDE19;
}
.post_wrapper a:hover {
  background-color: #282828;
  color: #fff;
  box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
}
.breadcrumbs_wrapper + .product_section {
  margin-top: 20px;
}
.product_section_top {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.product_section_top .product_section_column:first-child{
  width:100%;
  display:flex;
  flex-direction:column;
  max-width:calc(50% - 40px);
}
.product_section_top .product_section_column:last-child{
  width:100%;
  display:flex;
  flex-direction:column;
  max-width:calc(50% - 40px);
}
.product_gallery {
  position: relative;
  display: flex;
  align-self: flex-start;
  max-width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  gap: 10px;
}
.product_gallery_i{
  position: relative;
  display: flex;
  align-self: flex-start;
  max-width: 100%;
  flex-shrink: 0;
  gap: 10px;
}
.product_gallery .gallery_overlay {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.gallery_overlay span {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 170px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
    background: rgb(255 255 255 / 40%);
    padding: 3px;
}
.product_nav_slider {
  max-width: 80px;
  align-self: stretch;
  padding-right: 5px; 
  overflow: auto;
  display: flex;
  flex-direction:column;
  gap:10px;
  max-height:570px;
}
.product_nav_slider li.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px !important;
  height: 80px !important;
  margin: 2.5px 0;
  overflow: hidden;
  cursor: pointer;
  transition-duration: .3s;
}
.product_main_slider {
  width: 100%;
  overflow: hidden;
  margin: 0 -2px;
}
.product_main_slider  li a{
  width:100%;
  display:block;
}
.product_main_slider li.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 2px;
}
.product_main_slider .slick-slide img,
.product_nav_slider .slick-slide img {
  width: 100%;
}
.price_options_wrap > p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 18px;
}
.price_options li {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  min-height: 55px;
  font-size: 16px;
  line-height: 19px;
  padding: 11px 0;
  padding-right: 30px;
  padding-left: 24px;
}
.price_options li > svg {
  flex-shrink: 0;
}
.price_options li:nth-child(n + 2) {
  border-top: none;
}
.price_options li:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.price_options li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.price_options li:hover,
.price_options li.active {
  background-color: #FFDE19;
  border-color: #FFDE19;
}
.price_options li:hover > svg path,
.price_options li.active > svg path {
  fill: #fff;
}
.price_options .info {
  margin-left: auto;
}
.product_section .section_title {
  margin-top: 15px;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  max-width: 100%;
}
.article_wrap {
  display: flex;
  align-items: center;
  gap: 11px;
}
.article {
  display: block;
  padding: 6px 16px 8px;
  border-radius: 20px;
  background-color: #282828;
  color: #fff;
}
.product_section .limits {
  padding: 14px 23px;
  border-radius: 20px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  margin: 21px 0;
  line-height: 23px;
}
.product_section .buttons_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.count_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-width: 145px;
  height: 72px;
  border: 1px solid #282828;
  border-radius: 20px;
  overflow: hidden;
}
.count_wrapper .cart_quantity{
  border: none;
  text-align: center;
  max-width: 100px;
  font-size: 22px;
  width: 100%;
}
.count_wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 72px;
  font-size: 25px;
}
.count_wrapper button:hover {
  background-color: #FFDE19;
}
.count_wrapper p {
  line-height: 72px;
}
.product_section .product_like svg {
  width: 29px;
  height: 29px;
}
.product_section_bottom {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 33px;
}
.product_section_bottom .product_section_column {
  flex: 1;
  flex-shrink: 0;
}
.product_section_bottom .column_name {
  display: block;
  margin-top: 18px;
  margin-bottom: 22px;
  font-size: 25px;
  font-weight: 500;
}
.product_section_bottom .column_name svg {
  display: none;
}
.product_section_bottom .show_more {
  cursor: pointer;
  transition-duration: .3s;
}
.product_section_bottom .show_more svg {
  transition-duration: .3s;
}
.product_section_bottom .active > .show_more svg {
  transform: scaleY(-1);
}
.product_section_bottom .show_more:hover {
  color: #ffde19;
}
.product_section_bottom .show_more:hover svg path {
  fill: #ffde19;
}
.product_section .product_specs li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
  padding-left: 40px;
  padding-right: 30px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 500;
}
.product_section .product_specs li:nth-child(n + 2) {
  border-top: none;
}
.product_section .product_specs li:first-child {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 25px;
}
.product_section .product_specs li:last-child {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-bottom: 25px;
}
.product_section .product_specs .value {
  display: block;
  width: 175px;
}
.product_section .slider_content_options_tab {
  margin-bottom: 20px;
}
.product_section .tab_content {
  padding: 30px 24px 28px 42px;
  border-radius: 40px;
  border: 1px solid rgba(40, 40, 40, 0.5);
}
.product_section .tab_content p {
  margin-bottom: 20px;
  line-height: 23px;
}
.product_section .tab_content p:last-child {
  margin-bottom: 0;
}
.product_section .tab_content ul li {
  margin-bottom: 20px;
}
.product_section .tab_content ul li:last-child {
  margin-bottom: 0;
}
.benefits_wrap {
  margin-top: 20px;
  border-radius: 40px;
  border: 1px solid rgba(40, 40, 40, 0.5);
}
.benefits_wrap .header {
  padding: 48px 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.benefits_wrap.active .header {
  padding-bottom: 0;
}
.benefits_wrap .header svg,
.specs_wrap .column_name svg {
  transition-duration: .3s;
}
.benefits_wrap .header a:hover svg path,
.specs_wrap .column_name a:hover svg path {
  fill: #FFDE19;
} 
.benefits_wrap .header.active .show_more svg,
.specs_wrap .column_name.active .show_more svg {
  transform: scaleY(-1);
}
.benefits_wrap .seo_text_wrapper,
.tab_content .seo_text_wrapper {
  border: none;
  padding: 0;
}
.benefits_wrap .seo_text_wrapper > * {
  display: none;
}
.tab_content .seo_text_wrapper > * {
  display: block;
}
.benefits_wrap .seo_text_wrapper ul {
  margin: 0;
  padding: 43px 48px;
  padding-top: 25px;
}
.tab_content .seo_text_wrapper ul  {
  margin: 0;
}
.product_slider:not(.front_page_slider) .slick-arrow {
  display: none !important;
}
.product_section .column_name .show_more,
#mobile_product_display {
  display: none;
}
.product_section .tab_content:not(.active) {
  display: none;
}
.cart_wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.cart_wrapper .cart_list {
  margin-top: 53px;
}
.cart_list li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
  min-height: 180px;
  border-radius: 20px;
}
.cart_list li:last-child {
  margin-bottom: 0;
}
.cart_wrapper .cart_list li:first-child {
  display: none;
}
.cart_list > li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(40, 40, 40, 0.5);
}
.cart_list > li > *:nth-child(-n + 3) {
  border-right: none;
}
.cart_wrapper .cart_list > li:first-child {
  min-height: unset;
  margin-bottom: 0;
}
.cart_list .product_info {
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  gap: 30px;
  flex: 5.5;
}
.cart_list .image_wrapper {
  width: 141px;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_list .product_info > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart_list .count_wrapper {
  border-radius: 0;
  height: auto;
  overflow: visible;
}
.cart_list .count_wrapper p {
  line-height: unset;
}
.cart_list .count_wrapper,
.cart_list .price_wrapper {
  position: relative;
  flex: 2.6;
}
.cart_list .remove_product {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.cart_list .column_header {
  position: absolute;
  left: 0;
  top: -49px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
}
.cart_list .product_link {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.cart_list .product_link:hover {
  color: #FFDE19;
}
.cart_list .price {
  font-weight: 600;
}
.cart_list .remove_product:hover {
  background-color: #FF0606;
  border-color: #FF0606;
}
.cart_list .remove_product:hover svg path {
  fill: #fff;
}
.checkout_wrapper .cart_list .count_wrapper button:hover {
  background-color: initial;
  color: #FFDE19;
}
.cart_wrapper .cart_summary {
  margin-top: 53px;
}
.cart_summary {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  max-width: 433px;
  padding: 40px;
  padding-bottom: 45px;
  background-color: #282828;
  border-radius: 20px;
  color: #fff;
}
.cart_summary .header {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
.cart_summary > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cart_summary span.total {
  font-weight: 600;
}
.cart_summary form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.cart_summary form input {
  max-width: 202px;
  padding: 15px;
  border: none;
  border-radius: 15px;
  background-color: #565656;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.cart_summary form input::placeholder {
  color: #fff;
}
.cart_summary form button {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}
.cart_summary form button:hover {
  background-color: #ffde19;
  color: #282828;
  border-color: #ffde19;
}
#to_checkout {
  padding: 29px;
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #FFDE19;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #282828;
}
#to_checkout:hover,
#checkout_form .form_footer button:hover {
  background-color: #fff;
}
.cart_list .mobile_wrap,
.cart_controls {
  display: none;
}
.contacts_wrap {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.contacts_wrap > * {
  border-radius: 20px;
  width: calc(50% - 10px);
  flex-shrink: 0;
}
.contacts_wrap .contact_info {
  position: relative;
  background-color: #282828;
  color: #fff;
  padding: 40px 45px;
  padding-top: 50px;
  font-size: 25px;
  line-height: 29px;
}
.contacts_wrap .contact_info > img {
  position: absolute;
  right: -1px;
  top: -57px;
}
.contacts_wrap .contact_info > ul > li {
  margin-bottom: 20px;
}
.contacts_wrap .contact_info > ul > li:last-child {
  margin-bottom: 0;
  margin-top: 40px;
}
.contacts_wrap .contact_info > ul > li > *:not(.row_header) {
  position: relative;
  padding-left: 53px;
}
.contacts_wrap .contact_info > ul > li > * > svg {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts_wrap ul a {
  color: #fff;
}
.contacts_wrap ul a:hover {
  color: #ffde19;
}
.contacts_wrap > .contact_info > ul > li > a:hover svg path {
  fill: #ffde19;
}
.contacts_wrap .socials a {
  width: 43px;
  height: 43px;
}
.contacts_wrap .socials a svg {
  width: 20px;
  height: 20px;
}
.contacts_wrap .map_wrapper {
  overflow: hidden;
}
.contacts_wrap .map_wrapper img {
  height: 100%;
  object-fit: cover;
}
.contacts_wrap .row_header {
  display: none;
}
.checkout_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#checkout_form {
  border-radius: 20px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  overflow: hidden;
  flex-shrink: 0;
}
.new_comment .form_section{
  padding: 30px 20px 30px 20px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  margin-top:20px;
}
.new_comment .form_section .section_header{
      position: relative;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
#production .form_section{
  border: 1px solid rgba(40, 40, 40, 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 54px 58px 40px 90px;
  border-radius: 20px;
  margin-top:20px;
}
#checkout_form .form_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 54px 58px 40px 90px;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5);
}
#checkout_form .form_section:nth-child(4) {
  border-bottom: none;
}
#production .section_header,
#checkout_form .section_header {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
#checkout_form .section_number {
  position: absolute;
  left: -82px;
  top: calc(50% - 28.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
  font-size: 30px;
  font-weight: 600;
}
.thanks_text,
.production_thanks{
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  display: none;
}
#production .input_wrapper,
#checkout_form .input_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
#checkout_form .form_section:nth-child(2) .input_wrapper,
#checkout_form .form_section:nth-child(3) .input_wrapper  {
  align-items: center;
}
.recall_form input,
.recall_form textarea{
  border-radius: 15px;
  padding: 16px 26px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  width: 100%;
  font-size: 16px;
  max-width: calc(100% - 100px);
}
#production input,
#checkout_form input {
  border-radius: 15px;
  padding: 16px 26px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  max-width: 474px;
  width: 100%;
  font-size: 16px;
}
#checkout_form .chosen-container {
  width: 474px !important;
  margin-left: auto;
}
#checkout_form .chosen-single {
  display: flex;
  align-items: center;
  background: #fff !important;
  border: 1px solid rgba(40, 40, 40, 0.5) !important;
  box-shadow: none !important;
  color: #282828;
  border-radius: 15px;
  font-size: 16px;
  padding: 14px 26px;
  padding-right: 55px;
  height: 52px;
}
#checkout_form .chosen-container.chosen-with-drop .chosen-drop {
  border: 1px solid rgba(40, 40, 40, 0.5);
  border-radius: 15px;
  background: #fff !important;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#checkout_form .chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#checkout_form .chosen-single > div {
  margin-right: 25.5px;
}
#checkout_form .chosen-single > div > b {
  background: url(../img/chosen_sprite_dark.svg) center no-repeat !important;
  transition-duration: .3s;
}
#checkout_form .chosen-container-active.chosen-with-drop .chosen-single > div > b {
  transform: scaleY(-1);
}
#checkout_form .chosen-container-single .chosen-single span {
  margin-right: 10px;
}
#order_delivery_chosem .chosen-search,
#payment_chosen .chosen-search,
#order_pay_chosen .chosen-search,
#delivery_type_chosen .chosen-search {
  display: none;
}
#checkout_form .chosen-results li.disabled-result{
  cursor: not-allowed;
  background: #e7e7e7;
  opacity: 0.3;
}

.order_success_text{
  text-align: center;
  font-size: 18px;
  display: none;
  color: #555;
  margin: 20px auto;
}
.payform,
#pay_form{
  display: none;
}
#checkout_form .input_wrapper.courier,
#checkout_form .input_wrapper.postdepart,
#checkout_form .input_wrapper.postcity{
  display: none;
}
#checkout_form .input_wrapper.courier.delivery_active,
#checkout_form .input_wrapper.postdepart.delivery_active,
#checkout_form .input_wrapper.postcity.delivery_active{
  display:flex;
}
#checkout_form .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
#checkout_form .chosen-results li {
  padding: 14px 26px;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5);
  transition-duration: .3s;
  background: #fff;
  color: #282828;
  font-size: 16px;
  line-height: 18px;
}
#checkout_form .chosen-results::-webkit-scrollbar-track-piece {
  background-color: #EBEBEB;
  border-radius: 3px;
}
#checkout_form .chosen-results::-webkit-scrollbar-track {
  background-color: #EBEBEB;
  border-radius: 3px;
}
#checkout_form .chosen-results::-webkit-scrollbar-thumb {
  background-color: #282828;
  border-radius: 3px;
}
#checkout_form .chosen-results::-webkit-scrollbar-corner {
  background-color: #282828;
}
#checkout_form .chosen-results::-webkit-scrollbar {
  width: 4px;
}
#checkout_form .chosen-results li:last-child {
  border: none;
}
#checkout_form .chosen-results li.highlighted,
#checkout_form .chosen-results li.result-selected {
  background-color: #FFDE19;
  border-color: #FFDE19;
}
#checkout_form textarea {
  width: 100%;
  max-width: 474px;
  min-height: 122px;
  border-radius: 15px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  resize: none;
  padding: 16px 26px;
  font-size: 16px;
  line-height: 18px;
}
#checkout_form .form_footer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  padding: 49px 48px;
  padding-right: 58px;
  background-color: #282828;
}
#checkout_form .form_footer .total {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
#checkout_form .total .value {
  margin-top: 11px;
}
#checkout_form .form_footer button {
  padding: 29px 55px;
  border-radius: 20px;
  background-color: #FFDE19;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
}
.checkout_wrapper .order_summary {
  width: 100%;
  max-width: 542px;
}
.checkout_wrapper .cart_summary {
  position: static;
  max-width: unset;
  margin-top: 47px;
}
.checkout_wrapper .cart_summary span.total {
  margin-top: 25px;
}
.checkout_wrapper .cart_list li {
  min-height: 110px;
  border: 1px solid rgba(40, 40, 40, 0.5);
}
.checkout_wrapper .cart_list li:nth-child(n + 4) {
  display: none;
}
.checkout_wrapper .cart_list .product_info {
  padding: 20px;
  padding-left: 25px;
  gap: 20px;
  border: none;
}
.checkout_wrapper .cart_list .image_wrapper {
  width: 78px;
  height: 78px;
}
.cart_list .product_info > div:last-child {
  width: 100%;
}
.checkout_wrapper .cart_list .product_info > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.checkout_wrapper .cart_list .product_link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.checkout_wrapper .cart_list .count_wrapper {
  flex: unset;
  flex-shrink: 0;
  align-items: center;
  min-width: unset;
  width: 81px;
  height: auto;
  border: none;
}
.checkout_wrapper .count_wrapper button {
  width: auto !important;
  height: 21px !important;
  min-width:21px;
  font-size: 16px;
}
.checkout_wrapper .cart_list .count_wrapper input,
.checkout_wrapper .cart_list .count_wrapper p {
  font-size: 16px;
}
.checkout_wrapper .cart_list .price {
  font-size: 16px;
  font-weight: 400;
}
.checkout_wrapper .article_wrap {
  font-size: 16px;
  gap: 6px;
}
.checkout_wrapper .article {
  padding: 5px 12px;
  border-radius: 10px;
}
#expand_cart_list {
  display: inline-block;
  margin-top: 27px;
  padding: 24px 62px;
  border-radius: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #282828;
}
#expand_cart_list:hover {
  background-color: #FFDE19;
  color: #282828;
  box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
}
.checkout_wrapper .mobile_header {
  display: none;
}
.faq_wrapper .question_wrap {
  border-radius: 30px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  margin-bottom: 20px;
}
.faq_wrapper .question_wrap:last-child {
  margin-bottom: 0;
}
.question_wrap .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: .3s;
}
.question_wrap .header:not(.collapsed) {
  padding-bottom: 20px;
}
.question_wrap .header:hover {
  color: #ffde19;
}
.question_wrap .collapse:hover svg path {
  fill: #ffde19;
}
.question_wrap .header svg {
  transition-duration: .3s;
}
.question_wrap .collapsed.collapse svg {
  transform: scaleY(-1);
}
.question_wrap .text_wrapper {
  display: none;
  padding: 40px;
  padding-top: 0;
}
.faq_wrapper > .question_wrap:first-child .text_wrapper {
  display: block;
}
.question_wrap .text_wrapper p {
  line-height: 23px;
  margin-bottom: 20px;
}
.question_wrap .text_wrapper p:last-child {
  margin-bottom: 0;
}
.question_wrap .text_wrapper li {
  margin-bottom: 10px;
}
.question_wrap .text_wrapper p.highlight {
  display: inline-block;
  margin-top: 20px;
  padding: 22px 34px;
  border-radius: 20px;
  background-color: #FFDE19;
  font-weight: 500;
}
.faq_wrapper .subtitle {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.article_page_wrap > .image_wrapper:first-child {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 60px;
}
.article_page_wrap .image_wrapper {
  display: flex;
}
.article_page_wrap .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_page_wrap p {
  line-height: 23px;
}
.article_page_wrap > p {
  margin-bottom: 60px;
}
.article_page_wrap .info_page_row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
.article_page_wrap .info_page_row > * {
  flex: 1;
  flex-shrink: 0;
}
.article_page_wrap .row_title {
  font-size: 30px
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 40px;
}
.article_page_wrap .info_page_row .subtitle {
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 17px;
}
.article_page_wrap > .row_title {
  margin-bottom: 60px;
  max-width: 620px;
}
.article_page_wrap .info_page_row .image_wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.article_page_wrap > *:last-child {
  margin-bottom: 0;
}
#callback,
#overflow,
#personal_discount,
#montaj,
#buy,
#success_adding_wish,
#order_popup,
.product_view_video,
#alert,
#preload,
.helper_block{
  display:none;
}
#success_adding_wish .pop_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#success_adding_wish .pop_close{
  cursor: pointer;
  z-index: 1051;
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
#success_adding_wish .pop_close:hover {
  background: #fd0;
}
.subscribe_success_text{
  color: #FFDE19;
  font-weight: 600;
  font-size: 22px;
  margin: 10px auto;
  display:none;
}
.error_input{
  background: #ffdada!important;
}



.content ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.content ul li{
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  line-height: 23px;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: url(../img/advantage_background.svg) center no-repeat;
  background-size: contain;
}

.seo_text_wrapper_main .content h1{
  padding-right: 210px;
}


.content i,
.content strong,
.content b,
.content div,
.content span,
.content,
.content p{
  font-weight: 500;
  font-size: 16px!important;
  line-height: 24px;
  margin-bottom: 10px;
}
.content h1 span,
.content h1 strong,
.content h1{
  width: 100%;
  font-weight: 500;
  font-size: 28px!important;
  line-height: 32px;
}
.content h2 span,
.content h2 strong,
.content h2{
  width: 100%;
  font-weight: 500;
  font-size: 24px!important;
  line-height: 32px;
  margin-bottom: 10px;
}
.content h3 span,
.content h3 strong,
.content h3{
  width: 100%;
  font-size: 24px!important;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
.content h4 span,
.content h4 strong,
.content h4{
  width: 100%;
  font-weight: 500;
  font-size: 18px!important;
  line-height: 28px;
  margin-bottom: 10px;
}
.content strong,
.content b{
  font-weight: 600;
  font-size: 16px!important;
  line-height: 24px;
}
.content a{
  font-weight: 500;
  font-size: 16px!important;
  line-height: 24px;
  text-decoration-line: underline;
}
.content a:hover{
  text-decoration: none;
}
.content i{
  font-style: italic;
}
.content ol{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: 15px;
  margin-bottom: 10px;
  padding-right: 10px;
  list-style: inherit;
  list-style-type: decimal;
  display: inline-block;
} 
.content ol li{
  width: 100%;
  float: left;
  padding-left: 0px;
  position: relative;
  margin-bottom: 10px;
}
.error_page{
position: relative;
}
.error_page img{
max-width: 800px; width: 100%; display: block; margin: 10px auto;
}
.error_page a{
  border:1px solid #282828;text-decoration:none;display: block; position: absolute; width: 240px; font-size: 18px; font-weight: bold; margin-left: -120px; bottom: 30px; left: 50%; background: #1d1d1f; color: #fff; border-radius: 30px; padding: 10px 10px; text-align: center;
}
.error_page a:hover{
  background-color: #FFDE19;
  color: #282828;
}
#googleMap iframe{
  width:100%;
  height:100%;
}
.content.category_description{
  margin-top:50px;
}

.item_callback_holder_success_text{
  text-align: center;
  font-size: 18px;
  display: none;
  color: #333;
  margin: 20px auto;
  background: #fedb33;
  padding: 10px 10px;
}
.product_advantage {
  margin-top: 25px;
  margin-bottom: 25px;
}    
.benefits_wrap .product_advantage.content .product_adv{
  text-align: left;
  margin-bottom: 10px;
  display: flex!important;
  flex-direction:row;
  justify-content:flex-start;
  gap:10px;
  align-items:center;
  padding: 0px 15px;
}
.product_advantage.content .product_adv_num{
  background: #ffdd00;
  display: flex;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  align-items: center;
  margin-right: 15px;
  font-size: 20px !important;
  justify-content: center;
}
.product_advantage.content .product_adv_text{
  display: flex;
  font-size: 16px!important;
  width: calc(100% - 50px);
  align-items:center;
}
.tab_content .seo_text_wrapper .sertificats{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap:wrap;
  gap: 10px;
  width:100%;
}
.tab_content .seo_text_wrapper .sertificats a{
  width:calc(100% / 4 - 10px);
}
.find_counter{
  background: #fd0;
  padding: 5px 10px 5px 5px;
  position: absolute;
  top: -5px;
  right: -110px;
  z-index: 2;
  font-size: 16px;
  height: 32px;
  transition: 0.5s;
  box-shadow: 0px 0px 5px 2px #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.find_counter:hover{
  background: #555;
  color: #fff;
}
.find_counter::before{
  content: "";
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 0px;
  border: 16px solid transparent;
  border-right: 15px solid #fd0;
  display: block;
  width: 0;
  height: 0;
  transition:0.5s;
}
.find_counter:hover::before{
  border-right: 15px solid #555;
}
.find_counter_ttl{
  background: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  vertical-align: middle;
  color: #555;
}
.find_counter_close{
  display: block;
  position: absolute;
  top: -15px;
  right: -10px;
  background: #fff;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition:0.5s;
  color: #555;
}
.find_counter_close:hover{
  background: #555;
  color: #fff;
}
.find_counter_text{
  font-weight: bold;
  font-size: 14px;
}
::-webkit-scrollbar { width: 5px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #FFDE19;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #FFDE19; border-radius: 5px;}
.find_reset_block{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 15px 0px;
  width: 100%;
}
.find_link {
  cursor:pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  width: calc(100% / 2 - 10px);
  color: #282828;
  background-color: #FFDE19;
}
.find_link:hover{
  color: #fff;
  background-color: #282828;
}
.reset_link{
  cursor:pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border-radius: 20px;
  background-color: #282828;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  width: calc(100% / 2 - 10px);
}
.reset_link:hover {
  color: #282828;
  background-color: #FFDE19;
}

.accordion_block{

}
.accordion_block .accordion_title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #282828;
  position: relative;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  font-size: 20px !important;
}
.content .accordion_block .accordion_title p{
  font-size: 20px !important;
  margin-bottom:0px !important;
}
.accordion_block .accordion_title:hover{
    background: #555;
    color: #fd0;
}
.accordion_block .accordion_title:hover p,
.accordion_block .accordion_title:hover i{
  color: #fff;
}
.accordion_block .accordion_title svg{
  transition:0.5s;
}
.accordion_block.active .accordion_title svg{
  transform: rotate(180deg);
}
.accordion_block .accordion_content{
  display: none;
    padding: 0px 20px;
}
.accordion_block.active .accordion_content{

}
.ps_slider_1 img,
.ps_slider_2 img,
.ps_slider_3 img{
  width:100%;
}

.ps_slider_1 .slick-dots,
.ps_slider_2 .slick-dots,
.ps_slider_3 .slick-dots {
  bottom: 23px;
  gap: 3px;
  display: flex;
  margin: 0px !important;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ps_slider_1 .slick-dots li,
.ps_slider_2 .slick-dots li,
.ps_slider_3 .slick-dots li{
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
}
.ps_slider_1 .slick-dots li:before,
.ps_slider_2 .slick-dots li:before,
.ps_slider_3 .slick-dots li:before{
  display:none!important;
}
.ps_slider_1 .slick-dots svg,
.ps_slider_2 .slick-dots svg,
.ps_slider_3 .slick-dots svg {
  width: 16px;
  height: 16px;
}
.ps_slider_1 .slick-dots .slick-active svg path,
.ps_slider_2 .slick-dots .slick-active svg path,
.ps_slider_3 .slick-dots .slick-active svg path{
  fill:#FFDE19;
}
.submit_production {
  padding: 29px;
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #FFDE19;
  border:1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #282828;
}
.submit_production:hover{
  background-color: #fff;
  border:1px solid #282828;
}
.recall_title{
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}
.no_recalls{
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f5f5f5;
  min-height: 55px;
  font-size: 16px;
  line-height: 19px;
  padding: 11px 0;
  padding-right: 30px;
  padding-left: 24px;
  border-radius: 12px;
}

.recall_form .review_star_list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
}
.review_star_list_dynamic svg {
  cursor: pointer;
}
.product_section .tab_content .recall_form .review_star_list li{
  margin:0px!important;
}
.rating_input{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap:10px;
}
.recall_form .input_wrapper{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.review_star_list svg path {
  fill: #fff;
}
.review_star_list .review_star_list_active svg path,
.review_star--active_btn svg path {
  fill: #1C1C1B;
  visibility:visible;
}
.review_star_list_dinamic--active svg path {
  fill: #1C1C1B!important;
}
.add_new_comment {
  padding: 15px;
  width: 100%;
  margin-top: 15px;
  border-radius: 20px;
  background-color: #FFDE19;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #282828;
}
.add_new_comment:hover{
  background-color: #282828;
  color:#fff;
}

.review_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  border-radius: 20px;
}
.product_info_column .review_wrap {
  padding: 20px 0;
  gap: 0;
}
.review_wrap .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  width: 180px;
}
.review_wrap img {
  max-height: 100%;
}
.review_wrap .review_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.review_wrap .date {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}
.product_info_column .review_wrap .review_header {
  margin-bottom: 15px;
}
.review_wrap .review_header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.review_wrap .name {
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1B;
}
.review_wrap .review_star_list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review_wrap .review_star_list li{
  margin:0px!important;
}
.review_star_list .review_star_list_active svg path {
  fill: #000;
}
.review_wrap .review_text_wrapper {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1C1C1B;
  max-height: 240px;
  overflow-y: auto;
}
#order_popup{
  display: none;
  position: fixed;
  top: 140px;
  background: #fff;
  z-index: 1050;
  width: 450px;
  margin-left: -225px;
  left: 50%;
  padding: 15px;
}
#success_adding_wish{
  display: none;
  position: fixed;
  top: 140px;
  background: #fff;
  z-index: 1050;
  width: 450px;
  margin-left: -225px;
  left: 50%;
  padding: 15px;
}
.order_close{
  cursor: pointer;
  z-index: 1051;
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.order_close:hover{
  background: #fd0;
}

.order_popup_info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order_popup_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px;
}
#success_adding_wish .order_popup_info p,
#order_popup .order_popup_info p{
  font-size: 22px;
  font-weight: 600;
}
#success_adding_wish .continue_buy,
#order_popup .continue_buy{
  background: #282828;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
  text-align: center;
  width: auto;
  margin: 10px auto;
  border-radius: 20px;
}
#success_adding_wish .continue_buy:hover,
#order_popup .continue_buy:hover{
  background-color: #FFDE19;
  color: #282828;
}
#success_adding_wish .submit_order_basket_s,
#order_popup .submit_order_basket_s{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
  text-align: center;
  width: auto;
  margin: 10px auto;
  border-radius: 20px;
  background: #FFDE19;
  color: #282828;
}
#success_adding_wish .submit_order_basket_s:hover,
#order_popup .submit_order_basket_s:hover{
  background: #282828;
  color:#fff;
}

#order_popup .form-control{
    box-shadow: none;
    border: 1px solid #282828;
    border-radius: 0px;
}
#order_popup .form-control:active,
#order_popup .form-control:focus{
    border: 1px solid #fd0;
}
#order_popup label{
  font-size: 13px;
}
#order_popup .order_step{
  font-size: 17px;
    font-weight: bold;
}
#order_popup .order_block{
    margin-bottom: 20px;
}
#order_popup .submit_order_basket{
    background: #fd0;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    display: block;
    width: 240px;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #fd0;
    transition:0.5s;
}
#order_popup .submit_order_basket:hover{
  background: #fff;
}

#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.55);
}
.oh{
  overflow: hidden;
}
.hidden{
  display: none;
}
#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}

.match_container {
  position: absolute;
  left: 0px;
  top: 48px;
  background-color: #fff;
  width: 100%;
  z-index: 99999;
  display: none;
  border: 1px solid #282828;
}
.search_container{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search_container ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
}
.search_container ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search_container ul li a{
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap:10px;
}
.search_container ul .match_product_img{
  position: relative;
  width:50px;
  display: block;
}
.search_container ul .match_product_img img{
  width:100%;
}
.close_search_btn{
  position: absolute;
  left: 100%;
  background: #fff;
  padding: 5px 5px;
  border: 1px solid #282828;
  cursor: pointer;
  z-index: 1;
}
.close_search_btn:hover{
  background: #FFDE19;
}
.search_container ul .match_product_name{
  position: relative;
  display: flex;
  color: #282828;
  width: calc(100% - 60px);
  padding: 0px;
  font-size: 15px;
  align-items: center;
}


.search_container ul li a:hover{
  background: #ffdd00;
}
.search_container ul :hover .match_product_name{
  color: #333;
}
#alert {
    display: none;
    background: #282828;
    padding: 20px 20px;
    position: fixed;
    top: 100px;
    right: 50px;
    max-width: 100%;
    z-index: 99999;
    text-align: left;
    border-radius: 15px;
}
#alert p {
    font-size: 18px;
    font-weight: 600;
    color: #FFDE19;
}
.p_empty{
  border: none;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.category_wrapper_wish .product_list > li{
  width: calc(25% - 20px);
}
.front_slider_page_section{
  margin-top:30px;
}

body #bingc-phone-button div.bingc-phone-button-tooltip{
  background: rgb(255 222 25) !important;
  font: 400 13px / 16px Open sans, Ubuntu, Arial;
  color: #282828 !important;
}
body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-outside {
  fill: #282828!important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline,
body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{
  fill: rgb(255 222 25) !important;
}
body #bingc-phone-button svg.bingc-phone-button-icon-icon path{
  fill:#282828!important;
}
body #bingc-phone-button div.bingc-phone-button-icon-text span{
  color:#282828!important;
}
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{
  fill: rgb(255 222 25) !important;
  opacity:0.8!important;
}
a.telegram_icon svg{
  margin-right:2px;
}
.variation_holder{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0px;
  width: 100%;
}
.variation_holder .variation_title{
  display: block;
  font-size: 22px;
  font-weight: 500;
}
.variations{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap:10px;
}
.variations .tpl_variation{
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 10px);
}
.tpl_variation .product_wrap .product_link:after{
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border-radius: 40px;
}
.variations .tpl_variation .product_wrap{
  padding:10px!important;
  border-radius: 25px;
  border: 2px solid rgba(40, 40, 40, 0.5);
  transform: rotate(0deg);
  transition-duration: .3s;
  overflow: hidden;
}
.variations .tpl_variation.active .product_wrap{
  border: 2px solid #FFDE19;
}
.product_list_wrapper{
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 355px);
  width: 100%;
}

.ac_city{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.ac_depart{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;

}
.ac_depart.ac_filed:after,
.ac_city.ac_filed:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 18px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.ac_depart_result,
.ac_city_result{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result ul,
.ac_city_result ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0px;
  border-radius: 8px;
  border: 1px solid #C1C1C1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ac_depart_result ul li,
.ac_city_result ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result ul li a,
.ac_city_result ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
}
.ac_depart_result ul li a:hover,
.ac_city_result ul li a:hover{
  color: #fff;
  background-color: #000;
}
.product_notavailable,
.product_preorder{
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.cat_top{
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  background-color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat_top:hover{
  background-color: #FFDE19;
  color: #282828;
}
.content a.product_file{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 18px !important;
  color: #282828;
}
.tg_link{
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 230px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  background: rgb(255 255 255 / 40%);
  padding: 3px;
}
.tg_link > span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  min-width: 33px;
  background: #37aee2;
  border-radius: 50%;
}
.tg_link > span svg path{
  fill: #fff;
}
.tg_link:hover{
  opacity:0.7;
}
.product_main_slider  .slick-prev_arrow {
  position: absolute;
  left: 0px;
  top: calc(50% - 20px);
  z-index: 5;
  width: 32px;
  height: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
.product_main_slider  .slick-next_arrow {
  position: absolute;
  right: 0px;
  top: calc(50% - 20px);
  z-index: 5;
  width: 32px;
  height: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
.slick-track,.slick-list{
  min-width: 100%;
}
.project_main_img{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.project_imgs{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  width: 100%;
  flex-wrap:wrap;
}
.project_imgs > a{
  width:calc(100% / 5 - 16px);
  display: flex;
  flex-direction:column;
  overflow:hidden;
}

.project_imgs > a:hover img{
  opacity:0.8;
  transform:scale(1.05);
}
.project_main_img{
  max-width: 1000px;
  margin: 0px auto;
}
.project_main_img img,
.project_imgs a img{
  width:100%;
  transition:0.5s;
  display: block;
}
@media screen and (max-width: 1550px) {
  .header_bottom_wrapper .catalog_list {
    margin-left: 20px;
  }
  .header_bottom_wrapper .catalog_list > li > a {
    padding: 0 15px;
  }
  header .logo {
    max-width: 190px;
  }
  .h_search_form {
    max-width: 280px;
  }
  .front_slider .slide_title {
    font-size: 50px;
  }
  .cart_list .count_wrapper button {
    width: 30px;
    height: 30px;
  }
  #checkout_form {
    flex-shrink: unset;
    width: 100%;
  }
  .checkout_wrapper .order_summary {
    flex-shrink: 0;
    max-width: 500px;
  }
  #production input,
  #checkout_form input,
  #checkout_form textarea {
    max-width: 300px;
  }
  #checkout_form .chosen-container {
    width: 300px !important;
  }
  #checkout_form .form_footer {
    flex-direction: column;
  }
  #checkout_form .form_footer .total {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  #checkout_form .total .value {
    margin: 0;
    white-space: nowrap;
  }
  .product_section_top{
    gap:30px;
  }
}

@media screen and (max-width: 1400px) {
  .product_nav_slider{
    max-height:425px;
  }
  .product_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
  }
  .product_list > li {
    width: calc(100% / 3 - 10px);
  }
  .container {
    padding: 0 50px;
  }
  .page_section {
    margin-bottom: 100px;
  }
  .header_top_wrapper .phone,
  .header_top_wrapper .lang_options a,
  .header_top_wrapper .lang_options span,
  .header_bottom_wrapper .catalog_list > li > a {
    font-size: 18px;
  }
  .header_top_wrapper .phone {
    gap: 2px;
  }
  .header_top_wrapper .phone svg {
    height: 30px;
    width: 30px;
  }
  .header_bottom_wrapper {
    justify-content: space-between;
  }
  .header_bottom_wrapper .catalog_list {
    margin: 0;
  }
  .header_bottom_wrapper .catalog_list > li > a {
    padding: 0 15px;
  }
  .header_bottom_wrapper .category_nav {
    padding: 25px;
  }
  .categories a {
    padding: 30px 20px;
    padding-bottom: 70px;
  }
  .product_wrap .product_top {
    padding: 0 20px;
    padding-top: 70px;
  }
  .front_slider .slide_content {
    padding: 50px 55px;
    padding-bottom: 70px;
  }
  .front_slider .slide_title {
    font-size: 50px;
  }
  .front_slider_section .section_name {
    font-size: 28px;
  }
  .front_slider li.slick-slide {
    height: 430px;
  }
  .catalog_section .categories {
    grid-template-columns: repeat(4, 1fr);
  }
  .category_wrapper {
    gap: 20px;
  }
  .filters {
    width: 280px;
    padding: 45px 20px;
  }
  .product_list_wrapper{
    max-width: calc(100% - 300px);
  }
  .product_wrap .buttons_wrap .product_cart_link {
    padding: 12px 25px;
  }
  .category_wrapper_wish .list_controls{
    flex-direction: row;
  }
  .category_section .section_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .category_section .chosen-container {
    min-width: unset;
    width: 270px !important;
  }
  .category_section .chosen-single,
  .category_section .chosen-results li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .category_section .chosen-single > div {
    margin-left: auto;
  }
  .product_section_top,
  .product_gallery {
    gap: 40px;
  }
  .cart_summary {
    position: sticky;
    top: 20px;
    max-width: 380px;
    padding: 30px;
    padding-bottom: 35px;
  }
  .cart_summary form input {
    max-width: 184px;
  }
  .cart_list > li > * {
    padding: 0 15px;
  }
  .cart_list .product_info {
    gap: 15px;
  }
  .cart_list .count_wrapper p {
    font-size: 18px;
  }
  .cart_list .remove_product {
    flex: 1.2;
  }
  .checkout_wrapper .order_summary {
    max-width: 400px;
  }
  #production .input_wrapper,
  #checkout_form .input_wrapper {
    flex-direction: column;
    gap: 5px;
  }

  #production input,
  #checkout_form input,
  #checkout_form textarea {
    max-width: unset;
  }
  #checkout_form .chosen-container {
    width: 100% !important;
  }
  #checkout_form .form_section:nth-child(2) .input_wrapper,
  #checkout_form .form_section:nth-child(3) .input_wrapper {
    align-items: flex-start;
  }
  .checkout_wrapper .cart_list .product_info > div > div {
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
  }
  .checkout_wrapper .article_wrap {
    width: 100%;
  }
  .checkout_wrapper .article {
    padding: 0;
    background-color: transparent;
    color: #282828;
  }
  .checkout_wrapper .cart_list .price {
    display: block;
    padding: 7px 10px;
    border-radius: 10px;
    background-color: #282828;
    color: #fff;
    font-weight: 500;
  }
  .list_controls .load_more_blog, .list_controls .load_more{
    padding: 10px;
    flex: 1;
    max-width: 300px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;
  }
  .list_controls .pagination .active > span, .list_controls .pagination a{
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .breadcrumbs li a, .breadcrumbs li span{
    white-space: nowrap;
  }
  .brands_list li{
    width:calc(100% / 5 - 5px);
  }
  .container {
    padding: 0 30px;
  }
  .page_section {
    margin-bottom: 80px;
  }
  .header_bottom_wrapper .catalog_list > li > a svg {
    display: none;
  }
  .header_bottom_wrapper .catalog_list > li > a {
    padding: 0 25px;
  }
  .header_top_wrapper .phone {
    display: none;
  }
  .header_bottom_wrapper .logo img {
    width: 160px;
  }
  .header_bottom_wrapper {
    gap: 10px;
  }
  .header_bottom_wrapper .header_menu {
    gap: 10px;
  }
  .header_bottom_wrapper .catalog_list > li > a {
    padding:  0 10px;
    height: 110px;
  }
  .header_bottom_wrapper .header_menu a svg {
    width: 25px;
    height: 25px;
  }
  .header_bottom_wrapper .category_nav ul {
    justify-content: flex-start;
  }
  .header_bottom_wrapper .category_nav ul li {
    width: calc(20% - 8px);
  }
  .categories .image_wrapper {
    height: 200px;
  }
  .categories a {
    padding-bottom: 50px;
  }
  .advantages li {
    padding: 35px 20px;
    gap: 25px;
  }
  .advantages .image_wrapper {
    width: 80px;
    height: 80px;
  }
  .advantages .image_wrapper img {
    max-width: 40px;
    max-height: 40px;
  }
  .footer_bottom .logo img {
    max-width: 250px;
  }
  .footer_bottom {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
  }
  .footer_bottom .footer_column:last-child {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    align-items: center;
    gap: 25px;
  }
  .front_slider .slide_content {
    padding: 37px 30px;
    padding-bottom: 55px;
  }
  .front_slider_section .section_name {
    font-size: 22px;
    gap: 9px;
  }
  .front_slider_section .section_name svg {
    width: 10px;
    height: 10px;
  }
  .front_slider_section > p {
    font-size: 18px;
    line-height: 22px;
  }
  .front_slider .front_slider_section {
    padding: 17px 15px;
    padding-top: 21px;
  }
  .front_slider_section > *:not(.section_name) {
    margin-left: 19px;
  }
  .front_slider .slide_title {
    font-size: 30px;
  }
  .front_slider li.slick-slide {
    height: 345px;
  }
  .product_list > li {
    width: calc(50% - 10px);
  }

  .category_wrapper_wish .product_list{
    gap:10px; 
  }
  .category_wrapper_wish .product_list > li{
    width: calc(100% / 3 - 10px);
  }
  .mobile_logo_holder {
    display: block;
  }
  .product_section_top {
    gap: 20px;
  }
  .product_section_top .product_section_column:first-child {
    width: calc(50% - 10px);
  }
  .product_gallery {
    width: 100%;
    gap: 20px;
    max-width: unset;
  }
  .product_main_slider {
    width: calc(100% - 100px);
  }
  .product_main_slider li.slick-slide {
    width: auto;
    height: auto;
    position: relative;
  }
  .product_main_slider li.slick-slide img {
    max-width: 100%;
    max-height: 100%;
  }
  .cart_wrapper .cart_list > li {
    padding: 35px 17px 30px 10px;
    border: 1px solid rgba(40, 40, 40, 0.5);
  }
  .cart_wrapper .cart_list,
  .cart_wrapper .cart_summary {
    margin-top: 0;
  }
  .cart_list {
    width: 100%;
    margin-top: 0;
  }
  .cart_list .column_header {
    display: none;
  }
  .cart_list > li > * {
    border: none;
  }
  .cart_list .remove_product {
    position: absolute;
    width: 43px;
    height: 34px;
    top: -1px;
    right: -1px;
    background-color: #FF0606;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .cart_list .remove_product svg {
    width: 14px;
    height: 14px;
  }
  .cart_list .remove_product svg path{
    fill:#fff;
  }
  .cart_list .image_wrapper {
    width: 155px;
    height: 155px;
    flex-shrink: 0;
  }
  .cart_list .product_info {
    gap: 10px;
    padding: 0;
    border-radius: 0;
  }
  .cart_list .product_info > div:last-child {
    gap: 12px;
  }
  .cart_list .count_wrapper {
    min-width: unset;
    max-width: 130px;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
  }
  .cart_list .mobile_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart_list .mobile_wrap > span:first-child {
    font-weight: 400;
  }
  .cart_list .mobile_wrap > div:last-child {
    width: 130px;
    flex: unset;
  }
  .cart_wrapper .cart_list .count_wrapper .minus {
    border-right: 1px solid #282828;
  }
  .cart_wrapper .cart_list .count_wrapper .plus {
    border-left: 1px solid #282828;
  }
  .cart_list .count_wrapper button:hover {
    color: initial;
    background-color: #ffde19;
  }
  .contacts_wrap .contact_info > img {
    width: 150px;
    height: 150px;
    top: -40px;
    right: -3px;
  }
  .contacts_wrap .contact_info {
    font-size: 20px;
    line-height: 23px;
  }
  .new_comment .form_section,
  #production .form_section,
  #checkout_form .form_section {
    padding: 40px 50px;
    padding-left: 60px;
  }
  #checkout_form .section_number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: calc(50% - 20px);
    left: -50px;
  }
  .product_main_slider{
    width:100%;
  }
  .product_nav_slider{display:none;}
}

@media screen and (max-width: 992px) {
  .product_nav_slider{
    display:none;
  }
  .list_controls {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .list_controls .load_more_blog,
  .list_controls .load_more {
    width: 100%;
  }
  .seo_text_wrapper_main .content h1{
    padding:0px;
  }
  .content h1 span, .content h1 strong, .content h1{
    font-size: 20px !important;
    line-height: 26px;
  }
  .category_wrapper_wish .list_controls{
    flex-direction: column;
  }
  .brands_list li{
    width:calc(100% / 4 - 5px);
  }
  .recall_form input,
  .recall_form textarea{
    border-radius: 15px;
    padding: 10px 15px;
  }
  .content h2 span,
  .content h2 strong,
  .content h2{
    font-size: 20px!important;
    font-weight: 500;
    line-height: 26px;
  }
  .content h3 span,
  .content h3 strong,
  .content h3{
    font-size: 18px!important;
    font-weight: 500;
    line-height: 24px;
  }
  .content h4 span,
  .content h4 strong,
  .content h4{
    font-size: 16px!important;
    font-weight: 500;
    line-height: 24px;
  }
  .content a{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
  }
  .content ol{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
    list-style-type: decimal;
  } 
  .content ul{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .content ul li:after {
    top: 10px;
  }
  .content strong,
  .content b{
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .product_section .product_specs li{
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
  }
  .content div,
  .content span,
  .content,
  .content p{
    font-size: 14px!important;
    font-weight: 500;
    line-height: 20px;
  }
  .container {
    padding: 0 20px;
  }
  .breadcrumbs_wrapper,
  .breadcrumbs_wrapper + .catalog_section,
  .breadcrumbs_wrapper + .category_section {
    margin-top: 30px;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 14px;
  }
  .h_search_form input {
    font-size: 14px;
    padding: 10px 18px;
    padding-right: 50px;
  }
  .h_search_form button {
    height: auto;
    bottom: 0;
    width: 39px;
  }
  .page_section {
    margin-bottom: 40px;
  }
  .section_title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .category_section .section_header {
    margin-bottom: 30px;
  }
  .front_slider_page_section {
    margin-top: 30px;
  }
  .header_bottom,
  .header_top nav,
  .header_top .lang_options,
  .header_menu li:nth-child(2),
  .product_slider_g .product_wrap .product_size,
  .product_slider .product_wrap .product_size {
    display: none;
  }
  .header_top {
    padding: 0;
  }
  .header_top_wrapper .phone {
    display: flex;
    margin-right: 20px;
    font-size: 14px;
    gap: 0;
  }
  .header_top_wrapper .phone svg {
    width: 23px;
    height: 23px;
  }
  .header_top .header_menu svg {
    width: 22px;
    height: 22px;
  }
  .header_top .header_menu svg path {
    stroke: #fff;
  }
  #header_search_open svg path:first-child {
    fill: transparent;
  }
  #header_wish_link:hover svg path:nth-child(n + 2),
  #header_search_open:hover svg path:first-child,
  #header_cart_link:hover svg path:nth-child(n + 2) {
    fill: #fff;
  }
  .header_top_wrapper {
    justify-content: unset;
  }
  .mobile_logo {
    display: block;
  }
  #mobile_menu_open {
    display: flex;
    margin-right: 50px;
    margin-left: -20px;
    padding: 0 30px;
    height: 86px;
    align-items: center;
  }
  #mobile_menu_open.active {
    background-color: #fff;
  }
  #mobile_menu_open.active svg path {
    fill: #282828;
  }
  #mobile_menu_open:hover svg path {
    fill: #FFDE19;
  }
  .h_search_form {
    margin: 0 auto;
    max-width: 200px;
  }
  .front_slider li.slick-slide {
    height: 295px;
  }
  .front_slider_section .section_name {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .front_slider_section > p,
  .front_slider_section a {
    font-size: 12px;
  }
  .front_slider_section > p {
    margin-bottom: 12px;
    line-height: 14px;
  }
  .front_slider_section a {
    width: 146px;
  }
  .front_slider .slick-dots {
    bottom: 23px;
    gap: 3px;
  }
  .front_slider .slick-dots svg {
    width: 6px;
    height: 6px;
  }
  .categories a {
    padding: 20px 12px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 30px;
  }
  .categories .image_wrapper {
    height: 123px;
    width: 123px;
  }
  .catalog_section .categories {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 12px;
  }
  .catalog_section .categories .image_wrapper {
    height: 92px;
    width: 92px;
    margin-bottom: 10px;
  }
  .catalog_section .categories a {
    padding: 13px 8px 18px;
    font-size: 14px;
    line-height: 16px;
  }
  .product_slider_controls {
    margin-bottom: 20px;
  }
  *:not(.product_section_column) > .slider_content_options {
    gap: 5px;
  }
  *:not(.product_section_column) > .slider_content_options a {
    width: auto;
    padding: 5px 19px;
    font-size: 12px;
    line-height: 14px;
  }
  .product_section_column > .slider_content_options_tab {
    margin-top: 20px;
  }
  .product_slider_controls .slider_pagination {
    gap: 8px;
    font-size: 16px;
  }
  .product_slider_controls .slick-arrow svg {
    width: 21px;
    height: 21px;
  }
  .product_slider_g,
  .product_slider {
    margin: 0 -5px;
  }
  .product_slider_g li.slick-slide,
  .product_slider li.slick-slide {
    margin: 0 5px;
  }
  .product_wrap {
    padding-bottom: 20px;
    border-radius: 30px;
  }
  .product_wrap .hover_wrap {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .product_wrap .status {
    border-top-left-radius: 30px;
  }
  .product_list .product_wrap {
    padding-bottom: 18px;
    border-radius: 15px;
  }
  .product_list .product_wrap .hover_wrap {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .product_list .product_wrap .status {
    border-top-left-radius: 15px;
  }
  .product_list .product_wrap .product_top{
    padding: 10px 10px;
  }
  .product_wrap .product_top {
    padding: 0 16px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .product_wrap .product_like svg {
    width: auto;
    height: auto;
  }
  .product_wrap .status {
    font-size: 12px;
    padding: 9px 24px;
    width: auto;
  }
  .product_wrap .image_wrapper {
    max-height: 108px;
    max-width: 108px;
  }
  .product_wrap .price_wrapper {
    margin-top: 5px;
  }
  .product_wrap .product_size{
    min-height:18px;
  }
  .product_wrap .product_link{
    font-size: 14px;
    line-height: 16px;
    min-height: 48px;
  }
  .product_wrap .old_price,
  .product_wrap .price,
  .product_wrap .product_cart_link,
  .product_wrap .product_info_link {
    font-size: 14px;
  }
  .product_wrap .product_cart_link,
  .product_wrap .product_info_link {
    max-width: 121px;
  }
  .product_wrap .product_cart_link {
    gap: 8px;
    margin-bottom: 5px;
    padding: 8px 25px;
  }
  .product_wrap .product_info_link {
    padding: 10px 25px;
  }
  .product_wrap .product_cart_link svg {
    width: 17px;
    height: 17px;
  }
  .product_wrap .hover_wrap {
    padding: 10px;
    padding-top: 20px;
  }
  .product_wrap .hover_wrap li {
    font-size: 12px;
    gap: 10px;
  }
  .product_wrap .hover_wrap li span:last-child {
    width: 55px;
  }
  .advantages {
    gap: 10px;
  }
  .advantages li {
    border-radius: 20px;
    width: calc(50% - 5px);
  }
  .advantages .image_wrapper {
    width: 48px;
    height: 48px;
  }
  .advantages .image_wrapper img {
    max-width: 20px;
    max-height: 20px;
  }
  .advantages .title {
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 0;
  }
  .advantages p:not(.title) {
    font-size: 12px;
    line-height: 14px;
  }
  .seo_text_wrapper {
    border-radius: 25px;
    padding: 15px 33px;
  }
  .seo_text_wrapper .show_more {
    top: 11px;
    right: 29px;
    font-size: 12px;
    padding: 8px 17px;
    gap: 13px;
  }
  .seo_text_wrapper .show_more svg {
    width: 19px;
    height: 19px;
  }
  .seo_text_wrapper .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .seo_text_wrapper p,
  .seo_text_wrapper ul li {
    font-size: 12px;
    line-height: 14px;
  }
  .seo_text_wrapper ul li {
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .seo_text_wrapper ul li:before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
  .seo_text_wrapper .subtitle {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .seo_text_wrapper ul {
    margin-bottom: 25px;
  }
  footer .subscribe_form_wrap {
    display: none;
  }
  main .subscribe_form_wrap {
    padding: 0 18px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 23px;
    text-align: center;
  }
  .subscribe_form_wrap .header {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #subscribe_form input {
    padding: 12px 19px;
    padding-right: 130px;
    border: 1px solid #111;
    font-size: 12px;
  }
  #subscribe_form button {
    padding: 12px 20px;
    font-size: 12px;
  }
  footer {
    padding: 58px 0 75px;
  }
  footer .logo img {
    max-width: 160px;
  }
  .footer_bottom {
    row-gap: 0;
    flex-wrap: nowrap;
  }
  .footer_bottom .footer_column:last-child {
    width: auto;
    margin: 0;
  }
  .footer_column .column_header {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .footer_column > ul > li {
    margin-bottom: 5px;
  }
  .footer_bottom span,
  .footer_bottom a,
  .footer_column .contacts > li > a {
    font-size: 12px;
  }
  .footer_column .contacts > li a svg {
    width: 17px;
    height: 17px;
  }
  .mobile_logo_holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile_logo_holder .legal {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
  .categories {
    gap: 10px;
  }
  .categories li {
    width: calc(25% - 7.5px);
  }
  .seo_text_wrapper {
    padding-bottom: 65px;
    transition-duration: .3s;
  }
  .seo_text_wrapper.active {
    padding-bottom: 20px;
  }
  .seo_text_wrapper .title {
    padding-right: 0;
  }
  .seo_text_wrapper .show_more {
    bottom: 20px;
    left: 33px;
    top: unset;
    right: unset;
  }
  .brands_slider .slick-list {
    margin: 0 33px;
  }
  .brands_slider .slick-arrow {
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
  }
  .brands_slider .slick-arrow svg {
    width: 10px;
    height: 16px;
  }
  .product_list {
    gap: 10px;
  }
  .product_list > li {
    width: calc(50% - 5px);
  }
  .category_wrapper_wish .product_list{
    gap: 5px;
  }
  .category_wrapper_wish .product_list > li{
    width: calc(50% - 5px);
  }
  .product_wrap .buttons_wrap .product_cart_link {
    max-width: unset;
    width: 100%;
    border-radius: 15px;
  }
  .list_controls .pagination .active > span,
  .list_controls .pagination a {
    width: 39px;
    height: 41px;
    border-radius: 10px;
  }
  .list_controls .load_more_blog,
  .list_controls .load_more {
    padding: 15px;
    border-radius: 10px;
  }
  .list_controls {
    gap: 20px;
  }
  .category_wrapper .list_controls {
    margin-top: 20px;
  }
  .filters {
    padding: 40px 20px;
    width: 270px;
  }
  .product_list_wrapper{
    max-width: calc(100% - 290px);
  }
  .filter_item_head {
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    margin-bottom: 10px;
  }
  .filter_item {
    margin-bottom: 20px;
  }
  .filter_item .filter_slider {
    margin-top: 0;
  }
  .filter_item_head .collapse svg {
    height: 24px;
    width: 24px;
  }
  .slider_range_inputs .input_wrapper,
  .product_wrap .product_size,
  .list_controls .load_more,
  .list_controls .load_more_blog,
  .list_controls .pagination .active > span,
  .list_controls .pagination a {
    font-size: 12px;
  }
  .filter_checkboxes label {
    font-size: 14px;
    padding-left: 24px;
  }
  .filter_checkboxes label:before {
    width: 13px;
    height: 13px;
  }
  .product_wrap .product_size img {
    width: 18px;
    height: 18px;
  }
  .list_controls .pagination {
    gap: 5px;
  }
  .list_controls .pagination li:first-child svg,
  .pagination li:last-child svg {
    height: 16px;
    width: 10px;
  }
  .list_controls .pagination span svg {
    width: 5px;
    height: 5px;
  }
  .status.photo_count {
    gap: 10px;
  }
  .status.photo_count svg {
    width: 16px;
    height: 16px;
  }
  .blog_options {
    margin-bottom: 30px;
  }
  .blog_options > span {
    display: none;
  }
  .blog_posts {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
  }
  .blog_posts > li {
    width: calc(50% - 5px);
  }
  .post_wrapper {
    flex-direction: column;
    gap: 0;
    padding: 0;
    height: 100%;
  }
  .post_wrapper .image_wrapper {
    width: 100%;
    height: 125px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .post_wrapper .post_info {
    padding: 20px;
    padding-top: 11px;
    height: 100%;
  }
  .post_wrapper .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .post_wrapper .summary {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .post_wrapper a {
    font-size: 14px;
  }
  .product_section_top {
    gap: 40px;
  }
  .product_gallery {
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: auto;
  }
  .product_gallery_i{
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: auto;
  }
  .product_main_slider,
  .product_main_slider li.slick-slide {
    width: 100%;
  }
  .product_main_slider {
    order: 1;
  }
  .product_nav_slider {
    max-width: 100%;
    order: 2;
  }
  .product_nav_slider {
    margin: 0 -5px;
    margin: 0 auto;
    width:100%;
  }
  .product_gallery .gallery_overlay {
    order: 3;
    position: static;
    margin-top: 20px;
    gap: 25px;
  }
  .gallery_overlay span {
    font-size: 12px;
    max-width: 145px;
  }
  .product_section .section_title {
    font-size: 20px;
    line-height: 23px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .product_section .buttons_wrap {
    gap: 12px;
  }
  .count_wrapper {
    align-items: center;
    height: 31px;
    min-width: 104px;
    border-radius: 10px;
  }
  .count_wrapper button {
    width: 30px;
    height: 31px;
    font-size: 16px;
  }
  .count_wrapper p {
    line-height: 31px;
    font-size: 16px;
  }
  .count_wrapper .minus {
    border-right: 0.5px solid #282828;
  }
  .count_wrapper .plus {
    border-left: 0.5px solid #282828;
  }
  .product_section .product_cart_link {
    font-size: 16px;
    height: 39px;
    max-width: 153px;
    gap: 10px;
  }
  .product_section .product_cart_link svg {
    width: 18px;
    height: 18px;
  }
  .product_section .product_like svg {
    width: 16px;
    height: 16px;
  }
  .article_wrap {
    font-size: 16px;
  }
  .article {
    padding: 6px 22px 5px;
  }
  .product_section .limits {
    margin: 10px 0;
    font-size: 12px;
    line-height: 14px;
    padding: 14px 9px 12px 25px;
  }
  .product_section .price_wrapper {
    margin-top: 10px;
    margin-bottom: 13px;
    gap: 16px;
    font-size: 16px;
  }
  .product_section .price_unit {
    font-size: 12px;
  }
  .product_section .price {
    padding: 10px 23px;
    font-size: 15px;
  }
  .product_section .old_price {
    font-size: 14px;
  }
  .product_section_bottom {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }
  .product_section_bottom .product_section_column,
  .product_section_bottom .price_options_wrap {
    padding-right: 155px;
  }
  .price_options_wrap > p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 21px;
  }
  .price_options_wrap > p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 0;
    max-width: 650px;
  }
  .price_options li {
    gap: 15px;
    padding-right: 34px;
    padding-left: 24px;
    min-height: 53px;
  }
  .product_section .column_name,
  .benefits_wrap .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 18px;
    margin: 0;
    padding: 24px 0;
    padding-left: 31px;
    padding-right: 37px;
  }
  .benefits_wrap.active .header {
    padding-bottom: 24px;
  }
  .product_section .column_name .show_more {
    display: block;
  }
  .product_section .specs_wrap,
  .benefits_wrap {
    margin-top: 20px;
    padding: 0;
    border-radius: 20px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    font-weight: 500;
  }
  .benefits_wrap .seo_text_wrapper ul {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 31px;
    padding-right: 37px;
  }
  .product_section .product_specs {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 31px;
    padding-right: 37px;
    display: none;
  }
  .product_section .product_specs li {
    padding: 15px 0;
    border-right: none;
    border-top: none;
    border-left: none;
  }
  .product_section .product_specs li:first-child {
    padding-top: 15px;
    border-top: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 0;
  }
  .product_section .product_specs li:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 0;
  }
  .product_section .tab_content {
    padding: 30px 26px 25px 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .product_section .tab_content p {
    margin-bottom: 15px;
    line-height: 19px;
  }
  .product_section .tab_content ul li {
    margin-bottom: 15px;
  }
  .cart_summary {
    max-width: 320px;
  }
  .cart_summary .header {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cart_summary > span {
    margin-bottom: 15px;
    font-size: 12px;
  }
  #to_checkout{
    margin-top:10px!important;
  }
  .cart_summary form {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cart_summary form input  {
    max-width: 146px;
    padding: 8px 22px;
    font-size: 12px;
    border-radius: 10px;
  }
  .cart_summary form button {
    font-size: 12px;
    padding: 8px 24px;
    border-radius: 10px;
  }
  .submit_production,
  #to_checkout {
    margin-top: 20px;
    font-size: 14px;
    padding: 17px;
  }
  .cart_wrapper {
    gap: 10px;
  }
  .cart_list li {
    margin-bottom: 13px;
  }
  .cart_list .image_wrapper {
    width: 130px;
    height: 130px;
  }
  .cart_list .product_link {
    font-size: 14px;
    line-height: 16px;
  }
  .cart_list .article_wrap,
  .cart_list .mobile_wrap > span:first-child,
  .cart_list .count_wrapper p {
    font-size: 12px;
  }
  .cart_list .price {
    font-size: 14px;
  }
  .cart_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  #empty_cart {
    display: none;
  }
  .contacts_wrap {
    gap: 10px;
  }
  .contacts_wrap > * {
    width: auto;
  }
  .contacts_wrap .row_header {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .contacts_wrap .contact_info {
    font-size: 12px;
    line-height: 14px;
    padding: 30px 21px;
    flex: 4.2;
  }
  .contacts_wrap .contact_info > img {
    width: 126px;
    height: 126px;
    right: -1px;
    top: -9px;
  }
  .contacts_wrap .map_wrapper {
    flex: 5.8;
  }
  .contacts_wrap .contact_info > ul > li > *:not(.row_header) {
    padding-left: 30px;
  }
  .contacts_wrap .contact_info > ul > li:nth-child(n + 4) > *:not(.row_header) {
    padding-left: 0;
  }
  .contacts_wrap .contact_info > ul > li > * > svg {
    width: 19px;
    height: 19px;
    top: -3px;
  }
  .contacts_wrap .contact_info > ul > li {
    margin-bottom: 18px;
  }
  .contacts_wrap .contact_info > ul > li:last-child {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .contacts_wrap .legal_name {
    position: absolute;
    bottom: 30px;
    right: 21px;
    margin-bottom: 0 !important;
    font-size: 14px;
  }
  .contacts_wrap .socials a {
    width: 36px;
    height: 36px;
  }
  .contacts_wrap .socials a svg {
    width: 15px;
    height: 15px;
  }
  #checkout_form {
    position: relative;
    padding-top: 4px;
    padding-bottom: 56px;
    overflow: visible;
    margin-bottom: 25px;
  }
  .new_comment .form_section,
  #production .form_section{
    position: relative;
    padding: 20px 20px 20px 20px;
    gap: 10px;
  }
  #checkout_form .form_section {
    position: relative;
    padding: 30px 27px 0 56px;
    border: none;
    gap: 10px;
  }
  #checkout_form .form_section:before {
    position: absolute;
    content: "";
    top: 30px;
    bottom: -30px;
    left: 20px;
    width: 4px;
    background-color: #FFDE19;
  }
  #checkout_form .form_section:nth-child(4):before {
    display: none;
  }
  #production .section_header,
  #checkout_form .section_header {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #checkout_form .section_number {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    left: -47px;
    font-size: 12px;
  }

  #production input,
  #production .input_wrapper,
  #checkout_form .input_wrapper,
  #checkout_form input {
    font-size: 12px;
  }
  #checkout_form .form_section:nth-child(n + 2) .input_wrapper {
    gap: 16px;
  }
  #checkout_form .form_section:nth-child(4) .input_wrapper {
    font-size: 0;
    gap: 0;
  }
  .ac_depart.ac_filed:after, .ac_city.ac_filed:after{
    top: 10px;
    right: 10px;
  }
  #production input{
    padding: 5px 10px;
    border-radius: 10px;
  }
  #checkout_form input {        
    padding: 12px 10px;
  }
  #checkout_form textarea {
    padding: 12px 14px;
    font-size: 12px;
    min-height: 68px;
  }
  #checkout_form .chosen-single {
    font-size: 12px;
    padding: 12px 14px;
    padding-right: 45px;
    height: 39px;
  }
  #checkout_form .chosen-results li {
    padding: 12px 14px;
    font-size: 12px;
  }
  #checkout_form .chosen-single > div {
    margin-right: 15.5px;
  }
  #checkout_form .form_footer {
    background-color: transparent;
    padding: 0;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 138.5px);
  }
  #checkout_form .form_footer *:not(button) {
    display: none;
  }
  #checkout_form .form_footer button {
    padding: 15px;
    border: 1px solid #ffde19;
    font-size: 14px;
    width: 277px;
  }
  #checkout_form .form_footer button:hover {
    background-color: #fff;
    border-color: #282828;
  }
  .checkout_wrapper .order_summary {
    max-width: 320px;
  }
  .checkout_wrapper .cart_summary {
    padding: 24px 21px;
    margin-bottom: 20px;
  }
  .checkout_wrapper .mobile_header {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .checkout_wrapper .cart_summary span.total,
  .submit_production,
  #to_checkout {
    margin-top: 10px;
  }
  .checkout_wrapper .cart_list .product_info {
    padding: 18px 15px;
    gap: 11px;
  }
  .checkout_wrapper .cart_list .image_wrapper {
    width: 71px;
    height: 71px;
  }
  .cart_list .product_info > div:last-child {
    gap: 10px;
  }
  .checkout_wrapper .cart_list .product_link {
    font-size: 12px;
    line-height: 14px;
  }
  .checkout_wrapper .cart_list .price,
  .checkout_wrapper .cart_list .count_wrapper p {
    font-size: 12px;
  }
  .checkout_wrapper .article_wrap {
    gap: 11px;
  }
  .checkout_wrapper .cart_list .count_wrapper {
    width: auto;
    gap: 3px;
    border-radius: 10px;
    border: 0.5px solid rgba(40, 40, 40, 0.5);
  }
  .checkout_wrapper .cart_list .count_wrapper button {
    width: 23px !important;
    height: 23px !important;
    font-size: 12px;
  }
  .checkout_wrapper .cart_list .count_wrapper button:hover {
    color: initial;
    background-color: #ffde19;
  }
  #expand_cart_list {
    padding: 15px 28px;
    border-radius: 15px;
    font-size: 14px;
  }
  .faq_wrapper .question_wrap {
    padding: 0;
    border-radius: 12px;
    margin-bottom: 10px;
  }
  .question_wrap .header {
    padding: 12px 18px;
    font-size: 16px;
    line-height: 19px;
    gap: 20px;
  }
  .faq_wrapper > .question_wrap:first-child .header {
    padding: 22px 18px;
  }
  .faq_wrapper > .question_wrap:first-child .text_wrapper {
    padding-top: 0;
  }
  .question_wrap .collapse svg {
    width: 12px;
    height: 7px;
  }
  .question_wrap .text_wrapper {
    padding: 18px;
    padding-top: 0;
  }
  .question_wrap .text_wrapper p {
    font-size: 14px;
    line-height: 16px;
  }
  .question_wrap .text_wrapper p.highlight {
    margin-top: 0;
    font-size: 12px;
    padding: 15px 20px;
  }
  .faq_wrapper .subtitle {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 7px;
  }
  .article_page_wrap .info_page_row {
    gap: 0;
  }
  .article_page_wrap .info_page_row .image_wrapper {
    display: none;
  }
  .article_page_wrap > .image_wrapper:first-child {
    margin-bottom: 30px;
    max-height: 230px;
  }
  .article_page_wrap > p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .article_page_wrap .row_title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .article_page_wrap > .row_title {
    margin-bottom: 20px;
    max-width: unset;
  }
  .article_page_wrap p,
  .article_page_wrap .info_page_row ul li {
    font-size: 12px;
    line-height: 14px;
  }
  .article_page_wrap .info_page_row ul li {
    margin-bottom: 5px;
  }
  .article_page_wrap .info_page_row ul li:before {
    width: 11px;
    height: 11px;
    top: 1.5px;
  }
  .article_page_wrap .info_page_row {
    margin-bottom: 30px;
  }
  .article_page_wrap .info_page_row .subtitle {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .breadcrumbs li:after {
    top: calc(50% - 4px);
  }
  .product_section_bottom .column_name svg {
    display: initial;
  }

  .find_counter{
    position: absolute;
    display: block;
    right: 0px;
  }
  .find_counter::before{
    display: none;
  }
  .count_wrapper .cart_quantity{
    max-width: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .project_imgs{
    gap: 5px;
    margin: 5px auto;
  }
  .project_imgs > a {
    width: calc(100% / 3 - 4px);
  }
  .tg_link{
    font-size:12px;
  }
  .product_nav_slider{
    display:flex;
    flex-direction:row;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .product_nav_slider li{
    min-width:50px;
  }
  .product_gallery_i{
    gap:10px;
  }
  .product_list_wrapper{
    max-width: 100%;
  }
  .footer_bottom .footer_column{
    min-width: 150px;
  }
  #mobile_product_display {
    display: block;
    position: absolute;
    top: 59px;
    bottom: 0;
    right: 0;
    width: 145px;
  }
  #mobile_product_display .product_wrap {
    position: sticky;
    top: 10px;
    width: 100%;
    border-radius: 20px;
  }
  #mobile_product_display .product_wrap .image_wrapper {
    width: 78px;
    height: 78px;
    margin-bottom: 2px;
  }
  #mobile_product_display .product_wrap .product_link {
    text-align: left;
    padding: 0 10px;
  }
  #mobile_product_display .product_wrap .price_wrapper {
    margin: 10px;
  }
  #mobile_product_display .product_wrap .price {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
  } 
  #mobile_product_display .product_wrap .product_cart_link {
    font-size: 12px;
    gap: 9px;
    padding: 7px 17px;
    max-width: 111px;
    height: auto;
    margin: 0;
    margin-left: 10px;
  }
  #mobile_product_display .product_wrap .product_cart_link svg {
    width: 15px;
    height: 15px;
  }
  #mobile_product_display .product_wrap .product_like,
  #mobile_product_display .product_wrap .product_cart_link .mobile_text {
    display: none;
  }
  .brands_list li{
    width:calc(100% / 3 - 5px);
  }
  #alert{
    right: 10px;
    max-width: calc(100% - 20px);
  }
  .error_page a{
    display: block;
    position: relative; 
    width: 240px; 
    font-size: 18px; 
    font-weight: bold; 
    margin: 0px auto; 
    bottom: auto; 
    left:auto;
    background: #1d1d1f; color: #fff; border-radius: 30px; padding: 10px 10px; text-align: center;
  }
  .header_top_wrapper {
    justify-content: space-between;
  }
  .header_bottom {
    background-color: #282828;
    padding: 10px 0;
  }
  .header_bottom .logo {
    display: none;
  }
  .header_top_wrapper .phone {
    display: none;
  }
  .header_top_wrapper .header_menu {
    gap: 11px;
  }
  .header_top_wrapper .h_search_form {
    display: none;
  }
  .h_search_form {
    max-width: unset;
  }
  .header_menu > li:first-child {
    display: block;
  }
  .section_title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .category_section .section_header {
    margin-bottom: 18px;
  }
  #mobile_menu_open {
    height: 63px;
    padding: 0 18px;
    margin-right: 15px;
  }
  #mobile_menu {
    top: 63px;
  }
  .front_slider li.slick-slide {
    height: 260px;
  }
  .front_slider .slide_content {
    padding: 26px 22px 55px;
  }
  .front_slider .slide_title {
    font-size: 14px;
  }
  .front_slider .info_row {
    flex-direction: column;
    gap: 4px;
  }
  .front_slider .front_slider_section {
    position: relative;
    padding-top: 16px;
    padding-left: 14px;
    padding-right: 46px;
    padding-bottom: 13px;
  }
  .front_slider_section .section_name svg {
    width: 8px;
    height: 8px;
  }
  .front_slider_section .section_name {
    gap: 6px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .front_slider_section > *:not(.section_name) {
    margin-left: 0;
  }
  .front_slider_section > p {
    font-size: 10px;
    line-height: 12px;
    margin-left: 14px !important;
    margin-bottom: 0;
  }
  .front_slider_section a {
    position: absolute;
    right: 8px;
    top: calc(50% - 14.5px);
    font-size: 0;
    width: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .front_slider_section a:hover {
    color: initial;
    background-color: initial;
  }
  .front_slider_section a svg {
    display: initial;
  }
  .front_slider_section a:hover svg path {
    fill: #FFDE19;
  }
  .categories {
    flex-wrap: wrap;
  }
  .categories li {
    width: calc(50% - 5px);
  }
  .categories a {
    border-radius: 20px;
    padding-top: 11px;
    padding-bottom: 30px;
    font-size: 14px;
  }
  .categories .image_wrapper {
    width: 112px;
    height: 112px;
    margin-bottom: 6px;
  }
  .advantages li {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 13px 20px;
  }
  .advantages .image_wrapper {
    width: 30px;
    height: 30px;
  }
  .advantages .image_wrapper img {
    max-width: 14px;
    max-height: 14px;
  }
  footer {
    padding: 30px 0 75px;
  }
  .footer_top {
    margin-bottom: 30px;
  }
  .footer_top .logo img {
    max-width: 82px;
  }
  .mobile_logo_holder {
    display: none;
  }
  .footer_bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
  .product_slider_controls .slider_pagination {
    display: none;
  }
  .product_slider_g .slick-slide,
  .product_slider .slick-slide {
    margin: 0 5px;
  }
  .product_slider_g .slick-slide > div:first-child
  .product_slider .slick-slide > div:first-child {
    margin-bottom: 10px;
  }
  .product_wrap {
    border-radius: 15px;
  }
  .product_wrap .hover_wrap {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .product_wrap .status {
    border-top-left-radius: 15px;
  }
  .product_wrap .product_top {
    padding: 0 8px;
    padding-top: 34px;
  }
  .product_wrap .product_info_link {
    display: none;
  }
  .catalog_section .categories {
    grid-template-columns: repeat(3, 1fr);
  }
  .filters {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background-color: #fff;
    z-index: 10;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .category_wrapper .list_controls,
  .blog_posts + .list_controls {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .category_wrapper .list_controls .pagination {
    width: 100%;
    justify-content: center;
  }
  .product_list_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap:20px;
  }
  #mobile_filter_open {
    padding: 12px 18px;
    font-size: 12px;
    font-weight: 500;
    background-color: #FFDE19;
    border-radius: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobile_filter_open:hover {
    background-color: #282828;
    color: #fff;
    box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
  }
  .mobile_filter_header {
    display: block;
    padding: 15px 0;
  }
  #mobile_filter_close {
    display: inline-block;
    padding: 8px;
    margin-left: -8px;
  }
  #mobile_filter_close:hover svg path {
    fill: #FFDE19;
  }
  #mobile_up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 118px;
    height: 37px;
    border-radius: 15px;
    border: 1px solid #282828;
  }
  .list_controls .load_more_blog,
  .list_controls .load_more {
    padding: 12px 28px;
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #282828;
    color: #282828;
    height: auto;
    width: auto;
    flex: initial;
  }
  .list_controls .load_more_blog:hover,
  .list_controls .load_more:hover,
  #mobile_up:hover {
    background-color: #FFDE19;
    border-color: #FFDE19;
    box-shadow: 4px 4px 4px rgba(40, 40, 40, 0.2);
  }
  .category_section .chosen-container {
    width: auto !important;
  }
  .category_section .chosen-single,
  .category_section .chosen-results li {
    font-size: 12px;
  }
  .category_section .chosen-single {
    height: 36px;
    line-height: 36px;
  }
  .blog_posts {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
  }
  .blog_posts > li {
    width: 100%;
  }
  .post_wrapper .image_wrapper {
    height: 200px;
  }
  .product_section_top {
    flex-direction: column;
    gap: 24px;
  }
  .product_section .section_title {
    font-size: 22px;
    line-height: 26px;
    margin: 0px;
    max-width: unset;
  }
  .product_section_top .product_section_column:first-child {
    width: 100%;
    max-width:100%;
  }
  .product_section_top .product_section_column:last-child {
    display: flex;
    flex-direction: column;
    max-width:100%;
  }
  .product_section_top .price_wrapper {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  /*
  .product_section .price {
    font-size: 14px;
    background-color: #FFDE19;
    border-color: #FFDE19;
  }
  */
  .product_gallery .gallery_overlay {
    margin-top: 13px;
    flex-wrap: wrap;
  }
  .article_wrap {
    gap: 8px;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .cart_wrapper .article_wrap{
    margin-bottom:10px;
  }
  .article {
    padding: 8px 21px;
  }
  .article_wrap .product_like {
    margin-left: 15px;
  }
  .count_wrapper {
    height: 39px;
    max-width: 95px;
    font-size: 12px;
  }
  *:not(.mobile_wrap.counter) > .count_wrapper button {
    height: 39px;
    border: none !important;
  }
  .count_wrapper p {
    font-size: 12px;
    line-height: 39px;
  }
  .product_section .product_cart_link {
    font-size: 12px;
    height: 39px;
  }
  .product_section .product_cart_link svg {
    width: 21px;
    height: 21px;
  }
  .product_section_bottom {
    margin-top: 25px;
  }
  .price_options_wrap > p {
    font-size: 14px;
    margin-bottom: 15px;
    max-width: unset;
  }
  .product_section_bottom .product_section_column,
  .product_section_bottom .price_options_wrap {
    padding-right: 0;
  }
  .price_options li {
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    min-height: 38px;
  }
  .price_options li > svg {
    width: 12px;
    height: 12px;
  }
  .price_options .info svg {
    width: 16px;
    height: 16px;
  }
  .product_section .specs_wrap,
  .benefits_wrap {
    margin-top: 10px;
    padding: 0;
    border: none;
  }
  .product_section .product_specs,
  .benefits_wrap .seo_text_wrapper ul {
    padding: 0;
    padding-top: 5px;
  }
  .product_section .column_name, 
  .benefits_wrap .header,
  .benefits_wrap.active .header {
   font-size: 16px;
   padding: 10px 0;
   padding-bottom: 10px;
  }
  .product_section .product_specs .value {
    width: 110px;
  }
  .product_section_column > .slider_content_options_tab {
    margin-top: 5px;
    margin-top: 16px;
  }
  .slider_content_options_tab a,
  .slider_content_options a {
    padding: 7px 35px;
    width: auto;
    font-size: 12px;
    line-height: 16px;
  }
  .product_section .tab_content {
    padding: 30px 15px 30px 19px;
    font-size: 12px;
    line-height: 14px;
  }
  .product_section .tab_content p {
    margin-bottom: 10px;
    line-height: 14px;
  }
  .product_section .tab_content ul li {
    margin-bottom: 10px;
  }
  #mobile_product_display {
    display: none;
    position: fixed;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    width: auto;
    z-index: 10;
    background-color: #282828;
  }
  #mobile_product_display .product_wrap {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 27px;
    border-radius: 0;
    border: none;
  }
  #mobile_product_display .product_wrap .image_wrapper {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0;
  }
  #mobile_product_display .product_wrap .image_wrapper img {
    max-width: 32px;
    max-height: 32px;
  }
  #mobile_product_display .product_wrap .product_link,
  #mobile_product_display .product_wrap .price_wrapper {
    display: none;
  }
  #mobile_product_display .product_wrap .product_like {
    display: block;
    position: static;
  }
  #mobile_product_display .product_wrap .product_like svg {
    width: 22px;
    height: 22px;
  }
  #mobile_product_display .product_wrap .product_like svg path {
    fill: #fff;
  }
  #mobile_product_display .product_wrap .product_cart_link {
    max-width: 215px;
  }
  #mobile_product_display .product_wrap .product_cart_link:hover {
    background-color: #fff;
    color: initial;
  }
  #mobile_product_display .product_wrap .product_cart_link:hover svg path {
    stroke: #282828;
  }
  #mobile_product_display .product_wrap .product_cart_link span {
    display: none;
  }
  #mobile_product_display .product_wrap .product_cart_link .mobile_text {
    display: block;
  }
  #mobile_product_display .product_wrap .product_cart_link svg {
    width: 21px;
    height: 21px;
  }
  .cart_controls {
    margin-top: -13px;
    margin-bottom: 18px;
    font-size: 12px;
  }
  #empty_cart {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #FF0606;
  }
  #empty_cart:hover {
    color: #FFDE19;
  }
  #empty_cart:hover svg path {
    stroke: #ffde19;
  }
  .cart_wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .cart_summary {
    max-width: unset;
  }
  .checkout_wrapper .cart_summary {
    margin: 0;
  }
  .order_summary .cart_list,
  .order_summary .mobile_header,
  .order_summary #expand_cart_list {
    display: none;
  }
  .cart_list li,
  .cart_wrapper .cart_list > li {
    padding: 28px;
    padding-left: 8px;
  }
  .cart_list .image_wrapper {
    width: 104px;
    height: 104px;
  }
  .cart_list .product_info {
    gap: 23px;
    justify-content: flex-start;
  }
  .cart_list .product_info > div:last-child {
    width: 100%;
  }
  .contacts_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .contacts_wrap .map_wrapper {
    height: 300px;
  }
  .contacts_section .section_title {
    margin-bottom: 40px;
  }
  .checkout_wrapper {
    flex-direction: column;
    gap: 53px;
  }
  .checkout_wrapper .order_summary {
    max-width: unset;
  }
  .submit_production,
  #to_checkout {
    max-width: 277px;
    margin: 0 auto;
  }
  .checkout_wrapper .mobile_header {
    margin-bottom: -15px;
  }
  .checkout_wrapper .cart_list li {
    padding: 0;
    min-height: unset;
  }
  .checkout_wrapper .article_wrap {
    margin: 0;
  }
  .checkout_wrapper .cart_summary span.total {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #expand_cart_list {
    display: block;
    width: 195px;
    margin: 0 auto;
    margin-top: -10px;
  }
  .question_wrap .header {
    padding: 13px 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .question_wrap:nth-child(n + 2) .text_wrapper {
    padding: 13px 20px;
    padding-top: 0;
  }
  .question_wrap .text_wrapper p {
    font-size: 12px;
    line-height: 14px;
  }
  .product_gallery {
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
  }
  .product_nav_slider {
    max-width: 100%;
  }
  .product_gallery .slick-arrow {
    position: absolute;
    top: 87px;
  }
  .product_gallery .slick-prev_arrow {
    left: 10px;
    top: calc(50% - 20px);
    z-index: 5;
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
  }
  .product_gallery .slick-next_arrow {
    right: 10px;
    top: calc(50% - 20px);
    z-index: 5;
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
  }
  .article_page_wrap > .image_wrapper:first-child {
    max-height: 160px;
  }
  .article_page_wrap .info_page_row {
    margin-bottom: 20px;
  }
  .article_page_wrap .row_title,
  .article_page_wrap > .row_title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .article_page_wrap .info_page_row .subtitle {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .checkout_wrapper {
    gap: 30px;
  }
  #checkout_form {
    padding-bottom: 34px;
    margin-bottom: 0;
  }
  #checkout_form .form_footer {
    display: none;
  }
  #success_adding_wish,
  #order_popup{
    width: calc(100% - 10px);
    margin-left: 0px;
    left: 5px;
  }
  .order_popup_btns{
    width: 100%;
    margin: 10px;
    flex-direction: column;
  }
  #success_adding_wish .submit_order_basket_s,
  #success_adding_wish .continue_buy,
  #order_popup .submit_order_basket_s,
  #order_popup .continue_buy{
    width:100%;
    margin: 5px auto;
  }
  .content h1 span, .content h1 strong, .content h1 {
    font-size: 20px !important;
    line-height: 24px;
  }
  .content h2 span, .content h2 strong, .content h2 {
    font-size: 18px !important;
    line-height: 22px;
  }
  .content h3 span, .content h3 strong, .content h3 {
    font-size: 17px !important;
    line-height: 22px;
  }
  .content h4 span, .content h4 strong, .content h4 {
    font-size: 16px !important;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .brands_list li{
    width:calc(100% / 2 - 5px);
  }
  .advantages li {
    width: 100%;
  }
  .brands_slider .slick-list {
    margin: 0 23px;
  }
  .brands_slider .slick-arrow {
    width: 15px;
    height: 15px;
    top: calc(50% - 7.5px);
  }
  .brands_slider .slick-arrow svg {
    width: 6px;
    height: 10px;
  }
  .seo_text_wrapper {
    padding: 18px;
    padding-bottom: 65px;
  }
  .seo_text_wrapper.active {
    padding-bottom: 18px;
  }
  .seo_text_wrapper .show_more {
    left: 18px;
  }
  .product_wrap .hover_wrap li {
    flex-direction: row;
    gap: 3px;
    font-size: 10px;
  }
  .catalog_section .categories {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
  .catalog_section .categories .image_wrapper {
    width: 82px;
    height: 82px;
  }
  .catalog_section .categories a {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .list_controls .pagination .active > span,
  .list_controls .pagination a {
    width: 30px;
    height: 33px;
  }
  .list_controls .pagination li:first-child svg,
  .pagination li:last-child svg {
    height: 12px;
  }
  #mobile_up {
    width: 60px;
  }
  #mobile_up svg {
    width: 22px;
  }
  .list_controls .load_more_blog,
  .list_controls .load_more {
    width: calc(100% - 80px);
  }
  .post_wrapper .image_wrapper {
    height: 125px;
  }
  .cart_list .remove_product {
    width: 35px;
    height: 28px;
  }
  .cart_list .remove_product svg {
    width: 12px;
    height: 12px;
  }
  .cart_list .mobile_wrap > div:last-child {
    width: 90px;
  }
  .cart_list .count_wrapper button {
    width: 22px;
    height: 22px;
  }
  .contacts_wrap .map_wrapper {
    height: 276px;
  }
  .product_gallery {
    width: 100%;
    align-items: flex-start;
    margin: 0 auto;
  }
  .product_gallery .slick-prev_arrow {
    left: 0px;
  }
  .product_gallery .slick-next_arrow {
    right: 0px;
  }
  .article_page_wrap > .image_wrapper:first-child {
    max-height: 90px;
  }
}

@media screen and (max-width: 374px) {
  .front_slider .slide_content {
    padding: 16px 10px 45px;
  }
  .catalog_section .categories {
    grid-row-gap: 5px;
    grid-column-gap: 5px;
  }
  .list_controls .pagination {
    gap: 3px;
  }
  .product_list_menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .product_list > li {
    width: 100%;
  }
  .category_wrapper_wish .product_list > li{
    width: 100%;
  }
  .cart_list li,
  .cart_wrapper .cart_list > li {
    padding: 25px 8px;
  }
  .cart_list .image_wrapper {
    width: 95px;
    height: 95px;
  }
  .cart_list .product_info {
    gap: 10px;
  }
  .cart_summary form {
    flex-direction: column;
  }
  .cart_summary form input {
    width: 100%;
    max-width: unset;
  }
  .contacts_wrap .contact_info > img {
    width: 100px;
    height: 100px;
  }
  #checkout_form .form_footer {
    left: calc(50% - 110px);
  }
  #checkout_form .form_footer button {
    width: 220px;
  }
  .submit_production,
  #to_checkout {
    max-width: 220px;
  }
  .cart_list .article_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}