
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/Geologica-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  font-family: "Fira Sans Condensed", sans-serif;
  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: "Fira Sans Condensed", sans-serif;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
svg path {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
nav {
  list-style: none;
}
body {
  position: relative;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #000;
}
.grey_page {
  background-color: #F8F8F8;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(62, 62, 62, 0.20);
}
header {
  background-color: #fff;
}
main.grey_page {
  padding-top: 30px;
}
.header_top {
  position: relative;
}
.header_top:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background-color: #F8F8F8;
}
.header_top_wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 20px;
}
.header_top_wrapper .logo {
  transition-duration: .3s;
}
.header_top_wrapper nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  white-space: nowrap;
}
.header_top_wrapper a,
.header_top_wrapper li.active span {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.header_top_wrapper li.active span{
  color: #EC7612;
}
.slick-track,.slick-list{
  min-width: 100%;
}
.lang_options {
  display: flex;
  align-content: center;
  gap: 9px;
  margin-left: auto;
}
.lang_options a,
.lang_options span {
  font-weight: 600;
  position: relative;
}
.lang_options li.active a,
.lang_options li.active span {
  cursor: default;
}
.lang_options li.active a,
.lang_options li.active span,
.lang_options a:hover,
.header_top_wrapper a:hover,
.header_bottom_wrapper .phone_wrapper a:hover {
  color: #EC7612;
}
.lang_options a:after,
.lang_options li.active a:after,
.lang_options li.active span:after {
  position: absolute;
  content: "/";
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  right: -7px;
  pointer-events: none;
}
.lang_options li:last-child a:after,
.lang_options li:last-child span:after {
  display: none;
}
.header_bottom_wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header_catalog .catalog_link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 235px;
  padding: 8px 50px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #EC7612;
  position: relative;
  z-index: 10;
}
.header_catalog .catalog_link.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.header_catalog .catalog_nav {
  display: none;
  position: absolute;
  padding: 10px 0;
  width: 390px;
  background-color: #fff;
  z-index: 10;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header_catalog a {
  font-size: 16px;
  font-weight: 600;
  height: 42px;
}
.header_catalog .catalog_nav > li {
  position: relative;
}
.catalog_nav > li > a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid #F8F8F8;
}
.catalog_nav > li > a svg:first-child {
  width: 20px;
  height: 20px;
}
.catalog_nav > li > a svg:last-child {
  margin-left: auto;
}
.catalog_nav > li.active > a,
.catalog_nav a:hover {
  background-color: #F8F8F8;
}
.header_catalog .catalog_nav > li.active > a svg:last-child path,
.catalog_nav > li > a:hover svg:last-child path {
  fill: #000;
}
.header_catalog .catalog_nav > li > a > span {
  max-width: 305px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_catalog .catalog_nav > li:first-child > .category_nav {
  top: -10px;
}
.header_catalog .category_nav {
  display: none;
  position: absolute;
  top: 0;
  left: 380px;
  width: 300px;
  padding: 10px 0;
  background-color: #fff;
  z-index: 10;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header_catalog .category_nav a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.header_bottom_wrapper > div:not(.header_catalog) {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  max-width: 850px;
}
.header_bottom_wrapper .phone_wrapper {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  background-color: #F8F8F8;
  display: flex;
  gap: 8px;
  align-items: center;
}
.header_bottom_wrapper .phone_wrapper a {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  font-weight: 600;
}
.header_bottom_wrapper .phone_options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0;
  z-index: 5;
  flex-direction: column;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #F8F8F8;
}
.header_bottom_wrapper .phone_options a {
  padding-left: 37px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px 0;
}
.header_bottom_wrapper .phone_wrapper .expand {
  display: flex;
}
.header_bottom_wrapper .phone_wrapper .expand:hover svg path {
  fill: #EC7612;
}
.header_bottom_wrapper .phone_wrapper .expand svg {
  transition-duration: .3s;
}
.header_bottom_wrapper .phone_wrapper .expand.expanded svg {
  transform: scaleY(-1);
}
.header_menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_menu a,
.header_cart_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 5px;
  background-color: #F8F8F8;
}
.header_menu a:hover svg path,
.header_cart_link:hover svg path {
  fill: #EC7612;
}
.header_menu a:hover {
  color: #EC7612;
}
.header_menu a .counter,
.header_cart_link .counter {
  position: absolute;
  top: -3px;
  right: -3px;
  height: 16px;
  width: 16px;
  padding: 3px 0;
  text-align: center;
  line-height: 10px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  background-color: #EC7612;
  color: #fff;
}
.h_search_form {
  width: 100%;
  max-width: 630px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
}
.h_search_form input {
  border: none;
  width: 100%;
  font-size: 14px;
  margin: 0 10px;
}
.h_search_form input::placeholder {
  color: #999999;
}
.h_search_form > span {
  display: flex;
  margin-left: 15px;
  padding: 14px 0;
}
.h_search_form button {
  align-self: stretch;
  padding: 10px 20px;
  background-color: #EC7612;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.h_search_form button:hover,
.catalog_filter .buttons_wrap .apply:hover,
#submit_review:hover {
  box-shadow: 0 0 0 1px #EC7612;
  background-color: #fff;
  color: #EC7612;
}
.page_section {
  margin-bottom: 90px;
  background-color: #fff;
}
.page_section.short_margin {
  margin-bottom: 50px;
}
.grey_page .page_section {
  margin-bottom: 30px;
}
.page_section.text_section {
  background-color: #fff;
  margin-top: -45px;
  padding-top: 45px;
  border-top: 1px solid #F8F8F8;
}
.grey_page .page_section.text_section {
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 50px;
}
.page_section.padded_section {
  padding: 40px 0;
}
.page_section.product_section {
  padding-bottom: 20px;
}
.section_title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 34px;
}
.section_title.page_title {
  font-size: 32px;
}
.text_section .section_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.catalog_section .section_title {
  margin-bottom: 10px;
}
.front_slider {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.front_slider li.slick-slide {
  border-radius: 5px;
  overflow: hidden;
}
.catalog_list_wrapper{
  display: flex;
  flex-direction: column;
  width: calc(100% - 335px);
  gap: 10px;
}
.front_slider .slick_arrow,
.categories_slider .slick_arrow,
.brands_slider .slick_arrow,
.product_slider .slick_arrow {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  border-radius: 5px;
  background-color: #F8F8F8;
  top: calc(50% - 23px);
}
.slick_arrow.slick-disabled {
  cursor: default;
}
.slick_arrow.slick-disabled svg {
  opacity: 0.5;
}
.slick_arrow svg {
  transition-duration: .3s;
}
.slick_arrow:not(.slick-disabled):hover svg {
  transform: scale(1.2);
}
.slick_arrow:not(.slick-disabled):hover svg path {
  fill: #EC7612;
}
.front_slider .slick-prev_arrow {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  left: 0;
}
.front_slider .slick-next_arrow {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  right: 0;
}
.categories_slider .slick-track {
  display: flex;
  /* column gap */
  gap: 20px;
}
.categories_slider .slick-slide {
  display: flex;
  flex-direction: column;
  /* row gap */
  gap: 10px;
}
.categories_slider .slick-track:after,
.categories_slider .slick-track:before {
  display: none;
}
.categories_slider .slick_arrow,
.brands_slider .slick_arrow,
.product_slider .slick_arrow {
  top: -76px;
}
.categories_slider .slick-prev_arrow,
.brands_slider .slick-prev_arrow,
.product_slider .slick-prev_arrow {
  right: 51px;
}
.categories_slider .slick-next_arrow,
.brands_slider .slick-next_arrow,
.product_slider .slick-next_arrow {
  right: 0;
}
.categories{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  flex-wrap:wrap;
}
.categories li{
  display: flex;
  width: calc(100% / 3 - 15px);
}
.categories a{
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #f8f8f8;
  width: 100%;
}
.categories_slider a {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #F8F8F8;
}
.categories a:hover,
.categories_slider a:hover {
  box-shadow: inset 0 0 0 1px #EC7612;
}
.categories a:hover .name,
.categories a:hover .link_text_wrapper,
.categories_slider a:hover .name,
.categories_slider a:hover .link_text_wrapper {
  color: #EC7612;
}
.categories .image_wrapper,
.categories_slider .image_wrapper {
  flex-shrink: 0;
  margin: 14px 0;
  max-width: 119px;
  max-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories .category_info,
.categories_slider .category_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 20px;
  padding: 20px 0;
  font-weight: 700;
}
.categories .category_info .name,
.categories_slider .category_info .name {
  font-size: 18px;
  line-height: 24px;
  transition-duration: .3s;
}
.categories .category_info .link_text_wrapper,
.categories_slider .category_info .link_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  text-decoration: underline;
  transition-duration: .3s;
}
.brands_slider .slick-track {
  display: flex;
  gap: 20px;
}
.brands_slider li a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 204px;
  height: 80px;
}
.brands_slider li a:hover {
  opacity: 0.75;
}
.product_slider,
.similar_product_slider {
  margin: -3px;
  margin-bottom: -56px;
}
.product_slider .slick-slide,
.similar_product_slider .slick-slide {
  margin: 3px;
}
.product_slider .slick-list,
.similar_product_slider .slick-list {
  padding-bottom: 56px !important;
}
.product_wrap {
  position: relative;
  padding: 10px 15px;
  padding-top: 0;
  border-radius: 5px;
  background-color: #fff;
  transition-duration: .3s;
}
.product_wrap .product_image_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.product_image_wrap .product_status {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  font-family: Geologica;
  font-size: 12px;
}
.product_status.sale {
  background-color: #EF3830;
}
.product_status.top {
  background-color: #EC7612;
}
.product_status.new {
  background-color: #3093EF;
}
.product_wrap .product_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
}
.availability.available {
  color: #18AD00;
}
.product_wrap .product_link {
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_wrap .product_info_wrap > .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-radius: 5px;
  transition: bottom 0s, box-shadow 0.3s;
}
.product_wrap:hover .product_info_wrap > .product_link:after {
  bottom: -45px;
  box-shadow: 0px 4px 20px 0px rgba(166, 166, 166, 0.18);
}
.product_wrap .price_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_wrap .price {
  font-size: 16px;
  font-weight: 600;
}
.product_wrap .price_wrapper .price {
  color: #FF1616;
}
.product_wrap .old_price {
  font-size: 14px;
  font-weight: 600;
  color: #A9A9A9;
  text-decoration: line-through;
}
.product_wrap .hover_wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -45px;
  padding: 10px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: visibility 0s, opacity 0.3s;
}
.product_wrap:hover .hover_wrap {
  visibility: visible;
  opacity: 1;
}
.product_wrap .hover_wrap .product_link {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin: 0;
  color: #fff;
  background-color: #EC7612;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.text_section_wrap {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  width:100%;
}
.text_section_wrap .subtitle {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}
.text_section_wrap .collapse {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  width: min-content;
}
.text_section_wrap .collapse:hover,
.product_info_section .text_wrap .collapse:hover {
  color: #EC7612;
}
footer a:hover {
  color: #EC7612;
}
footer {
  background-color: #F8F8F8;
}
footer a,
footer span {
  color: #5C5C5C;
  font-size: 14px;
}
.footer_top_wrapper {
  padding-top: 35px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.footer_top_wrapper .footer_column {
  display: flex;
  flex-direction: column;
}
.footer_top_wrapper .footer_column:first-child {
  margin-right: 40px;
}
.footer_top_wrapper .footer_column .column_header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer_top_wrapper .footer_column > ul {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 10px;
  max-height: 190px;
}
.footer_top_wrapper .footer_column > ul > * {
  writing-mode: initial;
}
.footer_top_wrapper .footer_column > ul.socials{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.footer_column ul a,
.footer_column ul span {
  display: inline-block;
  max-width: 190px;
  line-height: 18px;
}
.footer_column ul .active span{
  color: #EC7612;
}
.footer_top_wrapper .footer_column:last-of-type > ul {
  max-height: 160px;
}
.footer_top_wrapper .footer_column:last-of-type ul span {
  max-width: 175px;
  line-height: 24px;
}
footer .socials {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
footer .socials a:hover {
  opacity: 0.75;
}
.footer_top_wrapper .mobile_contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer_top .payment_options {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  margin-top:20px;
}
.footer_bottom {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ECECEC;
}
.footer_bottom_wrapper {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.footer_bottom_wrapper .baw_tag a {
  font-weight: 600;
}
.footer_bottom_wrapper > *:first-child {
  margin-right: auto;
}
#mobile_menu_open {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background-color: #EC7612;
}
#mobile_menu,
#mobile_catalog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F8F8F8;
  z-index: 10;
  overflow-y: auto;
}
#mobile_menu_close,
#mobile_catalog_close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_menu_header {
  padding: 20px 12px 14px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile_menu_header > .account_link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  background-color: #EC7612;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.mobile_menu_header .header_menu li:last-child {
  display: none;
}
.mobile_menu_header #header_cart_link {
  font-weight: 600;
  gap: 10px;
}
#mobile_menu .phone_options a svg {
  display: none;
}
.mobile_menu_body {
  padding: 10px 16px;
}
.mobile_menu_body > a,
.mobile_menu_body nav a {
  display: block;
  padding: 17px 0;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #E9E9E9;
}
.mobile_menu_body a:hover {
  color: #EC7612;
}
#mobile_menu .catalog_link:hover svg path {
  fill: #EC7612;
}
.mobile_menu_body nav li:last-child a {
  border-bottom: none;
}
.mobile_menu_body .catalog_link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #333333;
}
.mobile_menu_body .catalog_link svg:first-child path {
  fill: #333333;
}
.mobile_menu_body .catalog_link svg:last-child {
  transform: rotate(-90deg);
  margin-left: auto;
}
.mobile_menu_body .catalog_link svg:last-child path {
  fill: #B2B2B2;
}
.mobile_menu_body .lang_options {
  margin: 24px 0;
}
.mobile_menu_body .phone_options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 0;
}
.mobile_menu_body .phone_options a {
  font-size: 18px;
  font-weight: 600;
}
#mobile_catalog {
  background-color: #fff;
}
.mobile_catalog_header,
.catalog_filter .filter_header {
  display: flex;
  align-items: center;
  padding: 15px 16px;
  background-color: #EC7612;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog_filter .filter_header,
.catalog_filter .buttons_wrap {
  display: none;
}
.mobile_catalog_header span,
.catalog_filter .filter_header span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-right: 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.mobile_catalog_body {
  position: relative;
  padding: 10px 0;
}
#mobile_catalog .category_nav {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 0;
}
#mobile_catalog .catalog_nav > li > a {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #F8F8F8;
}
#mobile_catalog .catalog_nav > li > a span {
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mobile_catalog .category_nav a {
  display: block;
  padding: 11px 15px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #F8F8F8;
}
#mobile_catalog .catalog_nav > li:last-child > a,
#mobile_catalog .category_nav li:last-child a {
  border: none;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 30px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.catalog_section .breadcrumbs {
  margin-bottom: 10px;
}
.product_section .breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs a {
  color: #8A8A8A;
}
.breadcrumbs a:hover {
  color: #EC7612;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  background-image: url("../img/breadcrumbs_divider.svg");
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: -24px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
#mobile_filter_open {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  border-radius: 6px;
  border: 1px solid #EFEFEF;  
}
#mobile_filter_open:hover {
  color: #EC7612;
  border-color: #EC7612;
}
#mobile_filter_open:hover svg path {
  fill: #EC7612;
}
.catalog_controls {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.catalog_controls form{
  display: flex;
  align-items: center;
  width:100%;
}
.catalog_controls select {
  display: none;
}
.catalog_controls .chosen-container {
  font: inherit;
  font-size: 15px;
  width: auto !important;
  color: #303030;
  margin-left: auto;
}
.catalog_controls .chosen-single {
  height: 48px;
  line-height: 48px;
  border: 1px solid #c9c9c9 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #303030;
  border-radius: 6px;
}
.catalog_controls .chosen-search {
  display: none;
}
.catalog_controls .chosen-drop {
  border: none;
  padding-top: 5px;
  border-radius: 0;
}
.catalog_controls .sorting_wrapper .chosen-with-drop {
  box-shadow: 0px 0px 12px 0px rgba(28, 28, 27, 0.1);
}
.catalog_controls .chosen-results li {
  transition-duration: .3s;
  line-height: 20px;
}
.catalog_controls .chosen-results li.highlighted {
  background: #fff;
  color: #EC7612;
}
.catalog_controls .chosen-container-single .chosen-single span {
  margin-right: 44px;
  padding-left: 2px;
}
.catalog_controls .chosen-container-single .chosen-single div {
  width: 44px;
}
.catalog_controls .chosen-single div b {
  background: url("../img/chosen_caret.svg") center no-repeat !important;
  width: 44px;
  transition-duration: .3s;
}
.catalog_controls .chosen-container:hover .chosen-single div b {
  filter: invert(53%) sepia(41%) saturate(2581%) hue-rotate(353deg) brightness(95%) contrast(95%);
}
.catalog_controls .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
  filter: invert(53%) sepia(41%) saturate(2581%) hue-rotate(353deg) brightness(95%) contrast(95%);
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
}
.product_list li {
  width: 25%;
}
.product_list_controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 35px;
  gap: 10px;
}
.product_list_controls .load_more {
  width: 300px;
  padding: 11px;
  border-radius: 5px;
  background-color: #EC7612;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.product_list_controls .load_more:hover {
  color: #EC7612;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #EC7612;
}
.product_list_controls .pagination {
  display: flex;
  align-items: center;
  gap: 3px;
}
.product_list_controls .pagination li > * {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.product_list_controls .pagination a:hover,
.product_list_controls .pagination .active span {
  color: #fff;
  background-color: #EC7612;
}
.product_list_controls .pagination a:hover svg path {
  stroke: #fff;
}
.product_list_controls .pagination span {
  cursor: default;
}
.catalog_wrapper {
  display: flex;
}
.catalog_wrapper .catalog_filter {
  align-self: flex-start;
  width: 295px;
  margin-right: 40px;
  background-color: #fff;
  flex-shrink: 0;
}
.catalog_filter form{
  align-self: flex-start;
  width: 100%;
  display:flex;
  flex-direction:column;
  flex-shrink: 0;
}
.catalog_filter .filter_header {
  display: none;
}
.catalog_wrapper .catalog_filter .filter_item {
  padding: 15px 0;
}
.catalog_wrapper .catalog_filter .filter_item_body {
  margin-top: 15px;
}
.catalog_wrapper .catalog_filter .filter_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  transition-duration: .3s;
  cursor: pointer;
}
.catalog_filter .filter_item_head:hover svg path {
  stroke: #EC7612;
}
.catalog_wrapper .filter_item_head span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.catalog_wrapper .catalog_filter .filter_item_head svg {
  flex-shrink: 0;
  transition-duration: .3s;
}
.catalog_wrapper .filter_item.collapsed .filter_item_head svg {
  transform: scaleY(-1);
}
.catalog_wrapper .catalog_filter .price_input_wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.catalog_wrapper .price_input_wrapper input {
  width: calc(50% - 4px);
  padding: 10px 12px;
  font-size: 16px;
  color: #8B8B8B;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
#filter_price_range {
  height: 3px;
  border-radius: 2px;
  border: none;
  background-color: #EEEEEE;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  cursor: pointer;
  border-radius: 100%;
  background-color: #EC7612;
  width: 23px;
  height: 23px;
  border: none;
  top: -11.5px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #B2B2B2;
  height: 3px;
  top: 0px;
}
.filter_price_range .range_slider_left {
  transform: translateX(8px);
}
.filter_price_range .range_slider_right {
  transform: translateX(-8px);
}
.catalog_wrapper .filter_item ul {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3px 0;
  margin-right: 12px;
}
.catalog_wrapper .filter_item_body ul::-webkit-scrollbar-track-piece {
  background-color: #EEEEEE;
  border-radius: 3px;
}
.catalog_wrapper .filter_item_body ul::-webkit-scrollbar-track {
  background-color: #EEEEEE;
  border-radius: 3px;
}
.catalog_wrapper .filter_item_body ul::-webkit-scrollbar-thumb {
  background-color: #EC7612;
  border-radius: 3px;
}
.catalog_wrapper .filter_item_body ul::-webkit-scrollbar-corner {
  background-color: #EC7612;
}
.catalog_wrapper .filter_item_body ul::-webkit-scrollbar {
  width: 5px;
}
.catalog_wrapper .filter_item ul li {
  margin-bottom: 15px;
  position: relative;
}
.catalog_wrapper .filter_checkboxes li:last-child {
  margin-bottom: 0;
}

