@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="email"]{
  padding: 0px 10px;
  margin: 2px auto;
  width: 100%;
  border: 1px solid #D4D4DD;
  background: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 12px;
}
textarea{
  margin: 2px auto;
  width: 100%;
  border: 1px solid #D4D4DD;
  background: #fff;
  min-height: 40px;
  line-height: 20px;
  font-size: 16px;
  border-radius: 12px;
}
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;
}
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;
}
svg path {
  transition-duration: .3s;
}
img {
  max-width: 100%;
  height: auto;
}
nav {
  list-style: none;
}
h2 {
  font-weight: 800;
  font-size: 36px;
}
body {
  position: relative;
  background-color: #F8F6F5;
  font-family: Montserrat;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.body--active header {
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
    padding-bottom: 50px;
  bottom: 0;
}
.body--active header .container {
  background-color: #F8F6F5;
}
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
header {
  margin-bottom: 40px;
}
.header_top_wrapper {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.header_contacts {
  display: flex;
  align-items: center;
  gap: 67px;
  margin: 0px auto 0px 30px;
  padding-bottom: 8px;
}
.header_contacts a, 
.header_contacts p,
.mobile_header_top .phone {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  color: #7C8092;
  line-height: 26px;
}
header .phone {
  transition-duration: .3s;
}
header .phone:hover {
  color: #BAD862;
}
.header_top_controls {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(100% - 540px);
}
.h_search_form {
  width: 100%;
  max-width: 575px;
  position: relative;
  padding-left: 24px;
  border-radius: 12px;
  border: 1px solid #D4D4DD;
  background-color: #fff;
  transition-duration: .3s;
}
.h_search_form input {
  padding: 8px 16px;
  border: none;
  margin:0px;
  width: 100%;
  font-family: Montserrat;
  font-size: 16px;
  height: auto;
  line-height: inherit;
  font-weight: 500;
  color: #191816;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.h_search_form input::placeholder {
  color: #7C8092;
}
.h_search_form button {
  position: absolute;
  top: calc(50% - 8px);
  left: 16px;
  height: 16px;
  width: 16px;
  background: none;
  border: none;
  transition-duration: .3s;
  cursor: pointer;
}
.h_search_form button:hover .stroke {
  stroke: #FFD100;
}
.header_top_menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_top_menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  transition-duration: .3s;
}
.header_top_menu a:hover {
  color: #BAD862;
}
.header_top_menu svg path {
  transition-duration: .3s;
}
.header_top_menu a:hover svg path {
  fill: #BAD862;
}
.header_top_menu a .counter {
  position: absolute;
  display: block;
  height: 23px;
  min-width: 23px;
  top: -7px;
  right: -5px;
  background: #E10007;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  font-family: Open Sans;
}
.header_catalog {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  background: #fff;
  border-radius: 48px;
}
.header_catalog_nav {
  position: relative;
  z-index: 101;
  padding: 0 15px;
  border-radius: 48px;
  background-color: #BAD862;
}
.header_catalog_nav > ul {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.header_catalog_nav > ul > li > a {
  position: relative;
  padding: 25px 22px 25px 0;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #191816;
  transition-duration: .3s;
}
.header_catalog_nav > ul > li > a:hover,
.category_nav > li > a:hover,
.category_nav .subcategory_nav a:hover {
  opacity: 0.7;
}
.header_catalog_nav > ul > li > a > span {
  display: flex;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.header_catalog_nav .collapse,
.mobile_menu .collapse {
  display: none;
}
.header_catalog_nav > ul > li > a.active .collapse {
  display: flex;
}
.header_catalog_nav > ul > li > a.active .expand {
  display: none;
}
.header_catalog .category_nav {
  display: none;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 48px;
}
.category_nav > li {
  width: calc(25% - 18px);
}
.category_nav > li > a {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #191816;
  margin-bottom: 8px;
  transition-duration: .3s;
}
.category_nav > li > a > span {
  display: flex;
  padding-left: 14px;
}
.category_nav .subcategory_nav a {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 32px;
  color: #7C8092;
  transition-duration: .3s;
}
.category_nav .subcategory_nav .show_more {
  color: #3B5AFF;
}
.header_catalog_popup {
  position: absolute;
  display: none;
  top: 46px;
  z-index: 100;
  min-width: 100%;
  padding: 110px 48px 48px;
  background-color: #fff;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
.header_catalog_popup .category_nav {
  display: flex;
}
.header_catalog_footer {
  display: flex;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #D4D4DD;
  margin-top: 32px;
}
.header_catalog_footer > ul {
  display: flex;
  align-items: center;
}
.header_catalog_footer .socials {
  gap: 8px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  color: #191816;
  margin-right: auto;
}
.header_catalog_footer .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #F8F6F5;
}
.socials svg {
  transition-duration: .3s;
}
.socials a:hover svg {
  transform: scale(1.2);
}
.header_catalog_footer .contacts {
  gap: 24px;
  position: relative;
  padding-right: 24px;
  margin-right: 20px;
}
.header_catalog_footer .contacts:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #D4D4DD;
  right: 0;
  top: calc(50% - 8px);
}
.header_catalog_footer .contacts a {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 16px;
  color: #7C8092;
  transition-duration: .3s;
}
.header_catalog_footer .contacts a:hover {
  color: #3B5AFF;
}
#lang_select_chosen {
  width: 127px !important;
}
#lang_select_chosen .chosen-single div {
  display: none;
}
#lang_select_chosen .chosen-single,
#lang_select_chosen .chosen-with-drop .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 4px;
}
.chosen-container-single .chosen-single span {
  margin: 0;
}
#lang_select_chosen .chosen-search {
  display: none;
}
#lang_select_chosen .chosen-drop {
  background: #fff;
  border: none;
  margin-top: 0;
}
#lang_select_chosen .chosen-results li,
#lang_select_chosen .chosen-single {
  position: relative;
  padding: 0 16px 0 0;
  line-height: 32px;
  color: #191816;
  font-size: 14px;
  font-family: Montserrat;
  display: flex;
  align-items: center;
  height: 32px;
  text-overflow: ellipsis;
}
#lang_select_chosen .chosen-results li {
  margin: 5px 0;
}
#lang_select_chosen .chosen-results li:last-child {
  padding-bottom: 0;
}
#lang_select_chosen .chosen-results li:before,
#lang_select_chosen .chosen-single:before {
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F8F6F5;
}
#lang_select_chosen .ua_lang:before {
  background-image: url("../img/ua_lang.svg");
}
#lang_select_chosen .ru_lang:before {
  background-image: url("../img/ru_lang.svg");
}
#lang_select_chosen .chosen-results li.highlighted {
  transition-duration: .3s;
  background: #fff;
}
#lang_select_chosen .chosen-results li.highlighted:not(.result-selected) {
  color: #BAD862;
}
#header_catalog_close {
  position: absolute;
  right: -80px;
  top: -46px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #fff;
}
#header_catalog_close svg {
  margin-bottom: -5px;
  transition-duration: .3s;
}
#header_catalog_close:hover svg {
  transform: scale(1.2);
}
#shader {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 24, 22, 0.6);
}
.page_section {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.page_section .outlined_section {
  background-color: #fff;
  border-radius: 24px;
  padding: 48px;
}
.page_section .section_title {
  margin-bottom: 30px;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: #191816;
}
.page_section .outlined_section .section_title {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 41px;
}
.front_slider {
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 64px;
  margin-bottom: 10px;
}
.front_slider li.slick-slide {
  display: flex; 
  justify-content: center;
  justify-self: stretch;
  border-radius: 32px;
  overflow: hidden;
  margin: 0px 10px;
}
.front_slider .slick-dots {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  bottom: -34px;
}
.front_slider img{
  width:100%;
}
.front_slider .slick-dots li {
  display: flex;
}
.front_slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #191816;
  margin: 0 7px;
}
.front_slider .slick-dots .slick-active button {
  width: 60px;
}

