@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf');
  font-weight: 900;
  font-display: swap;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: 'Roboto';
}
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;
}
body {
  line-height: 1.25;
  font-family: Roboto;
  font-size: 16px;
  background: #f8f8f8;
}
/*
footer{
  background: #e1e1e1;
}
*/
.main_page_body footer{
  background: transparent;
}
body{
  background: #f8f8f8;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 100%)
}
.body--active {
  height: 100vh;
  overflow: hidden;
  margin-right: 15px;
} 
.wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  z-index: 5;
}
.header_wrapper {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}
.page_nav {
  display: flex;
  justify-content: space-between;
}
.page_nav > li > a,
.h_right_menu a {
  display: flex;
  align-items: center;
  transition-duration: .3s;
  border-bottom: 1px solid transparent;
}
.page_nav > li > a {
  color: #6A6A6A;
  margin-right: 40px;
  padding: 20px 0;
}
.page_nav > li:last-child > a {
  margin-right: 0;
}
.page_nav li a span,
.h_right_menu a span {
  padding-right: 10px;
  margin-bottom: -5px;
}
.page_nav > li > a:hover,
.h_right_menu > a:hover {
  color: #000;
  border-bottom: 1px solid #00a518;
}
.page_nav > li > a:hover svg .path_fill,
.page_nav .submenu_header svg path,
.h_right_menu > a:hover svg .path_fill,
.footer_product_categories a:hover svg .path_fill,
.h_search_form > button:hover svg path,
.filter_open:hover .path_fill,
.downloads > li a:hover svg path {
  fill: #00A518;
}
.page_nav li a:hover svg .path_stroke,
.h_right_menu a:hover svg .path_stroke,
.footer_product_categories a:hover svg .path_stroke,
.mobile_menu_toggler:hover svg path,
.page_nav .category_expander:hover svg path,
.product_colors_slider .slick_arrow:hover svg path,
.catalog_navigator .pagination > a:hover svg path,
.catalog_slider .slick_arrow:hover svg path,
.filter_open:hover .filter_toggler svg path,
.filter_open:hover .path_stroke,
.m_card_main_slider .slick_arrow:hover svg path {
  stroke: #00A518;
}
.page_nav .products_submenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  background: #f4f4f4;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  height: 800px;
  padding-top: 1px;
}
body:not(.main_page_body) .page_nav .products_submenu {
  height: min-content;
  padding-bottom: 20px;
}
.page_nav .products_submenu .submenu_header {
  display: flex;
  height: 100px;
  align-items: center;
  margin-left: 0 0 2px 20px;
}
.page_nav .submenu_header .menu_icon {
  padding-right: 10px;
}
.page_nav .products_submenu .menu_item_name {
  color: #00A518;
}
.page_nav .category_expander {
  display: none;
  padding: 10px;
  position: absolute;
  right: 50px;
  top: 10px;
}
.page_nav .products_submenu .close_submenu,
.close_popup {
  padding: 10px;
  margin: 0 25px 0 auto;
  transition-duration: .3s;
}
.page_nav .products_submenu .close_submenu:hover,
.popup .close_popup:hover {
  transform: rotate(90deg);
}
.page_nav .products_submenu > ul {
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  border-top: 1px solid #00a518;
}
.page_nav .products_submenu ul > li > a {
  display: flex;
  margin-top: 10px;
  align-items: center;
  line-height: 0.7;
  padding: 10px 50px 10px 0;
}
.products_submenu ul > li > a:hover .category_number,
.products_submenu ul > li > a:hover .category_name {
  color: #00a518;
}
.page_nav .products_submenu ul > li:nth-child(even) > a {
  background: #f8f8f8;
}
.page_nav .products_submenu img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 15px;
  transition:1s;
}
.page_nav .products_submenu a:hover img{
  transform: scale(1.1);
}
.page_nav .products_submenu .category_info {
  display: flex;
  flex-direction: column;
}
.page_nav .products_submenu .category_number {
  font-size: 36px;
  font-weight: 900;
  color: #e6e6e6;
  margin-bottom: 10px;
  transition-duration: .3s;
}
.page_nav .products_submenu .category_name {
  font-size: 24px;
  font-weight: 400;
  transition-duration: .3s;
} 
.header_logo {
  padding: 20px;
}
.header_right_wrapper {
  display: flex;
  align-items: baseline;
  min-width: 650px;
}
.h_search_form {
  width: 100%;
  position: relative;
  margin-right: 10px;
}
.h_search_form input {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  width: 100%;
  font-size: 14px;
}
.all_results{
  text-align: center;
  width: 100%;
  padding: 10px 5px;
  margin: 10px auto;
  background: #414141;
  color: #fff;
}
.all_results:hover{
  background: #31a62e;
}
.h_search_form > button {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  right: 0px;
  background: none;
  border: none;
  transition-duration: .3s;
  cursor: pointer;
}
.h_right_menu {
  display: flex;
}
.h_right_menu a {
  margin: 0 20px;
  padding: 20px 0;
  white-space: nowrap;
}
.mobile_menu {
  display: none;
  z-index: 10;
  background: #f4f4f4;
  position: absolute;
  width: 100%;
  box-shadow: 0px 10px 6px 2px rgba(0, 0, 0, 0.3);
}
.mobile_menu_toggler {
  display: none;
}
.mobile_menu_toggler .menu_hide {
  display: none;
}
.mobile_menu_toggler.active .menu_hide {
  display: inline;
}
.mobile_menu_toggler.active .menu_show {
  display: none;
}
.mobile_menu_wrapper {
  display: flex;
  flex-direction: column;
}
.main_page .front_slider .slick-list{
  overflow: visible;
}
.main_page_body .header{
  background: transparent;
}
.front_slider li {
  padding-right: 140px;
  margin-top: -100px;
}
.front_slider li .slide_holder{
  background: #fff;
  width: 100%;
  height: 800px;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
  overflow: hidden;
}
.front_slider .slider_content {
  padding-top: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 350px;
}
.front_slider_info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 400px;
}
.front_slider .slide_number {
  font-weight: 900;
  font-size: 160px;
  color: #ececec;
}
.front_slider .slide_title {
  font-size: 50px;
}
.front_slider .slide_description {
  font-size: 24px;
  font-weight: 100;
  color: #6a6a6a;
  margin-bottom: 40px;
}
.main_link,
.front_slider_info a,
.fiter_controls .apply_filter,
.m_card_top_info .to_cart,
.review_form .main_link  {
  font-size: 18px;
  padding: 20px 30px;
  margin: 15px 0;
  border-radius: 30px;
  display: flex;
  white-space: nowrap;
  max-width: 70%;
  align-items: center;
  border: none;
  cursor: pointer;
  justify-content: center;
}
.main_link,
.front_slider_info .to_catalog,
.fiter_controls .apply_filter,
.m_card_top_info .to_cart,
.review_form .main_link,
.partners_page_form button  {
  background: #00a518;
  color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 165, 24, 0.15);
}
.front_slider_info .to_catalog:hover,
.front_slider_info .download_catalog:hover,
.footer_catalog .download_catalog:hover,
.fiter_controls .apply_filter:hover,
.m_card_top_info .to_cart:hover,
.partners_page_form button:hover {
  box-shadow: 0 0 15px 15px rgba(0, 165, 24, 0.3); 
}
.front_slider_info .download_catalog {
  color: #00a518;
}
.front_slider_info .download_catalog > span,
.footer_catalog .download_catalog > span {
  padding-left: 10px;
  margin-bottom: -5px;
}
.front_slider img {
  max-height: 100%;
  max-width: 900px;
  margin: 0px;
  transition:1.5s;
}
.front_slider img.long_1{
  transform: translate(15px,-100px);
}
.front_slider img.long_3{
  transform: translate(-120px,0px);
}
.front_slider img.long_2{
  transform: translate(-80px,0px);
}
/*
.front_slider .slick-slide:hover .slider_content img{
  transform:scale(1.05);
}
*/
.front_slider .slick-prev_arrow {
  background: rgb(0 165 24 / 30%);
  width: 300px;
  height: 300px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  border: 0px;
  position: absolute;
  top: calc(50% - 180px);
  padding-left: 180px;
  left: -200px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.front_slider .slick-next_arrow {
  background: rgb(0 165 24 / 30%);
  width: 300px;
  height: 300px;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  border: 0px;
  position: absolute;
  top: calc(50% - 180px);
  padding-right: 180px;
  right: -200px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.front_slider .slick-next_arrow .slick_number,
.front_slider .slick-prev_arrow .slick_number {
  color: #2a2a2a;
  font-size: 30px;
  min-width: 35px;
  display: block;
  min-height: 42px;
  margin-bottom: 5px;
  transition:0.5s;
}
.front_slider .slick_arrow:hover .slick_number, {
  transform:scale(1.25);
}
.slick_line {
  width: 25px;
  height: 1px;
  display: block;
  position: relative;
  margin-left: 10px;
}
.footer_nav .slick_line,
.footer_nav .slick_dot,
.catalog_list_info .catalog_list_link .slick_line {
  background: #00a518;
}
.front_slider .slick-next_arrow .slick_line,
.front_slider .slick-prev_arrow .slick_line,
.front_slider .slick-next_arrow .slick_line .slick_dot {
  background: #2a2a2a;
}
.main_link .slick_line,
.front_slider .front_slider_info .slick_line,
.popup_form button .slick_line,
.fiter_controls .apply_filter .slick_line,
.m_card_top_info .to_cart .slick_line,
.review_form .main_link .slick_line,
.partners_page_form button .slick_line {
  background: #fff;
}
.slick_dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: 0px;
  transition:0.5s;
  background: inherit;
}
.front_slider .slick-prev_arrow .slick_line .slick_dot {
  right: unset;
  left: 0px;
}
.front_slider .slick-prev_arrow:hover .slick_dot{
  transform: translate(20px, 0px);
}
.main_link:hover .slick_dot,
.front_slider .slick-next_arrow:hover .slick_dot,
.front_slider .front_slider_info a:hover .slick_dot,
.footer_nav  a:hover .slick_dot,
.popup_form button:hover .slick_dot,
.catalog_list_info .catalog_list_link:hover .slick_dot,
.fiter_controls .apply_filter:hover .slick_dot,
.m_card_top_info .to_cart:hover .slick_dot,
.m_card_top_info .visualize:hover .slick_dot,
.review_form .main_link:hover .slick_dot,
.partners_page_form button:hover .slick_dot {
  transform: translate(-20px, 0px);
}
.footer_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 25px 0 75px 0;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a;
}
.footer_wrapper > * {
  padding-top: 35px;
}
.footer_logo {
  max-height: min-content;
}
.footer_mobile_menu {
  display: none;
  justify-content: space-between;
  width: 90%;
}
.footer_product_categories,
.footer_nav {
  display: flex;
  flex-direction: column;
}
.footer_product_categories a,
.footer_nav a,
.catalog_list_info .catalog_list_link > span:last-child {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  color: inherit;
}
.footer_product_categories a {
  padding: 10px 30px;
  background: #e7e7e7;
  border-radius: 40px;
  justify-content: flex-start;
  white-space: nowrap;
}
.footer_nav a {
  padding: 5px 10px;
}
.footer_product_categories a:hover {
  background: #f0f0f0;
  color: #00a518; 
}
.footer_nav a:hover {
  color: #00a518;
}
.footer_product_categories a > span {
  padding-right: 20px;
  margin-bottom: -5px;
}
.footer_product_categories a > span svg{
  min-width: 30px;
}
.footer_catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 400;
  max-width: 480px;
}
.footer_catalog .download_catalog {
  max-width: 250px;
  min-width: 220px;
  background: #00a518;
  display: flex;
  margin-top: 15px;
  padding: 10px 30px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  text-align: right;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}