.basket_page_no_call input,
.catalog_wrapper .filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.basket_page_no_call label,
.catalog_wrapper .filter_checkboxes li label {
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
.basket_page_no_call input:checked + label,
.catalog_wrapper .filter_checkboxes li input:checked + label,
.catalog_wrapper .filter_checkboxes label:hover {
  color: #EC7612;
}
.basket_page_no_call label:before,
.catalog_wrapper .filter_checkboxes li label:before {
  width: 18px;
  height: 18px;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-55%);
  position: absolute;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  content: "";
  transition: .3s;
}
.basket_page_no_call{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 10px 5px;
}
.basket_page_no_call input:checked + label:before,
.catalog_wrapper .filter_checkboxes li input:checked + label:before {
  background-color: rgba(236, 118, 18, 0.7);
  border-color: #EC7612;
}
.basket_page_no_call label:hover:before,
.catalog_wrapper .filter_checkboxes label:hover:before {
  border-color: #EC7612;
}
.basket_page_no_call input:checked + label:after,
.catalog_wrapper .filter_checkboxes li input:checked + label:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 4.5px;
  top: calc(50% - 5px);
  background: url(../img/checkbox_tick.svg) center no-repeat;
  background-size: contain;
}
.product_section .product_top_wrap {
  display: flex;
  gap: 75px;
}
.product_top_wrap .product_gallery {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 615px;
  height: min-content;
  overflow: hidden;
}
.product_main_slider {
  width: 500px;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.product_main_slider li {
  width: 100%;
  height: 500px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.product_main_slider li iframe{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.product_main_slider li img,
.product_nav_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.product_nav_slider {
  max-width: 100px;
  display: flex;
  margin: -7.5px 0;
  margin-right: 15px;
  padding: 3px 0;
  min-height: 500px;
}
.product_gallery .product_nav_slider li {
  height: 100px !important;
  width: 100px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 7.5px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  overflow:hidden;
}
.product_gallery .product_status {
  position: absolute;
  top: 20px;
  left: 135px;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  font-family: Geologica;
  font-size: 14px;
  font-weight: 500;
}
.product_top_wrap .product_info_wrap {
  width: 100%;
}
.product_top_wrap .product_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #909090;
}
.product_section .page_title {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 40px;
}
.product_section .product_options {
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 40px;
}
.product_section .product_option_item {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding: 10px 0;
  margin-bottom: 25px;
}
.product_section .product_option_item:last-of-type {
  margin-bottom: 0;
}
.product_section .product_option_item .option_name {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
}
.product_section .product_option_item .option_values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}
.product_options .option_values a,
.product_options .option_values span {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  display: inline-block;
  min-width: 49px;
  text-align: center;
  border-radius: 5px;
}
.product_options .option_values li.active span,
.product_options .option_values a:hover {
  background-color: #F8F8F8;
}
.product_section .price_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product_section .price {
  font-size: 25px;
  font-weight: 700;
}
.product_section .price_wrapper .price {
  color: #FF1616;
}
.product_section .old_price {
  font-size: 18px;
  font-weight: 600;
  color: #A9A9A9;
  text-decoration: line-through;
}
.product_section .quantity_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}
.product_section .quantity_wrapper > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product_section .counter_wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.product_section .counter_wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 35px;
}
.product_section .counter_wrap button:hover svg path {
  stroke: #EC7612;
}
.product_section .counter_wrap input {
  width: 50px;
  height: 35px;
  line-height: 35px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 5px;
  background-color: #F8F8F8;
}
.product_section .buttons_wrap {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.product_section .buttons_wrap a {
  width: 100%;
  max-width: 190px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: initial;
  white-space: nowrap;
}
.product_section .product_cart_link {
  color: #fff;
  background-color: #EC7612;
  border-radius: 5px;
}
.product_section .product_cart_link:hover,
#add_review:hover,
.mobile_menu_header > .account_link:hover {
  color: #EC7612;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #EC7612;
}
.product_section .product_like {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_section .product_like:hover {
  color: #EC7612;
}
.product_section .product_like:hover svg path {
  fill: #EC7612;
}
.product_info_section .product_bottom_wrap {
  display: flex;
  gap: 80px;
}
.product_info_section .product_bottom_column {
  flex: 1;
  width: calc(50% / 2 - 80px);
}
.product_info_section .product_info_item {
  margin-bottom: 40px;
}
.product_info_section .product_info_item:last-of-type {
  margin-bottom: 0;
}
.product_info_section .item_name {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.product_info_section .properties li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #F8F8F8;
  font-size: 16px;
  color: #303030;
}
.product_info_section .properties li:last-child {
  border-bottom: none;
}
.product_info_section .properties li span{
  font-size:16px;
}
.product_info_section .properties .name {
  font-weight: 600;
  font-size:16px;
}
.product_info_section .properties .value {
  font-weight: 500;
  max-width: 305px;
  text-align: right;
}
.product_info_section .text_wrap p {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.product_info_section .text_wrap .collapse {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
#add_review {
  float: right;
  padding: 11px 15px;
  border-radius: 5px;
  background-color: #EC7612;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.product_info_section .review_list {
  margin-top: 10px;
}
.product_info_section .review_list > li {
  margin-bottom: 20px;
  border-bottom: 1px solid #F8F8F8;
}
.product_info_section .review_list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.product_info_section .review_header {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
.product_info_section .review_header img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 20px;
}
.product_info_section .review_header .author_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_info_section .review_header .name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.product_info_section .review_header .date {
  font-size: 12px;
  font-weight: 500;
  color: #909090;
}
.review_star_list {
  width: auto;
  display: flex;
  align-items: center;
}
.review_star_list svg {
  display: block;
}
.review_star_list .review_star_list_active svg path {
  fill: #FFD100;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_star--active_btn svg path {
  fill: #FFD100;
}
.review_star_list_dinamic--active svg path {
  fill: #FFD100!important;
}
.product_info_section .review_header .review_star_list {
  margin-left: auto;
  align-self: flex-start;
}
.product_info_section .review_list .review_text {
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
}
#review_popup {
  display: none;
  position: fixed;
  top: 50px;
  left: calc(50% - 190px);
  width: 380px;
  height: auto;
  z-index: 15;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}
#review_popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup_name {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
.main_form_item,
.input_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
input,
textarea {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  resize: none;
  font-weight: 500;
  width:100%;
}
.review_form .mark_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
#submit_review {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #EC7612;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.preorder_to_card,
.add_to_card{
  display:none!important;
}

.preorder_to_card.active,
.add_to_card.active{
  display:block!important;
}
.sale_discount{
  position: absolute;
  top: 15px;
  right: 0;
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  font-family: Geologica;
  font-size: 12px;
  background: #ef3830;
}
.product_gallery .sale_discount{
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  font-family: Geologica;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  left: auto;
}
.show_text_hidden_content{
  float: left;
  padding: 11px 15px;
  border-radius: 5px;
  background-color: #EC7612;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.show_text_hidden_content:hover{
  color: #EC7612;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #EC7612;
}
.text_hidden_content{
  overflow:hidden;
  max-height:280px;
}

.review_list li svg path{
  fill: #dadada;
}
.review_list li.review_star_list_active svg path{
  fill: #ffd100;
}
.slick-track,.slick-list{
  min-width: 100%;
}
.contact_header_wrapper{
  display: flex;
  flex-direction: column;
  width: max-content;
}
.contact_header{
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.video_h{
  position:relative;
}
.play_video_icon{
  position:absolute;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  top: 0px;
  left:0px;
}
.video_h img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product_tech{
  padding: 10px 15px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #f8f8f8;
  transition: .3s;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  color:#000;
  border-radius: 5px;
}
.product_tech:hover{
  background-color:#ec7612;
  color:#fff;
}
.product_tech:hover svg path{
  fill: #fff;
}
@media screen and (max-width: 1250px) {
  .categories li{
    width: calc(100% / 2 - 5px);
  }
  .categories{
    gap:10px;
  }
  .footer_top_wrapper .footer_column:first-child {
    margin-right: 20px;
  }
  .footer_top_wrapper .footer_column > ul {
    row-gap: 20px;
    max-height: 205px;
  }
  .footer_column ul a,
  .footer_column ul span {
    max-width: 150px;
  }
}

@media screen and (max-width: 1150px) {
  .header_top_wrapper {
    gap: 30px;
  }
  .header_top_wrapper nav ul {
    gap: 20px;
  }
  .header_top_wrapper a {
    font-size: 14px;
  }
  .product_list li {
    width: 33.33%;
  }
  .product_section .product_top_wrap,
  .product_info_section .product_bottom_wrap {
    gap: 50px;
  }
  .product_top_wrap .product_gallery {
    max-width: 505px;
  }
  .product_gallery .product_main_slider {
    width: 400px;
    height: 400px;
  }
  .product_gallery .product_main_slider li {
    height: 400px;
  }
  .product_gallery .product_nav_slider {
    max-width: 80px;
  }
  .product_gallery .product_nav_slider li {
    width: 80px !important;
    height: 80px !important;
  }
  .footer_top_wrapper .footer_column:last-of-type > ul {
    flex-wrap: nowrap;
    max-height: unset;
  }
}

@media screen and (max-width: 992px) {
  .product_info_section .product_bottom_column{
    width:100%;
  }
  .catalog_list_wrapper{
    width:100%;
  }
  .categories{
    gap:10px;
  }
  .categories li{
    display: flex;
    width: calc(100% / 2 - 8px);
  }
  .container {
    padding: 0 15px;
  }
  .header_top_wrapper nav,
  .header_top_wrapper .lang_options,
  .header_bottom_wrapper .header_catalog,
  .header_bottom_wrapper .header_menu,
  .header_bottom_wrapper .phone_wrapper {
    display: none;
  }
  #mobile_menu_open {
    display: flex;
    flex-shrink: 0;
  }
  #mobile_menu_open:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #EC7612;
  }
  #mobile_menu_open:hover svg path {
    fill: #EC7612;
  }
  .header_top_wrapper {
    justify-content: space-between;
  }
  .header_bottom_wrapper {
    gap: 0;
  }
  .header_bottom_wrapper > div:not(.header_catalog),
  .h_search_form {
    max-width: unset;
  }
  main.grey_page {
    padding-top: 10px;
  }
  .grey_page .page_section {
    margin-bottom: 10px;
  }
  .product_section .breadcrumbs {
    margin-bottom: 20px;
  }
  .categories .category_info .name,
  .categories_slider .category_info .name,
  .text_section_wrap .subtitle {
    font-size: 18px;
  }
  .section_title {
    font-size: 22px;
  }
  .section_title.page_title {
    font-size: 28px;
  }
  #mobile_filter_open,
  #mobile_filter_close {
    display: flex;
  }
  #mobile_filter_close svg,
  #mobile_catalog_close svg {
    transition-duration: .3s;
  }
  #mobile_filter_close:hover svg,
  #mobile_catalog_close:hover svg {
    transform: scale(1.1);
  }
  #mobile_menu_close:hover svg path,
  #review_popup_close:hover svg path {
    stroke: #EC7612;
  }
  .catalog_wrapper .catalog_filter {
    display: none;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    border-radius: 0;
    border: none;
    padding: 0;
    overflow-y: auto;
        height: 100%;
        width: 100%;
  }
  .catalog_filter .filter_body {
    padding: 10px 16px;
    padding-bottom: 88px;
  }
  .catalog_filter .filter_header {
    display: flex;
  }
  .catalog_filter .buttons_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .catalog_filter .buttons_wrap button {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  .catalog_filter .buttons_wrap .apply {
    background-color: #EC7612;
    color: #fff;
  }
  .catalog_filter .buttons_wrap .reset {
    background-color: #F8F8F8;
  }
  .catalog_filter .buttons_wrap .reset:hover {
    color: #EC7612;
  }
  .product_list li {
    width: 25%;
  }
  .product_section .product_top_wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .product_top_wrap .product_gallery {
    flex-direction: column-reverse;
    align-items: center;
  }
  .product_gallery .product_main_slider {
    margin-bottom: 10px;
    width: 435px;
    height: 435px;
  }
  .product_gallery .product_main_slider li {
    height: 435px;
  }
  .product_gallery .product_nav_slider {
    max-width: 400px;
    min-height:auto;
    padding: 0;
    margin: 0;
  }
  .product_gallery .product_nav_slider li {
    margin: 0;
  }
  .product_gallery .product_status {
    left: 10px;
    top: 10px;
  }
  .product_gallery .sale_discount{
    right: 10px;
    top: 10px;
  }
  .product_gallery .product_nav_slider .slick-track {
    display: flex;
    gap: 15px;
  }
  .product_section .page_title,
  .product_section .product_options {
    margin-bottom: 15px;
  }
  .product_section .quantity_wrapper {
    margin-top: 15px;
  }
  .product_info_section .product_bottom_wrap {
    flex-direction: column;
  }
  .product_section .price {
    font-size: 22px;
  }
  .product_section .old_price {
    font-size: 16px;
  }
  .footer_top_wrapper {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footer_top_wrapper .footer_column:first-of-type {
    width: 100%;
    align-items: center;
    margin-right: 0;
  }
  .footer_top_wrapper .footer_column:last-of-type > ul {
    flex-wrap: wrap;
    max-height: 100px;
  }
  #review_popup {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
  }
  #review_popup .popup_content {
    height: 410px;
    position: absolute;
    width: 380px;
    top: calc(50% - 205px);
    left: calc(50% - 190px);
  }
}