.product_wrap {
  position: relative;
  padding: 16px 24px 16px 16px;
  border-radius: 32px;
  background-color: #fff;
  border: 1px solid transparent;
  transition-duration: .3s;
}
.product_wrap:hover {
    box-shadow: 0px 0px 10px 0px rgb(147 147 147 / 27%);
}
.product_image_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  max-width: 310px;
  max-height: 260px;
  border-radius: 24px;
  overflow: hidden;
}
.product_image_wrap img {
  max-width: 100%;
  max-height: 100%;
}
.product_image_wrap .product_like {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background-color: #fff;
  transition-duration: .3s;
}
.product_image_wrap .product_like.active,
.product_image_wrap .product_like:hover {
  background-color: #BAD862;
}
.product_image_wrap .product_status {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 2px 8px;
  border-radius: 8px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.product_image_wrap .product_status.discount {
  background-color: #E10007;
  color: #fff;
}
.product_info_wrap .product_link {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px;
    color: #191816;
    min-height: 48px;
    overflow: hidden;
    max-height: 48px;
}
.product_info_wrap .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product_info_wrap .product_options_wrap {
  margin-top: 16px;
}
.product_options_wrap .option_wrap > span {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 18px;
  color: #7C8092;
  margin-right: 12px;
}
.product_options_wrap .option_wrap {
  display: flex;
  align-items: center;
}
.product_options_wrap .product_size .chosen-container {
  width: 98px !important;
}
.product_options_wrap .chosen-single span,
.product_options_wrap .chosen-results li {
  font-family: Montserrat;
  font-size: 16px;
  color: #191816;
}
.product_options_wrap .chosen-single {
  background: #fff;
  padding: 6px 10px 5px 10px;
  border-radius: 16px;
  border: 1px solid #D4D4DD;
  box-shadow: none;
  height: unset;
  transition-duration: unset;
}
.product_options_wrap .chosen-with-drop .chosen-single {
  box-shadow: none;
  background: #fff;
  border-color: #D4D4DD;
}
.product_options_wrap .chosen-drop {
  border: 1px solid #D4D4DD;
  border-top: none;
  margin: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.product_options_wrap .chosen-results {
  padding: 0;
  margin: 0;
}
.product_options_wrap .chosen-results li {
  padding: 8px 10px;
}
.product_options_wrap .chosen-results li.result-selected,
.product_options_wrap .chosen-results li.highlighted {
  background: rgba(186, 216, 98, 0.4);
  color: #191816;
}
.product_options_wrap .chosen-container-single .chosen-single div {
  width: 12px;
  right: 13px;
}
.product_options_wrap .chosen-container-single .chosen-single div b {
  transition-duration: .3s!important;
  background: url("chosen-sprite.svg") center no-repeat!important;
}
.product_options_wrap .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
.product_info_wrap .price {
  display: block;
  margin-top: 48px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #191816;
}
.price_h{
  display: flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  width: 100%;
}
.product_info_wrap .price .highlight {
  font-size: 36px;
}
.product_info_wrap .price_new {
  display: block;
  margin-top: 48px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #191816;
}
.product_info_wrap .price_new .highlight {
  font-size: 36px;
}
.product_info_wrap .price_old{
  display: block;
  margin-top: 48px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #7C8092;
  position:relative;
}
.product_info_wrap .price_old .highlight {
  font-size: 24px;
}
.product_info_wrap .price_old:after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#7C8092;
  position:absolute;
  z-index:1;
  top: 50%;
  left:0px;
}
.product_info_wrap .product_cart_link {
  position: relative;
  z-index: 8;
  display: block;
  margin-top: 24px;
  padding: 13px 20px;
  width: 100%;
  border-radius: 12px;
  background-color: #BAD862;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition-duration: .3s;
}
.product_info_wrap .product_cart_link:hover {
  background-color: #ABC75A;
}
.product_slider,
.video_slider {
  margin: -15px -12px;
  padding: 0 5px;
}
.product_slider .slick-track,
.video_slider .slick-track {
  padding: 15px 0;
}
.video_slider .slick-slide {
  border-radius: 32px;
  overflow: hidden;
}
.product_slider .slick-slide,
.video_slider .slick-slide {
  margin: 0 12px;
  transition-duration: .3s;
}
.video_slider .slick-slide:hover {
  opacity:0.6;
}
.product_slider .slick_arrow,
.video_slider .slick_arrow {
  position: absolute;
  top: -56px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #BAD862;
  transition-duration: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_slider .slick_arrow {
  top: -80px;
}
.product_slider .slick_arrow.slick-disabled,
.video_slider .slick_arrow.slick-disabled {
  background-color: rgba(186, 216, 98, 0.2);
  cursor: default;
}
.product_slider .slick_arrow:not(.slick-disabled):hover,
.video_slider .slick_arrow:not(.slick-disabled):hover {
  background-color: #ABC75A;
}
.product_slider .slick-next_arrow,
.video_slider .slick-next_arrow {
  right: 5px;
}
.product_slider .slick-prev_arrow,
.video_slider .slick-prev_arrow {
  right: 71px;
}
footer {
  margin-top: 27px;
  padding: 64px 16px 58px 16px;
  background-color: #fff;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}
.footer_top_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer_top_wrapper .footer_column {
  display: flex;
  flex-direction: column;
}
.footer_column .column_header {
  display: block;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #191816;
  margin-bottom: 14px;
}
.footer_column ul:not(.payment_options, .socials) > li {
  margin-bottom: 10px;
}
.footer_column ul:not(.payment_options, .socials) > li:last-child {
  margin-bottom: 0;
}
.footer_top_wrapper a,
.footer_top_wrapper span {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 26px;
  color: #7C8092;
  transition-duration: .3s;
}
span.privacy_policy,
span.site_rules,
.footer_top_wrapper .active span,
.footer_top_wrapper a:hover {
  color: #3B5AFF;
}
.footer_top_wrapper .phone {
  color: #191816;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 7px;
}
.footer_top_wrapper .site {
  color: #3B5AFF;
  margin-bottom: 11px;
}
.contacts_page .socials{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
}
.footer_top_wrapper .socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contacts_page .socials a,
.footer_top_wrapper .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background-color: #F8F6F5;
}
.contacts_page .socials a svg,
.footer_top_wrapper .socials a svg {
  transform: scale(1.75);
}
.contacts_page .socials a:hover svg,
.footer_top_wrapper .socials a:hover svg {
  transform: scale(1.95);
}
footer .payment_options {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
footer .payment_options li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 65px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
}
.footer_column > *:first-child {
  padding-bottom: 106px;
  margin-bottom: auto;
}
.footer_column:first-of-type {
  padding-right: 20px;
}
.mobile_only {
  display: none;
}
.mobile_menu {
  display: none;
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding: 16px 16px 92px 16px;
  height:100%;
}
.mobile_menu .category_nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 16px 92px 16px;
  background-color: #fff;
  flex-direction: column;
  height:100%;
}
.mobile_menu > ul {
  width: 100%;
}

.mobile_menu > ul > li > a,
.mobile_menu .category_nav .subcategory_nav a,
.mobile_menu > ul > li > span,
.mobile_menu .category_nav .subcategory_nav span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #D4D4DD;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #191816;
}
.mobile_menu .category_nav .subcategory_nav a {
  position: relative;
}
.mobile_menu .category_nav .subcategory_nav a:after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("../img/mobile_menu_expand.svg");
}
.mobile_menu > ul > li:last-child > a,
.mobile_menu .category_nav li:last-child .subcategory_nav li:nth-last-child(2) a {
  border-bottom: none;
}
.mobile_menu a {
  text-overflow: ellipsis;
}
.mobile_menu > ul > li > span .expand,
.mobile_menu > ul > li > a .expand {
  transform: rotate(-90deg);
}
.mobile_menu .category_nav > li {
  width: 100%;
}
.mobile_menu .category_nav > li > span,
.mobile_menu .category_nav .subcategory_nav .show_more,
.mobile_menu .category_nav > li > a {
  display: none;
}
.mobile_menu .category_nav.active li .subcategory_nav {
  display:none;
}
.mobile_menu .category_nav.active li.active .subcategory_nav{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-left: 10px;
}
.mobile_menu .category_nav.active li .expand{
    transform: rotate(90deg);
    padding:0px;
}
.mobile_menu .category_nav.active li.active .expand{
    transform: rotate(-90deg);
}
.mobile_menu .category_nav.active li .subcategory_nav li a:after{
  display:none;
}
.mobile_menu .category_nav.active > li > a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid #D4D4DD;
  margin-bottom: 0px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  flex-wrap: nowrap;
  gap: 34px;
  margin: -24px 0 32px 0;
}
.breadcrumbs a, 
.breadcrumbs span {
  font-family: Montserrat;
  font-size: 14px;
  color: #7C8092;
  transition-duration: .3s;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  background-image: url("../img/breadcrumbs_chevron.svg");
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: -26px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a:hover {
  color: #191816;
}
.catalog_wrapper {
  display: flex;
}
.catalog_section .catalog_filter {
  width: 342px;
  margin-right: 14px;
  padding-right: 10px;
  flex-shrink: 0;
  font-family: Montserrat;
  color: #191816;
}
.catalog_section .catalog_filter form{
  width: 100%;
  display: flex;
  flex-direction:column;
  float: left;
}
.catalog_section .catalog_content {
  width: 100%;
}
.catalog_section .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.catalog_section .product_list > li {
  width: calc(33.33% - 16px);
}
.catalog_section .catalog_filter .filter_item {
  padding: 32px 24px 32px 32px;
  border-radius: 24px;
  background-color: #fff;
  margin-bottom: 24px;
}
.catalog_section .catalog_filter .filter_item:last-of-type {
  margin-bottom: 0;
}
.catalog_section .catalog_filter .filter_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-duration: .3s;
  padding-right: 42px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.catalog_filter .filter_item_head span {
  padding-right: 9px;
}
.catalog_filter .filter_item_head img {
  transition-duration: .3s;
}
.catalog_section .collapsed .filter_item_head {
  margin-bottom: 0;
}
.collapsed .filter_item_head img {
  transform: scaleY(-1);
}
.catalog_section .catalog_filter .filter_price_range {
  padding-right: 44px;
}
#filter_price_range {
  height: 4px;
  background-color: #D4D4DD;
  border: none;
  margin-top: 26px;
}
#filter_price_range .range_slider_left {
  transform: translateX(8px);
}
#filter_price_range .range_slider_right {
  transform: translateX(-13px);
}
.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,
.ui-state-active {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #BAD862;
  background: #fff;
  width: 22px;
  height: 22px;
  top: -10px;
}
.ui-state-default:after,
.ui-widget-content .ui-state-default:after,
.ui-widget-header .ui-state-default:after,
.ui-button:after, html .ui-button.ui-state-disabled:hover:after,
html .ui-button.ui-state-disabled:active:after,
.ui-state-active:after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #BAD862;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #BAD862;
  height: 4px;
  top: 0;
}
.catalog_section .filter_item ul {
  max-height: 260px;
  overflow: auto;
  padding: 5px 0;
}
.catalog_filter .filter_item_body ul::-webkit-scrollbar-track-piece,
.catalog_filter::-webkit-scrollbar-track-piece {
  background-color: #D4D4DD;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-track,
.catalog_filter::-webkit-scrollbar-track {
  background-color: #D4D4DD;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-thumb,
.catalog_filter::-webkit-scrollbar-thumb {
  background-color: #191816;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-corner,
.catalog_filter::-webkit-scrollbar-corner {
  background-color: #191816;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar,
.catalog_filter::-webkit-scrollbar {
  width: 6px;
  cursor:pointer;
}
.catalog_section .filter_item ul li {
  padding-right: 44px;
  margin-bottom: 24px;
  position: relative;
}
.catalog_section .filter_checkboxes li:last-child {
  margin-bottom: 0;
}
.catalog_section .filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.catalog_section .filter_checkboxes li label {
  padding-left: 32px;
  cursor: pointer;
  transition-duration: .3s;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.catalog_section .filter_checkboxes li label span.cnt {
  font-weight: 600;
  margin-left: 6px;
  color: #D4D4DD;
}
.catalog_section .filter_checkboxes li label:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-55%);
  width: 24px;
  height: 24px;
  border: 1px solid #D4D4DD;
  border-radius: 4px;
  transition-duration: .3s;
}
.catalog_section .filter_checkboxes li label:after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-55%);
  width: 24px;
  height: 24px;
  transition-duration: .3s;
  opacity: 0;
  background-image: url("../img/checkbox_tick.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.catalog_section .filter_checkboxes li label:hover:before {
  border-color: #BAD862;
  background-color: rgba(186, 216, 98, 0.2);
}
.catalog_section .filter_checkboxes li input:checked + label:before {
  background-color: #BAD862;
  border-color: #BAD862;
}
.catalog_section .filter_checkboxes li input:checked + label:after {
  opacity: 1;
}
.catalog_section .product_list_controls {
  margin-top: 32px;
}
.catalog_section .product_list_controls .load_more {
  display: block;
  padding: 19px 32px;
  border-radius: 12px;
  background-color: #000;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.catalog_section .product_list_controls .load_more:hover {
  color: #BAD862;
}
.catalog_section .product_list_controls .pagination_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.catalog_section .product_list_controls .pagination {
  display: flex;
}
.catalog_section .product_list_controls .pagination a,
.catalog_section .product_list_controls .pagination span {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 48px;
  font-family: Montserrat;
  font-size: 14px;
  color: #191816;
  transition-duration: .3s;
}
.catalog_section .product_list_controls a:hover,
.catalog_section .product_list_controls .pagination .active span {
  font-weight: 600;
  border-color: #D4D4DD;
}
.catalog_section .product_list_controls .arrows_wrap {
  display: flex;
  border: 1px solid #D4D4DD;
  border-radius: 10px;
  overflow: hidden;
}
.catalog_section .arrows_wrap a {
  display: block;
  width: 42px;
  height: 46px;
  background-color: #fff;
  text-align: center;
  line-height: 55px;
  transition-duration: .3s;
}
.catalog_section .arrows_wrap a:first-child {
  border-right: 1px solid #D4D4DD;
}
.catalog_section .arrows_wrap a:hover {
  background-color: rgba(186, 216, 98, 0.2);
}
.catalog_section .arrows_wrap a svg path {
  fill: #191816;
}
.catalog_section .arrows_wrap a.deactivated {
  background-color: transparent;
  pointer-events: none;
}
.catalog_section .arrows_wrap a.deactivated svg path {
  fill: #D4D4DD;
}
.page_section .section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile_filter_open {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
.product_section_wrapper {
  display: flex;
  align-items: flex-start;
}
.product_section .section_title {
  margin-bottom: 12px;
}
.product_gallery {
  max-width: 750px;
  height: min-content;
  margin-right: 24px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.product_nav_slider {
  max-width: 98px;
  margin-right: 24px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product_nav_slider .slick-list {
  margin: -8px 0;
  border-radius: 16px;
  overflow: hidden;
}
.product_nav_slider li.slick-slide {
  height: 98px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  margin: 8px 0;
}
.product_nav_slider li.slick-slide img {
  border-radius: 16px;
  border: 1px solid transparent;
  transition-duration: .3s;
}
.product_nav_slider li.slick-slide:hover img,
.product_nav_slider li.slick-current img {
  border-color: #D4D4DD;
}
.product_nav_slider .slick_arrow {
  border-radius: 8px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 30, 69, 0.22);
  transition-duration: .3s;
}
.product_nav_slider .slick_arrow.slick-disabled {
  background-color: #EFF0F5;
  cursor: default;
}
.product_nav_slider .slick_arrow svg {
  opacity: 0.5;
  transition-duration: .3s;
}
.product_nav_slider .slick_arrow:hover svg {
  opacity: 1;
}
.product_main_slider {
  max-width: 710px;
  max-height: 740px;
  border-radius: 32px;
  overflow: hidden;
}
.product_main_slider li.slick-slide {
  width: 100%;
  max-height: 740px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
}
.product_main_slider li img {
  border-radius: 32px;
}
.product_main_slider li img,
.product_nav_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.product_section .price {
  margin-top: 0;
}
.product_info_wrap .product_options_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
  min-height:36px;
}
.product_info_wrap .option_item {
  display: flex;
  flex-direction: column;
}
.product_info_wrap .option_item_head {
    font-family: Montserrat;
    font-size: 18px;
    color: #7C8092;
    margin-bottom: 15px;
    font-weight: 400;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_info_wrap .product_option_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.product_option_list a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  font-family: Montserrat;
  font-size: 12px;
  color: #7C8092;
  transition-duration: .3s;
}
.product_option_list a img {
  max-height: 82px;
  max-width: 82px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition-duration: .3s;
}
.product_option_list li.active a,
.product_option_list a:hover {
  color: #191816;
}
.product_option_list li.active a img,
.product_option_list a:hover img {
  border-color: #D4D4DD;
}
.product_section .option_item_head .size_chart {
  color: #3B5AFF;
  float: right;
  transition-duration: .3s;
  font-size: 14px;
}
.product_section .option_item_head .size_chart:hover {
  opacity:0.5;
}
.product_section .product_size .chosen-container {
  width: 340px !important;
}
.product_section .chosen-single {
  padding: 18px 44px 18px 16px;
}
.product_section .chosen-results li {
  padding: 18px 16px;
}
.product_section .buttons_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.product_section .product_cart_link {
  margin-top: 0;
  height: 64px;
  line-height: 64px;
  padding: 0 96px;
}
.product_section .product_like {
  display: block;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 78px;
  border-radius: 12px;
  border: 1px solid #BAD862;
  transition-duration: .3s;
}
.product_section .product_like:hover {
  background-color: #fff;
}
.product_section .small_section {
  max-width: 100%;
  gap:10px;
}
.tabs_head_wrapper {
  margin-bottom: 26px;
  border-bottom: 1px solid #D4D4DD;
}
#card_tabs_list {
  display: flex;
  gap: 32px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#card_tabs_list a {
position: relative;
    display: block;
    padding-bottom: 10px;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 500;
    color: #7C8092;
    transition-duration: .3s;
}
#card_tabs_list a.active,
#card_tabs_list a:hover {
  color: #191816;
}
#card_tabs_list a:after {
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: -3px;
  height: 5px;
  border-radius: 3px;
  transition-duration: .3s;
}
#card_tabs_list a.active:after,
#card_tabs_list a:hover:after {
  background-color: #191816;
}
.tab_content {
  display: none;
  max-width: 830px;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 26px;
  color: #191816;
}
.tab_content.active {
  display: block;
}
.card_tabs_content_wrap{
  background: #fff;
  border-radius: 32px;
  padding: 32px;
}
.tab_content .product_card_list li {
  background: #fff;
    padding: 5px 15px;
    border-radius:6px;
}
.tab_content .product_card_list li:nth-child(odd) {
  background: #EFF0F5;
}
.tab_content .product_card_list li:hover{
  opacity:0.8;
}
.product_card_list li span{
  color: #191816;
}
.product_card_list li span:first-child {
  display: inline-block;
  width: 60%;
  color: #7C8092;
}
.tab_content p {
  margin-bottom: 24px;
}
.tab_content p.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.menu_ua{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #191816;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.categories_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.categories_holder .tpl_categories {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(25% - 10px);
    margin: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.tpl_categories .tpl_categories_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.tpl_categories .tpl_categories_cnt {
    font-weight: 500;
    background: #E10007;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}
.tpl_categories .tpl_categories_img img {
    width: 100%;
    display: block;
    transition: 0.5s;

}
.categories_holder .tpl_categories:hover img {
    transform: scale(1.05);
}
.tpl_categories .tpl_categories_name {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-family: Montserrat;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-weight: 500;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.m_journal_list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.m_journal_list li {
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  transition:0.5s;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.m_journal_list li:hover{
  opacity: 0.7;
}
.m_journal_list_img {
  width: 100%;
  float: left;
}

.m_journal_list_img img {
  width: 100%;
  float: left;
  height: 260px;
  object-fit: cover;
}

.m_journal_list_info {
  width: 100%;
  float: left;
  max-width: 100%;
  padding-bottom: 0;
  padding: 10px;
}

.m_journal_list_info span {
  width: 100%;
  float: left;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.m_journal_list_info a{
  width: auto;
  float: left;
  text-decoration: none;
  font-family: Montserrat;
  transition: .3s;
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  padding: 5px 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #ff6464;
  position: relative;
  cursor: pointer;
}
.m_journal_list_info a:hover{
  background: rgba(230, 0, 0, 0.8);
}

.m_journal_list_info p {
  width: 100%;
  float: left;
  color: #222222;
  font-weight: 400;
  text-align: left;
  min-height: 40px;
  font-size: 16px;
  display: flex;
  align-items: start;
  padding: 5px 0px;
  justify-content: start;
}
.m_journal_list_info p.blog_headt{
  font-weight: bold;
}

.m_journal_list_img a {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m_journal_list_img a:after {
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.m_journal_list_img span {
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: .3s;
  padding: 13px 25px;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0px;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  max-height: 50px;
    transform: translate(0px, 50px);
}
.m_journal_list_img:hover span {
    transform: translate(0px, 0px);
}
.simple_section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts_page_cont {
    width: 100%;
    float: left;
}
.page_section.contacts_page .outlined_section{
    display: flex;
}
.contacts_page_cont_head {
    width: 100%;
    float: left;
    padding-top: 50px;
    font-weight: 600;
    font-size: 26px;
    max-width: 400px;
    font-family: Montserrat;
}
.contacts_page_item {
  width: 100%;
  float: left;
  display: flex;
  padding-top: 50px;
}
.contacts_page_item_right {
  width: 100%;
  float: left;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.contacts_page_item_right_item {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
}
.contacts_page_item_right_info p {
    width: 100%;
    float: left;
    font-weight: 600;
    color: #222222;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 20px;
    margin-bottom: 10px;
}
.contacts_page_item_right_item:first-child {
    padding-top: 0;
}
.contacts_page_item_right_info {
    width: 50%;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}
.contacts_page_item_right_work_time {
    width: 50%;
    float: left;
    font-size: 14px;
}
.contacts_form {
    width: 100%;
    float: left;
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
}
.contacts_form_item_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.submit_wrap {
    width: 100%;
    float: left;
}
.contacts_form_item {
    width: 100%;
    max-width: calc(50% - 40px);
    margin-bottom: 30px;
}
.contacts_form_item--full {
    width: 100%;
    max-width: 100%;
}
.contacts_form_item span {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}
.map {
    width: 100%;
    height: 100%;
    min-height: 320px;
}
.map iframe {
    display: block;
    width: 100%!important;
    height: 100%!important;
}
.product_page_top_vendor{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 16px;
}
.product_info_wrap{
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border-radius: 32px;
}
.price_holder{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 0px;
  max-width: 204px;
  height: 100px;
  background: #EFF0F5;
  border-radius: 10px;
  align-items: flex-start;
  padding: 12px 12px;
}
.product_info_wrap .price_holder .price_old,
.product_info_wrap .price_holder .price_new{
  margin-top: 0px;
}
.faq{
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.tpl_faq{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 23px 32px;
    border-radius: 32px;
}
.tpl_faq_title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #191816;
  cursor: pointer;
}
.tpl_faq:hover .tpl_faq_title svg circle{
  fill: #ABC75A;
}
.tpl_faq_content{
  display: none;
}
.tpl_faq.active .tpl_faq_content{
  display: block;
}
.tpl_faq .tpl_faq_title svg{
  transition:0.5s;
}
.tpl_faq.active .tpl_faq_title svg{
  transform: rotate(45deg);
}
.content_socials{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0px auto;
  width: 100%;
  justify-content: center;
}
.sizetable > span{
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: 500;
}
.main_block_t{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
.main_block_t_l{
  width:calc(100% - 524px);
}
.main_block_t_r{
  width: 500px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_block_t_r img{
  width:100%
}
.product_price_description_holder{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.product_weight_radio {
  display: flex;
  flex-wrap: wrap;
  gap:8px;
  margin-bottom: 20px;
}
.product_color_radio_item, .product_weight_radio_item {
    margin-bottom: 10px;
    position: relative;
    display: inline-flex;
}
.product_weight_radio_item input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.product_weight_radio_item label {
  padding: 8px 10px;
  text-align: center;
  background: none;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #7C8092;
  transition: .3s;
  color: #7C8092;
  font-size: 16px;
  font-weight: 500;
}
.product_weight_radio_item input:checked + label {
    background: none;
    color: #000000;
    border-color: #BAD862;
}
.product_weight_radio_item label:hover {
    opacity:0.7;
}
.product_code_in{
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  color: #7C8092;
  overflow: hidden;
  margin-top: 5px;
}
.product_code_in span{  
  color:#191816;
}
@media screen and (max-width: 1730px) {
  #header_catalog_close {
    right: calc(50% - 24px);
    top: -125px;
  }
}

@media screen and (max-width: 1400px) {
  .header_contacts {
    align-items: center;
    padding-right: 20px;
    align-self: center;
  }
  .header_contacts .phone {
    white-space: nowrap;
  }
  .header_catalog_nav > ul > li > a {
    padding: 25px 0;
  }
  .header_catalog_nav > ul > li > a span {
    display: none !important;
  }
  .product_gallery {
    max-width: 740px;
  }
}

@media screen and (max-width: 1200px) {
  .header_contacts p {
    display: none;
  }
  .header_catalog_nav > ul {
    gap: 12px;
  }
  .header_catalog_nav > ul > li > a {
    font-size: 14px;
  }
  .catalog_section .product_list > li {
    width: calc(50% - 12px);
  }
  .product_section .section_title {
    font-size: 40px;
  }
  .product_gallery {
    max-width: 620px;
  }
  footer {
    padding-bottom: 100px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .footer_top_wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .footer_column:first-of-type {
    padding-right: 0;
  }
  .footer_top_wrapper .footer_column:last-of-type {
    order: -1;
    width: 100%;
    align-items: center;
  }
  .footer_top_wrapper .footer_column:last-of-type li {
    text-align: center;
  }
  .footer_column > *:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer_top_wrapper .phone {
    font-size: 28px;
  }
  .mobile_footer_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 16px;
    margin-top: 40px;
  }
  .mobile_footer_bottom span,
  .mobile_footer_bottom a {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 26px;
    color: #7C8092;
  }
  .mobile_footer_bottom .payment_options {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  .mobile_footer_bottom .privacy_policy {
    order: 2;
  }
  .mobile_footer_bottom .site_rules {
    order: 3;
  }
  .mobile_footer_bottom .address {
    order: 4;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .header_top_menu.hide_m{
    display:none;
  }
  .product_nav_slider {
    width:100%;
  }
  .product_info_wrap .price_new .highlight{
    font-size:28px;
  }
  .product_info_wrap .price_old .highlight {
    font-size: 24px;
  }
  .price_holder{
    max-width: 100%;
    height: auto;
    background: none;
    padding: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .limited_description{
    display:none;
  }
  .tpl_faq{
    padding: 10px 14px;
    border-radius: 10px;
  }
  .tpl_faq_title{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  .tpl_faq .tpl_faq_title svg{
    width: 40px;
    height: 40px;
  }
  .contacts_page_item_right_info{
    width: 100%;
  }
  .contacts_page_item_right_work_time{
    width: 100%;
    margin-top: 30px;
  }
  .contacts_page_item_right_item{
    flex-direction:column;
  }

  .m_journal_list li {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .categories_holder .tpl_categories {
    width: calc(33% - 10px);
  }
  .mobile_only {
    display: initial;
  }
  header {
    margin-bottom: 16px;
  }
  .mobile_header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    background-color: #fff;
  }
  .mobile_header_top .phone {
    font-size: 14px;
  }
  .header_top_wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4px 0 0 0;
  }
  .header_contacts {
    display: none;
  }
  .header_top_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    justify-content: space-around;
    padding: 10px 24px 28px;
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0px 3px 25px 0px rgba(0, 30, 69, 0.22);
  }
  .header_top_menu a {
    width: unset;
    height: unset;
    flex-direction: column-reverse;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #191816;
  }
  .header_top_menu a svg {
    margin-bottom: 4px;
  }
  #mobile_menu_button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    color: #191816;
  }
  #mobile_menu_button .close {
    display: none;
  }
  #mobile_menu_button.menu_active .close {
    display: initial;
  }
  #mobile_menu_button.menu_active .open {
    display: none;
  }
  #menu_back {
    display: none;
    align-items: center;
    gap: 8px;
    margin-right: 50px;
    padding: 10px;
    padding-left: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    color: #191816;
  }
  .header_top_controls {
    margin-top: 16px;
    width: 100%;
    padding: 0 15px;
  }
  .h_search_form {
    max-width: unset;
  }
  .header_catalog {
    display: none;
  }
  .front_slider,
  .front_slider li.slick-slide, 
  .page_section .outlined_section,
  .video_slider li.slick-slide {
    border-radius: 24px;
  }
/*  */
  .page_section {
    margin-bottom: 35px;
  }
  .page_section .section_header {
    margin-bottom: 32px;
  }
  .page_section .section_title {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .page_section .section_header .section_title {
    margin-bottom: 0;
  }
  .page_section .outlined_section {
    padding: 24px;
  }
  .page_section .outlined_section .section_title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .product_slider .slick_arrow {
    width: 38px;
    height: 38px;
    top: -78px;
  }
  .product_slider .slick-prev_arrow {
    right: 61px;
  }
  .footer_column .expand {
    display: none;
  }
  .mobile_menu > ul > li > span,
  .mobile_menu .category_nav .subcategory_nav span,
  .mobile_menu > ul > li > a,
  .mobile_menu .category_nav .subcategory_nav a {
    position: relative;
    display: block;
    width: calc(100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
  }
  .mobile_menu > ul > li > a:after {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-image: url("../img/mobile_menu_expand.svg");
  }
  .mobile_menu > ul > li > span span,
  .mobile_menu > ul > li > a span {
    display: none;
  }
  .catalog_section .catalog_filter,
  .breadcrumbs {
    display: none;
  }
  .catalog_section .catalog_filter .filter_item_head{
    padding-right:0px;
  }
  .catalog_section .catalog_filter.is-active{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow-y: auto;
    background: #fff;
    padding-top:10px;
    padding-bottom: 40px;
    padding-right: 0px;
  }
  .filter_nav{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 15px);
    margin: 5px;
  }
  #mobile_filter_close{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
  .catalog_section .product_list > li {
    width: calc(33.33% - 16px);
  }
  .catalog_section .product_list_controls {
    margin-top: 40px;
  }
  .catalog_section .product_list_controls .pagination_wrapper {
    display: none;
  }
  .product_section_wrapper {
    display: block;
  }
  .product_gallery {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
    width: auto;
    margin: 6px 0 0 0;
  }
  .product_main_slider {
    max-width: 100%;
  }
  .product_nav_slider {
    max-width: 500px;
    margin: 16px 0 0 0;
    align-self: unset;
  }
  .product_info_wrap .product_options_wrap {
    margin-top: 16px;
  }
  .product_info_wrap .product_option_list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .product_info_wrap .option_item_head{
    font-size: 20px;
  }
  .product_option_list a {
    font-size: 0;
    gap: 0;
  }
  .product_option_list a img {
    width: 48px;
    height: 48px;
  }
  .product_section .small_section {
    max-width: unset;
  }
  .product_section .product_cart_link {
  }
  .product_section .product_like {
    display: none;
  }
  #card_tabs_list a {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .tab_content {
    max-width: unset;
  }
  .tab_content .product_card_list li {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .product_card_list li span:first-child {
    width: unset;
  }
  .contacts_form_item_wrap {
    flex-direction: column;
    align-items: center;
  }
  .contacts_form_item {
    max-width: 100%;
  }
  .contacts_form_item_wrap .contacts_form_item:first-child {
    margin-bottom: 10px;
  }
  .main_block_t{

    flex-direction: column;
  }
  .main_block_t_r,
  .main_block_t_l{
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  .categories_holder .tpl_categories{
    width: calc(50% - 10px);
  }
  .tpl_categories .tpl_categories_name{
    font-size: 14px;
    line-height: 20px;
  }
  header .logo {
    max-width: 120px;
  }
  .page_section .section_title {
    font-size: 32px;
  }
  .product_slider .slick-slide,
  .video_slider .slick-slide {
    margin: 0 7px;
  }
  .footer_top_wrapper {
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 40px;
  }
  .footer_top_wrapper .footer_column:last-of-type {
    margin-bottom: 40px;
  }
  .footer_column:first-of-type {
    padding-right: 0;
  }
  .footer_column .expand {
    display: initial;
  }
  .footer_column:not(.contacts) > ul > li {
    margin-bottom: 0;
  }
  .footer_column .column_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 0;
    border-top: 1px solid #D4D4DD;
    cursor: pointer;
  }
  .footer_column .column_header svg {
    transition-duration: .3s;
  }
  .footer_column.active .column_header svg {
    transform: rotate(45deg);
  }
  .footer_column:not(.contacts) ul {
    display: none;
  }
  .footer_column:not(.contacts) li a {
    display: block;
    padding: 10px 0 10px 10px;
  }
  .footer_column li:first-child a {
    padding-top: 0;
  }
  .footer_top_wrapper .phone {
    margin-bottom: 14px;
    display: block;
  }
  .footer_top_wrapper .site {
    margin-bottom: 22px;
    display: block;
  }
  .mobile_footer_bottom {
    flex-direction: column;
  }
  .catalog_section .product_list {
    gap: 16px;
  }
  .catalog_section .product_list > li {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 560px) {
  #menu_back {
    margin-right: 0;
  }
  .mobile_header_top .phone,
  #lang_select_chosen .chosen-results li,
  #lang_select_chosen .chosen-single {
    font-size: 12px;
  }
  #lang_select_chosen {
    width: 120px !important;
  }
  #mobile_menu_button {
    font-size: 14px;
  }
  .header_top_menu {
    justify-content: space-between;
  }
  .page_section .section_title,
  .page_section.outlined_section .section_title {
    font-size: 22px;
    line-height: 28px;
  }
  footer {
    padding: 64px 0 95px 0;
  }
  .footer_top_wrapper .phone {
    font-size: 24px;
  }
  .footer_top_wrapper .footer_column.contacts,
  .mobile_footer_bottom {
    align-items: flex-start;
  }
  .footer_top_wrapper .footer_column.contacts ul {
    width: 100%;
  }
  .footer_top_wrapper .footer_column.contacts li {
    text-align: left;
  }
  .footer_top_wrapper .footer_column.contacts .socials {
    justify-content: space-between;
  }
  .mobile_footer_bottom .payment_options {
    justify-content: flex-start;
  }
  .mobile_footer_bottom .address {
    text-align: left;
  }
  .catalog_section .product_list > li {
    width: 100%;
  }
  .product_nav_slider {
    max-width: 100%;
  }
}


@media screen and (max-width: 374px) {
  .header_top_menu a {
    font-size: 14px;
  }
  .footer_top_wrapper .socials a,
  .contacts_page .socials a {
    height: 46px;
    width: 46px;
  }
  .footer_top_wrapper .socials a svg,
  .contacts_page .socials a svg {
    transform: scale(1.5);
  }
  .product_section .product_size .chosen-container {
    width: 100% !important;
  }
}