.footer_wrapper .contacts > a {
  color: inherit;
}
.footer_wrapper .contacts > a:hover {
  color: #00a518;
}
.footer_wrapper .contacts > a:first-child {
  font-weight: 400;
}
.footer_wrapper .socials {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.footer_wrapper .socials a {
  display: block;
  height: 30px;
  width: 30px;
  color: transparent;
  overflow: hidden;
}
.footer_wrapper .socials .viber {
  background: url("../img/viber.svg") center no-repeat;
}
.footer_wrapper .socials .viber:hover {
  background: url("../img/viber_hover.svg") center no-repeat;
}
.footer_wrapper .socials .telegram {
  background: url("../img/tg.svg") center no-repeat;
}
.footer_wrapper .socials .telegram:hover {
  background: url("../img/tg_hover.svg") center no-repeat;
}
.footer_wrapper .socials .instagram {
  background: url("../img/insta.svg") center no-repeat;
}
.footer_wrapper .socials .instagram:hover {
  background: url("../img/insta_hover.svg") center no-repeat;
}
.footer_wrapper .socials .facebook {
  background: url("../img/fb.svg") center no-repeat;
}
.footer_wrapper .socials .facebook:hover {
  background: url("../img/fb_hover.svg") center no-repeat;
}
#shader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.2);
  z-index: 5;
  display: none;
}
.popup {
  display: none;
  z-index: 10;
  position: fixed;
  width: 600px;
  top: 100px;
  left: calc(50% - 300px);
  background: #fff;
}
.popup_outer_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup_header {
  width: 100%;
  border-bottom: 1px solid #00a518;
  margin-bottom: 30px;
}
.popup_inner_wrapper {
  display: flex;
  width: 400px;
  font-size: 24px;
}
.popup_header .popup_inner_wrapper {
  margin: 0 auto;
  height: 90px;
  align-items: center;
  justify-content: space-between;
}
.popup_header .popup_inner_wrapper span {
  margin-right: 15px;
}
.popup_header svg {
  margin-bottom: -5px;
}
.popup_header .close_popup {
  margin-right: -80px;
}
.popup_form {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  width: 100%;
  align-items: center;
}
.popup_form_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  padding: 5px 10px;
  max-width: 100%;
  margin-bottom: 20px;
}
.popup_form_btns a{
  color: #31a62e;
  font-size: 16px;
}
.popup_form_btns a:hover{
  text-decoration: underline;
}
.popup_form input {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 15px;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
}
.popup_form button {
  background: #00a518;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
  padding: 20px 0;
  border-radius: 30px;
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_form > span {
  font-size: 14px;
  font-weight: 300;
  color: #00a518;
  align-self: flex-start;
}
.breadcrumbs_section {
  background: linear-gradient(90deg, 
    rgba(65,65,65,1) 0%, 
    rgba(65,65,65,1) 50%, 
    rgba(255,255,255,1) 50%, 
    rgba(255,255,255,1) 100%);
  position: relative;
}
.breadcrumbs_section:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #c3c3c3;
}
.breadcrumbs_wrapper {
  display: flex;
  height: 60px;
  align-items: center;
}
.breadcrumbs_wrapper .home_button {
  height: 100%;
  width: 70px;
  background: #414141;
  display: flex;
  align-items: center;
}
.breadcrumbs_wrapper .home_button span {
  padding: 0 5px 0 5px;
}
.breadcrumbs_wrapper .breadcrumbs {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumbs_wrapper .breadcrumbs li > a,
.breadcrumbs_wrapper .breadcrumbs li > span {
  padding: 5px 10px;
  margin: 0 5px;
}
.breadcrumbs_wrapper .breadcrumbs li > a {
  color: #00a518;
  position: relative;
}
.breadcrumbs_wrapper .breadcrumbs li > a:hover {
  color: #000;
}
.breadcrumbs_wrapper .breadcrumbs li > a:after {
  content: "/";
  right: -8px;
  position: absolute;
  color: #000;
}
.breadcrumbs_wrapper .breadcrumbs li.active > a{
  color: #000;
}
.breadcrumbs_wrapper .breadcrumbs li.active > a:after{
  display: none;
}
.map {
  width: 100%;
  height: 800px;
}
.block_wrap {
  padding-bottom: 80px;
}
.product_slider_wrap {
  background: #f8f8f8;
  border-top-right-radius: 330px;
  border-bottom-right-radius: 330px;
  margin-right: 40px;
}
.colored_wrap {
  background: #fff;
}
.block_title_wrap {
  height: 110px;
  display: flex;
  align-items: center;
}
.block_title {
  text-transform: uppercase;
  font-size: 38px;
  display: flex;
  align-items: center;
}
.block_title_wrap > span > svg {
  display: block;
  height: 35px;
  width: auto;
  margin-right: 20px;
}
.block_title span:not(.brand) {
  font-size: 53px;
  font-weight: 900;
  color: #ececec;
}
.page {
  display: flex;
}
.m_filter_item {
  width: 370px;
}
.catalog_page_left{
  width: 400px;
}
.catalog_page_right{
  width: calc(100% - 400px);
}
.catalog_display_options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.catalog_display_options form{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.catalog_display_options span {
  font-weight: 300;
}
.catalog_display_options .chosen-search {
  display: none;
}
.catalog_display_options .chosen-container {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.catalog_display_options span {
  margin-right: 10px;
}
#products_per_page_chosen {
  width: 100px !important;
}
#sorting_p_chosen {
  width: 230px !important;
}
.catalog_display_options .chosen-single {
  height: 40px;
  display: flex;
  align-items: center;
  background: #fff !important;
  border: 1px solid #c3c3c3;
  color: inherit;
  box-shadow: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  padding: 0px 0px 0px 15px;
}
.catalog_display_options .chosen-single span {
  width: 100%;
  text-align: left;
}
.catalog_display_options .chosen-single div {
  padding: 0 5px;
  position: static;
  width: 30px;
  border-left: 1px solid;
  border-color: inherit;
  display: flex;
  align-items: center;
}
.catalog_display_options .chosen-single div b {
  background-position: center;
}
.catalog_display_options .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 1px solid #c3c3c3;
}
.catalog_display_options .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center;
}
.catalog_display_options .chosen-drop {
  background: #fff !important;
  margin-top: 0;
}
.catalog_display_options .chosen-results li {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  white-space: nowrap;
}
.catalog_display_options .chosen-results li.highlighted {
  background: #f8f8f8 !important;
  color: #000;
}