@media screen and (max-width: 830px) {
  .product_list li {
    width: 33.33%;
  }
  .footer_top_wrapper {
    justify-content: center;
    column-gap: 60px;
  }
  .footer_top_wrapper .footer_column:nth-of-type(2) {
    width: 100%;
    align-items: center;
  }
  .footer_top_wrapper .footer_column:nth-of-type(2) > ul {
    row-gap: 40px;
  }
  .footer_column ul a,
  .footer_column ul span {
    max-width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .product_gallery .product_nav_slider{
    width:100%;
  }
  .categories{
    flex-direction: column;
  }
  .categories li{
    display: flex;
    width: 100%;
  }
  .page_section {
    font-size: 24px;
  }
  .page_section.text_section {
    margin-bottom: 30px !important;
  }
  .categories .category_info .name,
  .categories_slider .category_info .name {
    font-size: 16px;
  }
  .text_section .section_title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: auto;
  }
  .section_title.page_title {
    font-size: 24px;
  }
  .front_slider .slick_arrow {
    display: none !important;
  }
  .categories_slider .slick_arrow,
  .brands_slider .slick_arrow,
  .product_slider .slick_arrow {
    height: 38px;
    width: 38px;
    top: -70px;
  }
  .categories_slider .slick-track {
    gap: 10px;
  }
  .categories a,
  .categories_slider a {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 10px;
  }
  .categories .image_wrapper,
  .categories_slider .image_wrapper {
    margin: 0;
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 100px;
  }
  .categories .category_info,
  .categories_slider .category_info {
    padding: 0;
  }
  .categories .category_info .name,
  .categories_slider .category_info .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
  }
  .categories .category_info .link_text_wrapper,
  .categories_slider .category_info .link_text_wrapper {
    display: none;
  }
  .brands_slider .slick-track {
    gap: 40px;
  }
  .brands_slider .slick-slide > div {
    margin-bottom: 47px;
  }
  .brands_slider .slick-slide > div:last-child {
    margin-bottom: 0;
  }
  .product_wrap .product_image_wrap {
    position: initial;
    max-width: 150px;
    height: 160px;
  }
  .product_image_wrap .product_status {
    left: 15px;
  }
  .product_section .product_option_item .option_name,
  .product_section .quantity_wrapper {
    font-size: 16px;
  }
  .product_section .price {
    font-size: 18px;
  }
  .product_section .old_price,
  .product_info_section .properties li,
  .product_info_section .review_header .name,
  .product_info_section .text_wrap p,
  .product_info_section .review_list .review_text {
    font-size: 14px;
    line-height: 20px;
  }
  .product_info_section .text_wrap p {
    margin-bottom: 15px;
  }
  .footer_top_wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    column-gap: 50px;
  }
  .footer_bottom {
    margin-top: 15px;
    padding-top: 15px;
  }
  .footer_bottom_wrapper {
    flex-wrap: wrap;
    white-space: nowrap;
    justify-content: center;
    row-gap: 10px;
  }
  .footer_bottom_wrapper > *:first-child,
  .footer_bottom_wrapper > *:last-child {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .product_list li {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .page_section {
    font-size: 22px;
  }
  .text_section .section_title {
    font-size: 18px;
  }
  .section_title.page_title {
    font-size: 22px;
  }
  .brands_slider .slick_arrow,
  .product_slider .slick_arrow {
    display: none !important;
  }
  .categories .image_wrapper,
  .categories_slider .image_wrapper {
    max-width: 80px;
    max-height: 80px;
  }
  .product_wrap .product_image_wrap {
    max-width: 114px;
    height: 160px;
  }
  .product_wrap .product_info_top {
    font-size: 10px;
  }
  .product_wrap .product_link,
  .product_wrap .price {
    font-size: 14px;
  }
  .product_wrap .old_price {
    font-size: 12px;
  }
  .catalog_controls .chosen-container {
    max-width: 160px;
  }
  .product_gallery .product_main_slider {
    margin-bottom: 10px;
    width: 300px;
    height: 300px;
  }
  .product_gallery .product_main_slider li {
    height: 300px;
  }
  .product_gallery .product_nav_slider {
    max-width: 285px;
  }
  .product_gallery .product_nav_slider li {
    width: 60px !important;
    height: 60px !important;
  }
  .product_section .buttons_wrap {
    flex-direction: column;
  }
  .product_section .buttons_wrap a {
    max-width: unset;
    justify-content: center;
  }
  .review_star_list svg {
    width: 15px;
    height: 15px;
  }
  .footer_top_wrapper {
    column-gap: 20px;
  }
  .footer_top_wrapper .footer_column:nth-of-type(2) > ul {
    row-gap: 15px;
  }
  .footer_column ul a,
  .footer_column ul span {
    max-width: 160px;
  }
  .footer_top_wrapper .mobile_contacts {
    width: 100%;
  }
  footer .socials,
  .footer_top .payment_options {
    justify-content: center;
  }
  #review_popup .popup_content {
    width: 290px;
    left: calc(50% - 145px);
  }
}

@media screen and (max-width: 374px) {
  .header_top:before {
    bottom: -10px;
  }
  .categories .image_wrapper,
  .categories_slider .image_wrapper {
    max-height: 60px;
    max-width: 60px;
  }
  .product_wrap .product_info_top,
  .product_wrap .price_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .product_gallery .product_main_slider {
    margin-bottom: 10px;
    width: 240px;
    height: 240px;
  }
  .product_gallery .product_main_slider li {
    height: 240px;
  }
  .footer_top_wrapper  {
    flex-direction: column;
    align-items: center;
  }
  .footer_top_wrapper .footer_column {
    align-items: center;
  }
  .footer_top_wrapper .footer_column > ul {
    max-height: 240px;
    text-align: center;
    align-items: center;
  }
  .footer_top_wrapper .footer_column:nth-of-type(2) > ul {
    row-gap: 5px;
  }
  .footer_column ul a, .footer_column ul span {
    max-width: 130px;
  }
  .product_list_controls .load_more {
    width: 100%;
  }
  .product_list_controls .pagination li > * {
    height: 44px;
    width: 44px;
  }
}