@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.ttf');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: 'Rubik';
}
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: Rubik;
  color: #222222;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}
.mobile_only,
#mobile_menu_open,
#mobile_menu {
  display: none;
}
#shader {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222222;
  opacity: 0.25;
}
#mobile_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
#mobile_menu_close {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  padding: 16px;
}
#mobile_menu_close:hover {
  color: #fff;
}
#mobile_menu_close:hover svg path {
  stroke: #fff;
}
.mobile_menu_header {
  background-color: #FF9A2B;
}
.mobile_menu_body {
  position: relative;
  padding: 16px;
  height: calc(100% - 56px);
  overflow-y: auto;
}
header a {
  font-family: Rubik;
}
.header_top_wrapper,
.header_mid_wrapper,
.header_catalog .catalog_list,
.header_menu,
.header_mid_wrapper > div {
  display: flex;
  align-items: center;
}
.header_top {
  border-bottom: 1px solid #EBEBEB;
}
.header_top_wrapper {
  justify-content: space-between;
  padding: 12px 0;
}
.header_top_wrapper ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header_top_wrapper a,
.header_top_wrapper span {
  font-size: 14px;
  color: #3E4148;
}
.header_top_wrapper a:hover,
.header_top_wrapper .active span,
.phone_wrapper .phone:hover {
  color: #FF9A2B;
}
.header_top_wrapper a:hover svg path,
.header_top_wrapper .active span svg path,
.phone_wrapper .phone:hover svg path,
.h_search_form button:hover svg path {
  fill: #FF9A2B;
}
.header_top_wrapper .socials {
  gap: 20px;
}
.header_mid_wrapper {
  justify-content: space-between;
  padding: 15px 0;
}
.header_mid_wrapper > div {
  flex: 1;
  justify-content: center;
}
.header_mid_wrapper .h_search_form {
  width: 100%;
  max-width: 480px;
  position: relative;
  margin-right: 30px;
}
.h_search_form input {
  padding: 13px 46px 13px 20px;
  border: none;
  border-radius: 20px;
  background-color: #F4F6F8;
  width: 100%;
  font-family: Rubik;
  font-size: 14px;
  color: #222222;
}
.h_search_form input::placeholder {
  color: #646B76;
}
.h_search_form button {
  position: absolute;
  top: calc(50% - 10px);
  right: 22px;
  height: 20px;
  width: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
.phone_wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.phone_wrapper .phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.phone_wrapper span {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.6);
}
.header_menu {
  gap: 10px;
}
.header_menu a,
.header_menu span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  position: relative;
}
.header_menu a .basket_counter,
.header_menu span .basket_counter{
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  background: #fff;
  top: -5px;
  right: -5px;
  border: 1px solid #ddd;
}
.header_menu a:hover,
.header_menu .active span {
  border-color: #FF9A2B;
}
.header_menu a:hover svg path,
.header_menu .active span svg path {
  fill: #FF9A2B;
}
.header_catalog {
  background-color: #FF9A2B;
}
.header_catalog .catalog_list {
  position: relative;
  justify-content: space-around;
}
.header_catalog .catalog_list > li > a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.header_catalog .catalog_list > li.active > a {
  color: #fff;
}
.header_catalog .catalog_list li ul li.active > a{
  color: #FF9A2B;
}
.header_catalog .category_nav {
  position: absolute;
  z-index: 100;
  top: 48px;
  left: 0;
  right: 0;
  height: 420px;
  padding: 15px 10px;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 40px;
  align-content: flex-start;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header_catalog .category_nav li {
  width: min-content;
}
.header_catalog .category_nav a,
.header_catalog .category_nav .active span {
  display: block;
  width: 277px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #3E4148;
}
.header_catalog .category_nav a:hover,
.header_catalog .category_nav .active span {
  color: #FF9A2B;
}
main {
  position: relative;
  padding-top: 10px;
}
.page_section {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.page_section.gray_section:last-child {
  margin-bottom: 0;
}
.gray_section {
  background-color: #FAFAFA;
}
.page_section.gray_section {
  padding: 55px 0;
}
.page_section .section_title {
  font-family: Rubik;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.page_section .small_section_title {
  font-family: Rubik;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.section_header .section_title {
  margin: 0;
  text-align: left;
}
.section_header .number_of_goods {
  font-size: 14px;
  color: #808080;
}
.front_slider {
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.front_slider li.slick-slide {
  display: flex; 
  justify-content: center;
  justify-self: stretch;
  border-radius: 20px;
  overflow: hidden;
}
.front_slider .slick-dots {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  bottom: 20px;
}
.front_slider .slick-dots li {
  display: flex;
}
.front_slider .slick-dots button {
  font-size: 0;
  width: 20px;
  height: 6px;
  border-radius: 5px;
  margin: 0 3px;
  background-color: #fff;
  opacity: 0.5;
}
.front_slider .slick-dots .slick-active button {
  opacity: 1;
  width: 58px;
}
.product_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  transition-duration: .3s;
}
.product_wrap:hover {
  border-color: #FF9A2B;
}
.product_wrap:hover .product_link {
  color: #FF9A2B;
}
.product_wrap .product_image_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  max-width: 235px;
  max-height: 235px;
}
.product_wrap .product_image_wrap img {
  max-width: 100%;
  max-height: 100%;
}
.product_status {
  position: absolute;
  padding: 8px 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.product_image_wrap .product_status {
  top: 38px;
  left: -7px;
}
.product_status.sale {
  background-color: #FF4A4A;
}
.product_status.new {
  background-color: #25B5E9;
}
.product_status.top {
  background-color: #F27F01;
}
.product_wrap .product_info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 13px;
  padding-top: 20px;
}
.product_wrap .product_link {
  display: block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.product_wrap .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product_wrap .availability {
  font-size: 14px;
}
.product_wrap .availability.in_stock {
  color: #1AB80C;
}
.product_wrap .availability.out_of_stock {
  color: #646B76;
}
.product_wrap .product_bottom_wrapper {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
.product_wrap .price_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product_wrap .product_cart_link {
  z-index: 5;
}
.product_wrap .product_cart_link:hover svg path {
  fill: #FF9A2B;
}
.product_wrap .price {
  font-size: 18px;
  font-weight: 500;
}
.product_wrap .old_price {
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #EE3C3C;
}
.product_slider {
  padding: 0 2px;
}
.product_slider .slick-list {
  margin: 0 -7.5px;
}
.product_slider .slick-slide {
  margin: 0 7.5px;
}
.product_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  border-radius: 20px;
  background-color: #FF9A2B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_slider .slick-arrow svg {
  transition-duration: .3s;
}
.product_slider .slick-next_arrow:not(.slick-disabled):hover svg {
  transform: translateX(5px);
}
.product_slider .slick-prev_arrow:not(.slick-disabled):hover svg {
  transform: translateX(-5px);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.product_slider .slick-prev_arrow {
  left: -19px;
}
.product_slider .slick-next_arrow {
  right: -19px;
}
.product_slider.no_arrows .slick-arrow {
  display: none !important;
}
.promo_banners {
  margin-top: 130px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.promo_banners a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.promo_banners a:hover {
  opacity: 0.8;
}
.news_list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.news_list > li{
  width:calc(100% / 2 - 15px);
  display:flex;
  flex-direction:column;

}
.news_list .news_article_wrap {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.news_list .news_article_wrap img {
  position: relative;
}
.news_list .text_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(50, 45, 45, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: #fff;
  transition-duration: .3s;
}
.news_list .text_wrap .date {
  font-size: 14px;
  font-weight: 500;
}
.news_list .text_wrap > div {
  display: flex;
  align-items: center;
  gap: 74px;
  font-size: 22px;
  font-weight: 600;
  text-shadow: 1px 1px 5px #000;
}
.news_list .news_article_wrap img {
  transition-duration: .3s;
}
.news_list .news_article_wrap:hover img {
/*  box-shadow: 0 0 5px 2px #FF9A2B;*/
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
}
.news_list .text_wrap > div > svg {
  flex-shrink: 0;
}
.article_wrapper p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.article_wrapper p:last-child {
  margin-bottom: 0;
}
.article_wrapper p.highlighted {
  font-size: 18px;
  font-weight: 500;
}
footer {
  background-color: #25B5E9;
  color: #fff;
  line-height: 22px;
}
footer a {
  color: #fff;
  line-height: 22px;
}
footer a:hover,
footer .active span {
  color: #FF9A2B;
}
footer a:hover svg path {
  fill: #FF9A2B;
}
.footer_top_wrapper {
  padding: 40px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
.footer_top_wrapper ul svg path {
  fill: #fff;
}
.footer_top_wrapper .footer_column {
  display: flex;
  flex-direction: column;
}
.footer_top_wrapper .footer_column:first-child {
  gap: 10px;
  max-width: 230px;
  margin-right: 30px;
}
.footer_top_wrapper .footer_column > img {
  margin-bottom: 15px;
  max-width: 230px;
}
.footer_top_wrapper .footer_column .column_header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer_top_wrapper .footer_column ul:not(.socials) {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 10px;
  max-height: 190px;
}
.footer_top_wrapper .footer_column ul > * {
  writing-mode: initial;
}
.footer_top_wrapper .footer_column .phone {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer_top_wrapper .footer_column .socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer_top_wrapper .footer_column .socials svg {
  width: 24px;
  height: 24px;
}
.footer_bottom {
  border-top: 1px solid #BEEAE9;
}
.footer_bottom_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  font-size: 14px;
}
.footer_bottom_wrapper .payment_options {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_bottom_wrapper .payment_options img {
  display: block;
}
.footer_bottom_wrapper span:last-child {
  display: block;
  width: 252px;
  text-align: right;
}
.breadcrumbs_wrapper {
  margin: 20px 0;
}
.breadcrumbs_wrapper.gray_section {
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 28px;
  font-size: 14px;
}
.breadcrumbs a {
  color: #909090;
}
.breadcrumbs a:hover {
  color: #FF9A2B;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  background-image: url("../img/breadcrumbs_chevron.svg");
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -22px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.catalog_top_section.gray_section {
  padding: 0;
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.catalog_section_top .subcategories_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.subcategories li {
  width: calc(16.66% - 12.5px);
}
.subcategory_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
  height: 198px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  overflow: hidden;
}
.subcategory_wrapper:hover {
  border-color: #FF9A2B;
  color: #FF9A2B;
}
.subcategory_wrapper .image_wrapper {
  max-width: 100%;
  max-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcategory_wrapper .name {
  display: flex;
  height: 44px;
  max-width: 185px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  align-items: center;
}
.subcategories_holder .show_all {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-bottom: -12px;
  margin-top: 18px;
  display: none;
}
.subcategories_holder .show_all:hover {
  color: #FF9A2B;
}
.catalog_controls {
  margin: 30px 0;
  text-align: right;
}
.catalog_controls .chosen-container {
  width: 170px !important;
  margin-left: 10px;
}
.catalog_controls .chosen-single {
  height: 40px;
  display: flex;
  align-items: center;
  background: #25B5E9 !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  padding: 6px 14px;
  padding-left: 20px;
}
.catalog_controls .chosen-container-single .chosen-single div {
  margin-right: 15px;
}
.catalog_controls .chosen-container-single .chosen-single div b {
  background: url("chosen_sprite.svg") center no-repeat !important;
  transition-duration: .3s;
}
.catalog_controls .chosen-container.chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
.catalog_controls .chosen-single:hover {
  color: #FF9A2B;
}
.catalog_controls .chosen-container.chosen-with-drop .chosen-drop {
  text-align: left;
  border: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 0px 8px 0px rgba(32, 32, 32, 0.18);
  background: #25B5E9 !important;
  overflow: hidden;
}
.catalog_controls .chosen-container .chosen-results li {
  color: #fff;
  transition-duration: .3s;
}
.catalog_controls .chosen-container .chosen-results li.highlighted {
  background: #25B5E9;
  color: #FF9A2B;
}
.catalog_controls .chosen-search {
  display: none;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 20px;
  width: 100%;
}
.product_list li {
  width: calc(25% - 11.3px);
}
.product_list_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px 0;
}
.product_list_controls .load_more {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: 500;
  font-size: 18px;
}
.product_list_controls .load_more svg {
  transition-duration: .3s;
}
.product_list_controls .load_more:hover {
  color: #FF9A2B;
}
.product_list_controls .load_more:hover svg {
  transform: rotate(90deg);
}
.product_list_controls .pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_list_controls .pagination li > * {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.product_list_controls .pagination a:hover,
.product_list_controls .pagination .active span {
  color: #fff;
  background-color: #FF9A2B;
}
.product_list_controls .pagination span {
  cursor: default;
}
.catalog_wrapper {
  display: flex;
}
.catalog_wrapper .catalog_filter {
  width: 236px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  height: min-content;
}
.catalog_wrapper .filter_body {
  padding: 20px;
}
.catalog_section .catalog_filter .filter_item {
  margin-bottom: 30px;
}
.catalog_section .catalog_filter .filter_item:last-child {
  margin-bottom: 0;
}
.catalog_section .catalog_filter .filter_item_head {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_filter .filter_item_head button img {
  transition-duration: .3s;
}
.catalog_filter .filter_item_head button:hover img {
  filter: invert(73%) sepia(21%) saturate(3785%) hue-rotate(337deg) brightness(101%) contrast(103%);
}
.catalog_filter .filter_item_head.collapsed button {
  transform: scaleY(-1);
}
.catalog_section .catalog_filter .filter_item_body {
  padding-top: 20px;
}
.catalog_section .catalog_filter .filter_price_range {
  padding-bottom: 9px;
}
.catalog_section .catalog_filter .price_input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
    flex-direction: column;
}
.catalog_section .filter_price_range input {
  max-width: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  color: #222222;
  padding: 5px;
  text-align: center;
}
#filter_price_range{
  height: 3px;
  border-radius: 2px;
  margin-top: 30px;
}
.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: #FF9A2B;
  width: 22px;
  height: 22px;
  border: none;
  top: -11px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #E5E5E5;
  height: 3px;
  top: -1px;
}
#gift_price_range .range_slider_left,
#filter_price_range .range_slider_left {
  transform: translateX(8px);
}
#gift_price_range .range_slider_right,
#filter_price_range .range_slider_right {
  transform: translateX(-11px);
}
.catalog_section .filter_item ul {
  max-height: 150px;
  overflow: auto;
  padding: 3px 0;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-track-piece {
  background-color: #E5E5E5;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-track {
  background-color: #E5E5E5;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-thumb {
  background-color: #FF9A2B;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-corner {
  background-color: #FF9A2B;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar {
  width: 5px;
}
.catalog_section .filter_item ul li {
  margin-bottom: 10px;
  position: relative;
}
.catalog_section .filter_checkboxes li:last-child {
  margin-bottom: 0;
}
.catalog_section .filter_checkboxes input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.catalog_section .filter_checkboxes label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-right: 10px;
  padding-left: 33px;
  cursor: pointer;
  transition-duration: .3s;
}
.catalog_section .filter_checkboxes label span {
  font-size: 14px;
  color: #808080;
}
.catalog_section .filter_checkboxes input:checked + label {
  color: #FF9A2B;
}
.catalog_section .filter_checkboxes label:before {
  width: 18px;
  height: 18px;
  left: 0;
  top: calc(50%);
  transform: translateY(-55%);
  position: absolute;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  content: "";
  transition-duration: .3s;
}
.catalog_section .filter_checkboxes input:checked + label:before {
  background-color: rgba(255, 154, 43, 0.7);
  border-color: #FF9A2B;
}
.catalog_section .filter_checkboxes li:hover label:before {
  border-color: #FF9A2B;
}
.catalog_section .filter_checkboxes li:hover label {
  color: #FF9A2B;
}
.catalog_section .filter_checkboxes li:hover label span {
  color: #808080;
}
.catalog_section .filter_checkboxes input:checked + label:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 6px);
  background: url(../img/checkbox_tick.svg) center no-repeat;
  background-size: contain;
}
.product_section_wrapper {
  display: flex;
  gap: 15px;
}
.product_gallery {
  max-width: 615px;
  height: min-content;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex-shrink: 0;
}
.product_gallery .product_status {
  top: 30px;
  left: 130px;
  z-index: 5;
}
.product_nav_slider {
  max-width: 115px;
  margin-right: 15px;
  align-self: stretch;
}
.product_nav_slider .slick-list {
  margin: -4px 0;
}
.product_nav_slider li.slick-slide {
  width: 115px !important;
  height: 128px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  border-radius: 15px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  cursor: pointer;
  transition-duration: .3s;
}
.product_nav_slider li.slick-slide.slick-current {
  border-color: #FF9A2B;
}
.product_main_slider {
    width: calc(100% - 120px);
  box-shadow: 0 0 0 1px #E5E5E5;
  border-radius: 20px;
  overflow: hidden;
}
.product_main_slider .slick-list {
  margin: 0 -5px;
}
.product_main_slider .slick-track {
  display: flex !important;
}
.product_main_slider li.slick-slide {
  display: flex !important;
  height: inherit !important;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.product_main_slider li img,
.product_nav_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.product_info .info_section {
  padding: 25px;
  border-radius: 20px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
}
.product_info .info_section:last-of-type {
  margin-bottom: 0;
}
.product_info .section_header {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.product_info .section_header .section_title {
  font-weight: 500;
  line-height: 33px;
}
.product_info .section_header > div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.product_info .article {
  padding: 6px 8px;
  border-radius: 20px;
  background-color: #EBEBEB;
  font-size: 14px;
}
.product_info .section_header .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}
.product_info .price_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_info .price {
  font-size: 24px;
  font-weight: 600;
}
.product_info .old_price {
  font-size: 16px;
  font-weight: 500;
  color: #EE3C3C;
  text-decoration: line-through;
}
.product_info .cart_button_wrapper {
  display: flex;
  align-items: stretch;
  gap: 15px;
  margin: 15px 0;
  height: 40px;
}
.product_info .product_cart_link {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background-color: #FF9A2B;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.product_info .product_cart_link:hover,
.product_info .review_form button:hover {
  color: #FF9A2B;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #FF9A2B;
}
.product_info .count_wrapper {
  display: flex;
  align-self: stretch;
  gap: 5px;
}
.product_info .count_wrapper > * {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}
.product_info .count_wrapper button {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_info .count_wrapper button:hover {
  border-color: #FF9A2B;
}
.product_info .count_wrapper input {
  max-width: 60px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #909090;
}
.product_info .product_like {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #222222;
}
.product_info .product_like span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  transition-duration: .3s;
}
.product_info .product_like:hover {
  color: #FF9A2B;
}
.product_info .product_like:hover span {
  border-color: #FF9A2B;
}
.product_info .product_like.active{
  color: #FF9A2B;
}
.product_info .product_like.active span {
  border-color: #FF9A2B;
}
.product_info .product_like.active span svg path{
    fill: #fa9636;
}
.product_info .info_section_title {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
.product_info .specs_list li {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.product_info .specs_list li:last-child {
  border: none;
}
.product_info .specs_list .name {
  font-size: 16px;
  font-weight: 500;
}
.product_info .specs_list .value {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
}
.product_info .text_wrapper {
  color: #4D4D4D;
  line-height: 22px;
  font-size: 16px;
}
.product_info .text_wrapper p {
  margin-bottom: 15px;
}
.product_info .text_wrapper p:last-child {
  margin-bottom: 0;
}
.review_star_list {
  width: auto;
  display: flex;
  align-items: center;
  gap: 3px;
}
.reviews .review_star_list {
  gap: 4.5px;
}
.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 .review_form {
  max-width: 383px;
  font-size: 16px;
  color: #222222;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product_info .stars_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 7px;
  font-size: 14px;
  color: #808080;
}
.product_info .review_form input {
  font:inherit;
  padding: 14px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
}
.product_info .review_form input::placeholder,
.product_info .review_form textarea::placeholder {
  color: #808080;
}
.product_info .review_form textarea {
  font: inherit;
  padding: 14px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  resize: none;
  box-sizing: border-box;
  width: 100%;
}
.product_info .review_form button {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  background-color: #FF9A2B;
  border-radius: 20px;
  text-align: center;
  margin-top: 10px;
  align-self: flex-start;
}
.product_info .reviews {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 20px;
  border-top: 1px solid #EBEBEB;
  margin-top: 20px;
  gap: 20px;
  color: #4D4D4D;
  font-size: 16px;
}
.reviews .review_head {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.reviews .review_head .name {
  font-size: 16px;
  font-weight: 500;
}
.reviews .review_head .date {
  font-size: 14px;
  color: #808080;
  margin-left: 10px;
}
.reviews .review_text {
  line-height: 22px;
}
.reviews .review_head .review_star_list {
  margin-left: auto;
}
.catalog_list_wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.alert_header{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  display: block;
  background: #ffe7e7;
  float: left;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .product_slider .slick-prev_arrow {
    left: 20px;
  }
  .product_slider .slick-next_arrow {
    right: 20px;
  }
}

@media screen and (max-width: 1240px) {
  .header_catalog .category_nav {
    height: 385px;
  }
  .subcategories li {
    width: calc(20% - 12px);
  }
}

@media screen and (max-width: 1100px) {
  .header_mid_wrapper .h_search_form {
    max-width: 380px;
  }
  .header_catalog .catalog_list > li > a {
    font-size: 16px;
  }
  .header_catalog .category_nav {
    top: 46px;
  }
  footer {
    font-size: 14px;
  }
  .footer_top_wrapper .footer_column .column_header {
    font-size: 16px;
  }
  .product_list li {
    width: calc(33.33% - 10px);
  }
  .product_gallery {
    max-width: 500px;
  }
  .product_nav_slider {
    max-width: 90px;
  }
  .product_nav_slider li.slick-slide {
    width: 90px !important;
    height: 90px !important;
    margin: 13px 0;
  }
  .product_nav_slider .slick-list {
    margin: -13px 0;
  }
  .product_gallery .product_status {
    left: 105px;
  }
  .product_main_slider {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 992px) {
  .product_main_slider{
    width: 100%;
  }
  .product_gallery{
    max-width: 100%;
    width: calc(100% - 20px);
  }
  .mobile_only {
    display: initial;
  }
  #shader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
  }
  .header_menu .mobile_only {
    display: flex !important;
  }
  .header_top,
  header .phone_wrapper,
  .header_menu li:nth-child(3),
  .header_catalog {
    display: none;
  }
  .header_mid_wrapper .h_search_form {
    margin-right: 0;
  }
  header {
    border-bottom: 1px solid #EBEBEB;
  }
  .category_nav {
    display: none;
  }
  .news_list .text_wrap a {
    font-size: 20px;
  }
  .footer_top_wrapper {
    flex-wrap: wrap;
  }
  .footer_top_wrapper .footer_column:first-child {
    width: 100%;
    align-items: center;
    max-width: unset;
    margin-bottom: 30px;
    margin-right: 0;
  }
  #mobile_menu .catalog_list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: #3E4148;
  }
  #mobile_menu nav {
    padding: 16px 0;
    margin: 16px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
  }
  #mobile_menu nav a {
    display: block;
    padding: 16px 0;
    font-size: 18px;
    color: #3E4148;
  }
  #mobile_menu .phone_wrapper {
    padding: 16px 0;
    align-items: center;
  }
  #mobile_menu .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 16px;
  }
  #mobile_menu .category_nav {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    overflow-y: auto;
    flex-direction: column;
    padding: 16px;
  }
  #mobile_menu .category_nav a {
    display: block;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #3E4148;
  }
  #mobile_menu a:hover {
    color: #FF9A2B !important;
  }
  #mobile_menu a:hover svg path {
    fill: #FF9A2B;
  }
  #mobile_menu .catalog_list a:hover svg path {
    fill: unset;
    stroke: #FF9A2B;
  }
  .subcategories_holder .show_all {
    display: inline-block;
  }
  .subcategories {
    overflow: hidden;
    transition-duration: .3s;
  }
  .subcategories li {
    width: calc(25% - 11.25px);
  }
  .catalog_section .catalog_filter {
    display: none;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: auto;
    margin: 0;
    padding-top: 0;
    border-radius: 0;
    background: #fff;
  }
  .catalog_filter .filter_body {
    padding: 0 20px;
    margin-top: 20px;
    padding-bottom: 0;
    height: calc(100% - 165px);
    overflow: auto;
  }
  .catalog_section .catalog_filter .filter_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  #filter_apply {
    position: absolute;
    bottom: 20px;
    left: 16px;
    right: 16px;
    padding: 10px;
    border-radius: 20px;
    background-color: #FF9A2B;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 500;
    color: #222222;
  }
  #filter_apply:hover {
    color: #fff;
  }
  .catalog_controls {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #mobile_filter_open {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    width: 170px;
    gap: 8px;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #EBEBEB;
  }
  #mobile_filter_open:hover {
    border-color: #FF9A2B;
    color: #FF9A2B;
  }
  #mobile_filter_open:hover svg path,
  #mobile_filter_close:hover svg path {
    stroke: #FF9A2B;
  }
  .product_section_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .product_gallery {
    flex-direction: column-reverse;
    align-items: center;
  }
  .product_nav_slider {
    margin-right: 0;
    margin-top: 8px;
    max-width: 393px;
  }
  .product_nav_slider li.slick-slide {
    margin: 0 5.5px;
  }
  .product_nav_slider .slick-list {
    margin: 0 -5.5px;
  }
  .product_gallery .product_status {
    left: 0;
  }
  .product_info .info_section {
    padding: 24px 16px;
  }
  .product_info .reviews {
    gap: 16px;
  }
  .product_page_section + .page_section {
    margin: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .header_mid_wrapper {
    flex-wrap: wrap;
  }
  .header_mid_wrapper > img {
    max-width: 120px;
  }
  .header_mid_wrapper > div {
    order: 1;
    min-width: 100%;
    margin-top: 15px;
  }
  .header_mid_wrapper .h_search_form {
    max-width: unset;
  }
  .page_section {
    margin-bottom: 40px;
  }
  .page_section.gray_section:not(.catalog_top_section) {
    padding: 40px 0;
  }
  .page_section .section_title {
    font-size: 22px;
  }
  .news_list .text_wrap a {
    font-size: 16px;
  }
  .product_wrap .product_link,
  .product_wrap .availability {
    font-size: 12px;
  }
  .product_wrap .price {
    font-size: 16px;
  }
  .product_image_wrap .product_status {
    top: 30px;
    padding: 5px 12px;
    font-size: 12px;
  }
  .promo_banners {
    margin-top: 80px;
  }
  .news_list {
    gap: 15px;
  }
  .page_section .small_section_title {
    font-size: 20px;
    line-height: 28px;
  }
  .article_wrapper p.highlighted {
    font-size: 16px;
    line-height: 22px;
  }
  .article_wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer_top_wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
    font-size: 16px;
  }
  .footer_top_wrapper .footer_column:first-child {
    margin-bottom: 0;
    text-align: center;
  }
  .footer_top_wrapper .footer_column:nth-child(2) li {
    max-width: 148px;
    text-align: center;
  }
  .footer_top_wrapper .footer_column .column_header {
    text-align: center;
    font-size: 18px;
  }
  .footer_top_wrapper .footer_column ul:not(.socials) {
    align-items: center;
  }
  .footer_bottom_wrapper {
    flex-direction: column;
    height: auto;
    gap: 16px;
    padding: 15px 0;
  }
  .footer_bottom_wrapper span:last-child {
    width: unset;
  }
  .subcategories li {
    width: calc(33.33% - 10px);
  }
  .product_list_controls {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .product_info .price {
    font-size: 18px;
  }
  .product_info .info_section_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

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

  .news_list > li{
    width:100%;
  }
  .front_slider img {
    min-height: 180px;
    object-fit: cover;
  }
  .page_section .section_title {
    font-size: 18px;
  }
  .promo_banners {
    flex-direction: column;
    gap: 15px;
  }
  .product_list {
    column-gap: 10px;
  }
  .product_list li {
    width: calc(50% - 5px);
  }
  .catalog_controls {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #mobile_filter_open {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .subcategories {
    gap: 10px;
  }
  .subcategories li {
    width: calc(50% - 5px);
  }
  .product_main_slider {
    width: 345px;
    height: auto;
  }
  .product_nav_slider {
    max-width: 345px;
  }
  .product_nav_slider li.slick-slide {
    width: 70px !important;
    height: 70px !important;
    margin: 0 10.5px;
  }
  .product_nav_slider .slick-list {
    margin: 0 -10.5px;
  }
}

@media screen and (max-width: 374px) {
  .header_menu a {
    height: 36px;
    width: 36px;
  }
  .product_wrap .availability {
    white-space: nowrap;
  }
  .product_wrap .price {
    font-size: 12px;
  }
  .product_wrap .old_price {
    font-size: 10px;
  }
  .footer_top_wrapper .footer_column ul:not(.socials) {
    flex-wrap: nowrap;
    max-height: unset;
  }
  .footer_top_wrapper .footer_column:nth-child(2) li {
    max-width: unset;
  }
  .catalog_controls .chosen-container {
    width: 150px !important;
  }
  .product_list_controls .load_more svg {
    display: none;
  }
  .product_main_slider {
    width: 290px;
  }
  .product_nav_slider {
    max-width: 290px;
  }
  .product_nav_slider li.slick-slide {
    margin: 0 1.5px;
  }
  .product_nav_slider .slick-list {
    margin: 0 -1.5px;
  }
}