.catalog_display_options .chosen-container-single .chosen-single div b{
    background: url(../img/arrow_select.png)!important;
    background-repeat: no-repeat!important;
    background-size: 12px 10px!important;
    background-position: center;
    width: 12px;
    height: 10px;
    transition:0.5s;
}
.catalog_display_options .chosen-container-single.chosen-with-drop .chosen-single div b{
  transform:rotate(180deg);
}
.m_filter_item {
  margin-bottom: 30px;
}
.m_filter_item_head {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #fafafa;
}
.m_filter_body {
  margin-right: 30px;
}
.m_filter_head {
  display: none;
}
.m_filter_item .filter_item_caret {
  display: inline-flex;
  cursor: pointer;
  padding: 10px;
}
.m_filter_item .filter_item_caret svg {
  transition-duration: .3s;
}
.m_filter_item .filter_item_caret:hover svg path {
  stroke: #00a518;
}
.m_filter_item.hidden .filter_item_caret svg {
  transform: rotate(180deg);
}
.m_filter_item_head span:first-child {
  padding-left: 10px;
}
.m_filter_checkboxes {
  max-height: 200px;
  overflow: auto;
}
html::-webkit-scrollbar,
::-webkit-scrollbar {
 width: 15px;
 height: auto;
}
::-webkit-scrollbar-track{
    background: url(../img/back_track.jpg);
    background-repeat: repeat-y;
}
::-webkit-scrollbar-thumb{
    background: url(../img/back_thumb.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}
.m_filter_checkboxes li {
  position: relative;
  margin-bottom: 10px;
}
.m_filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_filter_checkboxes li label {
  font-weight: 300;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.m_filter_checkboxes li label:hover {
  color: #00a518;
}
.m_filter_checkboxes li label:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-55%);
  position: absolute;
  border: 1px solid #c3c3c3;
  content: "";
  transition: .3s;
}
.m_filter_checkboxes li input:checked + label:before {
  background: #00a518;
  border-color: #00a518;
}
.m_filter_checkboxes li input:checked + label {
  font-weight: 500;
}
.m_catalog_filter_item_range {
  padding: 0 15px;
}
.m_catalog_filter_item_range > p {
  display: flex;
  align-items: center;
  font-weight: 300;
  padding-bottom: 25px;
}
.m_catalog_filter_item_range input {
  width: 80px;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  margin: 0 20px 0 15px;
}
.m_filter_body .ui-slider-horizontal .ui-slider-range {
  background: #00a518;
  position: absolute;
  height: 1px;
}
.m_filter_body .ui-slider-horizontal {
  height: 1px;
  margin-bottom: 10px;
}
.m_filter_body .ui-slider-horizontal.ui-widget-content {
  border: none;
  background: #d1d1d1;
}
.m_filter_body  .ui-state-default,
.m_filter_body  .ui-widget-content .ui-state-default,
.m_filter_body  .ui-widget-header .ui-state-default,
.m_filter_body  .ui-button, html .ui-button.ui-state-disabled:hover,
html .m_filter_body .ui-button.ui-state-disabled:active {
  width: 10px;
  height: 10px;
  background: #00a518;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  transform: translateX(1px);
  z-index: 1;
}
.m_filter_body .fiter_controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.m_filter_body .reset_filter {
  display: flex;
  align-items: center;
  color: #00a518;
  height: 30px;
  margin-top: 45px;
}
.m_filter_body .reset_filter svg {
  display: block;
  margin-left: 10px;
  transition-duration: .3s;
}
.m_filter_body .reset_filter:hover svg {
  transform: rotate(90deg);
}
.catalog_navigator {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
.catalog_navigator_pages {
  display: flex;
}
.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  align-items: center;
}
.pagination ul {
  display: flex;
}
.pagination > a {
  color: #252322;
  position: relative;
  padding: 0 15px;
  margin: 0 15px;
}
.pagination li a,
.pagination li.active span {
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align:  center;
  background: #f7f7f7;
  color: #000;
  border-radius: 50%;
  margin: 0 10px;
}
.pagination > a svg {
  display: block;
}
.pagination li a:hover,
.pagination li.active span {
  color: #fff;
  background: #00a518;
  box-shadow: 0 0 10px 3px rgb(0, 165, 24, 0.5)
}
.pagination li a.next_btn:hover,
.pagination li a.prev_btn:hover{
  background: none;
  color: #00a518;
  box-shadow: none;
}
.filter_open {
  display: none;
}
.filter_open:hover {
  color: #00a518;
}
.filter_toggler {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-duration: .3s;
}
.filter_toggler svg {
  transform: rotate(180deg);
  transition-duration: .3s;
}
.filter_toggler svg path {
  transition-duration: .3s;
}
.filter_active .filter_toggler svg {
  transform: none;
}
.open_filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: none;
}
.open_filter svg {
  margin-right: 5px;
  width: 15px;
}

.catalog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.catalog_list > li,
.catalog_slider li.slick-slide {
  width: calc(100% / 3 - 10px);
  position: relative;
  transition: .3s;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.catalog_list_img {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  overflow: hidden;
}
.catalog_list_img img {
  transition-duration: .3s;
}
.catalog_list > li:hover .catalog_list_img > img,
.catalog_slider li.slick-slide:hover .catalog_list_img > img {
  transform: scale(1.1);
}
.catalog_list_like {
  width: 35px;
  height: 35px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 50%;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.catalog_list_like:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/like.svg") center no-repeat;
  transition: .3s;
}
.catalog_list_like.add_to_fav--active:after{
  background: url("../img/like_active.svg") center no-repeat;
}
.catalog_list_like:hover:after {
  background: url("../img/like_hover.svg") center no-repeat;
}
.product_colors_slider {
  position: absolute;
  bottom: 10px;
  right: 50px;
  z-index: 3;
  display: flex;
  width: 100%;
  max-width: 125px;
  justify-content: space-between;
}
.catalog_list .product_colors_slider li {
  display: flex;
  justify-content: center;
}
/*
.catalog_list .product_colors_slider li .active:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #00a518;
  right: 0;
  top: 0;
  z-index: -1;
}
*/
.data_text{
  position: absolute;
  z-index: 3;
  background: #fff;
  color: #8a8a8a;
  top: -34px;
  left: 0px;
  padding: 3px 5px;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
}
.product_colors_slider a {
  margin: 5px 5px;
}
.product_colors_slider img {
  max-width: 35px;
  max-height: 35px;
  border-radius: 50%;
  margin: 0px 0;
  transition-duration: .3s;
  border: 1px solid transparent;
}
.product_colors_slider a{
  position: relative;
}
/*
.catalog_list .product_colors_slider li .active img{
  border-color:#00a518;
}
*/
.product_colors_slider .slick-slide a:hover img {
  transform: scale(1.2);
}
.product_colors_slider .slick_arrow,
.catalog_slider .slick_arrow {
  position: absolute;
  top: calc(50% - 10px);
  transition-duration: .3s;
}
.catalog_slider > .slick_arrow {
  transform: scale(1.5);
}
.product_colors_slider .slick-next_arrow {
  right: -40px;
}
.catalog_slider > .slick-next_arrow {
  right: 30px;
}
.product_colors_slider .slick-prev_arrow {
  left: -40px;
}
.catalog_slider > .slick-prev_arrow {
  left: 30px;
}
.product_colors_slider .slick-disabled,
.catalog_slider .slick-disabled {
  opacity: 0;
}
.catalog_list_info {
  padding: 15px 0;
}
.catalog_list_link {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  padding: 0 ;
}
.catalog_list_link .product_name{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.catalog_list_link .product_name .brand {
  font-weight: 600;
  color: #000000;
  font-size: 22px;
}
.catalog_list_link .product_name .brand > span{
  font-size: 21px;
  font-weight: 400;
}
.catalog_list_link .product_name .article i,
.catalog_list_link .product_name .article{
  color: #787878;
  font-size: 15px;
  font-style: normal;
}
.catalog_list_link:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 45px;
  content: "";
  z-index: 2;
}
.catalog_list_info .catalog_list_link > span:last-child {
  color: #00a518;
}
.catalog_slider {
  padding: 0 90px;
}
.catalog_slider li.slick-slide {
  max-width: calc(25% - 10px);
  margin: 0 5px;
}
.catalog_slider .catalog_list_img {
  border: 1px solid #c0c0c0;
}
.m_card_top {
  display: flex;
}
.m_card_top_gallery {
  width: 100%;
  max-width: 55%;
  display: flex;
  overflow: hidden;
}
.m_card_nav_slider {
  max-width: 100px;
  margin-right: 15px;
  align-self: stretch;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.m_card_nav_slider .slick-list {
  margin: -5px 0;
}
.m_card_nav_slider li.slick-slide {
  height: 100px !important;
  margin: 10px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  cursor: pointer;
}
.m_card_nav_slider li img {
  max-width: 90%;
  max-height: 90%;
}
.m_card_main_slider {
  width: 100%;
  border-top: none;
  display: flex;
  overflow: hidden;
}
.m_card_main_slider li.slick-slide {
  width: 100%;
  height: 660px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  background: #f8f8f8;
}
.m_card_main_slider li img {
}
.m_card_top_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.m_card_top_info > div {
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  justify-content: space-around;
}
.m_card_top_info > div:last-child {
  border-bottom: unset;
}
.m_card_top_info .product_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  flex: 1;
}
.m_card_top_info .product_info > div {
  display: flex;
  flex-direction: column;
}
.m_card_top .article {
  font-weight: 900;
  font-style: italic;
}
.m_card_top_info .price_wrap {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.m_card_top_info .price {
  font-size: 38px;
  font-weight: 900;
  color: #00a518;
  padding-left: 40px;
}
.m_card_top_info .price-old {
  font-size: 32px;
  color: #A1A1A1;
  padding-left: 40px;
  text-decoration: line-through;
}
.m_card_top_info .product_info_right {
  font-size: 14px;
}
.m_card_top_info .rating {
  display: flex;
  margin-bottom: 10px;
}
.m_card_top_info .rating ul {
  margin-left: 10px;
}
.m_card_top .stock {
  max-width: min-content;
  white-space: nowrap;
  align-self: flex-end;
}
.m_card_top .stock > span {
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.m_card_top .stock svg {
  margin-right: 10px;
}
.m_card_top .stock .in_stock {
  color: #00a518;
  border-color: #00a518;
}
.m_card_top .stock .out_of_stock {
  color: #922812;
  border-color: #922812;
}
.m_card_top .stock.available .out_of_stock {
  display: none;
}
.m_card_top .stock.unavailable .in_stock {
  display: none;
}
.m_card_top_info .product_options {
  flex-direction: column;
  flex: 2;
}
.product_page_form{
  flex-direction: column;
  flex: 2;
}
.m_card_top_info .product_options > div {
  display: flex;
  align-items: center;
  font-weight: 300;
  margin: 25px auto;
}
.m_card_top_info .product_options > div > span {
  width: 75px;
  margin-right: 10px;
}
.m_card_top_info .product_colors {
  display: flex;
  flex-wrap: wrap;
}
.m_card_top_info .product_colors li {
  margin: 10px;
}
.m_card_top_info .product_colors li a {
  position: relative;
}
.m_card_top_info .product_colors img {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition-duration: .3s;
  position: relative;
  z-index: 0;
}
.m_card_top_info .product_colors li:hover img,
.m_card_top_info .product_colors li .active img {
  border-color: #00a518;
}
.m_card_top_info .product_colors li a.active:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #00a518;
  right: 0;
  top: 0;
}
.m_card_top_info .product_sizes {
  display: flex;
  flex-wrap: wrap;
}
.m_card_top_info .product_sizes li {
  margin: 5px;
}
.m_card_top_info .product_sizes li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}
.m_card_top_info .product_sizes li a span {
  background: #fff;
  padding: 5px 20px;
  display: block;
  border-radius: 3px;
}
.m_card_top_info .product_sizes li a.active,
.m_card_top_info .product_sizes li a:hover {
  border-color: #00a518;
  background: #00a518;
  color: #00a518;
}
.m_card_top_info .product_sizes li a.active span {
  border-top-right-radius: 15px;
}
.m_kilk_wrap {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  display: flex;
}
.m_kilk_wrap .plus,
.m_kilk_wrap .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  color: #c3c3c3;
  transition-duration: .3s;
  cursor: pointer;
  font-size: 20px;
}
.m_kilk_wrap .plus:hover,
.m_kilk_wrap .minus:hover {
  color: #00a518;
}
.m_kilk_wrap input {
  border: 1px solid #c3c3c3;
  border-top: none;
  border-bottom: none;
  padding: 10px;
  max-width: 75px;
  text-align: center;
}
.m_card_top_info .product_links {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: space-around;
}
.m_card_top_info .product_links > div {
  display: flex;
  align-items: center;
}
.m_card_top_info .to_cart {
  width: 35%;
}
.m_card_top_info .like {
  margin-left: 65px;
  color: #00a518;
  display: flex;
  align-items: center;
}
.m_card_top_info .like span {
  margin-left: 10px;
  margin-bottom: -3px;
  transition-duration: .3s;
}
.m_card_top_info .like.add_to_fav--active span,
.m_card_top_info .like:hover span {
  transform: scale(1.3);
}
.m_card_top_info .like svg.wish_a{
  display: none;
}
.m_card_top_info .like.add_to_fav--active svg.wish_na{
  display: none;
}
.m_card_top_info .like.add_to_fav--active svg.wish_a{
  display: block;
}
.m_card_top_info .visualize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  background: #e2f5e5;
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  text-decoration: underline;
}
.m_card_top_info .visualize .slick_line {
  background: #000;
}
.m_card_top_info .visualize > p {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.m_card_top_info .visualize svg {
  display: block;
  padding: 5px 15px 5px 0;
}
.product_sections {
  display: flex;
  background: #f8f8f8;
  border-radius: 30px;
  border: 1px solid #acacac;
  margin: 50px 0 30px 0;
}
.product_sections > li {
  width: 50%;
  display: flex;
  align-items: center;
  height: 60px;
  text-align: center;
  justify-content: center;
}
.product_sections > li > a {
  width: 100%;
  height: 100%;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.product_sections > li > a.m_card_bottom_tabs_list--active {
  background: #fff;
  box-shadow: 0 0 0 1px #00a518;
  color: #00a518;
}
.m_card_bottom_tabs_cont {
  display: none;
  padding: 30px 0 0 0;
  font-size: 14px;
  font-weight: 300;
}
.m_card_bottom_tabs_cont--active {
  display: flex;
  justify-content: space-between;
}
.m_card_bottom_tabs_cont .characteristics {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m_card_bottom_tabs_cont .characteristics > li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}
.m_card_bottom_tabs_cont .characteristics > li:last-child {
  border-bottom: unset;
}
.m_card_bottom_tabs_cont .characteristics > li img {
  max-height: 25px;
}
.m_card_bottom_tabs_cont .characteristics .char_name {
  font-weight: 400;
  width: 120px;
  margin: 0 30px;
  border-right: 1px solid #fdfdfd;
}
.m_card_bottom_tabs_cont .description_wrap {
  max-width: 45%;
  display: flex;
  height: min-content;
  padding-bottom: 20px;
}
.m_card_bottom_tabs_cont .description_wrap .char_name {
  border-right: 1px solid #f3f3f3;
  width: unset;
  padding: 0 20px 0 40px;
  margin: 0 30px 0 0;
  font-weight: 400;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!  */
.review_star_list {
  width: auto;
  display: flex;
  align-items: center;
}
.review_star_list li {
  max-width: 16px;
  margin-right: 2px;
}
.review_star_list li svg {
  height: auto;
}
.review_star_list .review_star_list_active svg path,
.review_star--active_btn svg path {
  fill: #00a518;
  stroke: #00a518;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_form {
  background: #f8f8f8;
  padding: 20px 12px 20px 12px;
}
.review_form span:not(.slick_line) {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 20px;
}
.review_form input {
  height: 50px;
  width: 100%;
  border: 2px solid #F2F2F2;
  padding: 0 15px;
}
.review_form .main_input {
  margin-bottom: 10px;
}
.main_link,
.review_form .main_link {
  transition-duration: .3s;
}
textarea {
  width: 100%;
  height: 110px;
  border: 2px solid #F2F2F2;
  padding: 10px 15px;
  resize: none;
}
.m_card_all_reviews_left {
  max-width: calc(100% - 510px);
  padding-right: 20px;
}
.m_card_all_reviews_left .m_catalog_pag {
  padding-left: 0;
}
.m_card_all_reviews_right {
  width: 100%;
  max-width: 510px;
  padding-left: 30px;
}
.m_card_all_reviews_left_head {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.m_card_all_reviews_left_head > span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-right: 10px;
}
.m_card_all_reviews_left_head .m_card_top_right_review span {
  margin-right: 0;
}
.main_reviews_list > li {
  padding: 24px;
  padding-bottom: 14px;
  background: #f8f8f8;
  margin-bottom: 15px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.main_reviews_list .review_star_list {
  margin-bottom: 10px;
}
.main_reviews_list_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!  */

.mobile_info_wrapper {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: -30px 0 20px 0;
}
.downloads {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
.downloads > li {
  display: flex;
  padding: 15px 20px 15px 10px;
  position: relative;
  width: calc(33.33% - 20px);
  margin-right: 20px;
  transition-duration: .3s;
  align-items: center;
  justify-content: flex-start;
}
.downloads > li:hover {
  box-shadow: 4px 4px 12px 0px rgb(0, 0, 0, 0.08);
}
.downloads .load_file {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background: #f8f8f8;
  justify-content: center;
  font-size: 14px;
  border-radius: 2px
}
.downloads li:hover a{
  color:#00a518;
}
.downloads li:hover a svg path{
  fill:#00a518;
}
.downloads .main_file_section {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.downloads .main_file_section > span {
  font-size: 20px;
  margin-bottom: 10px;
}
.downloads .main_file_section .view_file {
  font-weight: 300;
  display: flex;
  align-items: center;
  font-size: 14px;
} 
.downloads .main_file_section .view_file svg {
  display: block;
  margin-right: 5px;
}
.downloads .main_file_section .view_file:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 160px;
}
.downloads > li a:hover {
  color: #00a158;
}
.partners_page_right {
  flex: 1 1 auto;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
}
.partners_page_right_b{
  font-weight: 500;
  font-size: 30px;
  width: 100%;
  margin: 15px auto;
}
.partners_page_right_p{
  font-weight: 300;
  font-size: 28px;
  width: 100%;
  margin: 15px auto;
}
.partners_page_form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 5px;
  max-width: 800px;
}
.colored_wrap_rep{
  background: #fff;
  background-image: url(../img/back_part.jpg);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.partners_page_form .form_head {
  font-size: 24px;
  color: #00a518;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 35px;
}
.partners_page_form .form_fields {
  display: flex;
}
.partners_page_form .form_contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.partners_page_form .form_contacts input,
.partners_page_form textarea {
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-size: 14px;
  margin: 5px 30px;
}
.partners_page_form textarea:focus,
.partners_page_form .form_contacts input:focus{
  border: 1px solid #00a518;
}
.partners_page_form .form_contacts input {
  width: 80%;
}
.partners_page_form textarea {
  width: 50%;
  max-height: 140px;
  height: auto;
  min-height: 140px;
  font-family: 'Roboto';
}
.partners_page_form button {
  display: flex;
  align-items: center;
  max-width: 250px;
  padding: 20px 30px;
  margin: 35px auto;
  border-radius: 30px;
  font-size: 18px;
  transition-duration: .3s;
}
.modal{
  display: none;
}
.fancybox-close-small {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  right: 30px;
  top: 35px;
}
.fancybox-close-small:after {
  top: 0;
  padding-left: 1px;
  padding-top: 1px;
  line-height: 1.1;
  width: 100%;
  height: 100%;
  background: none;
  right: 0;
  font-size: 24px;
}
.fancybox-bg{
  background: #000!important;
  opacity: 0.3!important;
}
.pagination li .next_btn,
.pagination li .prev_btn{
    background: none;
}
.next_btn span,
.prev_btn span{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.next_btn:hover span svg path,
.prev_btn:hover span svg path{
  stroke: #00a518;
}
.btn_minus_cart svg path,
.btn_plus_cart svg path{
  fill:#c3c3c3;
}
.basket_modal_list_info_left_pic{
  width: 70px;
  margin-right: 10px;
}
.basket_modal_list_info_middle_left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}
.basket_modal_list_info_middle_right{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.basket_modal_list_info_right{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.basket_modal_list_info_middle_left .m_kilk_wrap input{
  max-width: 40px;
}
.basket_modal_list li {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}
.basket_modal_list li:last-child {
  border-bottom: 1px solid #ddd;
}
.basket_modal_list_img {
  width: 100%;
  max-width: 70px;
  border-radius: 3px;
  border: 1px solid #e9ebee;
}
.basket_modal_list_info {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.basket_modal_list_info_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.basket_modal_list_info_name {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-right: auto;
}
.basket_modal_list_info_price {
  font-weight: 600;
}
.basket_modal_list_info_article{
  font-size: 15px;
  margin-top: 5px;
  font-weight: bold;
}
.basket_modal_list_info_article span{
  font-weight: normal;
}
.remove {
  display: flex;
  justify-content: center;
  align-items: center;
}
.remove img {
  width: 10px;
}
#basket_modal {
  max-width: 615px;
}
#basket_modal .modal_title {
  padding-bottom: 0;
}
#basket_modal .modal_title:after {
  display: none;
}
.basket_modal_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
  position: absolute;
  bottom: 75px;
  z-index: 2;
  background: #f0f0f0;
  width: 100%;
  left: 0px;
}
.basket_modal_total span {
  margin-right: 15px;
  color: #4b4b4b;
}
.basket_modal_total b {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
#success_adding .pop_inner{
  overflow: auto;
  height: calc(100% - 100px);
}
.basket_modal_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
}
.basket_modal_buttons a {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  margin: 15px;
}
.basket_modal_buttons a:hover{
  box-shadow: 0 0 10px 5px rgb(0 165 24 / 15%);
}
.basket_modal_buttons .basket_modal_buttons_back {
  color: #31a62e;
  font-weight: 400;
  background-color: #fff;
  box-shadow: none;
  text-transform: none;
  font-size: 16px;
}
.basket_modal_buttons .basket_modal_buttons_back .slick_line .slick_dot,
.basket_modal_buttons .basket_modal_buttons_back .slick_line{
  background: #31a62e;
}
.basket_modal_buttons .basket_modal_buttons_back:hover{
  box-shadow: none;
}
.basket_modal_buttons .basket_modal_buttons_order {
    box-shadow: 0 0 10px 5px rgb(0 165 24 / 15%);
}
.slick-track,.slick-list{
  min-width: 100%;
}
.tpl_cat_banner{
  margin: 0px auto 0px auto;
  display: block;
  width: 100%;
}
.tpl_cat_banner img{
  display: block;
  width: 100%;
}
.d_view{
  max-width: 250px;
  min-width: 220px;
  background: #00a518;
  display: flex;
  margin-top: 15px;
  padding: 10px 30px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  text-align: right;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  min-width: 207px;
}
.d_view:hover{
  box-shadow: 0 0 15px 15px rgb(0 165 24 / 30%);
}
.d_view > span{
  padding-left: 10px;
  margin-bottom: -5px;
}
.gallery_category{
  margin-bottom: 20px; 
  overflow: hidden;
  max-height: 175px;
}
.gallery_category .slick-prev_arrow{
  position: absolute;
  z-index: 2;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -11px;
  left: 0px;
}
.gallery_category .slick-next_arrow{
  position: absolute;
  z-index: 2;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -11px;
  right: 0px;
}
.product_in_cart{
  width: 35px;
  height: 35px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: 20px;
  top: 60px;
  z-index: 3;
}
.fancybox-arrow.fancybox-arrow--right{
    transition: 0.5s;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: 20px;
    opacity: 1;
    transform: none;
}
.fancybox-arrow.fancybox-arrow--left{
    transition: 0.5s;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: 20px;
    opacity: 1;
    transform: none;
}
.fancybox-arrow.fancybox-arrow--right:after{
    background: url(../img/f_right.svg?v=2);
    background-repeat: no-repeat;
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.fancybox-arrow.fancybox-arrow--left:after{
    background: url(../img/f_left.svg?v=2);
    background-repeat: no-repeat;
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.fancybox-button.fancybox-button--close{
    transition: 0.5s;
    background: #31a62e;
}
.fancybox-button--close:after{
    background: url(../img/f_close.svg);
    background-repeat: no-repeat;
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    transform:none;
}
.fancybox-button--close:before{
  display: none!important;
}
.fancybox-button.fancybox-button--close:hover{
  background: #fff;
}
.fancybox-button.fancybox-button--close:hover:after{
    background: url(../img/f_close_h.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-arrow.fancybox-arrow--right:hover,
.fancybox-arrow.fancybox-arrow--left:hover{
    background: #31a62e;
}
.fancybox-arrow.fancybox-arrow--right:hover:after{
    background: url(../img/f_right_h.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-arrow.fancybox-arrow--left:hover:after{
    background: url(../img/f_left_h.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide{
  transition:0s!important;
}
.h_like{
  position: relative;
}
.h_like .favorite_counter{
  background: #31a62e;
  padding: 0px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 6px;
  right: 0px;
}








.contacts_page_columns {
  width: 100%;
  float: left;
  display: flex;
}
.contacts_page_points {
  width: 100%;
  float: left;
  max-width: 420px;
  background: #fff;
  padding: 20px 20px;
}
.contacts_page_map {
  width: 100%;
  float: left;
  max-width: calc(100% - 420px);
}
#map {
  width: 100%;
  float: left;
  height: 600px;
}
.points_search {
  width: calc(100% - 20px);
  float: left;
  position: relative;
  margin: 10px;
}

.points_search button{
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  right: 0px;
  background: none;
  border: none;
  transition-duration: .3s;
  cursor: pointer;
}
.points_search input {
  float: left;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #646464;
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.contacts_page_points_list {
  width: 100%;
  float: left;
  height: 500px;
  overflow: auto;
  padding-right: 15px;
}
.contacts_page_points_list li {
  width: 100%;
  float: left;
  position: relative;
  min-height: 25px;
  padding: 10px;
  cursor: pointer;
  padding-left: 45px;
  transition: .3s;
}
.contacts_page_points_list li:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 30px;
  height: 36px;
  background: url("../img/map_marker.png") center no-repeat;
  background-size: contain;
}
.contacts_page_points_list li > span {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: normal;
}
.contacts_page_points_list li > p {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.contacts_page_points_list--active {
  background: rgb(0 169 43 / 15%);
}
.contacts_page_points_list_hide {
  width: 100%;
  float: left;
  padding-top: 5px;
  display: none;
}
.contacts_page_points_list_hide a {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-flex;
}
.map_embed{
  display: none;
  width: 100%;
  height: 100%;
}
.map_embed.active{
  display: block;
}
.map_embed iframe{
  display: block;
  width: 100%!important;
  height: 100%!important;
}
.user_type_cabinet{
  background: #00a518;
  color: #fff;
  padding: 10px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 320px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 20px 0px;
}
.no_discount_price{
  text-decoration: line-through;
}
.user_type_cabinet span{
  font-weight:bold; 
}
.catalog_page_tags{
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  margin: 20px auto;
}
.catalog_page_tags li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog_page_tags li a{
  display: flex;
  flex-direction: row-reverse;
  background: #efefef;
  color: #414141;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 5px 5px;
}
.catalog_page_tags li a:hover{
  background: #00a518;
  color: #fff;
}
.catalog_page_tags li a span{
  font-size: 22px;
  font-weight: 500;
  width: calc(100% - 95px);
}
.catalog_page_tags li a img{
  width: 80px;
  height: 80px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .colored_wrap_rep{
    background-size: inherit!important;
  }
  .page_nav > li > a {
    margin-right: 20px;
  }
  .header_right_wrapper {
    min-width: 550px;
  }
  .page_nav .products_submenu,
  .front_slider li .slide_holder {
    height: 650px;
  }
  .front_slider .slider_content {
    margin-left: 180px;
    padding-top: 125px;
  }
  .front_slider .slide_number {
    font-size: 120px;
  }
  .front_slider .slide_title {
    font-size: 46px;
  }
  .front_slider img {
    max-height: 700px;
    max-width: 700px;
  }
}

@media screen and (max-width: 1440px) {
  .page_nav > li > a .menu_icon,
  .header_right_wrapper .menu_item_name,
  .submenu_header .menu_icon {
    display: none;
  }
  .page_nav li a span, .h_right_menu a span {
    padding: 0;
  }
  .header_right_wrapper {
    min-width: 420px;
  }
  .front_slider .slider_content {
    margin-left: 125px;
  }
  .footer_catalog {
    max-width: 440px;
  }
  .catalog_slider {
    padding: 0 90px;
  }
  .m_filter_item {
    width: 300px;
  }
  .m_card_main_slider li.slick-slide{
    height: 590px;
  }
}

@media screen and (max-width: 1260px) {
  .m_card_main_slider li.slick-slide {
    height: 520px;
  }
  .page_nav .products_submenu,
  .front_slider li .slide_holder {
    height: 600px;
  }
  .front_slider .slide_number {
    font-size: 100px;
  }
  .front_slider .slide_title {
    font-size: 36px;
  }
  .front_slider .slide_description {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .front_slider img {
    max-width: 500px;
    max-height: 500px;
  }
  .front_slider img.long_1 {
    transform: translate(30px,-30px);
  }
  .front_slider img.long_2 {
    transform: translate(0px,0px);
  }
  .front_slider img.long_3 {
    transform: translate(0px,0px);
  }
  .front_slider .slick_arrow {
    width: 130px;
    height: 160px;
    top: calc(50% - 125px);
  }
  .front_slider .slick-next_arrow {
    border-bottom-left-radius: 75px;
    border-top-left-radius: 75px;
    right: -60px;
    padding-right: 50px;
  }
  .front_slider .slick-prev_arrow {
    border-bottom-right-radius: 75px;
    border-top-right-radius: 75px;
    left: -60px;
    padding-left: 50px;
  }
  .catalog_slider li.slick-slide {
    max-width: calc(33.33% - 10px);
  }
  .m_card_top_info .visualize svg {
    width: 60px;
  }
  .downloads > li {
    width: calc(50% - 20px);
  }
  .catalog_page_left{
    width: 310px;
  }
  .catalog_page_right{
    width: calc(100% - 310px);
  }
}

@media screen and (max-width: 1090px) {
  .page_nav .products_submenu,
  .front_slider li .slide_holder {
    height: 500px;
  }
  .page_nav > li > a .menu_icon,
  .submenu_header .menu_icon {
    display: inline;
    padding: 0 15px;
  }
  .page_nav > li > a .menu_item_name {
    display: none;
  }
  .header_right_wrapper {
    min-width: 260px;
  }
  .front_slider .slider_content{
    overflow: visible;
  }
  .front_slider img {
    max-width: 400px;
    max-height: 400px;
  }
  .front_slider .slide_number {
    font-size: 70px;
  }
  .front_slider .slide_title {
    font-size: 26px;
  }
  .front_slider .slide_description {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .front_slider_info a {
    padding: 10px 20px;
    margin: 10px 0;
    max-width: 85%;
  }
  .m_filter_item {
    width: 280px;
  }
  .fiter_controls .apply_filter {
    max-width: unset;
  }
  .catalog_list > li,
  .catalog_slider li.slick-slide {
    width: calc(50% - 10px);
  }
  .m_card_top {
    flex-direction: column;
    align-items: center;
  }
  .mobile_info_wrapper {
    display: flex;
  }
  .m_card_top_info .stock,
  .m_card_top_info .article_wrap {
    display: none;
  }
  .m_card_top_gallery {
    max-width: 880px;
    flex-direction: column-reverse;
  }
  .m_card_main_slider .slick_arrow {
    height: 20px;
    position: absolute;
    z-index: 2;
    top: calc(50% - 10px);
  }
  .m_card_main_slider .slick-prev_arrow {
    left: 10px;
  }
  .m_card_main_slider .slick-next_arrow {
    right: 10px;
  }
  .m_card_nav_slider {
    max-width: 500px;
    flex-direction: row;
    align-self: unset;
    margin: 20px auto;
    justify-content: space-around;
  }
  .m_card_nav_slider li.slick-slide {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .m_card_top_info .rating {
    height: 100%;
    align-items: center;
    margin: 0;
  }
  .m_card_top_info .product_options > div {
    padding: 15px 0;
    margin: 10px auto;
  }
  .m_card_top_info .product_links > div:first-child {
    margin: 15px 0;
    justify-content: space-around;
  }

  .m_card_top_info .visualize {
    padding: unset;
    max-width: 80%;
    margin: 0 auto;
  }
  .m_card_top_info .visualize > span {
    margin-right: 20px;
  }
  .partners_page_form .form_contacts input,
  .partners_page_form textarea {
    margin: 0 15px;
  }
  .basket_modal_buttons{
    flex-direction: column;
  }
  .basket_modal_buttons a{
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
    padding: 8px 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .catalog_page_tags{
    flex-direction:column;
  }
  .front_slider li .slide_holder{
    border-top-right-radius: 0px; 
    border-bottom-right-radius: 0px;
    overflow: visible;
  }
  .front_slider li{
    padding-right: 0px;
  }
  .front_slider img.long_1{
    transform: translate(0px,-30px);
  }
  .catalog_page_left{
    width: 100%;
  }
  .catalog_page_right{
    width: 100%;
  }
  .colored_wrap_rep{
    background-image:none!important;
  }
  .front_slider_info a {
    max-width: 95%;
  }
  .catalog_display_options .sort_catalog_form > div {
    display: flex;
    flex-direction: column;
  }
  .catalog_display_options .chosen-container {
    margin-left: 0;
  }
  .catalog_display_options span {
    margin: 0 0 5px 0;
  }
  .product_slider_wrap {
    margin-right: 0;
    border-top-right-radius: unset;
    border-bottom-right-radius: 150px;
  }
  .catalog_page > .catalog_page_left {
    display: none;
  }
  .filter_open {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background: #f4f4f4;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .filter_open svg {
    margin-right: 10px;
  }
  .m_filter_body {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 4;
    background: #fff;
    padding: 0 15px 20px 15px;
  }
  .m_filter_item {
    width: 100%;
  }
  .fiter_controls .apply_filter {
    margin: 0;
  }
  .fiter_controls .reset_filter {
    margin-top: 15px;
  }
  .partners_page_form .form_fields {
    flex-direction: column;
    align-items: center;
  }
  .partners_page_form .form_contacts {
    width: 100%;
  }
  .partners_page_form .form_contacts input,
  .partners_page_form textarea {
    margin: 10px 15px;
    width: 90%;
  }
  .m_card_main_slider li.slick-slide{
    height: auto!important;
  }
}

@media screen and (max-width: 768px) {
  .front_slider img.long_3{
    transform: translate(20px,0px);
  }
  .contacts_page_points_list{
    padding-right: 0px;
  }
  .contacts_page_points_list{
    height: auto;
  }
  .contacts_page_columns{
    flex-direction: column;
  }
  .contacts_page_map,
  .contacts_page_points{
    width: 100%;
    max-width: 100%;
  }
  .basket_modal_list_info{
    flex-wrap: wrap;
  }
  .pop_inner::-webkit-scrollbar, 
  .pop_inner::-webkit-scrollbar{
    width: 12px;
  }
  .basket_modal_list li{
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .basket_modal_list_info_name{
    text-align: left;
    font-size: 14px;
  }
  .basket_modal_list_info_article{
    font-size: 13px;
  }
  .basket_modal_list_info_left{
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 80px);
  }
  .basket_modal_buttons{
    width: calc(100% - 10px);
    left: 5px;
  }
  .basket_modal_buttons a{
    margin: 0px auto;
  }
  .body--active {
    margin-right: 0;
  }
  .basket_modal_total{
    bottom: 75px;
  }
  header {
    z-index: 10;
  }
  .breadcrumbs {
    overflow-x: auto;
  }
  .header_wrapper .page_nav,
  .header_wrapper .h_search_form {
    display: none;
  }
  .mobile_menu {
    min-height: 575px;
  }
  .mobile_menu_wrapper .page_nav {
    flex-direction: column;
  }
  .mobile_menu_toggler {
    display: inline-block;
  }
  .page_nav .products_submenu img {
    max-width: 50px;
    max-height: 50px;
  }
  .page_nav .products_submenu .category_number {
    font-size: 26px;
  }
  .page_nav .products_submenu .category_name {
    font-size: 18px;
    white-space: nowrap;
  }
  .header_right_wrapper {
    min-width: unset;
  }
  .footer_logo {
    display: none;
  }
  .footer_catalog {
    order: -1;
    margin: 0 auto;
  }
  .page_nav > li > a {
    border-color: #dfdfdf;
  }
  .page_nav > li.active > a {
    border-color: #00a518;
  }
  .page_nav > li:last-child > a {
    margin-right: 20px;
  }
  .page_nav > li > a .menu_item_name {
    display: inline;
  }
  .page_nav > li > a .menu_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 15px;
    width: 31px;
  }
  .h_search_form {
    margin: 60px 0;
  }
  .page_nav .products_submenu {
    position: static;
    height: min-content;
  }
  .page_nav .products_submenu .submenu_header {
    display: none;
  }
  .page_nav .products_submenu > ul {
    border-top: none;
  }
  .page_nav .category_expander {
    display: block;
  }
  .page_nav li .category_expander svg {
    transition-duration: .3s;
  }
  .page_nav li.active .category_expander svg {
    transform: rotate(180deg);
  }
  .front_slider li {
    padding-right: 0;
  }
  .front_slider li .slide_holder {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    height: 675px;
    padding-bottom: 20px;
    overflow: visible;
  }
  .front_slider .slider_content {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .front_slider img {
    margin: 0;
  }
  .front_slider_info {
    padding: 0 20px;
  }
  .front_slider .slick_arrow  {
    top: 50px;
  }
  .popup {
    width: 320px;
    left: calc(50% - 160px);
  }
  .popup .popup_inner_wrapper {
    width: 290px;
  }
  .popup_header .close_popup {
    margin-right: -10px;
  }
  .footer_mobile_menu {
    display: flex;
  }
  .catalog_slider {
    padding: 0;
  }
  .catalog_slider .product_colors_slider {
    max-width: 90px;
    right: 35px;
  }
  .catalog_slider > .slick-track > li.slick-slide {
    max-width: calc(50% - 5px);
  }
  .catalog_slider .product_colors_slider .slick_arrow {
    top: calc(50% - 11px);
  }
  .catalog_slider .product_colors_slider .slick_arrow svg {
    max-width: 10px;
  }
  .catalog_slider .product_colors_slider .slick-next_arrow {
    right: -25px;
  }
  .catalog_slider .product_colors_slider .slick-prev_arrow {
    left: -25px;
  }
  .catalog_slider .product_colors_slider li.slick-slide {
    margin: 0;
  }
  .catalog_slider li.slick-slide .product_colors_slider img {
    max-width: 25px;
    max-height: 25px;
  }
  .m_card_main_slider li.slick-slide {
    height: 500px;
  }
  .m_card_top_info .product_options {
    order: -1;
  }
  .m_card_top_info .visualize {
    max-width: 90%;
  }
  .m_card_top_info .visualize > p {
    font-size: 20px;
  }
  .m_card_bottom_tabs_cont {
    flex-direction: column;
  }
  .m_card_bottom_tabs_cont .characteristics,
  .m_card_bottom_tabs_cont .description_wrap,
  .m_card_all_reviews_left {
    max-width: unset;
  }
  .m_card_bottom_tabs_cont .description_wrap {
    padding: 40px 10px 0 10px;
  }
  .m_card_bottom_tabs_cont .description_wrap .char_name {
    display: none;
  }
  .m_card_bottom_tabs_cont .m_card_all_reviews_right {
    order: -1;
    margin-bottom: 50px;
    padding: 0;
  }
  .m_card_bottom_tabs_cont .m_card_all_reviews_left {
    padding: 0;
  }
  .partners_page {
    flex-direction: column;
  }
  .partners_page_right > p {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 660px) {

  .front_slider img{
    max-width: 350px;
    max-height: 350px;
  }
  .m_card_nav_slider {
    max-width: 355px;
  }
  .m_card_nav_slider li.slick-slide {
    width: calc(33.33% - 10px);
  }
  .m_card_top_info .visualize img {
    display: none;
  }
  .m_card_top_info .visualize > span {
    order: -1;
  }
  .m_card_top_info .visualize {
    justify-content: space-around;
  }
  .downloads > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .downloads .main_file_section > span {
    font-size: 18px;
  }
}

@media screen and (max-width: 520px) {
  .h_like{
    display: none!important;
  }
  .block_title_wrap {
    height: 70px;
  }
  .block_title {
    font-size: 24px;
  }
  .block_title span {
    font-size: 36px;
  }
  .catalog_page_right {
    width: 100%;
  }
  .catalog_list:not(.catalog_slider) {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .catalog_list:not(.catalog_slider) .catalog_list_link {
    align-items: center;
  }
  .catalog_list:not(.catalog_slider)  .product_colors_slider {
    right: calc(50% - 62px);
  }
  .catalog_list > li {
    width: 100%;
    margin: 0 5px 30px 5px;
  }
  .pagination > a {
    padding: 0 10px;
    margin: 0 5px;
  }
  .pagination li a,
  .pagination li.active span {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: 0 5px;
  }
  .catalog_slider .product_colors_slider {
    max-width: 50px;
  }
  .catalog_slider li.slick-slide .product_colors_slider img {
    max-width: 15px;
    max-height: 15px;
  }
  .mobile_info_wrapper {
    margin-top: 0;
  }
  .m_card_top_info .visualize {
    max-width: unset;
  }
  .m_card_top_info .visualize > span {
    margin: 0 0 0 10px;
  }
  .m_card_top_info .visualize svg {
    width: 40px;
  }
  .m_card_top_info .rating {
    display: none;
  }
  .m_card_top_info .to_cart {
    width: 300px;
  }
  .m_card_top_info .like {
    margin: 30px 0;
  }
  .m_card_top_info .product_links > div:first-child {
    flex-direction: column;
  }
  .m_card_nav_slider {
    max-width: 340px;
  }
  .footer_mobile_menu {
    flex-direction: column;
    align-items: center;
  }
  .footer_mobile_menu .footer_nav {
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .header_wrapper {
    flex-wrap: wrap;
    height: auto;
  }
  #shader {
    margin-top: 135px;
  }
  .header_wrapper .header_logo {
    order: 1;
    margin: 0 auto;
    padding: 10px 50px
  }
  .h_right_menu a {
    margin: 0 0 0 20px;
  }
  .front_slider img {
    max-height: 200px;
    max-width: 200px;
  }
  .front_slider .slick_arrow {
    width: 100px;
    height: 70px;
    justify-content: center;
  }
  .front_slider .slick_arrow .slick_number {
    font-size: 18px;
    line-height: 40px;
  }
  .front_slider .slick-next_arrow .slick_number {
    margin: 0 10px 0 0;
  }
  .front_slider .slick-prev_arrow .slick_number {
    margin: 0 0 0 10px;
  }
  .front_slider .slick_arrow:hover .slick_number {
    transform: scale(1.1);
  }
  .front_slider .slick_arrow .slick_line {
    display: none !important;
  }
  .footer_wrapper {
    padding-bottom: 40px;
  }
  .catalog_display_options .sort_catalog_form > div:first-child {
    width: 55%;
  }
  .catalog_display_options .sort_catalog_form > div:last-child {
    width: 40%;
  }
  #sorting_p_chosen, #products_per_page_chosen {
    width: 100% !important;
  }
  .catalog_slider li.slick-slide .catalog_list_img {
    height: 120px;
  }
  .catalog_slider li.slick-slide .catalog_list_img img {
    max-height: 66%;
    max-width: 70%;
  }
  .catalog_slider li.slick-slide .catalog_list_like {
    transform: scale(0.5);
    top: 0;
    right: 0;
  }
  .catalog_slider li.slick-slide .product_colors_slider {
    bottom: 0;
  }
  .catalog_slider li.slick-slide .catalog_list_link {
    font-size: 16px;
  }
  .catalog_slider li.slick-slide .catalog_list_link > span:last-child {
    font-size: 14px;
  }
  .m_card_main_slider li.slick-slide {
    height: 325px;
  }
  .m_card_nav_slider {
    max-width: 280px;
  }
  .product_sections > li > a {
    font-size: 14px;
  }
  .partners_page_right,
  .partners_page_form .form_head {
    font-size: 20px;
  }
}